/*
Theme Name: Starclinic
Version: 1.0
Author: @arkanzas75
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PF BeauSans Pro';
    font-size: 16px;
    color: #323232;
    overflow-x: hidden;
    background: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

button,
input,
select {
    outline: none;
    font-family: 'PF BeauSans Pro';
}

a {
    text-decoration: none;
    outline: none;
    color: #0078DC
}

a.disabled {
    pointer-events: none;
    display: none;
}

.calc-search-loader-wrapper {
    display: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 1000vh;
    background: rgba(0, 0, 0, 0.486);
}

.calc-search-loader {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border: 17px solid transparent;
    border-top: 17px solid #000000;
    border-radius: 50%;
    animation: rotate 0.9s infinite linear;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.light-link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
    border: 1px solid #646464;
    border-radius: 46px;
    padding: 15px 35px;
    cursor: pointer;
}

.light-link:hover {
    background: #CA196A;
    color: #F8F8F8;
    border: none;
}

.dark-link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #F8F8F8;
    background: #DA2377;
    border-radius: 46px;
    padding: 15px 34px;
    cursor: pointer;
    border: none;
}

.dark-link:hover {
    background: #CA196A;
}

.head-appointment-button {
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #F8F8F8;
    background: #DA2377;
    border-radius: 45px;
    padding: 10px 22px;
    border: none;
    justify-content: center;
    align-items: center;
}

.head-appointment-button._foot {
    width: 100%;
}

.head-appointment-button__link {
    text-decoration: underline;
    color: #fff;
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.head-appointment-button__whatsup {
    margin-left: 10px !important;
    margin-right: 0px !important;
    width: 35px;
    height: 29px;
    background: url('img/whatsup-bot.svg') center no-repeat;
    background-size: contain;
}

.head-appointment-button__telegram {
    margin-left: 5px !important;
    margin-right: 0px !important;
    width: 35px;
    height: 29px;
    background: url('img/telegram-bot.svg') center no-repeat;
    background-size: contain;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block !important;
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1.5px solid #646464;
    border-radius: 5px;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1.5px solid #646464;
    border-radius: 5px;
    background-image: url('./img/checked.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block !important;
}

input[type="radio"]::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #307CC0;
    border-radius: 100%;
    cursor: pointer;
}

input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #307CC0;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

input[type="radio"]:checked::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background: #307CC0;
    position: absolute;
    top: 6px;
    left: 6px;
}

header {
    margin-bottom: 30px;
}

section {
    padding-bottom: 100px;
}

#front-trust,
#contacts-small,
#services-slider,
#single-specialist-page,
#single-specialist-tabs-block,
#about-page,
#we-always-there,
#single-article,
#single-news-other,
#licenses-page,
#information-page,
#preparation-analyzes,
#dms-page,
#contacts-page,
#simple-text,
#price-table {
    overflow: hidden;
}

.logo-1200,
.page-calc-tab-item table tr td:nth-child(3),
.page-calc-tab-item table tr th:nth-child(3),
.price-table-tab-contents-item th:nth-child(3),
.price-table-tab-contents-item tr td:nth-child(3) {
    display: none;
}

.price-table-tab-contents-item thead {
    background: #e7eff7;
}

.head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.head-top-menu>div>ul,
.head-top-tel-geo,
.head-top-tel-geo a,
.head-top-tel-geo span,
.head-top-center-wrapper {
    display: flex;
    align-items: center;
}

.head-top-menu ul li,
.head-bottom-menu ul li,
.adaptive-top ul li {
    list-style: none;
    position: relative;
}

.sub-menu {
    display: none;
    width: 200%;
    position: absolute;
    top: 33px;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgba(152, 152, 152, 0.2);
    border-radius: 0px 0px 10px 10px;
}

.sub-menu li {
    border-bottom: 1px solid #F1F1F1;
}

.sub-menu li:last-child {
    border: none;
}

.sub-menu li:last-child a {
    border-radius: 0px 0px 10px 10px;
}

.sub-menu li a {
    display: block;
    padding: 10px 15px;
    margin-right: 0 !important;
}

.sub-menu li a:hover {
    background: #eee;
}

.head-top-menu ul li a,
.adaptive-bottom ul li a {
    font-size: 14px;
    color: #323232;
    text-decoration: none;
    margin-right: 30px;
}

.head-top-tel-geo>a {
    margin-right: 30px;
}

.head-top-tel-geo .geo-city-list a {
    color: #52B234;
}

.head-top-tel-geo a span,
.geo-plunk {
    font-weight: bold;
    font-size: 15px;
    color: #52B234;
    cursor: pointer;
}

.head-top-tel-geo a img,
.head-top-tel-geo .geo .geo-current img {
    margin-right: 10px;
}

.geo,
.geo-adaptive {
    position: relative;
}

.geo-city-list {
    display: none;
    width: 170%;
    position: absolute;
    top: 40px;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgba(152, 152, 152, 0.2);
    border-radius: 0px 0px 10px 10px;
}

.geo-city-list ul li {
    list-style: none;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
}

.geo-city-list ul li:hover {
    background: #eee;
}

.geo-city-list ul li:last-child {
    border: none;
    border-radius: 0px 0px 10px 10px;
}

.head-bottom {
    padding: 20px 0;
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.notice-header {
    width: 100%;
    padding: 16px;
    background: #e53935;
    position: sticky;
    z-index: 10;
    top: 0px;
}

.notice-header__text {
    color: #fff;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}

@media(max-width: 768px) {
    .notice-header {
        padding: 12px;
    }

    .notice-header__text {
        font-size: 16px;
    }
}

.header-top-line {
    background: #ca196a;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.header-top-line__text {
    color: #fff;
    width: fit-content;
    font-size: 14px;
    white-space: nowrap;
}

.header-top-line._overflow .header-top-line__text {
    animation: marquee 14s infinite linear;
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100%)
    }

    51% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

.header-bottom-wrapper {
    position: relative;
}

.header-bg-line {
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    z-index: -1;
}

.header-bg-line div {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.header-bg-line div::after {
    content: "";
    background: #F8F8F8;
    position: absolute;
    height: 100%;
    width: 40000px;
    left: -2000px;
    z-index: -1;
    top: 0;
}

.head-bottom-menu ul {
    display: flex;
    align-items: center;
    text-align: center;
}

.head-bottom-menu ul li {
    margin-right: 50px;
    cursor: pointer;
}

.head-bottom-menu ul li:hover a,
.head-bottom-menu ul li.click,
.head-bottom-menu ul li.click a,
.marked,
.marked a {
    text-shadow: 0 0 .65px #DA2377, 0 0 .65px #DA2377;
    color: #DA2377 !important;
}

.head-bottom-menu ul li:last-child {
    margin-right: 0;
}

.head-bottom-menu ul li a,
.adaptive-top ul li a,
.adaptive-top ul li {
    font-size: 14px;
    color: #323232;
    text-transform: uppercase;
}

.adaptive-top ul li {
    margin-bottom: 25px;
}

.head-bottom-menu {
    /*position: relative;*/
}

.hidden-service-submenu {
    display: none;
}

.service-submenu-content-wrapper {
    position: absolute;
    right: 0;
    /*left: 0px;*/
    padding-top: 27px;
    z-index: 99;
}

.service-submenu-content {

    /*top:77px;*/
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 6px 10px rgba(152, 152, 152, 0.2);
    border-radius: 0px 0px 10px 10px;
    min-width: 965px;
}

/*top: 88px;*/

.service-submenu-top {
    display: flex;
    grid-column-gap: 15px;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #D6E5F2;
}

.service-submenu-top span {
    cursor: pointer;
    background: #D6E5F2;
    border-radius: 6px;
    padding: 8px 16px;
    color: #307CC0;
}

.service-submenu-top span._active {
    background: #307CC0;
    color: #D6E5F2;
}

.service-submenu-top .search-input-pink {
    background: #F8F8F8;
}

.service-submenu-table {
    width: 100%;
    border-spacing: 0 30px;
    display: none;
}

.service-submenu-table._current {
    display: table;
}

.service-submenu-bottom {
    padding: 0 30px 5px 30px;
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;*/
    align-items: center;
}

.service-submenu-bottom td a {
    border: 1px solid #D6E5F2;
    border-radius: 6px;
    font-size: 14px;
    padding: 8px 15px;
    color: #323232;
    /*display: block;*/
    /*width: fit-content;*/
}

.service-submenu-bottom td a:hover {
    background: #eee;
}

.visually-impaired a {
    font-size: 14px;
    line-height: 140%;
    color: #646464;
}

.searchbox-pink {
    position: relative;
    width: 100%;
}

.search-input-pink {
    background: #FFFFFF;
    border-radius: 56px;
    border: none;
    padding: 10px 15px;
    width: 100%;
}

.search-input-pink::placeholder {
    font-size: 14px;
    color: #DA2377;
    font-family: 'PF BeauSans Pro';
    opacity: 1;
}

.search-btn-pink {
    background: url('./img/red-search-btn.svg') center no-repeat;
    border: none;
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 5px;
}

.footer-phone-link {
    font-size: 14px;
}

.footer-other-top .search-btn-pink {
    top: 1px;
    /*     right: -2px; */
}

.front-slider-wrapper .slick-track,
.front-slider-wrapper .slick-list {
    display: flex;
}

.front-slider-item-wrapper {
    background: #67A9E6;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    height: 100%;
}

.front-slider-item-left {
    padding-left: 100px;
    width: 55%;
}

.front-slider-item-right {
    width: 35%;
    display: flex;
    align-items: flex-end;
}

.front-slider-item-right-img {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: min-content;
}

.front-slider-item-left span {
    display: block;
    font-size: 41px;
    line-height: 120%;
    color: #F8F8F8;
    margin-bottom: 40px;
}

.front-slider-item-left p {
    font-size: 20px;
    line-height: 120%;
    color: #F8F8F8;
    margin-bottom: 40px;
}

.front-slider-item-btns {
    display: flex;
    margin-bottom: 80px;
}

.front-slider-item-btns a:first-child {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #307CC0;
    padding: 15px 35px;
    background: #F8F8F8;
    border-radius: 46px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.front-slider-item-btns a:last-child {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #F8F8F8;
    padding: 15px 35px;
    border: 1px solid #F8F8F8;
    border-radius: 46px;
    display: flex;
    align-items: center;
}

.front-slider-item-img-label {
    font-size: 18px;
    line-height: 110%;
    position: absolute;
    top: -10px;
    left: -10px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    color: #F8F8F8;
    background: #DA2377;
    padding: 25px 15px;
    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.front-slider-item-img-label p {
    display: table-caption;
}

.front-slider .slick-dots {
    bottom: 20px;
    left: 100px;
    width: auto;
}

.front-slider .slick-dotted.slick-slider {
    margin: 0;
}

.front-slider .slick-dots li button:before {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #F8F8F8;
    border-radius: 100%;
    opacity: 1;
}

.front-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #F8F8F8;
}

.section-slider-head-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-slider-btns-wrapper {
    display: flex;
    align-items: center;
}


.section-slider-btns {
    display: flex;
    align-items: center;
}

.services-slider-see-all a {
    margin-left: 30px;
}

.section-slider-btns div {
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.section-slider-btns div:first-child {
    margin-right: 10px;
    background-image: url('./img/slider-gray-arrow-prev.svg');
}

.section-slider-btns div:first-child:hover {
    background-image: url('./img/slider-gray-arrow-prev-hovered.svg');
}

.section-slider-btns div:last-child {
    background-image: url('./img/slider-gray-arrow-next.svg');
}

.section-slider-btns div:last-child:hover {
    background-image: url('./img/slider-gray-arrow-next-hovered.svg');
}

.section-slider-head-wrapper h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.services-slider-wrapper {
    margin: 0 -15px;
}

.services-slider-item {
    margin: 0 15px;
    background: #F8F8F8;
    border-radius: 10px;
    height: inherit !important;
    padding: 30px;
    position: relative;
}

.services-slider-item-wrap span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #52B234;
    margin-bottom: 10px;
}

.services-slider-item-wrap p {
    line-height: 120%;
    padding-bottom: 70px;
}

.services-slider-item-wrap a {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: url('./img/green-arrow-permalink.svg');
}

.services-slider-item-wrap a:hover {
    background: url('./img/green-arrow-permalink-hovered.svg');
}

.services-slider-wrapper .slick-track {
    display: flex;
}

h1.gross {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 50px;
}

.vseus_wrap {
    margin: 25px -15px 35px;
    overflow: hidden;
}

.vseus_wrap>a {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    color: #000;
}

.vseus_wrap>a .services-slider-item {
    margin: 0;
    height: 200px !important;
}

.vseus_wrap>a .services-slider-item p {
    padding: 0;
}

#main_usearch,
#vseusearch {
    margin-bottom: 20px;
    text-align: center;
}

#polyco {
    font-weight: 600;
    font-size: 18px;
}

.uszag_wrap {
    margin: 0 -12px;
}

.uszag_wrap .uszag_item {
    display: inline-block;
    margin: 0 12px 30px;
    padding: 15px 30px;
    border: 1px solid #006DAA;
    border-radius: 10px;
    color: #006DAA;
    line-height: 20px;
    text-align: center;
}

.uszag_wrap .uszag_item:hover {
    box-shadow: 0px 5px 10px 5px rgba(0, 109, 170, 0.2);
    cursor: pointer;
}

.uszag_wrap .uszag_item.reactive {
    background-color: #006DAA;
    color: #FFF !important;
}

.v1 .uszag_wrap .uszag_item {
    border: 1px solid #DA2377;
    color: #DA2377;
}

.v1 .uszag_wrap .uszag_item:hover {
    box-shadow: 0px 5px 10px 5px rgba(218, 35, 119, 0.2);
}

.v1 .uszag_wrap .uszag_item.reactive {
    background-color: #DA2377;
}

.v2 .uszag_wrap .uszag_item {
    border: 1px solid #68479C;
    color: #68479C;
}

.v2 .uszag_wrap .uszag_item:hover {
    box-shadow: 0px 5px 10px 5px rgba(104, 71, 156, 0.2);
}

.v2 .uszag_wrap .uszag_item.reactive {
    background-color: #68479C;
}

.v3 .uszag_wrap .uszag_item {
    border: 1px solid #6B3666;
    color: #6B3666;
}

.v3 .uszag_wrap .uszag_item:hover {
    box-shadow: 0px 5px 10px 5px rgba(107, 54, 102, 0.2);
}

.v3 .uszag_wrap .uszag_item.reactive {
    background-color: #6B3666;
}

.usall_wrap {
    overflow: hidden;
    margin: 0 -15px;
    display: none;
}

.usall_wrap.recurrent {
    display: flex;
    flex-wrap: wrap;
}

.single-service-front-left .usall_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.usall_wrap .neusl_link {
    padding: 0 15px;
    margin-bottom: 15px;
}

.usall_wrap a.neusl_link {
    display: block;
    border: 1px solid rgba(185, 214, 242, 0.5);
    background-color: rgba(185, 214, 242, 0.5);
    border-radius: 20px;
    color: #323232;
    line-height: 25px;
    padding: 15px 30px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

/*width:25%;*/
.usall_wrap .neusl_link a {
    display: block;
    border: 1px solid rgba(185, 214, 242, 0.5);
    background-color: rgba(185, 214, 242, 0.5);
    border-radius: 20px;
    color: #323232;
    line-height: 25px;
    padding: 15px 30px;
    text-align: center;
}

.v1 .usall_wrap .neusl_link a {
    border: 1px solid rgba(255, 224, 238, 0.5);
    background-color: rgba(255, 224, 238, 0.5);
}

.v2 .usall_wrap .neusl_link a {
    border: 1px solid rgba(212, 187, 252, 0.5);
    background-color: rgba(212, 187, 252, 0.5);
}

.v3 .usall_wrap .neusl_link a {
    border: 1px solid rgba(252, 206, 255, 0.5);
    background-color: rgba(252, 206, 255, 0.5);
}

.usall_wrap .neusl_link a:hover {
    background-color: #FFF;
}

.about-clinic-head-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.about-clinic-head-wrapper h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.about-clinic-content-wrapper {
    display: flex;
}

.about-clinic-content-wrapper>div {
    width: 50%;
}

.about-clinic-content-left {
    padding-right: 15px;
}

.about-clinic-content-right {
    padding-left: 15px;
}

.about-clinic-slider-btns img {
    cursor: pointer;
}

.about-clinic-slider-btns img:first-child {
    margin-right: 5px;
}

.about-clinic-slider-btns {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.about-clinic-slider-wrap {
    position: relative;
}

.about-clinic-slider-item img {
    width: 100%;
}

.about-clinic-content-right-text {
    padding: 30px;
    background: #F8F8F8;
    border-radius: 10px;
    line-height: 150%;
    margin-bottom: 25px;
}

.about-clinic-content-right-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-clinic-content-right-numbers div {
    padding-left: 30px;
}

.about-clinic-content-right-numbers div span {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.about-clinic-content-right-numbers div p {
    line-height: 120%;
    margin-top: 5px;
}

#front-specialists {
    position: relative;
    background: #fff url('./img/white-bg-lines.png');
    background-size: 100% 100%;
}

.front-specialists-content {
    display: flex;
}

.front-specialists-content>div {
    width: 50%;
}

.front-specialists-left>p {
    line-height: 150%;
    margin-bottom: 25px;
}

.front-specialist-big-photo-name-wrap {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.front-specialist-big-photo {
    flex-shrink: 0;
}

.front-specialist-big-name span {
    font-size: 20px;
    line-height: 120%;
    /*color: #DA2377;*/
    color: #323232;
    display: block;
    margin-bottom: 5px;
}

.front-specialist-big-name span a {
    color: #307CC0;
}

.front-specialist-labels {
    margin-bottom: 20px;
}

@media (max-width: 420px) {
    .front-specialist-labels {
        margin-top: 20px;
    }
}

.front-specialist-labels ul,
.front-specialist-labels-mob ul {
    display: flex;
    flex-wrap: wrap;
}

.front-specialist-labels ul li,
.front-specialist-labels-mob ul li {
    list-style: none;
    padding: 10px 15px;
    background: #F8F8F8;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.front-specialist-text span {
    display: block;
    margin-bottom: 10px;
    line-height: 150%;
    color: #307CC0;
}

.front-specialist-text p {
    line-height: 150%;
    margin-bottom: 40px;
}

.front-specialists-left {
    padding-right: 30px;
}

.front-specialists-right {
    padding-left: 30px;
}

.front-specialists-slider {
    margin: -15px 0;
}

.front-specialists-slider-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #F8F8F8;
    border-radius: 10px;
    cursor: pointer;
}

.front-specialists-slider-item-photo-name-block {
    display: flex;
    align-items: center;
}

.front-specialists-slider-item-photo {
    margin-right: 20px;
}

.front-specialists-slider-item-photo img {
    object-fit: cover;
    width: 91px;
    height: 84px;
}

.front-specialist-big-photo {
    width: 90px;
    height: 90px;
}

@media(max-width: 991px) {
    .front-specialist-big-photo {
        width: 70px;
    }
}

.front-specialist-big-photo img {
    width: 100%;
    /*width: 173px;*/
    height: 100%;
    /*height: 160px;*/
    border-radius: 10px;
    margin: 0 auto;
    object-fit: cover;
}

.front-specialist-big-name {
    margin-bottom: 25px;
}

@media(max-width: 768px) {
    .front-specialist-big-name span {
        color: #307CC0;
    }
}

.front-specialists-slider-item-photo img {
    border-radius: 10px;
}

.front-specialists-slider-item-name span {
    display: block;
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
    margin-bottom: 5px;
}

.front-specialists-slider-item-name span a {
    color: #307CC0;
}

.front-specialists-slider-item-name p,
.front-specialist-big-name p {
    line-height: 120%;
}

.front-specialists-slider-item {
    margin: 15px 0;
}

.front-specialists-slider-item.slick-current .front-specialists-slider-item-wrap {
    background: #D6E5F2;
}

.front-specialists-slider-item.slick-current .front-specialists-slider-item-link div {
    background: url('./img/pink-arrow-permalink-hovered.svg');
}

.front-specialists-left-specialist-big-item {
    background: #D6E5F2;
    border-radius: 10px;
    padding: 30px 70px 45px 30px;
}

.front-specialists-left-specialist-big-item a {
    color: #323232;
}

.front-specialists-left-specialist-big-item .dark-link {
    color: #F8F8F8;
}

.front-specialists-slider-item-link div {
    width: 40px;
    height: 40px;
    background: url('./img/pink-arrow-permalink.svg');
}

#promotions-and-discounts {
    padding-top: 5px;
}

.promotions-and-discounts-slider {
    margin: 0 -15px;
}

.promotions-and-discounts-slider .slick-list,
.promotions-and-discounts-slider .slick-track {
    display: flex;
}

.promotions-and-discounts-slider-item {
    padding: 40px;
    border: 1px solid #DCF0D6;
    border-radius: 10px;
    margin: 0 15px;
}

.promotions-and-discounts-slider-item.slick-current {
    background: #DCF0D6;
}

.promotions-and-discounts-slider-item-wrapper>span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #52B234;
    margin-bottom: 20px;
}

.promotions-and-discounts-slider-item-wrapper>p {
    line-height: 120%;
    margin-bottom: 40px;
}

.promotions-and-discounts-slider-item-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promotions-and-discounts-slider-item-btns a {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #F8F8F8;
    background: #52B234;
    border-radius: 46px;
    padding: 15px 35px;
}

.promotions-and-discounts-slider-item-btns span {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #F8F8F8;
    background: #DA2377;
    padding: 25px 15px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

#two-steps-form {
    padding: 60px 0;
    background: #FFE0EE url('./img/two-steps-form-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 100px;
}

.two-steps-form-no-margin #two-steps-form {
    margin-bottom: 0;
}

.two-steps-form {
    display: flex;
}

.two-steps-form>div {
    width: 50%;
}

.two-steps-form-left h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #DA2377;
    margin-bottom: 25px;
}

.two-steps-form-left p {
    line-height: 150%;
}

.two-steps-form-right {
    padding-left: 70px;
    display: flex;
    align-items: flex-end;
}

.two-steps-form-right form {
    width: 100%;
}

.two-steps-form-right label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 10px;
}

.two-steps-form-step-1-inputs input,
.two-steps-form-step-2-inputs input {
    background: #F8F8F8;
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
    width: 100%;
    color: #646464;
    opacity: 1;
    font-size: 16px;
}

.two-steps-form-step-2-inputs input {
    width: 64%;
}

.two-steps-form-step-2-inputs input::placeholder,
.two-steps-form-step-1-inputs input::placeholder {
    font-family: 'PF BeauSans Pro';
    color: #646464;
    opacity: 1;
    font-size: 16px;
}

.two-steps-form-step-1 {
    display: flex;
    align-items: flex-end;
}

.two-steps-form-step-1-inputs {
    margin-right: 30px;
    width: 100%;
}

.two-steps-form-step-2-btn {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.two-steps-form-step-2,
.two-steps-form-step-3 {
    display: none;
}

.two-steps-form-step-3,
.big-form-thank {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 35px 50px;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #DA2377;
}

.big-form-thank {
    padding: 35px 120px 35px 50px;
}

.two-steps-form .acceptance {
    display: flex;
    padding-left: 20px;
    width: 49%;
}

.acceptance input {
    margin-right: 10px;
    padding-top: 2px;
}

.acceptance label {
    font-size: 12px;
    line-height: 120%;
    color: #646464;
    opacity: 0.6;
    text-transform: none;
    font-weight: normal;
}

.acceptance label a {
    font-weight: 700;
    color: #646464;
    text-transform: none;
}

.front-trust {
    display: flex;
}

.front-trust-left {
    width: 57%;
    background: #F8F8F8;
    padding: 80px;
    border-radius: 10px 0 0 10px;
}

.front-trust-right {
    width: 43%;
    background: #D6E5F2;
    padding: 60px 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10%;
    grid-row-gap: 65px;
    border-radius: 0 10px 10px 0;
}

.front-trust-left span {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #323232;
    margin-bottom: 25px;
}

.front-trust-left p {
    line-height: 150%;
    margin-bottom: 40px;
}

.front-trust-right-item img {
    display: block;
    border: 1px solid #F8F8F8;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
}

.front-trust-right-item span {
    display: block;
    font-size: 14px;
    line-height: 140%;
    color: #307CC0;
}

#modern-equipment {
    overflow: hidden;
}

.modern-equipment h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 25px;
}

.modern-equipment>p {
    line-height: 150%;
    margin-bottom: 40px;
    width: 45%;
}

.modern-equipment-slider-item-left {
    padding: 40px;
    background: #DCF0D6;
    border-radius: 10px;
}

.modern-equipment-slider-item-left span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #52B234;
    margin-bottom: 20px;
}

.modern-equipment-slider-item-left p {
    line-height: 150%;
}

.modern-equipment-slider-item-wrap {
    display: flex;
}

.modern-equipment-slider-item-wrap>div {
    width: 50%;
}

.modern-equipment-slider-item-right {
    position: relative;
}

.modern-equipment-slider-item-right img {
    padding-left: 20px;
}

.modern-equipment-slider-item-right::before {
    content: "";
    background: #F8F8F8;
    position: absolute;
    height: 200px;
    width: 95%;
    left: -2000px;
    z-index: -1;
    top: 20px;
    left: 30px;
    border-radius: 10px;
}

.modern-equipment-slider-wrapper::after {
    content: "";
    background: #F8F8F8;
    position: absolute;
    height: 80px;
    width: 4000px;
    left: -2000px;
    z-index: -1;
    bottom: 10px;
    left: 0;
}

.modern-equipment-slider-wrapper {
    position: relative;
}

.modern-equipment-slider-btns {
    position: absolute;
    right: 0;
    bottom: 25px;
}

.modern-equipment-slider-btns img {
    cursor: pointer;
}

.modern-equipment-slider-prev {
    margin-right: 5px;
}

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

.reviews-slider-init .slick-list,
.reviews-slider-init .slick-track {
    display: flex;
}

.reviews-slider-item {
    padding: 40px 70px 75px 40px;
    background: #F8F8F8;
    border-radius: 10px;
    margin: 0 15px;
}

.reviews-slider-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.reviews-slider-item-title span:first-child {
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
}

.reviews-slider-item-title span:last-child {
    font-size: 14px;
    line-height: 140%;
    color: #646464;
}

.reviews-slider-item-content {
    line-height: 150%;
}

.reviews-slider-see-all-adaptive {
    display: none;
}

.review__more-info {
    display: block;
    margin-top: 15px;
    color: #646464;
}

.otzyvy-popup-content {
    width: 600px;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

/*.postview {
    position: absolute;
    top: 5px;
    right: 5px;
    height: auto !important;
    width: auto !important;
    background: white;
    padding: 5px;
    border-radius: 25px;
    opacity: 0.2;
}*/

.post-popup-overlay {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.post-popup-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.post-popup-title {
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
}

.post-popup-date {
    font-size: 14px;
    line-height: 140%;
    color: #646464;
}

.supernova .entry-content p {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #323232;
}

#ajax-response {
    text-align: center;
    color: #307CC0;
}

.post-popup-preload {
    background: #F8F8F8;
    border-radius: 16px;
    padding: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#big-form {
    padding: 60px 0;
    margin-bottom: 100px;
    background: #FFE0EE url('./img/big-form-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.big-form h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #DA2377;
    margin-bottom: 25px;
}

.big-form>p {
    line-height: 150%;
    margin-bottom: 40px;
    width: 50%;
}

.big-form-wrapper {
    padding: 60px 85px 55px 75px;
    background: #FFFFFF;
    border-radius: 10px;
}

.big-form-wrapper form>div.leadership-form-wrapper {
    width: 100%;
}

.leadership-form-wrapper .big-form-right {
    padding-left: 0;
}

.leadership-form-wrapper .big-form-left {
    padding-right: 0;
}

.big-form-wrapper>p {
    font-size: 20px;
    color: #307CC0;
    margin-bottom: 30px;
}

.big-form-wrapper form {
    display: flex;
}

.big-form-wrapper form>div {
    width: 50%;
}

.big-form-left {
    padding-right: 30px;
}

.big-form-right {
    padding-left: 30px;
}

.big-form-left>div,
.big-form-right>div {
    margin-bottom: 30px;
}

.big-form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #646464;
    display: block;
    margin-bottom: 10px;
}

.big-form-wrapper form input[type="text"],
.big-form-wrapper form input[type="tel"] {
    border: 1px solid #D9D7D5;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    color: #646464;
}

.big-form-wrapper form input::placeholder {
    font-size: 16px;
    color: #646464;
    opacity: 1;
}

.big-form .select,
.overlay-modal-2 .select,
.form-ref .select {
    position: relative;
    cursor: pointer;
}

.big-form .new-select,
.overlay-modal-2 .new-select,
.form-ref .new-select {
    color: #646464;
    border: 1px solid #D9D7D5;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
}

.big-form .new-select__list,
.overlay-modal-2 .new-select__list,
.form-ref .new-select__list {
    background: #FFFFFF;
    border: 1px solid #D9D7D5;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 99;
}

.big-form .new-select__item,
.overlay-modal-2 .new-select__item,
.form-ref .new-select__item {
    padding: 15px 20px;
    border-bottom: 1px solid #D9D7D5;
    cursor: pointer;
}

.big-form .new-select__item:last-child,
.overlay-modal-2 .new-select__item:last-child,
.form-ref .new-select__item:last-child {
    border: none;
}

.big-form .new-select__item:hover,
.overlay-modal-2 .new-select__item:hover,
.form-ref .new-select__item:hover {
    background: #f7f7f7;
}

.big-form .new-select__item:last-child:hover,
.overlay-modal-2 .new-select__item:last-child:hover,
.form-ref .new-select__item:last-child:hover {
    border-radius: 0px 0px 10px 10px;
}

.big-form .new-select:after,
.overlay-modal-2 .new-select:after,
.form-ref .new-select:after {
    content: '';
    display: block;
    width: 18px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 18px;
    background: url('./img/select-arrow.svg') no-repeat right center;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.big-form .new-select.on:after,
.overlay-modal-2 .new-select.on:after,
.form-ref .new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.big-form-radio-btn-wrapper {
    display: flex;
    margin-bottom: 45px !important;
}

.big-form-radio-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 20px;
}

.big-form_radio_btn:first-child {
    margin-right: 40px;
}

.big-form_radio_btn input {
    border: none !important;
    padding: 0 !important;
}

.big-form_radio_btn label {
    margin-bottom: 0 !important;
    margin-left: 10px;
    color: #323232;
}

.big-form-label span {
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
}

.big-form_radio_btn {
    display: flex;
    align-items: center;
}

.big-form-right .acceptance {
    display: flex;
    margin-top: 10px;
}

.big-form-right textarea {
    resize: none;
    height: 150px;
    width: 100%;
    border: 1px solid #D9D7D5;
    border-radius: 10px;
    padding: 15px 20px;
    outline: none;
}

.big-form-right textarea::placeholder,
.big-form-right textarea {
    font-family: 'PF BeauSans Pro';
    line-height: 120%;
    color: #646464;
    opacity: 1;
}

.overlay,
.overlay-modal,
.overlay-modal-2,
.overlay-modal-3,
.overlay-modal-4 {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.overlay .popup,
.overlay-modal .popup,
.overlay-modal-2 .popup,
.overlay-modal-3 .popup,
.overlay-modal-4 .popup {
    z-index: 4;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.overlay-modal-2 .popup,
.overlay-modal-3 .popup {
    width: 54%;
}

.overlay-modal-4 .popup {
    position: absolute;
    width: 100%;
    /*min-height: 100vh;*/
    left: 0;
    top: 158px;
    transform: none;
}

.overlay-modal-4 {
    position: static;
}

.overlay-modal .popup,
.overlay-modal-2 .popup {
    width: 100%;
}

.overlay .popup-close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    font-size: 21px;
    color: #DA2377;
    border: 1px solid #FFE0EE;
    border-radius: 2px;
    padding: 0px 7px;
}

.modal-window .big-form>h3,
.modal-window .big-form>p {
    display: none;
}

.articles-tab-arrows {
    display: none;
}

.articles-slider-block {
    display: block;
    height: 0;
    overflow: hidden;
}

.articles-tab-arrows.single {
    display: flex;
}

.news-tab {
    margin-right: 20px;
}

.section-slider-tabs span {
    font-size: 20px;
    color: #307CC0;
    padding: 10px 55px;
    border: 1px solid #307CC0;
    border-radius: 64px;
    cursor: pointer;
}

.section-slider-tabs .active,
.news-slider-item-link:hover {
    color: #307CC0;
    background: #D6E5F2;
    border: none;
}

.news-articles-slider-item-wrapper {
    background: #F8F8F8;
    border-radius: 20px;
    height: 100%;
}

.news-articles-slider-item-wrapper>img {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.news-articles-slider-item-content {
    padding: 25px 30px 30px 30px;

}

.news-articles-slider-item-content>span {
    display: block;
    line-height: 120%;
    color: #307CC0;
    margin-bottom: 10px;
}

.news-articles-slider-item-wrapper p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 25px;
}

.news-articles-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.news-articles-details span {
    font-size: 14px;
    color: #646464;
    display: flex;
    align-items: center;
    line-height: 150%;
}

.news-articles-details span img {
    margin-right: 5px;
}

.news-slider-item-link {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #307CC0;
    padding: 12px 35px;
    border: 1px solid #307CC0;
    border-radius: 46px;
    display: block;
    width: 155px;
}

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

.news-slider-init .slick-list,
.news-slider-init .slick-track,
.articles-slider-init .slick-list,
.articles-slider-init .slick-track {
    display: flex;
}

.news-articles-slider-item {
    margin: 0 15px;
}

.articles-slider-item-link {
    display: block;
    width: 40px;
    height: 40px;
    background: url('./img/blue-arrow-permalink.svg');
}

.articles-slider-item-link:hover {
    background: url('./img/slider-blue-arrow-next.svg');
}

.contacts-small-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contacts-small-title h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.contacts-small-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.7%;
    margin-bottom: 20px;
}

.small-contacts-address-time {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px;
}

.contacts-small-item-line-1 {
    margin-bottom: 20px;
}

.contacts-small-item-line-1,
.contacts-small-item-line-2 {
    display: flex;
    align-items: center;
    line-height: 150%;
}

.contacts-small-item-line-1 img,
.contacts-small-item-line-2 img {
    margin-right: 15px;
}

.contacts-small-bottom {
    display: grid;
    grid-template-columns: 36% 61%;
    grid-column-gap: 3%;
}

.small-contacts-btns {
    padding: 50px 40px;
    background: #F8F8F8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-contacts-btns>div>a>img {
    margin-right: 10px;
}

.small-contacts-btns>div>a {
    color: #323232;
    display: flex;
    align-items: center;
}

.contacts-block-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-contacts-btns .contacts-block-social a img {
    margin-right: 30px;
}

.small-contacts-btns .contacts-block-social a:last-child img {
    margin: 0;
}

.ya_map {
    font-family: arial;
    font-size: 12px;
    color: #454545;
}

#map {
    width: 100%;
    height: 600px;
}

footer {
    padding-top: 60px;
    background: #F8F8F8;
}

.footer-columns {
    display: grid;
    grid-template-columns: 15% 15% 24% 37%;
    grid-column-gap: 3%;
    padding-bottom: 50px;
}

/* grid-template-columns: 22% 20% 41%;
    grid-column-gap: 8.5%;
	padding-bottom: 175px;*/

.footer-logo-btns>a {
    display: block;
    margin-bottom: 30px;
}

.footer-logo-btns>p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
}

.footer-social {
    margin-bottom: 50px;
}

.footer-social a {
    margin-right: 5px;
}

/*margin-right: 10px;*/
.footer-social a img {
    width: 20%;
}

.visually-impaired-footer {
    display: flex;
    align-items: center;
}

.visually-impaired-footer a {
    font-size: 14px;
    align-items: center;
}

.visually-impaired-footer-img::before {
    content: url('./img/visually-impaired.svg');
    margin-right: 5px;
}

/*.visually-impaired-footer a img {
    margin-right: 15px;
}*/

.visually-impaired-footer a span {
    font-size: 14px;
    line-height: 140%;
    color: #646464;
}

.footer-menu.segundo ul {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-column-gap: 10%;

}

/*grid-template-columns: 45% 35%;
    grid-column-gap: 20%;
	grid-row-gap: 30px;*/
.mobadre {
    display: none;
}

.asocial a {
    display: inline-block;
    background: url("./img/telegram.svg") center no-repeat;
    background-size: contain;
    margin-right: 15px;
    width: 45px;
    height: 45px;
}

.asocial a.wazup {
    background-image: url("./img/whatsapp.svg");
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #323232;
}

.footer-other-top {
    display: grid;
    grid-template-columns: 40% 55%;
    grid-column-gap: 5%;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

.footer-other-top>div {
    display: flex;
    align-items: center;
}

.footer-other-flex a {
    display: flex;
    align-items: center;
    color: #323232;
}

.footer-other-flex a img {
    margin-right: 10px;
}

.footer-other-bottom {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 15px;
}

.footer-other-bottom>div {
    display: flex;
    align-items: center;
}

.footer-other-bottom>div>img {
    margin-right: 10px;
}

.footer-bottom {
    padding-bottom: 40px;
    display: flex;
}

.footer-bottom-left {
    width: 55%;
}

.footer-bottom-left span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 120%;
}

.footer-bottom-left p {
    font-size: 14px;
    line-height: 140%;
    color: #646464;
}

.footer-bottom-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.footer-bottom-right a {
    font-size: 12px;
    line-height: 120%;
    color: #646464;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom-right a img {
    width: 105px;
    margin-left: 15px;
}

.bc-wrapper {
    background: #F8F8F8;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 12px;
    color: #646464;
    margin-bottom: 10px;
}

.breadcrumbs__separator {
    display: block;
    width: 25px;
    height: 1px;
    background: url('./img/bc-separator.svg');
    margin: 0 8px;
}

.page-services h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 25px;
}

.search-bar-x {
    margin-bottom: 5px;
}

.searchbox-x {
    width: 400px;
    position: relative;
}

.search-input-x {
    width: 100%;
    background: #F8F8F8;
    border-radius: 56px;
    border: none;
    padding: 15px 25px;
    color: #646464;
}

.search-input-x::placeholder {
    font-size: 16px;
    color: #307CC0;
    opacity: 1;
}

.search-input-x.pink::placeholder {
    color: #DA2377;
    opacity: 1;
}

.search-btn-x {
    background: url('./img/blue-search-btn.svg') center no-repeat;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 100%;
}

.search-btn-x.pink {
    background: url('./img/pink-search-btn.svg') center no-repeat;
}

.page-services-list-item span {
    display: block;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}

.page-services-list-item li {
    list-style: none;
    margin-bottom: 15px;
}

.page-services-list-item li a {
    font-size: 14px;
    line-height: 140%;
    color: #323232;
}

.page-services-list-wrapper {
    display: grid;
    grid-template-columns: 65% 27%;
    grid-column-gap: 8%;
}

.page-services-list {
    column-count: 3;
    column-gap: 10px;
    margin-top: 35px;
}

.page-services-list-item {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 15px;
    break-inside: avoid;
}

.page-services-sign-up-form-checkboxes div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-services-sign-up-form-checkboxes div input {
    margin-right: 10px;
}

.page-services-sign-up-form-checkboxes {
    padding: 40px;
    background: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 15px;
}

.sign-up-form-name-tel {
    padding: 40px 30px;
    background: #FFE0EE;
    border-radius: 10px;
}

.sign-up-form-name-tel-step-2,
.sign-up-form-name-tel-step-3 {
    display: none;
}

.sign-up-form-name-tel-step-1 span:first-child,
.sign-up-form-name-tel-step-2 span {
    display: block;
    font-size: 20px;
    line-height: 120%;
    color: #DA2377;
    margin-bottom: 25px;
}

.page-services-sign-up-form-checkboxes input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block !important;
}

.page-services-sign-up-form-checkboxes input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D9D7D5;
    border-radius: 4px;
    cursor: pointer;
}

.page-services-sign-up-form-checkboxes input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D9D7D5;
    border-radius: 5px;
    background-image: url('./img/checked-blue.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.page-services-sign-up-form-checkboxes input[type="checkbox"]:checked+.sign-up-form-checkboxes-label {
    color: #307CC0;
}

.sign-up-form-name-tel-step-1 label,
.sign-up-form-name-tel-step-2 label {
    display: block;
    font-size: 12px;
    line-height: 120%;
    color: #646464;
    margin-bottom: 10px;
}

.sign-up-form-name-tel-step-1 input,
.sign-up-form-name-tel-step-2 input[type="tel"] {
    background: #F8F8F8;
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 50px;
    width: 100%;
}

.sign-up-form-name-tel-step-2 input[type="tel"] {
    margin-bottom: 25px;
}

.sign-up-form-name-tel-step-2 .acceptance {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.sign-up-form-name-tel-step-2 .acceptance label {
    margin-bottom: 0;
}

.sign-up-form-name-tel-step-3 {
    font-size: 20px;
    line-height: 120%;
    color: #DA2377;
}

.single-service-front {
    display: flex;
    justify-content: space-between;
}

.single-service-front-left {
    width: 43%;
    padding-bottom: 55px;
}

.single-service-front-right {
    width: 50%;
}

.single-service-front-right.no-slider img {
    border-radius: 90px 0px 0px 0px;
}

.single-service-front-right.no-slider {
    text-align: center;
}

.single-service-front-right img {
    border-radius: 90.0691px 0px 0px 0px;
    height: 100%;
}

.single-service-front-slider-item-left img {
    border-radius: 90.0691px 0px 0px 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 100%;
}

.single-service-front-left h1 {
    font-weight: 400;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 20px;
}

.single-service-front-left p {
    line-height: 150%;
    margin-bottom: 40px;
}

.single-service-front-left-btns a {
    margin-right: 14px;
}

.light-pink-link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #DA2377;
    padding: 15px 33px;
    border: 1px solid #DA2377;
    border-radius: 46px;
}

.single-service-front-slider .slick-list,
.single-service-front-slider .slick-track {
    display: flex;
}

.single-service-front-slider-item {
    background: #D6E5F2;
    border-radius: 10px;
    height: 100%;
}

.single-service-front-slider-item-wrap {
    display: flex;
}

.single-service-front-slider-item-left {
    width: 38%;
}

.single-service-front-slider-item-left img {
    display: block;
}

.single-service-front-slider-item-right {
    width: 62%;
    padding: 30px;
    position: relative;
    padding-bottom: 60px;
}

.single-service-front-slider-item-right p {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #307CC0;
    margin-bottom: 25px;
}

.single-service-front-slider-item-permalink {
    display: block;
    width: 40px;
    height: 40px;
    background: url('./img/blue-arrow-permalink.svg');
}

.single-service-front-slider-item-permalink:hover {
    background: url('./img/slider-blue-arrow-next.svg');
}

.single-service-front-slider-item-img-label {
    font-size: 18px;
    line-height: 110%;
    color: #F8F8F8;
    background: #DA2377;
    border-radius: 100%;
    padding: 26px 15px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-align: center;
    font-weight: 600;
    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.single-service-front-slider-item-img-label span {
    display: block;
}

.single-service-front-slider .slick-dots {
    bottom: 25px;
    left: 250px;
    width: auto;
}

.single-service-front-slider .slick-dotted.slick-slider {
    margin: 0;
}

.single-service-front-slider .slick-dots li button:before {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #F8F8F8;
    border-radius: 100%;
    opacity: 1;
}

.single-service-front-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #F8F8F8;
}

.single-service-text-block {
    display: flex;
    flex-wrap: wrap;
    background: #F8F8F8;
    border-radius: 10px;
}

.single-service-text-block>div {
    width: 50%;
}

.tableprice {
    width: 100% !important;
    padding: 25px;
}

.tableprice table {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
}

.tableprice table tr th {
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #DA2377;
    padding: 5px 10px;
    border: 1px solid #DA2377;
}

.tableprice table tr:nth-child(even) {
    background-color: rgba(218, 35, 119, 0.1);
}

.tableprice table tr td {
    border: 1px solid #DA2377;
    padding: 5px 10px;
}

.single-service-text-block-left {
    padding: 40px 0 40px 40px;
}

.single-service-text-block-left p {
    line-height: 150%;
    margin-bottom: 20px;
}

.single-service-text-block-left p:last-child {
    margin-bottom: 0;
}

.single-service-text-block-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.single-service-text-block-right img {
    display: block;
    margin-top: 40px;
    width: 491px;
    height: 376px;
    border-radius: 90.0691px 0px 0px 0px;
}

.faq-green,
.faq-green-prepare {
    display: flex;
}

.faq-green.blue .faq-green-tabs {
    width: 36%;
}

.faq-green.blue .faq-green-contents {
    width: 100%;
}

.faq-green .faq-green-content-item._current {
    display: block;
}

.faq-green.blue .faq-green-content-item._current {
    display: flex;
}

.single-specialist-tab-content-item-right-txt,
.single-specialist-tab-content-item-right-txt iframe {
    width: 100%;
}

.faq-green.blue .single-specialist-tab-content-item-right {
    width: 50%;
    position: relative;
    flex-shrink: 0;
}

.faq-green.blue .single-specialist-tab-content-item-right img {
    position: absolute;
    right: -40px;
    bottom: -40px;
}

.faq-green-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
}

.faq-green-tabs,
.faq-green-tabs-prepare {
    width: 40%;
}

.faq-green-tab,
.faq-green-tab-prepare {
    line-height: 120%;
    padding: 20px 20px 20px 35px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}

h2.faq-green-tab {
    font-size: 16px;
    font-weight: 400;
}

.faq-green-tab._active,
.faq-green-tab-prepare.slick-current {
    background: #DCF0D6;
    border-radius: 10px 0px 0px 10px;
}

.faq-green-contents,
.faq-green-contents-prepare {
    width: 60%;
}

.faq-green-contents-prepare .slick-list {
    background: #DCF0D6;
}

.faq-green-content-item,
.faq-green-content-item-prepare {
    display: none;
    padding: 40px;
    background: #DCF0D6;
    border-radius: 0px 10px 10px 0px;
    height: 100%;
}

.faq-green-content-item-prepare ol li,
.faq-green-content-item-prepare ul li,
.faq-green-content-item ol li,
.faq-green-content-item ul li {
    line-height: 150%;
}



/* .faq-green-content-item li a,
.faq-green-content-item-prepare a,
#information-page .simple-text a:hover,
.single-news-page-right a,
.discounts-promotions-list-item-right a{
    color: #b32992 !important; */
}

.faq-green-content-item._current,
.faq-green-content-item-prepare._current {
    display: block;
}

.faq-green-content-item>span,
.faq-green-content-item-prepare>span {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}

.faq-green-content-item p,
.faq-green-content-item-prepare p {
    line-height: 150%;
    margin-bottom: 20px;
}

.faq-green-content-item p:last-child,
.faq-green-content-item-prepare p:last-child {
    margin-bottom: 0;
}

.faq-green-prepare-arrows {
    display: flex;
    align-items: center;
    padding-left: 35px;
    margin-top: 25px;
}

.faq-green-prepare-arrow-top {
    width: 50px;
    height: 50px;
    background-image: url('./img/prepare-faq-slider-arrow-top.svg');
    margin-right: 10px;
    cursor: pointer;
}

.faq-green-prepare-arrow-down {
    width: 50px;
    height: 50px;
    background-image: url('./img/prepare-faq-slider-arrow-down.svg');
    cursor: pointer;
}

.price-table-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.price-table-title h3 {
    font-weight: 500;
    font-size: 30px;
}

.price-table-wrapper {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    margin-bottom: 20px;
}

.page-calc .price-table-wrapper {
    margin-bottom: 40px;
}

.price-table-name {
    display: block;
    font-size: 20px;
    color: #307CC0;
    margin-bottom: 27px;
}

.price-table-name-tabs {
    padding: 30px 20px 30px 20px;
}

.price-table-tab-btns span._active {
    color: #F8F8F8;
    background: #307CC0;
}

.price-table-tab-btns span {
    padding: 12px 15px;
    background: #F8F8F8;
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
}

.price-table-tab-contents-item {
    display: none;
    border-collapse: collapse;
    width: 100%;
}

.price-table-tab-contents-item._current {
    display: table !important;
}

#price-table .price-table-tab-contents-item tbody tr:nth-child(n+17) {
    display: none;
}

#price-table .price-table-tab-contents-item.dicent tbody tr {
    display: table-row;
}

#price-table .price-table-tab-contents-item.dicent tbody tr:nth-child(n+202) {
    display: none;
}

#price-table .price-table-tab-contents-item tbody tr.show-more,
#price-table .price-table-tab-contents-item.dicent tbody tr.show-more,
#price-table .price-table-tab-contents-item tbody tr:last-child,
#price-table .price-table-tab-contents-item.dicent tbody tr:last-child {
    display: table-row;
}

/* #price-table .price-table-tab-contents-item tbody tr:last-child {
	text-align: center;
} */

#price-table .price-table-tab-contents-item tbody tr:last-child td {
    background: #fff;
}

#price-table .price-table-tab-contents-item tbody tr:last-child span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #f8f8f8;
    background: #da2377;
    border-radius: 46px;
    padding: 15px 34px;
    cursor: pointer;
    border: none;
}

.price-table-tab-contents-item th {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #646464;
    padding: 20px 35px;
    text-align: left;
}

.price-table-tab-contents-item th:nth-child(2),
.price-table-tab-contents-item th:nth-child(3) {
    text-align: center;
}

.price-table-tab-contents-item td {
    padding: 20px 35px;
    line-height: 120%;
}

.price-table-tab-contents-item tr:nth-child(even) td {
    background: #E7EFF7;
}

.price-table-small-txt {
    font-size: 14px;
    padding: 20px 20px !important;
    text-align: center;
}

.price-table-small-txt a {
    padding: 10px 20px;
}

#crosslink {
    color: #323232;
    padding: 0;
    font-weight: 600;
}

#crosslink h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

#crosslink h3 {
    font-family: 'PF BeauSans Pro Bbook';
    display: inline-block;
    background: #307CC0;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

#crosslink ul {
    display: block;
    list-style-type: none;
    background: rgba(226, 234, 252, 0.5);
    border-radius: 20px;
    columns: 2;
    padding: 25px 50px 0;
    margin-bottom: 50px;
}

#crosslink li {
    padding-bottom: 25px;
}

#crosslink a {
    display: block;
    color: #323232;
    font-size: 18px;
    line-height: 22px;
    padding-left: 35px;
    background: url('./img/croschek.svg') top left no-repeat;
}

.single-service-text-block-second h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 40px;
}

.single-service-text-block-second-wrapper {
    background: #F8F8F8;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.single-service-text-block-second-left {
    width: 66%;
    padding: 40px 0 40px 40px;
}

.single-service-text-block-second-right {
    width: 36%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.single-service-text-block-second-right img {
    display: block;
    width: 331px;
    height: 358px;
    border-radius: 90.0691px 0px 0px 0px;
}

.single-service-text-block-second-left span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #52B234;
    margin-bottom: 20px;
}

.single-service-text-block-second-left p {
    line-height: 150%;
    margin-bottom: 40px;
}

#faq-green-mob {
    background: #DCF0D6;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.faq-green-mob-tab-content.tab-content.current {
    background: #F8F8F8;
    padding: 20px;
    color: #323232;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.faq-green-mob-tab-btn {
    padding: 15px 20px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.faq-white {
    display: flex;
}

.faq-white>div {
    width: 50%;
}

.faq-white-left {
    padding-right: 130px;
}

.faq-white-left h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}

.faq-left-wrapper {
    position: relative;
    text-align: right;
}

.faq-left-wrapper::after {
    content: "";
    background: #F8F8F8;
    position: absolute;
    height: 40%;
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.faq-left-mail {
    position: absolute;
    top: 25px;
    text-align: left;
}

.faq-left-mail span {
    font-size: 20px;
    line-height: 120%;
    display: block;
    margin-bottom: 10px;
}

.faq-left-mailto {
    color: #646464;
    display: block;
    margin-bottom: 45px;
}

.faq-white-tab-item:first-child,
.faq-green-mob-tab-item:first-child {
    padding-top: 0;
}

.faq-white-tab-item,
.service-submenu-mob .faq-green-mob-tab-item {
    border-bottom: 1px solid #D6E5F2;
}

.faq-white-tab-btn,
h2.faq-white-tab-btn,
.faq-green-mob-tab-btn {
    font-size: 20px;
    line-height: 120%;
    position: relative;
    cursor: pointer;
    padding: 25px 0;
    padding-right: 40px;
    font-weight: 400;
}

.faq-white-tab-btn.active {
    padding-bottom: 0;
}

.faq-white-tab-btn::after {
    content: url('./img/faq-arrow-down.svg');
    position: absolute;
    right: 0;
}

.faq-green-mob-tab-btn::after {
    content: url('./img/faq-green-mob-arrow.svg');
    position: absolute;
    right: 30px;
}

.faq-white-tab-btn.active::after {
    content: url('./img/faq-arrow-up.svg');
}

.service-submenu-mob .faq-green-mob-tab-btn::after {
    content: url('./img/faq-arrow-down.svg');
    position: absolute;
    right: 30px;
}

.service-submenu-mob .faq-green-mob-tab-btn.active::after {
    content: url('./img/faq-arrow-up.svg');
}

.faq-white-tab-content,
.faq-green-mob-tab-content {
    display: none;
    line-height: 150%;
    color: #646464;
    margin-top: 10px;
    padding-right: 70px;
}

.faq-white-tab-content a,
.faq-green-mob-tab-content a {
    color: #DA2377;
}

.faq-white-tab-content li,
.faq-green-mob-tab-content li {
    list-style-position: inside;
}

.faq-white-tab-content.current,
.faq-green-mob-tab-content.current {
    display: block;
    padding-bottom: 25px;
}

.sub-services-slider-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.5%;
    grid-row-gap: 30px;
}

.sub-services-slider-wrapper .services-slider-item {
    margin: 0;
}

.simple-text {
    padding: 40px 70px 40px 40px;
    background: #F8F8F8;
    border-radius: 10px;
}

.simple-text a {
    color: #323232;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}

.simple-text p {
    line-height: 150%;
    margin-bottom: 20px;
}

.simple-text li {
    line-height: 150%;
}

.simple-text ul {
    margin-bottom: 20px;
}

.simple-text li {
    line-height: 150%;
    list-style-type: none;
    display: flex;
}

.simple-text li::before {
    content: "•";
    margin-right: 5px;
}

.simple-text p:last-child,
.simple-text ul:last-child {
    margin-bottom: 0;
}

.front-specialists-left-specialist-sub-service {
    margin: 0 -15px;
}

.front-specialists-left-specialist-sub-service .slick-list,
.front-specialists-left-specialist-sub-service .slick-track {
    display: flex;
}

.front-specialists-left-specialist-sub-service .front-specialists-left-specialist-big-item {
    padding: 30px 40px 45px 30px;
    margin: 0 15px;
    background: #D6E5F2;
    border-radius: 10px;
}

.front-specialists-left-specialist-sub-service .front-specialists-left-specialist-big-item .front-specialist-big-name span {
    color: #323232;
}

.front-specialists-left-specialist-sub-service .front-specialists-left-specialist-big-item .front-specialist-text span {
    color: #323232;
}

#sub-service-specialists {
    position: relative;
    background: #fff url(./img/white-bg-lines.png);
    background-size: 100% 100%;
}

.page-calc h1 {
    font-size: 41px;
    line-height: 120%;
    font-weight: normal;
    margin-bottom: 30px;
}

.page-calc-wrapper {
    display: grid;
    grid-template-columns: 71% 26%;
    grid-column-gap: 3%;
    margin-top: 40px;
}

.page-calc-tabs {
    border: 1px solid #F1F1F1;
}

.page-calc-tab-btn {
    font-size: 20px;
    line-height: 120%;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    cursor: pointer;
}

.page-calc-tab-item.in-search .page-calc-tab-btn::after {
    display: none !important;
}

.in-search .page-calc-tab-btn {
    color: #307CC0 !important;
    background: #F8F8F8 !important;
}

.in-search .price-table-tab-contents-item td {
    background: #fff !important;
}

.in-search .price-table-wrapper {
    border: none !important;
}

.in-search tr {
    border-bottom: 1px solid #F1F1F1 !important;
}

.page-calc-tab-btn.active {
    color: #307CC0;
}

.page-calc-tab-btn::after {
    content: url('./img/faq-arrow-down.svg');
    position: absolute;
    right: 25px;
}

.page-calc-tab-btn.active::after {
    content: url('./img/faq-arrow-up.svg');
}

.page-calc-tab-item:nth-child(odd) .page-calc-tab-btn {
    background: #F8F8F8;
}

.page-calc-tab-item:last-child .page-calc-tab-content .price-table-wrapper {
    border-bottom: none;
}

.price-table-checkbox-th {
    padding: 0 !important;
    padding-right: 25px !important;
}

.price-table-checkbox-td {
    text-align: right;
    padding: 0 !important;
    padding-right: 25px !important;
}

.price-table-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block !important;
}

.price-table-checkbox input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #307CC0;
    border-radius: 4px;
    cursor: pointer;
}

.price-table-checkbox input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #307CC0;
    border-radius: 4px;
    background-image: url('./img/checked-blue.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.page-calc-tab-content {
    display: none;
}

.page-calc-tab-content.current {
    display: block;
}

.calc-results {
    padding: 40px 30px;
    background: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 15px;
}

.calc-results-title {
    display: block;
    font-size: 20px;
    line-height: 120%;
    color: #DA2377;
    margin-bottom: 20px;
}

.calc-result-item {
    margin-bottom: 25px;
}

.calc-result-item:last-child {
    margin-bottom: 10px;
}

.calc-result-item label {
    display: block;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
}

.calc-result-item input {
    display: none;
}

.calc-result-item-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calc-result-item-foot label {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;
}

.calc-result-item-foot label::after {
    content: '₽';
}

.calc-result-item-close {
    width: 15px;
    height: 15px;
    background: url('./img/close.svg') no-repeat scroll center;
    padding: 11px;
    border: 1px solid #FFE0EE;
    border-radius: 1.71429px;
    cursor: pointer;
}

.calc-result-item-close:hover {
    background: url('./img/close.svg') no-repeat scroll center #e8e8e8;
}

.calc-results-tip {
    font-size: 12px;
    line-height: 120%;
    color: #646464;
    margin-bottom: 40px;
}

.calc-results-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calc-results-total span:first-child {
    font-size: 20px;
}

.calc-results-total-cost {
    font-size: 20px;
    line-height: 120%;
    color: #DA2377;
}

.calc-results-total-cost input {
    display: none;
}

.calc-results-total-cost::after {
    content: '₽';
    margin-left: 5px;
}

.price-table-tab-contents-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block !important;
}

.price-table-tab-contents-item input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #D9D7D5;
    border-radius: 4px;
    cursor: pointer;
}

.price-table-tab-contents-item input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #307CC0;
    border-radius: 5px;
    background-image: url('./img/checked-blue.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.page-calc-tab-item table tr td:first-child,
.page-calc-tab-item table tr th:first-child {
    width: 66%;
}

.page-calc-tab-item table tr td:nth-child(2),
.page-calc-tab-item table tr th:nth-child(2) {
    width: 14%;
}

.page-calc-tab-item table tr td:nth-child(3),
.page-calc-tab-item table tr th:nth-child(3) {
    width: 13%;
}

.page-calc-tab-item table tr td:nth-child(4),
.page-calc-tab-item table tr th:nth-child(4) {
    width: 8%;
}

#big-form-no-margin {
    padding: 60px 0;
    background: #FFE0EE url('./img/big-form-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.single-specialist-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.single-specialist-info-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-specialist-info-left {
    width: 24%;
}

.single-specialist-info-left img {
    margin-bottom: 40px;
}

.single-specialist-info-right {
    width: 74%;
    padding: 40px 30px 40px 40px;
    background: #F8F8F8;
    border-radius: 10px;
}

.single-specialist-info-left-pic img {
    width: 100%;
}

.single-specialist-info-left-links {
    padding: 0 25px;
}

.single-specialist-info-left-links a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.single-specialist-info-right-head {
    display: block;
    align-items: center;
    margin-bottom: calc(20px + 12 * ((100vw - 375px) / (1920 - 375)));
}


.single-specialist-specialization {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-right: 40px;
}

.single-specialist-flex-labels {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.single-specialist-label {
    padding: 8px 15px;
    background: #D6E5F2;
    border-radius: 4px;
    /*margin-right: 10px;*/
}

.single-specialist-info-branches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-left: 4px solid #307CC0;
    background: #fff;
    padding: 10px 16px;
    width: fit-content;
    margin-bottom: calc(32px + 18 * ((100vw - 375px) / (1920 - 375)));
}

.single-specialist-info-branches-title {
    color: #307CC0;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.single-specialist-info-branches-list {
    margin-bottom: 0px !important;
}


.single-specialist-info-right-content p {
    line-height: 150%;
    margin-bottom: 10px;
}

.single-specialist-info-right-content p span {
    color: #000;
    font-weight: 600;
}

.single-specialist-page li,
.single-specialist-tab-content-item-left li {
    line-height: 150%;
    list-style-type: none;
    display: flex;
}

.single-specialist-info-right-content ul {
    margin-bottom: 24px;
}

.single-specialist-page li::before,
.single-specialist-tab-content-item-left li::before {
    content: "•";
    margin-right: 5px;
}

.single-specialist-tab-content-item-left.sstcil-no-image {
    width: 100%;
    padding-right: 40px;
}

.single-specialist-tab-content-item {
    display: none;
}

.single-specialist-tab-content-item._current {
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;
    border-radius: 10px;
}

.single-specialist-tab-btns {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.single-specialist-tab-btns span {
    background: #F8F8F8;
    border-radius: 10px;
    margin-right: 15px;
    padding: 20px 30px;
    cursor: pointer;
    margin-bottom: 20px;
}

.single-specialist-tab-btns span._active {
    background: #D6E5F2;
}

.green .single-specialist-tab-btns span._active {
    background: #DCF0D6;
}

.single-specialist-tab-content-item-left {
    padding: 40px 0 40px 40px;
    width: 56%;
}

.green .single-specialist-tab-content-item-left>span {
    color: #52B234;
}

.single-specialist-tab-content-item-left>span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #307CC0;
    margin-bottom: 20px;
}

.single-specialist-tab-content-item-left li,
.single-specialist-tab-content-item-left p {
    line-height: 150%;
}

.single-specialist-tab-content-item-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 41%;
}

.page-specialists h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.pttc-single-specialist {
    margin-bottom: 30px;
}

.page-specialists .select {
    cursor: pointer;
    position: relative;
}

.page-specialists .new-select,
.reviews-page .new-select {
    background: #F8F8F8;
    border-radius: 56px;
    padding: 15px 25px;
    color: #646464;
    cursor: pointer;
}

.page-specialists .new-select__list,
.reviews-page .new-select__list {
    background: #FFFFFF;
    border: 1px solid #D9D7D5;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 99;
}

.page-specialists .new-select__item,
.reviews-page .new-select__item {
    padding: 15px 20px;
    border-bottom: 1px solid #D9D7D5;
    cursor: pointer;
}

.page-specialists .new-select__item.selected,
.reviews-page .new-select__item.selected {
    background: #d6e5f275
}

.page-specialists .new-select__item:last-child,
.reviews-page .new-select__item:last-child {
    border: none;
}

.page-specialists .new-select__item:hover,
.reviews-page .new-select__item:hover {
    background: #f7f7f7;
}

.page-specialists .new-select__item:last-child:hover,
.reviews-page .new-select__item:last-child:hover {
    border-radius: 0px 0px 10px 10px;
}

.page-specialists .new-select:after,
.reviews-page .new-select:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url('./img/filter-select-arrow.svg') no-repeat right center;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.page-specialists .new-select.on:after,
.reviews-page .new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-specialists-filters>form>div:first-child {
    position: relative;
}

.search-bar-x.page-specialists-filters {
    margin-bottom: 40px;
    display: block;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.search-bar-x.page-specialists-filters form {
    display: flex;
    gap: 2%;
}

.search-bar-x.page-specialists-filters form>div {
    flex: 1;
}

.clear-filters-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.clear-filters-btn {
    display: inline-block;
    margin-left: auto;
    font-weight: 500;
    font-size: 12px;
    color: #307cc0;
    background: #d6e5f2;
    border-radius: 45px;
    padding: 8px 10px;
}

.search-bar-x.page-specialists-filters .searchbox-x {
    width: auto;
}

.search-bar-x.page-specialists-filters input::placeholder {
    color: #646464;
    opacity: 1;
}

.page-specialists-filters form>div:last-child .new-select__list {
    height: 577px;
    overflow: auto;
}

.page-specialists-filters form>div:last-child .new-select__list>div {
    padding: 10px 15px;
}

.search-bar-x.page-reviews-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.front-specialists-left-specialist-big-item {
    display: flex;
    flex-direction: column;
    background: #D6E5F2;
    border-radius: 10px;
    padding: 30px 40px 30px 40px;
}


.front-specialist-big-name span a,
.front-specialist-text span a {
    color: #323232;
}

.front-specialist-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: calc(32px + 22 * ((100vw - 375px)/(1920 - 375)));
}

.front-specialist-info-branches {
    padding-left: 16px;
    position: relative;
}

.front-specialist-info-branches p {
    font-size: 16px;
    color: #307CC0;
    margin-bottom: 4px;
    font-weight: 600;
}

.front-specialist-info-branches span {
    font-size: 16px;
    color: #000;
    display: block;
}

.front-specialist-info-branches::before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    border-radius: 16px;
    background: #307CC0;
    position: absolute;
    left: 0px;
    top: 0px;
}

.front-specialist-info-ages {
    padding-left: 16px;
    position: relative;
    height: fit-content;
}

.front-specialist-info-ages p {
    font-size: 16px;
    color: #DA2377;
    margin-bottom: 4px;
    font-weight: 600;
}

.front-specialist-info-ages span {
    font-size: 16px;
    color: #000;
    display: block;
}

.front-specialist-info-ages::before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    border-radius: 16px;
    background: #DA2377;
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-specialists-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 30px;
}

.specialists-search,
.general-search {
    position: relative;
}

.result-search-specialists,
.result-search-general {
    position: absolute;
    width: 100%;
    top: 55px;
    z-index: 5;
    display: none;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}

.result-search-general {
    top: 45px;
}

.result-search-wrapper {
    border: 1px solid #D9D7D5;
    border-bottom: none;
}

.result-search-wrapper:last-child {
    border-bottom: 1px solid #D9D7D5;
    border-radius: 0px 0px 10px 10px;
}

.result-table {
    width: 100%;
    padding: 10px;
}

.result-table:hover {
    background: #f7f7f7;
}

.result-table-pic img {
    height: 50px;
    display: block;
}

.result-search-wrapper a {
    color: #323232;
}


.general-search .result-search-not-found {
    text-align: center;
}

.result-search-not-found {
    padding: 20px;
}

.result-table-pic {
    display: none;
}

.calc-not-found {
    display: none;
    padding-bottom: 80px;
}

.specialists-not-found,
.calc-not-found {
    padding-top: 80px;
    text-align: center;
}

.specialists-not-found span,
.calc-not-found span {
    font-weight: bold;
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}

.pagination-block {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-column-gap: 0;
    align-items: center;
    margin-top: 60px;
}

.load-more-button-wrapper {
    text-align: center;
}

.numeric-pagination {
    text-align: right;
}

.load-more-button-wrapper button {
    font-size: 20px;
    border: none;
    background: none;
}

.pagination-block.blue .load-more-button-wrapper button {
    color: #307CC0;
}

.pagination-block.green .load-more-button-wrapper button {
    color: #52B234;
}

.nav-links a,
.nav-links span {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 12px 15px;
    color: #323232;
    margin-right: 8px;
}

.prev {
    display: none;
}

.pagination-block.blue .nav-links span {
    background: #D6E5F2;
}

.pagination-block.green .nav-links span {
    background: #DCF0D6;
}

.next.page-numbers {
    display: none;
}

.discounts-promotions-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.discounts-promotions-tabs span {
    padding: 15px 30px;
    background: #FFE0EE;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 15px;
}

.discounts-promotions-tabs span._active {
    color: #F8F8F8;
    background: #DA2377;
}

.discounts-promotions-tabs {
    margin-bottom: 55px;
}

.discounts-promotions-list-item {
    display: flex;
    background: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 30px;
}

.discounts-promotions-list-item-right {
    width: 68.4%;
    padding: 35px 170px 35px 40px;
    position: relative;
}

.discounts-promotions-list-item-left {
    width: 31.6%;
}

.discounts-promotions-list-item-left img {
    display: block;
    border-radius: 10px 0 0 10px;
}

.discounts-promotions-list-item-right>span {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #52B234;
}

.discounts-promotions-list-item-content p {
    margin-bottom: 10px;
    line-height: 150%;
}

.discounts-promotions-list-item-content ul {
    margin-bottom: 10px;
}

.discounts-promotions-list-item-content li {
    line-height: 150%;
    list-style-type: none;
    display: flex;
}

.discounts-promotions-list-item-content li::before {
    content: "•";
    margin-right: 5px;
}

.discounts-promotions-list-item-right a {
    margin-top: 10px;
}

.discounts-promotions-item-label {
    font-size: 18px;
    line-height: 110%;
    color: #F8F8F8;
    background: #DA2377;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    font-weight: 600;
    right: 50px;
    top: 40px;

    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.discounts-promotions-item-label span {
    padding: 0 5px;
}

.discounts-promotions-tab-content-item {
    display: none;
}

.discounts-promotions-tab-content-item._current {
    display: block;
}

.single-discount-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.front-trust.about .front-trust-left {
    padding: 55px 70px 55px 55px;
}

.front-trust.about .front-trust-left p {
    margin-bottom: 15px;
}

.front-trust.about .front-trust-right {
    padding: 45px 70px;
    background: #D6E5F2;
    grid-row-gap: 60px;
}


#about-page {
    background: #fff url(./img/white-bg-lines.png);
    background-size: 100% 100%;
}

.menu-tab-page-title {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.menu-tabs {
    margin-bottom: 40px;
}

.menu-tabs ul li {
    list-style: none;
    margin-right: 15px;
}

.menu-tabs ul {
    display: flex;
}

.menu-tabs ul li a {
    display: inline-block;
    color: #323232;
    background: #FFE0EE;
    border-radius: 10px;
    padding: 15px 30px;
}

.menu-tabs .current-menu-item a {
    color: #F8F8F8;
    background: #DA2377;
    width: max-content;
}

.we-always-there-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.we-always-there-title h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.we-always-there>p {
    line-height: 150%;
    width: 60%;
    margin-bottom: 30px;
}

.we-always-there-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 30px;
}

.we-always-there-item img {
    margin-bottom: 20px;
}

.we-always-there-item p {
    line-height: 120%;
    color: #323232;
}

.vacancy-list-tab-btn {
    padding: 20px 30px;
    padding-right: 60px;
    background: #F8F8F8;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

.vacancy-list-tab-btn.active {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #D6E5F2;
    padding-top: 40px;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #307CC0;
}

.vacancy-list-tab-content {
    display: none;
    background: #D6E5F2;
    border-radius: 10px;
    padding: 25px 170px 40px 40px;
    margin-bottom: 15px;
}

.vacancy-list-tab-content.current {
    display: block;
    border-radius: 0 0 10px 10px;
}

.vacancy-list-tab-content ul {
    margin-bottom: 25px;
}

.vacancy-list-tab-content p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 120%;
}

.vacancy-list-tab-content li {
    line-height: 150%;
    list-style-type: none;
    display: flex;
}

.vacancy-list-tab-content li::before {
    content: "•";
    margin-right: 5px;
}

.vacancy-list-tab-btn::after {
    content: url('./img/faq-arrow-down.svg');
    position: absolute;
    right: 25px;
}

.vacancy-list-tab-btn.active::after {
    content: url('./img/faq-arrow-up-blue.svg');
}

.news-list-wrapper,
.articles-list-wrapper,
.single-news-other-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2.5%;
    grid-row-gap: 30px;
}

.news-list-wrapper .news-articles-slider-item,
.articles-list-wrapper .news-articles-slider-item {
    margin: 0;
}

.licenses-list-item {
    padding: 20px;
    background: #F8F8F8;
    border-radius: 10px;
}

.licenses-list-item img {
    cursor: pointer;
}

.licenses-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.5%;
    grid-row-gap: 30px;
}

.leaderships-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.leaderships-list-item:last-child {
    margin-bottom: 0;
}

.leaderships-list-item-left {
    width: 23%;
}

.leaderships-list-item-left-contact {
    padding: 0 5px;
}

.leaderships-list-item-left img {
    margin-bottom: 25px;
}

.leaderships-list-item-left-contact a {
    width: 100%;
    text-align: center;
}

.leaderships-list-item-right {
    padding: 40px 30px 15px 35px;
    background: #F8F8F8;
    border-radius: 10px;
    width: 73%;
}

.leaderships-list-item-right-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.leaderships-list-item-right-title span:first-child {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-right: 40px;
}

.leaderships-list-item-right-title span:last-child {
    line-height: 120%;
    color: #307CC0;
    max-width: 50%;
}

.leaderships-list-item-right-content ul,
.leaderships-list-item-right-content p {
    margin-bottom: 25px;
}

.leaderships-list-item-right-content p {
    line-height: 150%;
}


.leaderships-list-item-right li {
    line-height: 150%;
    list-style-type: none;
    display: flex;
}

.leaderships-list-item-right li::before {
    content: "•";
    margin-right: 5px;
}

.reviews-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.reviews-page-aftertitle .search-bar-x.page-specialists-filters form {
    display: block;
    max-width: 30%;
}

.reviews-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 30px;
}

.reviews-list-wrapper .reviews-slider-item {
    margin: 0;
}

.installment-page>p {
    line-height: 150%;
    margin-bottom: 60px;
    max-width: 50%;
}

.video-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 30px;
}

.video-list-item {
    background: #F8F8F8;
    border-radius: 10px;
    position: relative;
}

.video-list-item img {
    display: block;
    width: 100%;
}

.video-list-item-content {
    padding: 20px 15px 25px 15px;
    line-height: 130%;
}

.video-list-item-content span {
    display: block;
    padding-bottom: 70px;
}

.video-list-item a {
    position: absolute;
    bottom: 25px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: url('./img/green-arrow-permalink.svg');
}

.video-list-item a:hover {
    background: url('./img/green-arrow-permalink-hovered.svg');
}

.video-popup-content {
    border-radius: 16px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.dms-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.dms-page-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.dms-page-left {
    width: 34%;
}

.dms-page-right {
    width: 64%;
    padding: 40px 70px 10px 40px;
    background: #D6E5F2;
    border-radius: 10px;
}

.dms-page-right p {
    line-height: 150%;
    margin-bottom: 30px;
}

.dms-page-right ul {
    margin-bottom: 30px;
}

.dms-page-right li {
    line-height: 150%;
    list-style-type: none;
}

.dms-page-right li::before {
    content: "•";
    margin-right: 5px;
}

.single-article-title {
    padding: 50px 120px;
    background: #D6E5F2;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.single-article-title h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #307CC0;
    margin-bottom: 30px;
}

.single-article-title-details {
    display: flex;
    justify-content: center;
}

.single-article-title-details div {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background: #F8F8F8;
    border-radius: 5px;
    color: #646464;
    margin: 0 10px;
}

.single-article-title-details div img {
    margin-right: 2px;
}

.single-article-title-details div span {
    font-size: 14px;
    line-height: 17px;
}

.single-article-contents-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.single-article-contents-items {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    height: min-content;
}

.single-article-contents-items h1,
.single-article-contents-items h2,
.single-article-contents-items h3,
.single-article-contents-items h4,
.single-article-contents-items h5,
.single-article-contents-items h6 {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #307CC0;
    display: block;
    margin-bottom: 20px;
}

.single-article-contents-items li {
    line-height: 150%;
}

.single-article-contents-items li a {
    color: #323232;
}

.single-article-contents-pic {
    margin-bottom: 100px;
}

.single-article-text h1,
.single-article-text h2,
.single-article-text h3,
.single-article-text h4,
.single-article-text h5,
.single-article-text h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
    padding-top: 20px;
}

.single-article-text h1:first-child,
.single-article-text h2:first-child,
.single-article-text h3:first-child,
.single-article-text h4:first-child,
.single-article-text h5:first-child,
.single-article-text h6:first-child {
    padding-top: 0;
}

.single-article-text p {
    line-height: 150%;
    margin-bottom: 20px;
}

.single-article-text li {
    line-height: 150%;
    list-style-type: none;
}

.single-article-text li::before {
    content: "•";
    margin-right: 5px;
}

.single-article-text-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-article-text {
    width: 63.3%;
}

.single-article-text img {
    margin-bottom: 20px;
}

.single-article-text-wrapper aside {
    width: 34%;
}

.single-article-promotions .promotions-and-discounts-slider-item {
    margin: 0;
    padding: 29px 24px 32px 27px;
    margin-bottom: 15px;
}

.single-article-promotions .promotions-and-discounts-slider-item:hover {
    background: #DCF0D6;
}

.single-article-promotions .promotions-and-discounts-slider-item-wrapper .promotions-and-discounts-slider-item-content {
    display: none;
}

.single-article-promotions .promotions-and-discounts-slider-item:hover .promotions-and-discounts-slider-item-content {
    display: block;
}

.single-article-promotions .promotions-and-discounts-slider-item-wrapper>span {
    font-size: 20px;
}

.single-article-promotions .promotions-and-discounts-slider-item-btns a {
    width: 40px;
    height: 40px;
    background: url('./img/green-arrow-permalink-hovered.svg');
    padding: 0;
}

.promotions-and-discounts-slider-item li {
    line-height: 150%;
    list-style-type: none;
}

.promotions-and-discounts-slider-item li::before {
    content: "•";
    margin-right: 5px;
}

.single-article-promotions .promotions-and-discounts-slider-item-btns span {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #F8F8F8;
    background: #DA2377;
    padding: 25px 5px;
    border-radius: 100%;
    height: 85px;
    width: 85px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.single-article-text-wrapper aside .sign-up-form form {
    max-width: 300px;
}

.single-article-text-wrapper aside .sign-up-form {
    display: flex;
    justify-content: flex-end;
}

.single-article-other h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 40px;
}

.single-news-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.single-news-page-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-news-page-left {
    width: 34%;
}

.single-news-page-left img {
    display: block;
    margin-bottom: 30px;
}

.single-news-page-right {
    width: 63.5%;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
}

.single-news-page-left-link {
    padding: 0 83px;
}

.single-news-page-left-link a {
    width: 100%;
    text-align: center;
}

.single-news-page-right p {
    line-height: 150%;
    margin-bottom: 30px;
}

.single-news-page-right ul {
    margin-bottom: 30px;
}

.single-news-page-right li {
    line-height: 150%;
    list-style-type: none;
}

.single-news-page-right li::before {
    content: "•";
    margin-right: 5px;
}

.single-news-other h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 35px;
}

.single-news-other-list .news-articles-slider-item {
    margin: 0;
}

.contacts-page h1 {
    font-weight: normal;
    font-size: 41px;
    line-height: 120%;
    margin-bottom: 30px;
}

.contacts-page>p {
    line-height: 150%;
    margin-bottom: 40px;
    max-width: 60%;
}

.contacts-page-list-item {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
    display: grid;
    grid-template-columns: 22.2% 45% 25.3%;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}

.contacts-page-list-item-wrapper {
    margin-bottom: 30px;
}

.contacts-page-list-item-info>div {
    display: flex;
    align-items: center;
}

.contacts-page-list-item-info>div>img {
    margin-right: 20px;
}

.contacts-page-list-item-geo span {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    display: block;
    margin-bottom: 10px;
}

.contacts-page-list-item-district {
    margin-bottom: 25px;
}

.contacts-page-list-item-district img {
    opacity: 0;
}

.contacts-page-list-item-district span {
    line-height: 120%;
}

.contacts-page-list-item-worktime span {
    line-height: 150%;
}

.contacts-page-list-item-worktime {
    margin-bottom: 35px;
}

.contacts-page-list-item-tel a {
    font-size: 20px;
    line-height: 120%;
    color: #DA2377;

}

.contacts-page-list-item-btns {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
}

.contacts-page-list-item-btns span {
    padding: 15px;
    border: 1px solid #D9D7D5;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}

.contacts-page-list-item-btns span.on {
    background: #FFE0EE;
}

.contacts-tab-content-item {
    display: none;
    margin-top: 10px;
}

.contacts-tab-content-item-flex {
    display: flex;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
    justify-content: space-between;
}

.contacts-tab-content-item-block {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
}

.contacts-tab-content-item-left {
    width: 58%;
}

.contacts-tab-content-item span {
    font-size: 20px;
    line-height: 120%;
    display: block;
    margin-bottom: 15px;
}

.contacts-tab-content-item p {
    line-height: 120%;
    color: #646464;
    margin-bottom: 20px;
}

.contacts-tab-content-item p:last-child {
    margin-bottom: 0;
}

.contacts-tab-content-item-right {
    width: 33%;
}

.virtual-tour h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
}

.virtual-tours-list-item span {
    display: block;
    margin-bottom: 25px;
}

.virtual-tours-list-item iframe {
    width: 100%;
}

.virtual-tours-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.4%;
    grid-row-gap: 40px;
}

.hidden {
    display: none;
}

.overflow {
    overflow: hidden;
}

html body a.bvi-link-shortcode .bvi-svg-eye {
    display: none !important;
}

.inner-outer-repeater {
    background: red !important;
}

.none {
    display: none;
}

.block {
    display: block;
}

.table {
    display: table;
}

.head-top-tel-mob {
    display: none !important;
}

.tel-menu {
    display: none;
}

.single-title {
    margin-bottom: 30px;
}

.container.single {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #323232;
    padding-bottom: 30px;
}

.container.single ul {
    list-style-position: inside;
}

.container.single table {
    text-align: center;
}

.adaptive-menu-btn {
    width: 36px;
    height: 42px;
    background-image: url('./img/mobile-menu.svg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.adaptive-menu-btn.showClose {
    background-image: url('./img/mobile-menu-close.svg');
}

/*.adaptive-menu-btn.showClose:before,
.adaptive-menu-btn.showClose:after {
    position: absolute;
    left: 11px;
    content: ' ';
    height: 30px;
    width: 3px;
    border-radius: 4px;
    background-color: #DFDFDF;
    z-index: 100;
}*/


.adaptive-menu-btn.showClose:before {
    transform: rotate(45deg);
}

.adaptive-menu-btn.showClose:after {
    transform: rotate(-45deg);
}

.adaptive-menu-btn.showClose div {
    width: auto;
    height: auto;
}

.adaptive-menu-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    overflow: hidden;
    color: white;
    text-align: center;
    transform: translateY(-100%);
    transition: transform 0.2s ease;
    z-index: 99;
}

.adaptive-menu-content.showNav {
    top: 158px;
}

.showNav {
    transform: translateY(0);
}

.adaptive-wp-menu {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.adaptive-wp-menu div ul li {
    margin-bottom: 30px;
}

.adaptive-wp-menu div ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #3C3C3C;
}

.front-slider-item-right-img-mob,
.contacts-block-btns-adaptive,
.footer-mail-tel-adaptive,
.visually-impaired-footer.adaptive,
#faq-green-mob,
.faq-white-right h3,
.single-specialist-info-right-head.adaptive,
#promotions-and-discounts-single-post-adaptive,
.leaderships-list-item-left-contact.adaptive,
.leave-review.adaptive,
.single-news-page-left-link.adaptive,
.faq-white-tabs.fillial,
.news-articles-slider-adaptive-btn-see-all,
.error404 .header-bottom-wrapper,
.error404 .container.bc,
.error404 footer,
.contacts-small-bottom-item.small-contacts-address-time.adaptive,
#services-slider .services-slider-see-all,
.front-specialist-labels-mob {
    display: none;
}

.single-service-news-articles-slider .articles-slider-init .slick-dots {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.calc-result-adaptive-link {
    display: none;
    padding: 0 20px;

}

.calc-result-adaptive-link {
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 50%;
    bottom: -65px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;

}

.calc-result-adaptive-link a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #F8F8F8;
    background: #DA2377;
    border-radius: 46px;
}

.service-submenu-mob {
    background: #fff;
    padding: 30px 0 30px 0;
    -webkit-box-shadow: -1px -5px 8px -5px rgba(34, 60, 80, 0.65) inset;
    -moz-box-shadow: -1px -5px 8px -5px rgba(34, 60, 80, 0.65) inset;
    box-shadow: -1px -5px 8px -5px rgba(34, 60, 80, 0.65) inset;
}

.service-submenu-mob .faq-green-mob-tab-content {
    background: #fff !important;
}

.service-submenu-mob .faq-green-mob-tab-content ul li {
    line-height: 16px;
    list-style: none;
    margin-bottom: 15px;
}

.service-submenu-mob .faq-green-mob-tab-content ul li a {
    font-size: 14px;
    color: #646464;
}

.service-submenu-mob .faq-green-mob-tab-item .tab-content {
    padding: 0 20px;
}

.service-submenu-mob-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
}

.service-submenu-mob-title .popup-close {
    color: #DA2377;
    border: 1px solid #FFE0EE;
    border-radius: 1.71429px;
    padding: 0px 5px;
    cursor: pointer;
}

.service-submenu-mob .faq-green-mob-tab-item {
    padding-bottom: 0;
}

.page-404-main {
    position: relative;
    width: 100vw;
    height: calc(100vh - 118px);
}

.left-lines-404 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.right-lines-404 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-404-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.error404 section {
    padding: 0;
}

.page-404-wrapper>img {
    margin-bottom: 30px;
}

.page-404-wrapper>h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    color: #307CC0;
    margin-bottom: 30px;
}

@media (max-width: 1760px) {
    #two-steps-form {
        background-image: none;
    }
}

@media (max-width: 1200px) {
    .segundo {
        margin-top: 24px;
    }

    #menu-uslugi-v-futere-novoe {
        padding-left: 0px;
        margin-top: 24px;
    }

    .container {
        max-width: 942px;
    }

    .head-top-btn {
        display: none;
    }

    .head-top-center-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .logo {
        display: none;
    }

    .logo-1200 {
        display: block;
    }

    .head-bottom-menu ul li {
        margin-right: 35px;
    }

    .geo-city-list {
        left: -50px;
    }

    .front-slider-item-wrapper {
        padding-top: 40px;
    }

    .front-slider-item-left {
        padding-left: 50px;
    }

    .front-slider .slick-dots {
        left: 50px;
    }

    .single-service-text-block-second-left {
        width: 60%;
    }

    .services-slider-wrapper {
        margin: 0 -10px;
    }

    .services-slider-item {
        margin: 0 10px;
    }


    #two-steps-form {
        background-size: cover;
    }

    .two-steps-form-step-2-inputs input,
    .two-steps-form .acceptance {
        width: 100%;
    }

    .contacts-small-top {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 6%;
    }

    .contacts-small-top {
        margin-bottom: 35px;
    }

    .contacts-small-bottom {
        display: block;
    }

    .contacts-small-bottom .small-contacts-address-time {
        margin-bottom: 20px;
    }

    .footer-columns {
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 0;
        padding-bottom: 100px;
    }

    .footer-column.footer-logo-btns,
    .footer-column.footer-menu {
        width: 50%;
    }

    .footer-column.footer-other {
        width: 100%;
        margin-top: 50px;
    }

    .footer-other-top .general-search-input {
        width: 100%;
    }

    .footer-other-top .search-btn-pink {
        right: 3px;
    }

    .footer-other-top .dark-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .single-service-front-left-btns {
        display: flex;
        align-items: center;
    }

    .single-service-front-left-btns .dark-link {
        text-align: center;
    }

    .single-service-front-slider-item-wrap {
        height: 100%;
    }

    .single-service-front-slider-item-img-label {
        bottom: 35px
    }

    .single-service-front-slider .slick-dots {
        left: 210px;
    }

    .faq-left-mail span {
        width: 140px;
    }

    .calc-results,
    .sign-up-form-name-tel {
        padding: 30px 25px;
    }

    .sign-up-form-name-tel-step-1 .sign1 {
        text-align: center;
    }

    .single-news-page-left-link {
        padding: 0 10px;
    }

    .service-submenu-content {
        min-width: auto;
        width: 100%;
    }

    .page-404-main>img {
        display: none;
    }

    .page-404-main {
        height: calc(100vh - 110px)
    }

    .front-specialist-big-photo-name-wrap {
        /*display: block;*/
    }

    .front-specialist-big-photo {
        /*text-align: center;*/
        /*margin-right: 0;*/
        /*margin-bottom: 20px;*/
    }

}


@media (max-width: 992px) {
    .page-specialists-list-wrapper .front-specialists-left-specialist-big-item {
        padding: 24px;
    }

    .segundo {
        width: 100% !important;
    }

    h1.gross {
        font-size: 30px;
    }

    .vseus_wrap>a {
        display: block;
        float: none;
        width: 100%;
    }

    .vseus_wrap>a .services-slider-item {
        height: auto !important;
    }

    .uszag_wrap,
    .usall_wrap {
        margin: 0;
    }

    .uszag_wrap .uszag_item {
        display: block;
        margin: 0 15px 15px;
    }

    .usall_wrap .neusl_link {
        width: 100%;
    }

    #crosslink ul {
        padding: 25px 25px 0;
        columns: 1;
    }

    .tableprice table tr th,
    .tableprice table tr td {
        display: block;
        border-bottom: none;
    }

    .tableprice table tr:last-child td:last-child {
        border-bottom: 1px solid #DA2377;
    }

    .container {
        max-width: 718px;
    }

    section {
        padding-bottom: 75px;
    }

    #two-steps-form,
    #big-form {
        margin-bottom: 75px;
    }

    .head-top-tel-geo>a>span,
    .geo .geo-current .geo-plunk,
    .head-bottom .visually-impaired {
        display: none;
    }

    .head-bottom .search-bar-pink {
        width: 25%;
    }

    .head-bottom .searchbox-pink .general-search-input {
        width: 100%;
    }

    .head-bottom-menu ul li {
        margin-right: 25px;
    }


    .geo-city-list {
        left: -120px;
        width: 550%;
    }

    .head-top-tel-geo a img,
    .head-top-tel-geo .geo .geo-current img {
        margin: 0;
    }

    .front-slider-item-wrapper {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .front-slider-item-left,
    .front-slider-item-right,
    .front-slider-item-right-img,
    .front-slider-item-right-img img {
        width: 100%;
    }

    .front-slider-item-right-img-mob img {
        border-radius: 8px 8px 0 0;
    }

    .front-slider-item-right-img img {
        height: 300px;
        width: 50%;
        margin: 0 auto;
    }

    .front-slider-item-right-img-desk {
        display: none;
    }

    .front-slider-item-right-img-mob {
        display: block;
        width: 100%;
    }

    .front-slider-item-left {
        margin-top: 50px;
    }

    .front-slider-item-left {
        padding-right: 50px;
    }

    .front-slider-item-wrapper {
        height: auto;
        justify-content: start;
    }

    .front-slider-item-wrapper {
        background: transparent;
        border-radius: 0;
    }

    .front-slider .slick-dotted.slick-slider {
        background: #67A9E6;
        border-radius: 8px;
    }

    .front-slider-item-left p:last-child {
        margin-bottom: 30px;
    }

    .front-slider-item-btns {
        margin-top: 25px;
        margin-bottom: 75px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    .front-slider .slick-dots {
        margin: 0;
        margin-right: 0px;
        position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
    }

    .front-slider-wrapper .slick-track,
    .front-slider-wrapper .slick-list {
        display: block;
    }

    .single-service-text-block-second-left {
        width: 60%;
    }


    .single-service-text-block-second-right {
        position: relative;
    }

    .single-service-text-block-second-right img {
        height: min-content;
        position: absolute;
        bottom: 0;
    }


    .about-clinic-content-wrapper {
        flex-direction: column-reverse;
    }

    .about-clinic-content-wrapper>div {
        width: 100%;
    }

    .about-clinic-content-right,
    .about-clinic-content-left {
        padding: 0;
    }

    .about-clinic-content-right {
        margin-bottom: 50px;
    }

    .front-specialists-content {
        flex-direction: column;
    }

    .front-specialists-content>div {
        width: 100%;
        padding: 0;
    }

    .front-specialists-left-specialist-big {
        margin-bottom: 40px;
    }

    .page-specialists .front-specialist-big-name {
        /*width: 80%;*/
        max-width: 150px;
    }

    .promotions-and-discounts-slider-item,
    .promotions-and-discounts-slider {
        margin: 0;
    }

    .promotions-and-discounts-slider .slick-list,
    .promotions-and-discounts-slider .slick-track {
        display: block;
    }

    .promotions-and-discounts-slider .slick-dots,
    .modern-equipment-slider .slick-dots {
        position: static;
        margin-top: 25px;
    }

    .promotions-and-discounts-slider .slick-dots .slick-active button,
    .modern-equipment-slider .slick-dots .slick-active button {
        background: #52B234;
        border-radius: 100%;
        width: 10px;
        height: 10px;
    }

    .promotions-and-discounts-slider .slick-dots li button,
    .modern-equipment-slider .slick-dots li button {
        border: 1px solid #52B234;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .promotions-and-discounts-slider .slick-dots li button::before,
    .modern-equipment-slider .slick-dots li button::before {
        display: none;
    }

    .two-steps-form {
        display: block;
    }

    .two-steps-form>div {
        width: 100%;
    }

    .two-steps-form-right {
        padding-left: 0;
    }

    .two-steps-form-left p {
        margin-bottom: 40px;
    }

    .two-steps-form-step-2-btn {
        flex-direction: column;
    }

    .two-steps-form-step-2-btn button {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .acceptance label {
        margin-bottom: 0;
    }

    .two-steps-form .acceptance {
        padding-left: 0;
        align-items: center;
    }

    .acceptance input {
        padding: 0;
    }

    .front-trust-left {
        padding: 30px;
        width: 50%;
    }

    .front-trust-right {
        width: 50%;
        padding: 30px 35px;
    }

    .modern-equipment-slider-item-right {
        display: flex;
        align-items: center;
    }


    .modern-equipment-slider-item-right::before {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .single-service-front {
        flex-direction: column;
    }

    .single-service-front>div {
        width: 100%;
    }

    .single-service-front-slider .slick-dots {
        left: 305px;
    }

    .faq-white-left {
        padding-right: 30px;
    }

    .page-calc-wrapper {
        grid-template-columns: 66% 31%;
    }

    .page-calc-tab-btn {
        padding-right: 50px;
    }

    .single-specialist-info-left-links {
        padding: 0;
    }

    .discounts-promotions-list-item-left {
        width: 40%;
    }

    .discounts-promotions-list-item-right {
        width: 60%;
    }

    .discounts-promotions-list-item-left img {
        height: 100%;
    }

    .discounts-promotions-list-item-right {
        padding-right: 40px;
    }

    .discounts-promotions-list-item {
        overflow: hidden;
    }

    .discounts-promotions-item-label {
        right: -5px;
        top: auto;
        bottom: -30px;
    }

    .pagination-block {
        display: flex;
        flex-direction: column;
    }

    .load-more-button-wrapper {
        margin-bottom: 40px;
    }

    .about-page .front-trust {
        flex-direction: column;
    }

    .front-trust.about .front-trust-left,
    .front-trust.about .front-trust-right {
        padding: 30px 20px;
        width: 100%;
    }

    .about-photo-gallery-slider-wrapper .slick-slide {
        margin: 0 5px;
    }

    .search-bar-x.page-specialists-filters {
        grid-template-columns: 0.8fr 0.8fr 1fr;
        grid-column-gap: 1%;
    }

    .menu-tabs ul li a {
        width: max-content;
    }

    .news-list-wrapper,
    #articles-list-page .articles-list-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .licenses-list-wrapper .slick-dots {
        position: static;
        margin-top: 25px;
    }

    .licenses-list-wrapper .slick-dots li button {
        border: 1px solid #307CC0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .licenses-list-wrapper .slick-dots .slick-active button {
        background: #307CC0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
    }

    .licenses-list-wrapper .slick-dots li button::before {
        display: none;
    }

    .video-list-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .dms-page-wrapper {
        flex-direction: column;
    }

    .dms-page-wrapper>div {
        width: 100%;
    }

    .dms-page-left {
        text-align: center;
        margin-bottom: 15px;
    }

    .contacts-page-list-item {
        display: flex;
        flex-direction: column;
    }

    .contacts-page-list-item-pic {
        text-align: center;
    }

    .contacts-tab-content-item-flex {
        flex-direction: column;
    }

    .contacts-tab-content-item-flex>div {
        width: 100%;
    }

    .contacts-tab-content-item-right {
        text-align: center;
        margin-top: 30px;
    }

    .overlay-modal-3 .popup {
        width: 90%;
    }

    .service-submenu-top {
        padding: 15px;
        flex-wrap: wrap;
    }

    .service-submenu-top .tab-btn {
        margin-bottom: 10px;
    }

    .service-submenu-bottom {
        padding: 0 15px 5px 15px;
    }

    .service-submenu-table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .service-submenu-table tr td {
        width: 50%;
        margin-bottom: 30px;
    }

    .service-submenu-content {
        top: 75px;
    }

    .menu-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .faq-green.blue .faq-green-content-item._current {
        flex-direction: column;
    }

    .faq-green.blue .single-specialist-tab-content-item-right {
        width: 100%;
        margin-top: 20px;
    }

    .faq-green.blue .single-specialist-tab-content-item-right img {
        position: static;
    }

    .search-bar-x.page-specialists-filters form {
        flex-direction: column;
        gap: 15px;
    }

}


@media (max-width: 768px) {

    .container {
        max-width: 526px;
    }

    section {
        padding-bottom: 50px;
    }

    #two-steps-form,
    #big-form {
        margin-bottom: 50px;
    }

    .general-search-input::placeholder {
        font-size: 14px;
    }

    .menu-header-top-menu-container,
    .head-bottom-menu {
        display: none;
    }

    .head-bottom .search-bar-pink {
        width: 100%;
    }

    .head-bottom-menu-adaptive ul li a {
        margin-right: 0;
    }

    .head-top-tel-desk,
    .geo {
        display: none !important;
    }

    .head-top-tel-mob,
    .tel-menu {
        display: block !important;
    }

    .head-top-tel-geo-adaptive a img,
    .head-top-tel-geo-adaptive .geo .geo-current img {
        margin-right: 10px;
    }

    .head-top-tel-geo-adaptive a img {
        margin: 0;
    }

    .head-top-tel-geo-adaptive a {
        margin-right: 20px;
    }

    .head-top-tel-geo-adaptive>a>img,
    .head-top-tel-geo-adaptive>div>span>img {
        margin-right: 10px;
    }

    .head-top-tel-geo-adaptive a {
        margin: 0;
        margin-bottom: 15px;
    }

    .head-top-tel-geo-adaptive .head-top-tel-adaptive span,
    .geo-adaptive .geo-current .geo-plunk {
        font-size: 16px;
    }

    .head-bottom-menu-adaptive ul li:last-child {
        margin-bottom: 30px;
    }

    .geo-city-list {
        left: 0;
        width: 100%;
    }

    .geo-city-list ul li,
    .geo-city-list ul li:last-child {
        margin: 0;
        text-align: left;
        padding: 10px 15px;
        text-transform: none;
    }

    .geo-adaptive .geo-current {
        position: relative;
    }

    .geo-adaptive .geo-current::after {
        content: '';
        background: url('./img/green-arrow-down.svg') no-repeat right center;
        position: absolute;
        right: 0;
        display: block;
        width: 12px;
        height: 8px;
        -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
        transition: all .27s ease-in-out;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .geo-adaptive .geo-current.click::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .head-top-tel-geo-adaptive {
        margin-bottom: 25px;
    }

    .adaptive-bottom {
        -webkit-box-shadow: -1px -5px 8px -5px rgba(34, 60, 80, 0.65) inset;
        -moz-box-shadow: -1px -5px 8px -5px rgba(34, 60, 80, 0.65) inset;
        box-shadow: -1px -5px 8px -5px rgba(34, 60, 80, 0.65) inset;
    }

    .adaptive-top {
        padding: 40px 20px 25px 20px;
    }

    .adaptive-top ul li a {
        cursor: pointer;
    }

    .adaptive-top .head-top-btn {
        display: block;
    }

    .adaptive-top .head-top-btn a {
        /*text-align: center;*/
        /*margin: 0;*/
        /*display: block;*/
    }

    .result-search-specialists,
    .result-search-general {
        z-index: 99;
    }

    .adaptive-bottom {
        padding: 25px 20px;
        background: #F8F8F8;
    }

    .adaptive-bottom .menu-header-top-menu-container {
        display: block;
    }

    .adaptive-bottom>div>ul>li {
        margin-bottom: 20px;
    }

    .adaptive-bottom ul li a {
        font-size: 16px;
        margin: 0;
    }

    .adaptive-bottom ul li.menu-item-has-children,
    .adaptive-bottom ul li.menu-item-has-children>a {
        position: relative;
    }

    .adaptive-bottom ul li.menu-item-has-children>a::after {
        content: '';
        background: url('./img/gray-arrow-down.svg') no-repeat right center;
        position: absolute;
        right: 0;
        display: block;
        width: 12px;
        height: 8px;
        -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
        transition: all .27s ease-in-out;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .adaptive-bottom ul li.menu-item-has-children>a.click::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .adaptive-bottom .sub-menu {
        width: 100%;
        position: static;
        background: transparent;
        box-shadow: none;
        margin-top: 15px;
    }

    .adaptive-bottom .sub-menu li {
        border: none;
        text-align: left;
        margin-bottom: 15px;
    }

    .adaptive-bottom .sub-menu li a {
        padding: 0;
        font-size: 14px;
        color: #646464;
    }

    .adaptive-bottom .sub-menu li a:hover {
        background: transparent;
    }

    .adaptive-bottom ul li {
        margin-bottom: 0;
    }

    .adaptive-bottom p {
        font-size: 14px;
        line-height: 16px;
        color: #646464;
        text-align: left;
        margin-bottom: 15px;
    }

    .adaptive-bottom p br {
        display: none;
    }

    .adaptive-menu-social {
        display: flex;
    }

    .adaptive-bottom>div>ul>li:last-child {
        margin-bottom: 30px;
    }

    .adaptive-menu-social a {
        margin-right: 15px;
    }

    .adaptive-menu-social a img {
        width: 40px;
        height: 40px;
    }

    .front-slider-item-left {
        margin-top: 20px;
    }

    .front-slider-item-left span {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .front-slider-item-left p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .front-slider-item-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .front-slider-item-right-img img {
        height: 240px;
    }


    .single-service-text-block-second h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .single-service-text-block-second-wrapper {
        flex-direction: column;
    }

    .single-service-text-block-second-left {
        padding: 30px 20px 40px 20px;
    }

    .single-service-text-block-second-right img {
        height: auto;
        position: static;
    }

    .single-service-text-block-second-wrapper>div {
        width: 100%;
    }

    .single-service-text-block-second-left span {
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .single-service-text-block-second-left p {
        margin-bottom: 25px;
    }

    .single-service-text-block-second-left>.dark-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .services-slider-item {
        padding: 20px 25px 25px 25px;
    }

    .services-slider-wrapper {
        margin: 0 -5px;
    }

    .services-slider-item {
        margin: 0 5px;
    }

    .services-slider-item-wrap span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .services-slider-item-wrap a {
        bottom: 25px;
    }

    .services-slider .section-slider-head-wrapper {
        margin-bottom: 25px;
    }

    .about-clinic-slider-btns {
        display: none;
    }

    .about-clinic-slider .slick-dots,
    .reviews-slider-init .slick-dots,
    .news-slider-init .slick-dots,
    .articles-slider-init .slick-dots,
    .about-photo-gallery-slider-wrapper .slick-dots,
    .we-always-there-wrapper .slick-dots,
    .single-post .articles-list-wrapper .slick-dots,
    .single-news-other-list .slick-dots {
        position: static;
        margin-top: 25px;
    }

    .about-clinic-slider .slick-dots li button,
    .reviews-slider-init .slick-dots li button,
    .news-slider-init .slick-dots li button,
    .articles-slider-init .slick-dots li button,
    .about-photo-gallery-slider-wrapper .slick-dots li button,
    .we-always-there-wrapper .slick-dots li button,
    .single-post .articles-list-wrapper .slick-dots li button,
    .single-news-other-list .slick-dots li button {
        border: 1px solid #307CC0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .about-clinic-slider .slick-dots .slick-active button,
    .reviews-slider-init .slick-dots .slick-active button,
    .news-slider-init .slick-dots .slick-active button,
    .articles-slider-init .slick-dots .slick-active button,
    .about-photo-gallery-slider-wrapper .slick-dots .slick-active button,
    .we-always-there-wrapper .slick-dots .slick-active button,
    .single-post .articles-list-wrapper .slick-dots .slick-active button,
    .single-news-other-list .slick-dots .slick-active button {
        background: #307CC0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
    }

    .about-clinic-slider .slick-dots li button::before,
    .reviews-slider-init .slick-dots li button::before,
    .news-slider-init .slick-dots li button::before,
    .articles-slider-init .slick-dots li button::before,
    .about-photo-gallery-slider-wrapper .slick-dots li button::before,
    .we-always-there-wrapper .slick-dots li button::before,
    .single-post .articles-list-wrapper .slick-dots li button::before,
    .single-news-other-list .slick-dots li button::before {
        display: none;
    }

    .about-clinic-head-wrapper h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .about-clinic-head-wrapper {
        margin-bottom: 25px;
    }

    .about-clinic-content-right-text {
        padding: 25px 20px;
    }

    .about-clinic-content-right-numbers div span {
        font-size: 26px;
        line-height: 32px;
    }

    .about-clinic-content-right-numbers div p {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    .about-clinic-content-right {
        margin-bottom: 30px;
    }

    .front-specialists .section-slider-btns-wrapper {
        display: none;
    }

    .section-slider-head-wrapper h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .section-slider-head-wrapper {
        margin-bottom: 15px;
    }

    .promotions-and-discounts .section-slider-head-wrapper {
        margin-bottom: 25px;
    }

    .front-specialists-left>p {
        line-height: 22px;
    }

    .front-specialists-left-specialist-big-item {
        padding: 0;
        /* background: transparent; */
        border-radius: 0;
    }

    .front-specialist-big-name span,
    .front-specialists-slider-item-name span {
        font-size: 16px;
        line-height: 20px;
    }

    .front-specialists-slider-item-name p,
    .front-specialist-big-name p,
    .front-specialist-text span {
        font-size: 14px;
        line-height: 16px;
    }

    .front-specialist-big-photo-name-wrap {
        margin-bottom: 15px;
    }

    .front-specialist-labels ul li,
    .front-specialist-labels-mob ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .front-specialist-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .front-specialist-text p {
        margin-bottom: 25px;
    }

    .front-specialists-left-specialist-big-item .dark-link {
        display: block;
        text-align: center;
        width: 100%;
    }

    .front-specialists-left-specialist-big {
        background: #D6E5F2;
        border-radius: 10px;
        padding: 25px 25px 30px 25px;
        margin-bottom: 25px;
    }

    .front-specialists-slider-item-wrap {
        padding: 15px;
    }

    .front-specialists-slider-item {
        margin: 0;
    }

    .front-specialists-slider {
        margin: 0;
    }

    .front-specialists-left-specialist-sub-service .front-specialists-left-specialist-big-item,
    .front-specialists-left-specialist-sub-service {
        margin: 0;
    }

    .front-specialists-left-specialist-sub-service .front-specialist-big-name {
        width: 70%;
    }

    .section-slider-btns {
        display: none;
    }

    .promotions-and-discounts-slider-item {
        padding: 25px 25px 30px 25px;
    }

    .promotions-and-discounts-slider-item-wrapper>span {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-right: 70px;
    }

    .promotions-and-discounts-slider-item-wrapper>p {
        line-height: 20px;
        margin-bottom: 25px;
    }

    .promotions-and-discounts-slider-item-btns span {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        display: flex;
        align-items: flex-end;
        position: absolute;
        right: -5px;
        top: -45px;
    }

    .promotions-and-discounts-slider-item {
        position: relative;
        overflow: hidden;
    }

    #two-steps-form {
        padding: 30px 0;
    }

    .two-steps-form-left h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .two-steps-form-left p {
        line-height: 24px;
        margin-bottom: 25px;
    }

    .front-trust {
        flex-direction: column;
    }

    .front-trust>div {
        width: 100%;
        padding: 30px 20px;
    }

    .front-trust-left {
        border-radius: 10px 10px 0 0;
    }

    .front-trust-right {
        border-radius: 0 0 10px 10px;
    }

    .front-trust-left span {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .front-trust-left p {
        line-height: 24px;
        margin-bottom: 25px;
    }

    .front-trust-left .dark-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .modern-equipment h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .modern-equipment>p {
        width: 100%;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .modern-equipment-slider-item-wrap {
        display: block;
    }

    .modern-equipment-slider-item-wrap>div {
        width: 100%;
    }

    .modern-equipment-slider-btns {
        display: none;
    }

    .modern-equipment-slider-wrapper::after {
        left: -1000px;
    }

    .modern-equipment-slider-item-left {
        padding: 30px 20px;
        margin-bottom: 15px;
    }

    .modern-equipment-slider-item-left span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .modern-equipment-slider-item-right img {
        padding: 0;
    }

    .modern-equipment-slider-item-right {
        justify-content: center;
    }

    .modern-equipment-slider-item-right::before {
        transform: translate(-50%, 0%);
        top: 50px;
    }

    .modern-equipment-slider-wrapper::after {
        bottom: 40px;
    }

    .reviews-slider-item {
        padding: 25px 25px 30px 25px;
    }

    .reviews-slider-item-title span:first-child {
        font-size: 18px;
        line-height: 22px;
        padding-right: 30px;
    }

    .reviews-slider-item,
    .reviews-slider-init {
        margin: 0;
    }

    #big-form,
    #big-form-no-margin {
        padding: 30px 0 50px 0;
    }

    .big-form h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .big-form>p {
        line-height: 24px;
        margin-bottom: 25px;
        width: 100%;
    }

    .big-form-wrapper {
        padding: 30px 25px;
    }

    .big-form-wrapper form {
        flex-direction: column;
    }

    .big-form-wrapper form>div {
        width: 100%;
        padding: 0;
    }

    .big-form-left>div,
    .big-form-right>div {
        margin-bottom: 25px;
    }

    .big-form-radio-btn-wrapper {
        margin-bottom: 35px !important;
    }

    .big-form-submit {
        margin-bottom: 0 !important;
    }

    .big-form-submit button {
        display: block;
        width: 100%;
        text-align: center;
    }

    .big-form-right .acceptance {
        margin-top: 15px;
    }

    .big-form-right .acceptance label br {
        display: none;
    }

    .big-form-direction label span {
        display: none;
    }

    .news-articles-slider .section-slider-btns-wrapper {
        display: none !important;
    }

    .section-slider-tabs span {
        font-size: 18px;
        padding: 10px 25px;
    }

    .news-tab {
        margin-right: 15px;
    }

    .section-slider-head-wrapper {
        margin-bottom: 35px;
    }

    .front-specialists .section-slider-head-wrapper,
    .reviews-slider .section-slider-head-wrapper {
        margin-bottom: 25px;
    }

    .news-articles-slider-item-content {
        padding: 25px 25px 30px 25px;
    }

    .news-articles-slider-item-wrapper p {
        margin-bottom: 15px;
    }

    .news-articles-details {
        margin-bottom: 25px;
    }

    .news-slider-item-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .small-contacts-btns {
        padding: 25px;
        display: block;
    }

    .small-contacts-btns>div {
        margin-bottom: 15px;
    }

    .small-contacts-btns>div:last-child {
        margin-bottom: 0;
    }

    .contacts-block-social {
        display: flex;
        justify-content: start;
    }

    .small-contacts-btns .contacts-block-social a img {
        margin-right: 10px;
    }

    .small-contacts-address-time {
        padding: 25px;
    }

    .small-contacts-btns>div>a>img {
        margin-right: 15px;
    }

    .small-contacts-btns>div>a>img,
    .small-contacts-btns .contacts-block-social a img {
        width: 40px;
        height: 40px;
    }

    .contacts-small-title h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .contacts-small-title {
        margin-bottom: 25px;
    }

    .footer-menu ul {
        padding-left: 40px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom>div {
        width: 100%;
    }

    .footer-bottom-right a {
        justify-content: start;
    }

    footer {
        padding-top: 30px;
    }

    .footer-column.footer-other {
        margin-top: 40px;
    }

    .footer-columns {
        padding-bottom: 40px;
    }

    .footer-bottom-left {
        margin-bottom: 25px;
    }

    .single-service-front-left h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .single-service-front-left p {
        margin-bottom: 25px;
    }

    .single-service-front-left {
        padding-bottom: 30px;
    }

    .single-service-front-slider-item-right p {
        font-size: 20px;
        line-height: 24px;
    }

    .single-service-front-slider .slick-dots {
        left: 230px;
    }

    .single-service-text-block {
        display: block;
    }

    .single-service-text-block>div {
        width: 100%;
    }

    .single-service-text-block-left {
        padding: 25px 20px;
    }

    .single-service-text-block-right img {
        margin-top: 0;
    }

    .faq-green-mob-tab-item {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .faq-green-mob-tab-item .tab-btn,
    .faq-green-mob-tab-item .tab-content {
        width: 100%;
    }

    .faq-green-mob-tab-item .tab-btn {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-right: 30%;
        position: relative;
    }

    .faq-green-mob-tab-item .tab-btn::after {
        content: url('./img/list-arrow.svg');
        position: absolute;
        right: 0;
    }

    .faq-green-mob-tab-item .tab-btn.active::after {
        content: url('./img/list-arrow-up.svg');
        position: absolute;
        right: 0;
    }

    #faq-green-mob {
        display: block;
    }

    #faq-green {
        display: none;
    }

    .price-table-title h3 {
        font-size: 28px;
    }

    .price-table-title {
        margin-bottom: 25px;
    }

    .price-table-name {
        font-size: 16px;
    }

    .price-table-tab-contents-item th {
        font-size: 12px;
        padding: 12px 20px;
    }

    .price-table-tab-btns span {
        font-size: 14px;
    }

    .price-table-tab-contents-item td {
        padding: 15px 20px;
        font-size: 14px;
    }

    .price-table-small-txt {
        padding: 15px 10px !important;
    }

    #price-table .price-table-name-tabs {
        padding: 37px 20px 36px 20px;
    }

    .price-table-name {
        margin-bottom: 15px;
    }

    .faq-white {
        flex-direction: column-reverse;
    }

    .faq-white>div {
        width: 100%;
    }

    .faq-white-left h3 {
        display: none;
    }

    .faq-left-mail span {
        width: auto;
    }

    .faq-white-right h3 {
        display: block;
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        color: #323232;
        margin-bottom: 15px;
    }

    .faq-white-tab-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0;
        padding-right: 30px;
    }

    .faq-white-tab-content {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
    }

    .faq-left-wrapper {
        margin-top: 55px;
    }

    .faq-left-mail span {
        font-size: 18px;
        line-height: 22px;
    }

    .faq-left-mailto {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px;
    }

    .faq-white-left {
        padding: 0;
    }

    .faq-left-mail {
        top: -30px;
    }

    .page-calc h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .page-calc-wrapper {
        margin-top: 30px;
        display: block;
    }

    .page-calc .search-input-x.pink::placeholder {
        font-size: 14px;
    }

    .page-calc-tab-btn {
        font-size: 16px;
    }

    .page-calc .price-table-wrapper {
        margin-bottom: 25px;
    }

    .page-calc-right {
        margin-top: 50px;
    }

    .calc-result-item {
        margin-bottom: 20px;
    }

    .calc-results-total span:first-child {
        font-size: 16px;
    }

    .calc-results-total-cost {
        font-size: 18px;
    }

    .page-calc-tab-item table tr td:first-child,
    .page-calc-tab-item table tr th:first-child {
        width: 60%;
    }

    .page-calc-tab-item table tr td:nth-child(2),
    .page-calc-tab-item table tr th:nth-child(2) {
        width: 16%;
    }

    .page-calc-tab-item table tr td:nth-child(3),
    .page-calc-tab-item table tr th:nth-child(3) {
        width: auto;
    }

    .single-specialist-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    .single-specialist-info-wrapper {
        flex-direction: column;
    }


    .single-specialist-info-wrapper>div {
        width: 100%;
    }

    .single-specialist-info-right-head.adaptive {
        display: block;
    }

    .single-specialist-info-right-head {
        /*display: none;*/
    }

    .single-specialist-info-left img {
        margin-bottom: 25px;
        border-radius: 10px;
    }

    .single-specialist-specialization {
        font-size: 18px;
        line-height: 22px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .single-specialist-flex-labels {
        display: flex;
        flex-wrap: wrap;
    }

    .single-specialist-label {
        /*margin-bottom: 10px;*/
    }

    .single-specialist-info-left-links a {
        margin-bottom: 10px;
    }

    .single-specialist-info-left-links {
        margin-bottom: 20px;
    }

    .single-specialist-info-right {
        padding: 25px 0px;
    }

    .single-specialist-tab-btns {
        margin-bottom: 5px;
    }

    .single-specialist-tab-content-item-left {
        padding: 30px 20px;
    }

    .single-specialist-tab-content-item {
        flex-direction: column;
    }

    .single-specialist-tab-content-item-left>span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .single-specialist-tab-content-item-right,
    .single-specialist-tab-content-item-left {
        width: 100%;
    }

    .discounts-promotions-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .discounts-promotions-list-item-left {
        display: none;
    }

    .discounts-promotions-list-item-right {
        width: 100%;
    }

    .discounts-promotions-list-item-right {
        padding: 25px 25px 30px 25px;
    }

    .discounts-promotions-list-item-right>span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .discounts-promotions-list-item-right a {
        margin-top: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .discounts-promotions-list-item-right p a {
        display: inline;
    }

    .discounts-promotions-item-label {
        right: -5px;
        top: -20px;
        bottom: auto;
        font-size: 12px;
        line-height: 120%;
        height: 80px;
        width: 80px;
    }

    .discounts-promotions-list-item-right>span {
        padding-right: 90px;
    }

    .discounts-promotions-list-item {
        margin-bottom: 15px;
    }

    .pagination-block {
        margin-top: 30px;
    }

    .load-more-button-wrapper {
        margin-bottom: 30px;
    }

    .discounts-promotions-tabs span:last-child {
        margin-right: 0;
    }

    .pagination-block .load-more-button-wrapper button {
        font-size: 16px;
    }

    .simple-text {
        padding: 25px 0 30px 0;
        position: relative;
    }

    .simple-text::after {
        content: "";
        background: #F8F8F8;
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        top: 0;
    }

    .we-always-there-item {
        margin: 0 5px;
    }

    .we-always-there-title h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .we-always-there-title {
        margin-bottom: 15px;
    }

    .we-always-there>p {
        width: 100%;
        line-height: 24px;
        margin-bottom: 25px;
    }

    aside {
        display: none;
    }

    .single-article-text {
        width: 100%;
    }

    .single-article-title {
        padding: 25px 20px 30px 20px;
    }

    .single-article-title h1 {
        margin-bottom: 15px;
    }

    .single-article-title-details div {
        margin: 0 5px;
    }

    .single-article-contents-items {
        padding: 30px 20px;
    }

    .single-article-contents-items h4 {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-bottom: 15px !important;
    }

    .single-article-contents-wrapper {
        margin-bottom: 50px;
    }

    .single-article-text h1,
    .single-article-text h2,
    .single-article-text h3,
    .single-article-text h4,
    .single-article-text h5,
    .single-article-text h6 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .single-article-text p {
        margin-bottom: 30px;
    }

    #promotions-and-discounts-single-post-adaptive {
        display: block;
    }

    .single-post .news-articles-slider-item {
        margin: 0 5px !important;
    }

    .single-article-other h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .page-specialists h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .page-specialists .page-specialists-filters {
        display: block;
    }

    .page-specialists .page-specialists-filters>div {
        margin-bottom: 15px;
    }

    .page-specialists-filters,
    .page-specialists-filters input::placeholder {
        font-size: 14px;
    }

    .specialist-search-input,
    .page-specialists-filters .new-select {
        padding: 15px;
    }

    .page-specialists-list-wrapper {
        display: block;
    }

    #page-specialists .front-specialists-left-specialist-big-item {
        margin-bottom: 15px;
    }

    .page-specialists-list-wrapper .front-specialists-left-specialist-big-item {
        padding: 25px 25px 30px 25px;
    }

    #page-specialists {
        padding-bottom: 65px;
    }


    .single-discount-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    #single-discount-page .discounts-promotions-list-item-left {
        display: block;
        width: 100%;
    }

    #single-discount-page .discounts-promotions-list-item-left img {
        width: 100%;
        height: 300px;
    }

    #single-discount-page .discounts-promotions-list-item {
        flex-direction: column;
        position: relative;
    }

    #single-discount-page .discounts-promotions-list-item-right {
        position: static;
    }

    #single-discount-page .discounts-promotions-list-item-right>span {
        padding-right: 0;
    }

    .menu-tabs ul li a {
        font-size: 14px;
        padding: 15px 25px;
    }

    .menu-tab-page-title {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .vacancy-list-tab-btn.active {
        padding: 20px 50px 0 20px !important;
        font-size: 20px !important;
    }

    .vacancy-list-tab-btn {
        padding: 15px 20px !important;
        font-size: 16px !important;
        padding-right: 50px !important;
    }

    .vacancy-list-tab-content {
        padding: 15px 20px 20px 20px !important;
    }

    .vacancy-list-tab-btn {
        font-size: 20px;
        line-height: 120%;
    }

    .leaderships-list-item {
        flex-direction: column;
    }

    .leaderships-list-item>div {
        width: 100%;
    }

    .leaderships-list-item-left {
        text-align: center;
    }

    .leaderships-list-item-left-contact {
        display: none;
    }

    .leaderships-list-item-right {
        padding: 0;
        background: #fff;
    }

    .leaderships-list-item-right-title {
        display: block;
    }

    .leaderships-list-item-right-title span:first-child {
        display: block;
        margin-right: 0;
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .leaderships-list-item-right-title span:last-child {
        max-width: 100%;
        display: block;
    }

    .leaderships-list-item-right-title span:last-child br {
        display: none;
    }

    .leaderships-list-item-left-contact.adaptive {
        display: block;
    }

    .information-page .simple-text {
        padding-bottom: 0;
    }

    .reviews-list-wrapper {
        display: block;
    }

    .reviews-page .reviews-slider-item {
        margin-bottom: 15px;
    }

    .leave-review.adaptive {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }

    .leave-review {
        display: none;
    }

    .page-reviews-filters>div,
    .page-reviews-filters form {
        width: 100%;
    }

    .reviews-page .new-select {
        padding: 15px 25px;
        font-size: 14px;
    }

    .reviews-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .menu-tab-page-title {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .menu-tabs ul li a {
        padding: 15px 25px;
        font-size: 14px;
    }

    .video-list-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .video-list-item a {
        left: auto;
        right: 25px;
    }

    .dms-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .dms-page-right {
        padding: 25px;
        padding-bottom: 0;
    }

    .dms-page-wrapper {
        margin-bottom: 15px;
    }

    .single-specialist-tab-btns {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .single-specialist-tab-btns span {
        padding: 15px 12px;
        font-size: 14px;
        line-height: 120%;
        display: block ruby;
        white-space: nowrap;
    }

    .single-news-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .single-news-page-wrapper {
        flex-direction: column;
    }

    .single-news-page-wrapper>div {
        width: 100%;
    }

    .single-news-page-left {
        margin-bottom: 15px;
    }

    .single-news-page-left-link {
        display: none;
    }

    .single-news-page-left img {
        margin: 0 auto;
    }

    .single-news-page-right {
        padding: 25px;
        padding-bottom: 0;
    }

    .single-news-page-right p {
        margin-bottom: 20px;
    }

    .single-news-page-left-link.adaptive {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .single-news-other h3 {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .single-news-other .news-articles-slider-item {
        margin: 0 5px;
    }

    .single-news-other-list .slick-list,
    .single-news-other-list .slick-track {
        display: flex;
    }


    .contacts-page h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .contacts-page>p {
        max-width: 100%;
    }

    .contacts-page-list-item {
        grid-row-gap: 0;
    }

    .contacts-page-list-item-pic {
        margin-bottom: 20px;
    }

    .contacts-page-list-item-pic img {
        width: 100%;
    }

    .contacts-page-list-item-geo span {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .contacts-page-list-item-district {
        margin-bottom: 20px;
    }

    .contacts-page-list-item-worktime {
        margin-bottom: 20px;
    }

    .contacts-page-list-item-btns {
        display: none;
    }

    .faq-white-tabs.fillial {
        display: block;
        background: #F8F8F8;
        padding: 20px;
        padding-bottom: 0;
    }

    .contacts-page-list-item {
        padding: 20px;
    }

    .faq-white-tabs.fillial .faq-white-tab-content.tab-content.current>span {
        font-size: 20px;
        line-height: 120%;
        color: #323232;
        display: block;
        margin-bottom: 15px;
    }

    .faq-white-tabs.fillial .faq-white-tab-content {
        font-size: 16px;
        line-height: 120%;
        color: #646464;
        margin-top: 25px;
    }

    .contacts-parking-txt {
        margin-bottom: 20px;
    }

    .contacts-parking-vid {
        text-align: center;
    }

    .faq-white-tabs.fillial .faq-white-tab-item {
        border: none;
    }

    .faq-white-tabs.fillial .faq-white-tab-btn {
        border-bottom: 1px solid #F1F1F1;
        padding: 15px 0;
    }

    .contacts-page-list-item-wrapper {
        margin-bottom: 50px;
    }

    #contacts-page {
        padding-bottom: 0;
    }

    .contacts-parking-vid iframe {
        width: 100%;
    }

    .reviews-slider-init .slick-list,
    .reviews-slider-init .slick-track {
        display: block;
    }

    .otzyvy-popup-content {
        width: 95%;
        padding: 40px 25px;
    }

    .video-popup-content,
    .video-popup-content iframe {
        width: 95%;
    }

    .virtual-tour h3 {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .virtual-tours-list-item span {
        margin-bottom: 15px;
    }

    .news-articles-slider-adaptive-btn-see-all {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
        background: #DA2377;
        border-radius: 46px;
        margin-top: 30px;
        color: #F8F8F8;
        text-transform: uppercase;
    }

    input {
        font-size: 14px;
    }

    .page-404-wrapper>h1 {
        font-size: 25px;
    }

    .page-404-wrapper>a {
        display: block;
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }

    .page-404-main {
        height: calc(100vh - 112px);
    }

    .error404 .adaptive-menu-content.showNav,
    .error404 .overlay-modal-4 .popup {
        top: 82px;
    }

    .error404 .head-top-btn {
        display: none;
    }

    /* Force table to not be like tables anymore */
    table.rabotniki,
    .rabotniki thead,
    .rabotniki tbody,
    .rabotniki th,
    .rabotniki td,
    .rabotniki tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .rabotniki thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .rabotniki tr {
        border: 1px solid #ccc;
    }

    .rabotniki tr td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .rabotniki tr:first-child {
        display: none;
    }

    .rabotniki td br {
        display: none;
    }

    .rabotniki td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .rabotniki td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
	Label the data
	*/
    .rabotniki td:nth-of-type(1):before {
        content: "ФИО";
        font-weight: 700;
    }

    .rabotniki td:nth-of-type(2):before {
        content: "Должность";
        font-weight: 700;
    }

    .rabotniki td:nth-of-type(3):before {
        content: "Образование";
        font-weight: 700;
    }

    .rabotniki td:nth-of-type(4):before {
        content: "Сертификат";
        font-weight: 700;
    }

    .single-specialist-tab-content-item-mob-img {
        margin-top: 20px;
        text-align: center;
    }
}


@media (max-width: 576px) {

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

    .head-top-tel-geo a {
        margin-right: 15px;
    }

    .front-slider-item-btns a:first-child {
        display: none;
    }

    .front-slider-item-btns a:last-child {
        display: block;
        width: 100%;
        text-align: center;
    }

    .front-slider-item-right-img img {
        height: 350px;
    }

    #front-slider .container,
    #single-service-text-block-second .container,
    #about-clinic .container,
    #services-slider .container {
        padding: 0;
    }

    .front-slider-item-right-img-mob img,
    .front-slider .slick-dotted.slick-slider,
    .single-service-text-block-second-wrapper,
    .about-clinic-content-right-text {
        border-radius: 0;
    }

    .single-service-text-block-second h3,
    .about-clinic-head-wrapper h3,
    #services-slider .section-slider-head-wrapper h3 {
        padding-left: 20px;
    }

    .services-slider .section-slider-btns-wrapper {
        display: none;
    }

    .about-clinic-head-wrapper a {
        display: none;
    }

    .about-clinic-content-right-numbers div {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .about-clinic-content-right-numbers {
        justify-content: start;
        flex-wrap: wrap;
    }

    #front-specialists {
        background: none;
    }

    .front-specialists-slider-item-photo {
        margin-right: 15px;
        width: 90px;
        height: 80px;
    }

    .front-specialists-slider-item-name,
    .front-specialist-big-name,
    .page-specialists .front-specialist-big-name {
        width: auto;
    }

    .front-specialists-slider-item-wrap {
        position: relative;
    }

    .front-specialists-slider-item-link {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .front-specialists-slider-item-name span {
        padding-right: 50px;
    }

    .front-specialists-left-specialist-sub-service .front-specialist-big-photo {
        width: auto;
    }

    .front-specialists-left-specialist-sub-service .front-specialist-big-name {
        width: auto;
    }

    .front-specialists-slider-item-name,
    .front-specialist-big-name,
    .page-specialists .front-specialist-big-name {
        width: auto;
    }

    .front-specialist-big-photo-name-wrap {
        gap: 0;
        /*display: grid;*/
        /*grid-template-columns: 30% 65%;*/
        /*grid-column-gap: 5%;*/
        /*align-items: flex-start;*/
    }

    .front-specialists-left-specialist-sub-service .front-specialists-left-specialist-big-item {
        padding: 20px 25px 30px 25px;
    }

    .front-specialist-big-photo {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .front-specialists-slider-item-photo img,
    .front-specialist-big-photo img {
        width: 100%;
        height: 100%;
    }

    .promotions-and-discounts .section-slider-btns-wrapper {
        display: none;
    }

    .promotions-and-discounts-slider-item-btns a {
        display: block;
        width: 100%;
        text-align: center;
    }

    #promotions-and-discounts {
        padding-top: 0;
    }

    .two-steps-form-step-1 {
        flex-direction: column;
    }

    .two-steps-form-step-1-inputs {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .two-steps-form-step-1-btn {
        width: 100%;
    }

    .two-steps-form-step-1-btn span {
        display: block;
        width: 100%;
        text-align: center;
    }

    .two-steps-form-step-3,
    .big-form-thank {
        padding: 20px 35px;
        font-size: 20px;
    }

    #front-trust .container {
        padding: 0;
    }

    .front-trust>div {
        border-radius: 0;
    }

    .front-trust-right {
        grid-row-gap: 25px;
    }

    .front-trust-right-item img {
        width: 60px;
        padding: 5px;
    }

    .front-trust-right-item span {
        font-size: 12px;
        line-height: 120%;
    }

    .modern-equipment-slider-item-right::before {
        height: 135px;
    }

    .modern-equipment-slider-wrapper::after {
        height: 50px;
    }

    .reviews-slider .services-slider-see-all {
        display: none;
    }

    .reviews-slider-see-all-adaptive {
        display: block;
        width: 100%;
        text-align: center;
        color: #F8F8F8;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px;
        background: #DA2377;
        border-radius: 46px;
        margin-top: 30px;
    }

    .contacts-small-bottom-item.small-contacts-address-time,
    .contacts-small-title a {
        display: none;
    }

    #contacts-small .container {
        padding: 0;
    }

    .contacts-block-btns-adaptive .container {
        padding: 0 20px !important;
    }

    .contacts-small-title,
    .contacts-small-bottom {
        padding: 0 20px;
    }

    .small-contacts-address-time {
        margin: 0 5px;
    }

    .contacts-block-btns-adaptive {
        display: block;
    }

    .contacts-small-bottom {
        margin-bottom: 25px;
    }

    .contacts-block-btns-adaptive a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    /*     .contacts-small-top {
        margin-bottom: 10px;
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
    }
 */
    .contacts-block-btns-adaptive .dark-link {
        margin-bottom: 10px;
    }

    .contacts-block-btns-adaptive-second-link {
        border: 1px solid #DA2377;
        border-radius: 46px;
        padding: 15px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #DA2377;
    }

    .footer-other-bottom,
    .footer-other-top .footer-other-flex {
        display: none;
    }

    .footer-mail-tel-adaptive {
        display: block;
    }

    .footer-menu ul {
        padding: 0;
    }

    .footer-column.footer-logo-btns,
    .footer-column.footer-menu {
        width: 100%;
    }

    .footer-mail-tel-adaptive .footer-other-flex {
        margin-bottom: 15px;
    }

    .footer-social a img {
        width: 40px;
        height: 40px;
    }

    .footer-logo-btns>p>br,
    .visually-impaired-footer {
        display: none;
    }

    .footer-logo-btns {
        order: 1;
    }

    .footer-other {
        order: 2;
    }

    .footer-menu {
        order: 3;
    }

    .footer-other-top {
        display: flex;
        flex-direction: column;
    }

    .footer-column.footer-other {
        margin: 0;
    }

    .footer-social {
        margin-bottom: 40px;
    }

    .mobadre {
        display: block;
    }

    .mobadre_item {
        background: #FFF;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .mobadre_item .contacts-page-list-item-worktime {
        margin-bottom: 10px;
    }

    .mobadre_item .contacts-page-list-item-tel a {
        vertical-align: top;
    }

    .mobadre_item img.espe {
        width: 30px;
    }

    .asocial a {
        margin: 15px 10px 0;
        width: 30px;
        height: 30px;
    }

    .footer-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /*grid-row-gap: 25px;*/

    .visually-impaired-footer.adaptive {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-bottom-left span {
        margin-bottom: 15px;
    }

    .footer-bottom-right {
        text-align: left;
    }

    .single-service-front-slider-item-wrap {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

    .single-service-front-slider-item-right {
        padding: 25px;
        position: static;
    }

    .single-service-front-slider-item-wrap>div {
        width: 100%;
    }

    .single-service-front-slider-item-permalink {
        position: absolute;
        right: 25px;
        margin-top: 25px;
    }

    .single-service-front-right img {
        border-radius: 90px 0px 0px 0px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    T .single-service-front-right.no-slider img {
        width: auto;
        height: auto;
    }

    .single-service-front-slider-item-img-label span {
        font-size: 12px;
        line-height: 120%;
    }

    .single-service-front-slider-item-img-label {
        width: 80px;
        height: 80px;
        bottom: -15px;
        right: -10px;
    }

    .single-service-front-slider-item-right p {
        margin-bottom: 0;
    }

    .single-service-front-slider .slick-dots {
        position: static;
    }

    .single-service-front-slider .slick-dots {
        position: static;
        margin-top: 25px;
    }

    .single-service-front-slider .slick-dots li button {
        border: 1px solid #307CC0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .single-service-front-slider .slick-dots .slick-active button {
        background: #307CC0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
    }

    .single-service-front-slider .slick-dots li button::before {
        display: none;
    }

    .single-service-front-left-btns .dark-link {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }

    .single-service-front-left-btns {
        display: block;
    }

    .single-service-front-left-btns .light-pink-link {
        margin: 0;
        width: 49%;
        text-align: center;
    }

    .single-service-front-left-btns a:nth-child(3) {
        float: right;
    }

    #single-service-text-block .container {
        padding: 0;
    }

    .price-table-title a {
        display: none;
    }

    .price-table-tab-btns {
        display: flex;
        flex-wrap: wrap;
    }

    /* overflow-x: scroll;
        overflow-y: hidden;*/

    .price-table-wrapper {
        border: none;
    }

    #price-table .container {
        padding: 0;
    }

    .price-table-title {
        padding: 0 20px;
    }

    #price-table .price-table-tab-contents-item tr {
        display: grid;
        grid-template-columns: 75% 25%;
    }

    .price-table-tab-contents-item th span {
        display: none;
    }

    #page-calc .container {
        padding: 0;
    }

    .page-calc h1 {
        padding: 0 20px;
    }

    .page-calc .search-bar-x {
        padding: 0 20px;
    }

    .page-calc .price-table-name-tabs {
        padding: 0 20px 25px 20px;
    }

    .page-calc-tab-btn.active {
        background: #fff !important;
    }

    .page-calc .searchbox-x {
        width: 100%;
    }

    .page-calc-right #sign-up-form {
        padding: 0 20px;
    }

    .page-calc .price-table-small-txt {
        padding: 15px 5px !important;
    }

    .page-calc-wrapper table {
        table-layout: fixed
    }

    .page-calc-wrapper table td {
        hyphens: auto;
    }

    .page-calc-tab-item table tr td:first-child,
    .page-calc-tab-item table tr th:first-child {
        width: 38%;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .page-calc-tab-item table tr td:nth-child(2),
    .page-calc-tab-item table tr th:nth-child(2) {
        width: 24%;
    }

    .page-calc-tab-item table tr td:nth-child(3),
    .page-calc-tab-item table tr th:nth-child(3) {
        width: auto;
    }

    .page-calc-tab-item table tr td:nth-child(4),
    .page-calc-tab-item table tr th:nth-child(4) {
        width: 13%;
        text-align: right;
    }

    .single-specialist-info-right,
    .single-specialist-tab-content-item,
    .single-specialist-tab-content-item,
    .front-trust-left,
    .front-trust-right {
        position: relative;
    }

    .single-specialist-info-right::after,
    .single-specialist-tab-content-item::after,
    .front-trust-left::after {
        content: "";
        background: #F8F8F8;
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        top: 0;
    }

    .front-trust-right::after {
        content: "";
        background: #D6E5F2;
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        top: 0;
    }

    .single-specialist-tab-btns {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .single-specialisty #price-table .price-table-name-tabs,
    .single-post #price-table .price-table-name-tabs {
        padding: 0 20px 36px 20px;
    }

    #about-page {
        background: none;
    }

    #about-photo-gallery .section-slider-head-wrapper {
        margin-bottom: 25px;
    }

    .we-always-there-title a {
        display: none;
    }

    .front-trust.about .front-trust-left,
    .front-trust.about .front-trust-right {
        padding: 30px 0;
    }

    .single-article-title {
        padding: 25px 0px 30px 0px;
        position: relative;
    }

    .single-article-title::after {
        content: "";
        background: #D6E5F2;
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        top: 0;
    }

    .single-article-contents-items {
        padding: 30px 0px;
        position: relative;
    }

    .single-article-contents-items::after {
        content: "";
        background: #F8F8F8;
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        top: 0;
    }



    .single-article-title-details>div {
        margin-bottom: 10px;
    }

    .single-specialist-tab-btns span {
        padding: 10px 15px;
    }

    .single-specialist-tab-content-item-left,
    .single-specialist-tab-content-item-left.sstcil-no-image {
        padding: 30px 0;
    }

    .single-specialist-tab-content-item-right img {
        position: relative;
        left: 20px;
    }

    .dms-page-right {
        hyphens: auto;
    }

    .contacts-page-list-item,
    .faq-white-tabs.fillial {
        position: relative;
        padding: 0;
        padding-top: 20px;
    }

    .contacts-page-list-item::after,
    .faq-white-tabs.fillial::after {
        content: "";
        background: #F8F8F8;
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
        top: 0;
    }

    .otzyvy-popup-content .post-popup-title {
        padding-right: 30px;
        text-align: left;
    }

    .overlay .big-form-thank>span {
        padding-right: 30px;
    }

    .overlay .big-form-thank>span>br {
        display: none;
    }

    .overlay .popup {
        width: 95%;
    }

    .price-table-tab-btns span {
        display: block ruby;
        white-space: nowrap;
    }

    .virtual-tours-list-wrapper {
        display: block;
    }

    .virtual-tours-list-item {
        margin-bottom: 20px;
    }

    .virtual-tours-list-item>span {
        font-size: 14px;
    }

    #news-articles-slider {
        padding-top: 10px;
    }

    .contacts-small-bottom-item.small-contacts-address-time.adaptive {
        display: block;
    }

    .front-slider-item-right-img img {
        width: 70%;
    }

    .page-specialists-list-wrapper .front-specialists-left-specialist-big-item,
    .front-specialists-left-specialist-big {
        padding: 15px;
    }

}

@media (max-width: 500px) {
    .news-articles-slider-item {
        margin: 0 10px;
    }

    .articles-slider-init .news-articles-slider-item {
        margin: 0 0px;
    }

    .about-photo-gallery-slider-wrapper .slick-slide {
        margin: 0;
    }

    .about-photo-gallery-slider-wrapper .slick-slide img {
        width: 100%;
    }

    .news-list-wrapper,
    #articles-list-page .articles-list-wrapper {
        display: block;
    }

    .news-list-page .news-articles-slider-item,
    .articles-list-page .news-articles-slider-item {
        margin-bottom: 15px;
    }

    .video-list-wrapper {
        display: block;
    }

    .video-list-item {
        margin-bottom: 15px;
    }

    .news-slider-init .slick-list,
    .news-slider-init .slick-track,
    .articles-slider-init .slick-list,
    .articles-slider-init .slick-track {
        display: block;
    }

    .front-specialists-slider-item-photo img,
    .front-specialist-big-photo img {
        width: 100%;
    }

    .front-specialists-slider-item-photo {
        margin-right: 0;
    }

    .front-specialists-slider-item-name {
        width: 65%;
    }

    .front-specialists-slider-item-photo-name-block {
        display: flex;
        /* grid-template-columns: 31% 65%; */
    }

    .front-specialists-slider-item-photo {
        margin-right: 15px;
    }

    .front-slider-item-right-img img {
        width: 80%;
    }

    .front-slider-item-btns {
        margin-bottom: 30px;
    }

    .front-slider .slick-dots {
        position: static;
        transform: none;
        margin: 0;
        padding-bottom: 30px;
    }

    .front-specialist-big-photo-name-wrap {
        /*grid-template-columns: 37% 58%;*/
    }

}

@media (max-width: 420px) {
    /*.front-specialist-big-photo-name-wrap {
        display: grid;
        grid-template-columns: 30% 70%;
        justify-content: space-between;
    }*/

    .single-service-text-block-right img {
        width: 300px;
        height: 231px;
    }

    .we-always-there-item {
        margin: 0;
    }

    .we-always-there-item img {
        width: 100%;
    }

    .single-article-title-details {
        justify-content: start;
        flex-wrap: wrap;
    }

    /*.front-specialist-big-photo {
        width: 100%;
height: 90px;
    }*/

    .front-specialist-big-photo img {
        border-radius: 10px;
    }

    .front-slider-item-right-img img {
        width: 100%;
    }

    .front-specialist-big-photo-name-wrap {
        /*grid-template-columns: 45% 50%;*/
    }

    .front-specialist-labels {
        /*display: none;*/
    }

    .front-specialist-labels-mob {
        display: block;
    }

    .front-specialist-big-name {
        margin-bottom: 0;
    }
}

@media (max-width: 350px) {

    .two-steps-form-step-3,
    .big-form-thank {
        padding: 15px 20px;
        font-size: 18px;
    }

    .modern-equipment-slider-item-right::before {
        top: 20px;
    }

    .faq-left-wrapper img {
        position: relative;
        right: -25px;
    }

    .front-specialist-big-photo-name-wrap {
        /*grid-template-columns: 50% 45%;*/
    }

    .front-specialists-slider-item-name {
        width: 55%;
    }
}


@media (max-width: 300px) {

    .logo-1200 a img {
        width: 135px;
    }

    .front-specialists-slider-item-photo {
        width: 25%;
    }

    .front-specialists-slider-item-name,
    .front-specialist-big-name {
        width: 75%;
    }

    .two-steps-form-step-3,
    .big-form-thank {
        padding: 15px 20px;
        font-size: 16px;
    }

    .modern-equipment-slider-item-right::before {
        display: none;
    }

    .news-tab {
        margin-right: 5px;
    }

    .section-slider-tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .section-slider-tabs span {
        margin-bottom: 10px;
    }

    .section-slider-head-wrapper {
        margin-bottom: 25px;
    }

    .faq-left-wrapper img,
    .faq-left-wrapper::after {
        display: none;
    }

    .faq-left-mail {
        position: static;
    }

    .faq-left-wrapper {
        margin-top: 30px;
    }

    .nav-links a,
    .nav-links span {
        padding: 12px 10px;
        font-size: 14px;
    }

    .front-specialists-slider-item-photo,
    .front-specialist-big-photo {
        display: none;
    }

    .front-specialist-big-photo-name-wrap {
        display: block;
    }

    .front-specialist-big-name {
        width: 100%;
    }

    .front-specialists-slider-item-name {
        width: 100%;
    }
}


.preloader {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 99999999999999;
}

.loader {
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.loader .loader-inner-1,
.loader .loader-inner-2,
.loader .loader-inner-3,
.loader .loader-inner-4 {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;

}

.loader .loader-inner-1:before,
.loader .loader-inner-2:before,
.loader .loader-inner-3:before,
.loader .loader-inner-4:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    animation-name: loading-1;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 2s;

}

.loader .loader-inner-1 {
    top: 0;
    left: 0;
    transform: rotate(70deg);
}

.loader .loader-inner-1:before {
    background: #06aed5;
}

.loader .loader-inner-2 {
    top: 0;
    right: 0;
    transform: rotate(160deg);
}

.loader .loader-inner-2:before {
    background: #ec008c;
}

.loader .loader-inner-3 {
    bottom: 0;
    right: 0;
    transform: rotate(-110deg);
}

.loader .loader-inner-3:before {
    background: #ffbf00;
}

.loader .loader-inner-4 {
    bottom: 0;
    left: 0;
    transform: rotate(-20deg);
}

.loader .loader-inner-4:before {
    background: #079c00;
}

@keyframes loading-1 {
    0% {
        width: 20px;
        right: 0;
    }

    30% {
        width: 120px;
        right: -100px;
    }

    60% {
        width: 20px;
        right: -100px;
    }

}

.article-author {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 100px;
}

.article-author__subtitle {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
    margin-bottom: 15px;
}

.article-author__wrapper {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
    gap: 30px;
}

.article-author__left {
    width: 180px;
    flex-shrink: 0;
}

.article-author__left-img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
}

.article-author__left-text {
    display: block;
    text-align: center;
    background: #D6E5F2;
    border-radius: 4px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #323232;
}

.article-author__right {}

.article-author__right-name {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #323232;
}

.article-author__right-row {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 120%;
}

.article-author__right-subtitle {
    font-weight: 400;
    color: #307CC0;
}

.article-author__right-row .block {
    width: 100%;
    padding-left: 20px;
    color: #323232;
}

@media (max-width: 768px) {
    .article-author {
        background: #F8F8F8;
        border-radius: 10px;
        padding: 15px;
        margin: 0 0 100px;
    }

    .article-author__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        gap: 15px;
    }

    .article-author__left {
        width: 100%;
        max-width: 320px;
        flex-shrink: 0;
    }

    .article-author__right-name {
        display: block;
        font-weight: 500;
        font-size: 25px;
        line-height: 120%;
        color: #323232;
    }

    .article-author__right-row {
        display: flex;
        flex-flow: row wrap;
        gap: 5px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 120%;
    }
}

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

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

.pd_widget_mini {
    margin-top: 24px;
}

.search-pt {
    max-width: 400px;
    padding: 0px 20px;
    margin-bottom: 24px;
}

.search-pt__wrapper {
    background: #f8f8f8;
    border-radius: 56px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
}

.search-pt__input {
    width: 100%;
    border: none;
    color: #646464;
    background: none;
    padding-right: 10px;
}

.search-pt__icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.page-calc__footnote {
    font-size: 16px;
    color: #e53935;
    padding: 24px 24px 24px 24px;
    line-height: 130%;
}

.page-calc__footnote-link {
    /* 	color: #000; */
}

.page-calc__footnote-link span {
    font-size: 24px;
    color: #e53935;
}

.services-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    gap: 12px;
}

/*@media(min-width: 991px) {*/
.services-menu-list {
    /*max-height: calc(500px + -100 * (100vw - 375px) / 1545);*/
}

/*}*/
.services-menu-item {
    display: flex;
    border: 1px solid #d6e5f2;
    border-radius: 6px;
    font-size: 14px;
    padding: 8px 15px;
    color: #323232;
    width: fit-content;
    /*text-align: center;*/
    align-items: center;
}

.services-menu-item:hover {
    background: #eee;
}

#pd_widget_column .pd_logo {
    width: 130px !important;
}

.single-specialist-info-wrapper #pd_widget_column {
    margin-top: -10px !important;
    margin-bottom: 30px;
    width: 100% !important;
}

.front-specialists-left-specialist-big-item #pd_widget_column .rates_count {
    font-size: 1.1em !important;
    margin-left: 3px !important;
}

.front-specialists-left-specialist-big-item #pd_widget_column {
    height: fit-content;
    width: fit-content;
    width: 170px !important;
    margin-left: auto !important;
    padding: 3px !important;

}

.front-specialists-left-specialist-big-item #pd_widget_column .pd_widget_column_content {
    white-space: nowrap;
}

.front-specialists-left-specialist-big-item #pd_widget_column.pd_widget_column {
    border: none !important;
}

@media(max-width: 575px) {
    .front-specialists-left-specialist-big-item #pd_widget_column {
        display: flex !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 8px !important;
        align-items: center;
        justify-content: space-around;
    }

    .front-specialist-big-photo-name-wrap {
        flex-wrap: wrap;
    }

    .front-specialists-left-specialist-big-item #pd_widget_column .pd_widget_column_content {
        display: flex;
        align-items: center;
    }
}

.front-specialists-left-specialist-big-item #pd_widget_column .pd_logo {
    padding: 0px !important;
}

/* Справка ФНС начало */
.fns-ref__link {
    text-decoration: underline;
    color: #000;
}

.fns-ref__email {
    color: #DA2377;
    text-decoration: underline;
}

.fns-ref__info {
    margin-bottom: 40px;
}

.fns-ref__item {
    font-size: 16px;
    line-height: 125%;
    padding-left: 26px;
    position: relative;
}

.fns-ref__item:before {
    content: "0" counter(num);
    display: inline-block;
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 0;
    color: #DA2377;
}

@media (max-width: 991.98px) {
    .fns-ref__item {
        font-size: 14px;
    }
}

.fns-ref__li {
    list-style: none;
    padding-left: 10px;
    position: relative;
}

.fns-ref__li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 7px;
}

.fns-ref__list {
    counter-reset: num;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 991.98px) {
    .fns-ref__list {
        gap: 8px;
    }
}

.fns-ref__subtitle {
    margin-bottom: 16px;
    font-size: 20px;
    max-width: 650px;
    line-height: 125%;
}

@media (max-width: 991.98px) {
    .fns-ref__subtitle {
        margin-bottom: 12px;
        font-size: 18px;
    }
}

.fns-ref__title {
    font-size: 41px;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .fns-ref__title {
        font-size: 31px;
        margin-bottom: 16px;
    }
}

.fns-ref__ul {
    padding-left: 4px;
    margin-top: 4px;
}

.form-ref {
    min-height: 287px;
    /*background-color: #FFF1F8;*/
    padding: 60px 0px;
    position: relative;
    /*background: #FFF1F8;*/
}

.form-ref::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background: #FFF1F8 url(//www.starclinic.ru/wp-content/themes/starclinic/./img/big-form-bg.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.form-ref._sent::before {
    transform: scale(-1, 1);
}

.form-ref._sent .form-ref__success {
    display: block;
}

.form-ref._sent .form-ref__title {
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .form-ref {
        padding: 32px 0px;
    }

    .form-ref._sent::before {
        background-size: 200px;
    }
}

.form-ref__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-ref__success {
    display: none;
    font-size: 20px;
    line-height: 120%;
}

.form-ref__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 10px;
    background-color: #fff;
    padding: 60px 80px;
}

@media (max-width: 991.98px) {
    .form-ref__content {
        padding: 32px 24px;
    }
}

.form-ref__separator {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

@media (max-width: 991.98px) {
    .form-ref__separator {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .form-ref__separator .form-ref__radios {
        grid-template-columns: 1fr;
    }
}

.form-ref__input {
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #D9D7D5;
    width: 100%;
}

.form-ref__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

@media (max-width: 991.98px) {
    .form-ref__inputs {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.form-ref__label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 125%;
}

@media (max-width: 991.98px) {
    .form-ref__label {
        margin-bottom: 8px;
    }
}

.form-ref__radios {
    display: flex;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .form-ref__radios {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.form-ref__subtitle {
    line-height: 120%;
    font-size: 25px;
}

@media (max-width: 991.98px) {
    .form-ref__subtitle {
        font-size: 22px;
    }
}

.form-ref__title {
    color: #DA2377;
    font-size: 31px;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .form-ref__title {
        font-size: 28px;
        margin-bottom: 24px;
    }
}

.radio__input {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
}

.radio__input:checked+.radio__text:after {
    transform: scale(1);
}

.radio__input:checked+.radio__text:before {
    border: 1px solid #307CC0;
}

.radio__text {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    color: #212121;
    line-height: 110%;
    cursor: pointer;
}

.radio__text:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: -6px;
    border-radius: 50%;
    min-width: 28px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border: 1px solid #212121;
}

.radio__text:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #307CC0;
    position: absolute;
    left: 6px;
    top: 0px;
    transition: 0.3s;
    transform: scale(0);
}

.form-ref__policy {
    position: relative;
    font-size: 18px;
    color: #A6A6A6;
    line-height: 1.25;
    cursor: pointer;
    max-width: 294px;
    display: inline-block;
}

.form-ref__policy a {
    color: #A6A6A6;
}

.form-ref__email-container._hidden {
    display: none;
}

.submit-ref__button {}

.additional-patient._hidden {
    display: none;
}

.submit-ref__footnote {
    margin-top: 40px;
    font-size: 16px;
    line-height: 140%;
}

.submit-ref__notice {
    line-height: 120%;
    margin-bottom: 12px;
    font-size: 16px;
}

.submit-ref__notice span {
    color: #DA2377;
}

@media (max-width: 991.98px) {
    .submit-ref__notice {
        margin-bottom: 24px;
    }
}

.submit-ref__wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.submit-ref__wrapper input {
    padding: 0px;
}

@media (max-width: 991.98px) {
    .submit-ref__wrapper {
        gap: 12px;
        flex-direction: column;
    }
}

/* Справка ФНС конец */



.multiselect .select {
    position: relative;
}

.multiselect .select__item {
    position: relative;
}

.multiselect .select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .multiselect .select__title {
        font-size: 18px;
    }
}

.multiselect .select__value {
    display: flex;
    font-size: 16px;
    height: 54px;
    padding: 0px 15px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.multiselect .select__value span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.multiselect .select__value:before {
    content: "";
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("https://www.starclinic.ru/wp-content/themes/starclinic/img/select-arrow.svg") center/100% no-repeat;
}

.multiselect .select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.multiselect .select__options {
    color: #000;
    position: absolute;
    top: 100%;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
}

@media (max-width: 992px) {
    .multiselect .select__options {
        font-size: 18px;
    }
}

.multiselect .select__option {
    cursor: pointer;
    padding: 15px 20px;
    border-bottom: 1px solid #d9d7d5;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.multiselect .select__option.hidden {
    display: none !important;
}

.multiselect .select__option:last-child {
    border-bottom: none;
}

.multiselect .select__option._selected {
    background: #d9d9d9;
}

.multiselect .select__option::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1.5px solid #646464;
    border-radius: 5px;
}

.multiselect .select__option._selected::before {
    background-image: url(//www.starclinic.ru/wp-content/themes/starclinic/./img/checked.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .multiselect .select__option:hover {
        background: #d9d9d9;
    }
}

.multiselect .select._active {
    z-index: 5;
}

.multiselect .select._active .select__value:before {
    transform: rotate(-180deg);
}

.multiselect .select._active .select__options {
    display: block;
}

@media (max-width: 1024px) {
    #wpfront-scroll-top-container {
        bottom: 80px !important;
    }
}

.cookie-consent {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: #eee;
    color: #000;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    gap: 24px;
    z-index: 9999;
    max-width: 500px;
}

.cookie-consent-content {
    display: flex;
    gap: 16px;
}

.cookie-consent-text {
    font-size: 14px;
    line-height: 130%;
}

.cookie-consent-text a {
    text-decoration: underline;
}

.cookie-consent-button {
    background: #ca196a;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    height: fit-content;
    transition: opacity .3s;
}

@media (min-width: 991.98px) {
    .cookie-consent-button:hover {
        opacity: .5;
    }
}

@media (max-width: 550px) {
    .cookie-consent {
        flex-direction: column;
        right: 24px;
    }
}

/* CLS */
.front-slider-wrapper:not(.slick-initialized) {
    display: flex
}

.front-slider-wrapper:not(.slick-initialized) .front-slider-item {
    display: none;
    overflow: hidden;
    width: 100%
}

.front-slider-wrapper:not(.slick-initialized) .front-slider-item:first-child {
    display: block
}

@media(min-width: 1282px) {
    .front-slider-wrapper:not(.slick-initialized) {
        height: 629px
    }
}

@media(min-width: 1200px) {
    .front-slider-wrapper:not(.slick-initialized) {
        height: 678px
    }
}

@media(min-width: 993px) {
    .front-slider-wrapper:not(.slick-initialized) {
        height: 655px
    }
}

@media(min-width: 769px) {
    .front-slider-wrapper:not(.slick-initialized) {
        height: 894px
    }
}

@media(min-width: 577px) {
    .front-slider-wrapper:not(.slick-initialized) {
        height: 703px
    }
}

.doctor-appointment-wrapper {
    display: flex;
    flex-direction: row;
    gap: 70px;
    margin-top: auto;
}

.doctor-appointment-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.doctor-appointment-bot-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.doctor-appointment-bot-list .head-appointment-button__whatsup {
    margin-left: 10px !important;
    margin-right: 0px !important;
    width: 47px;
    height: 47px;
    background: url('img/whatsapp-bot-original.svg') center no-repeat;
    background-size: contain;
}

.doctor-appointment-bot-list .head-appointment-button__telegram {
    /* margin-left: 5px !important; */
    /* margin-right: 0px !important; */
    /* width: 47px; */
    /* height: 47px; */
    background: url(img/telegram-bot-original.svg) left no-repeat;
    background-size: contain;
    width: 100%;
    background-color: #40b3e0;
    border-radius: 46px;
    padding: 15px 34px;
    padding-left: 50px;
    cursor: pointer;
    border: none;
    color: #F8F8F8;
    font-weight: 500;
    font-size: 16px;
    height: 100%;
}

@media (max-width: 992px) {
    .doctor-appointment-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}


@media (993px <=width <=1200px) {
    .doctor-appointment-wrapper {
        gap: 10px;
    }

    .doctor-appointment-wrapper .dark-link {
        padding: 15px 14px;
    }
}

#doctor-reviews .doctor-reviews #pd_widget_big {
    max-width: unset !important;
    font-family: 'PF BeauSans Pro' !important;
    background-color: unset !important;
    padding: 0 !important;
    color: #323232 !important;
}

#doctor-reviews .doctor-reviews .pd_rate_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 30px !important;
    font-weight: 500 !important;
}

#doctor-reviews .doctor-reviews .pd_rate_new {
    margin-top: 0 !important;
    display: inline-block !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #F8F8F8 !important;
    background: #DA2377 !important;
    border-radius: 46px !important;
    padding: 15px 34px !important;
    cursor: pointer !important;
    border: none;
    width: auto !important;
}

#doctor-reviews .doctor-reviews .pd_rate_new:hover {
    background: #CA196A !important;
}

#doctor-reviews .doctor-reviews .pd_read_all {
    display: inline-block !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #DA2377 !important;
    background: unset !important;
    border-radius: 46px !important;
    padding: 15px 34px !important;
    cursor: pointer !important;
    border: 1px solid #DA2377;
    width: auto !important;
}

#doctor-reviews .doctor-reviews .pd_read_all:hover {
    background: #CA196A !important;
    color: #F8F8F8 !important;
}

#doctor-reviews .doctor-reviews .accordion-body .pd_rate_new {
    display: block !important;
    width: fit-content !important;
    justify-self: end;
}

#doctor-reviews .doctor-reviews .pd_rate_header .pd_rate_new {
    display: none !important;
}

#doctor-reviews .doctor-reviews .pd_rate_header br {
    display: none !important;
}

#doctor-reviews .doctor-reviews .pd_rate_header #pd_powered_by {
    margin-top: 0 !important;
}

#doctor-reviews .doctor-reviews .pd_rate_header #pd_powered_by .pd_logo {
    top: 0 !important;
}

@media(max-width: 993px) {
    #doctor-reviews .doctor-reviews .pd_rate_header {
        font-size: 22px !important;
    }

    #doctor-reviews .doctor-reviews .pd_rate_new {
        margin-top: 10px !important;
    }
}

@media(max-width: 768px) {
    #doctor-reviews .doctor-reviews .pd_rate_header {
        flex-direction: column !important;
        text-align: center;
    }
}

#site-notice {
    background: #da2377;
    color: #fff;
    padding: 10px 20px;
    display: none;
}

#site-notice .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#close-site-notice {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.sc-accordion {
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #307cc0;
    margin-top: 10px;
}

.sc-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1.5rem 1.5rem;
    font-weight: 500;
}

.sc-accordion .accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.sc-accordion .accordion-toggle::before {
    content: '';
    display: inline-block;
    border: solid #da2377;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    margin-top: -5px;
}

.sc-accordion.active .accordion-toggle::before {
    transform: rotate(-135deg);
    margin-top: 5px;
}

.sc-accordion .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 1.5rem 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.sc-accordion.active .accordion-body {
    margin-bottom: 1.5rem;
}

.accordion-header span {
    font-size: 20px;
    color: #212121;
}

.accordion-header .text-hide {
    display: none;
}

.sc-accordion.active .accordion-header .text-show {
    display: none;
}

.sc-accordion.active .accordion-header .text-hide {
    display: inline;
}

@media (max-width: 769px) {
    .sc-accordion .accordion-body {
        padding: 0;
    }

    .sc-accordion.active .accordion-body {
        margin-bottom: 0;
    }

    #doctor-reviews .doctor-reviews #pd_widget_big .sc-accordion.active .pd-widget-reviews__review {
        border-radius: 0 !important;
    }

    #doctor-reviews .doctor-reviews #pd_widget_big .sc-accordion.active .pd-widget-reviews__review:last-child {
        border-radius: 10px !important;
    }

    #doctor-reviews .doctor-reviews #pd_widget_big .pd-widget-reviews__number-of-reviews {
        padding-left: 13px;
    }

    #doctor-reviews .doctor-reviews .accordion-body .pd_rate_new {
        margin-right: 1rem;
        margin-top: 0 !important;
    }

    #doctor-reviews .doctor-reviews .accordion-body .pd_read_all {
        display: block !important;
        width: fit-content !important;
        justify-self: center;
        float: unset !important;
        margin-bottom: 12px;
    }
}

.interlink-services h3 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 24px;
}

.interlink-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 40px;
    align-items: flex-start;
}

.interlink-services-wrapper a {
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
}

.specialist-reviews .slick-dots {
    display: none !important;
}

.doctor-reviews {
    --dr-accent: #DA2377;
    --dr-text: #1c1c1c;
    --dr-muted: #6b7280;
    --dr-bg: #fff;
}

.container.doctor-reviews {
    padding-bottom: 50px;
}

.doctor-reviews * {
    box-sizing: border-box;
}

.doctor-reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.doctor-reviews__title {
    margin: 0;
    color: var(--dr-text);
    font-weight: 500;
    font-size: 30px;
}

@media (max-width: 768px) {
    .doctor-reviews__title {
        font-size: 28px;
    }
}

.doctor-reviews__ctrls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.doctor-reviews__nav {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    transition: .2s;
    font-size: 22px;
    color: var(--dr-accent);
}

.doctor-reviews__nav:disabled {
    cursor: default;
    color: rgba(0, 0, 0, .2);
}

.doctor-reviews__nav:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.doctor-reviews__add {
    border: 1px solid var(--dr-accent);
    background: var(--dr-accent);
    color: #fff;
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
}

.doctor-reviews__add:hover {
    filter: brightness(0.98);
}

.doctor-reviews__swiper {
    overflow: visible;  
}

.doctor-reviews__swiper .swiper-slide {
    transition: .2s;
}

.doctor-reviews__swiper .swiper-slide:hover {
    transform: translateY(-3px);
}

.doctor-reviews .swiper-slide {
    height: auto;
}

.doctor-reviews__pagination {
    margin-top: 12px;
}

.doctor-reviews .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .2);
    opacity: 1;
}

.doctor-reviews .swiper-pagination-bullet-active {
    background: var(--dr-accent);
}

.doctor-reviews__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: var(--dr-bg);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(218, 35, 119, .06);
    outline: 1px solid rgba(218, 35, 119, .12);
}

.doctor-reviews__card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.doctor-reviews__person {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.doctor-reviews__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--dr-accent);
    font-weight: 800;
    background: radial-gradient(120% 120% at 10% 10%, #fff 0, #ffe3ef 55%, #ffc4de 100%);
    border: 1px solid rgba(218, 35, 119, .25);
}

.doctor-reviews__who {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.doctor-reviews__name {
    font-weight: 700;
    color: var(--dr-text);
    line-height: 1.2;
}

.doctor-reviews__phone {
    color: var(--dr-muted);
    font-size: .92rem;
}

.doctor-reviews__rating .stars {
    display: flex;
    gap: 2px;
    line-height: 1;
}

.doctor-reviews__rating .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: var(--dr-accent);
}

.doctor-reviews__text {
    color: var(--dr-text);
}

.doctor-reviews__text p {
    margin: .5em 0;
}

.doctor-reviews__date {
    margin-top: auto;
    color: var(--dr-muted);
    font-size: .9rem;
}

.doctor-reviews__no-reviews {
    width: 100%;
}

.doctor-reviews__empty {
    padding: 18px;
    border: 1px dashed var(--dr-accent);
    border-radius: 12px;
    background: #fff4f8;
    color: #8a0943;
    text-align: center;
}

/* Модалка */
.dr-locked {
    overflow: hidden;
}

.doctor-reviews__modal {
    position: fixed;
    inset: 0;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.doctor-reviews__modal[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}

.doctor-reviews__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.doctor-reviews__modal[aria-hidden="false"] .doctor-reviews__modal-backdrop {
  opacity: 1;
}

.doctor-reviews__modal-dialog {
    position: relative;
    width: 560px;
    max-width: 95vw;
    margin: 5dvh auto;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    z-index: 1;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.doctor-reviews__modal[aria-hidden="false"] .doctor-reviews__modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.doctor-reviews__modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
    cursor: pointer;
}

.doctor-reviews__modal-close::before {
    content: "×";
    font-size: 22px;
    line-height: 34px;
    display: block;
    text-align: center;
}

.doctor-reviews__modal-title {
    margin: 0 0 12px;
    color: var(--dr-text);
}

.doctor-reviews__form {
    display: grid;
    gap: 12px;
}

.doctor-reviews__field {
    display: grid;
    gap: 6px;
}

.doctor-reviews__field>span,
.doctor-reviews__field>legend {
    font-weight: 600;
    color: var(--dr-text);
}

.doctor-reviews__field input[type="text"],
.doctor-reviews__field input[type="tel"],
.doctor-reviews__field textarea {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 12px;
    width: 100%;
    transition: .2s;
}

.doctor-reviews__field input:focus,
.doctor-reviews__field textarea:focus,
.doctor-reviews__form button:focus {
  outline: none;
  border-color: var(--dr-accent);
  box-shadow: 0 0 0 3px rgba(218, 35, 119, 0.25);
}

fieldset.doctor-reviews__field {
    border: 0;
}

.doctor-reviews__field textarea {
  resize: none;
}

.doctor-reviews__stars-input {
    display: flex;
    align-items: center;
    gap: 6px;
}

.doctor-reviews__star {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.doctor-reviews__star:focus {
    border-color: unset !important;
    box-shadow: none !important;
}

.doctor-reviews__star .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--dr-accent);
}

.doctor-reviews__submit {
    background: var(--dr-accent);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 600;
}

.doctor-reviews__form-note {
    color: var(--dr-muted);
    font-size: .9rem;
}

.doctor-reviews__form-status {
    min-height: 1.2em;
    color: var(--dr-text);
}

@media (min-width:768px) {
    .doctor-reviews__card {
        padding: 22px;
        border-radius: 20px;
    }
}
