@charset "UTF-8";

@font-face {
    font-family: "FiraSansCondensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("FiraSansCondensed"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSansCondensed-Regular.woff") format("woff");
}

@font-face {
    font-family: "FiraSansCondensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("FiraSansCondensed"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSansCondensed-Medium.woff") format("woff");
}

@font-face {
    font-family: "FiraSansCondensed";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("FiraSansCondensed"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSansCondensed-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "FiraSansCondensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("FiraSansCondensed"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSansCondensed-Bold.woff") format("woff");
}

@font-face {
    font-family: "FiraSans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("FiraSans"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "FiraSans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("FiraSans"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSans-Medium.woff") format("woff");
}

@font-face {
    font-family: "FiraSans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("FiraSans"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSans-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "FiraSans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("FiraSans"),
        url("/wp-content/themes/fenix/assets/fonts/FiraSans-Bold.woff") format("woff");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

html.lock {
    overflow: hidden;
}

body {
    font-family: "FiraSansCondensed";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2c2c2c;
}

.container {
    width: 100%;
    max-width: 1828px;
    padding: 0 14px;
    margin: 0 auto;
}
 .blog table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .blog th,
  .blog td {
    border: 1px solid #dddddd;
    padding: 12px 14px;
    vertical-align: top;
    text-align: left;
  }

  .blog th {
    background: #f5f5f5;
    font-weight: 600;
  }

  .blog tr:nth-child(even) {
    background: #fafafa;
  }

  .blog table strong {
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .blog table {
      display: block;
      width: 100%;
      overflow-x: auto;
      font-size: 14px;
    }

    .blog th,
    .blog td {
      padding: 10px;
      min-width: 180px;
    }
  }

.title-h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 110%;
    color: #fff;
}

@media (max-width: 1400px) {
    .title-h1 {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .title-h1 {
        font-size: 38px;
    }
}

.fsz-38 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
}

@media (max-width: 1250px) {
    .fsz-38 {
        font-size: 30px;
    }
}

@media (max-width: 960px) {
    .fsz-38 {
        font-size: 24px;
        line-height: 28px;
    }
}

.simple-text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 960px) {
    .simple-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.base-input {
    padding: 23px 26px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    font-family: "FiraSansCondensed";
}

.base-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #2c2c2c;
    cursor: pointer;
    flex-shrink: 0;
}

.base-checkbox:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background-image: url("/wp-content/themes/fenix/assets/images/checkboxmark.svg");
}

.primary-button {
    display: inline-block;
    padding: 23px 20px;
    color: #fff;
    font-size: 18px;
    background: #ff5c39;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s linear;
    font-family: "FiraSans";
    line-height: 100%;
}

.primary-button.white {
    background: #fff;
    color: #ff5c39;
}

.primary-button.white:hover {
    background: #ff5c39;
    color: #fff;
}

.primary-button.transparentOrange {
    color: #ff5c39;
    background: #ffede9;
}

.primary-button.transparentOrange:hover {
    color: #fff;
    background: #ff5c39;
}

@media (max-width: 960px) {
    .primary-button {
        padding: 18px 20px;
        border-radius: 16px;
    }
}

.primary-button:hover {
    background: #fff;
    color: #ff5c39;
}

.base-input::-moz-placeholder {
    font-size: 16px;
    color: #fff;
    font-family: "FiraSansCondensed";
}

.base-input::placeholder {
    font-size: 16px;
    color: #fff;
    font-family: "FiraSansCondensed";
}

.section-mb {
    margin-bottom: 160px;
}

@media (max-width: 960px) {
    .section-mb {
        margin-bottom: 80px;
    }
}

.first-block {
    padding-top: 60px;
}

@media (max-width: 960px) {
    .first-block {
        padding-top: 30px;
    }
    .intro__inner {
    margin-top: 10%;
}
}

.section-titleBlock {
    margin-bottom: 60px;
}

@media (max-width: 960px) {
    .section-titleBlock {
        margin-bottom: 40px;
    }
}

.section-title {
    font-size: 54px;
    line-height: 58px;
    font-weight: 700;
    font-family: "FiraSansCondensed";
}

.section-title.white {
    color: #fff;
}

.section-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-family: "FiraSansCondensed";
    margin-top: 13px;
}

.section-description.white {
    color: #fff;
}

@media (max-width: 1250px) {
    .section-title {
        font-size: 40px;
    }

    .section-description {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 960px) {
    .section-title {
        font-size: 30px;
        line-height: 120%;
    }

    .section-description {
        font-size: 18px;
        line-height: 24px;
    }
}

.slider-buttonsWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.slider-buttonsWrapper button {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: all 0.2s linear;
}

.slider-buttonsWrapper button svg path {
    transition: all 0.2s linear;
}

.slider-buttonsWrapper button.prev {
    background: rgba(229, 229, 229, 0.3);
}

.slider-buttonsWrapper button.prev:hover {
    background: #ff5c39;
}

.slider-buttonsWrapper button.prev:hover svg path {
    fill: #fff;
}

.slider-buttonsWrapper button.next {
    background: #ff5c39;
}

.slider-buttonsWrapper button.next:hover {
    background: #fff;
}

.slider-buttonsWrapper button.next:hover svg path {
    fill: #ff5c39;
}

.scrollbarWrapper {
    width: 100%;
    margin-top: 20px;
}

.scrollbar {
    height: 6px;
    background: #e9eef4;
    border-radius: 10px;
}

.scrollbar .swiper-scrollbar-drag {
    background: rgba(2, 44, 112, 0.2);
}

.site-input {
    padding: 21px 26px;
    border-radius: 16px;
    border: none;
    outline: none;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    font-size: 18px;
    font-family: "FiraSans";
    color: #fff;
}

.site-input::-moz-placeholder {
    font-size: 18px;
    font-family: "FiraSans";
    color: #fff;
}

.site-input::placeholder {
    font-size: 18px;
    font-family: "FiraSans";
    color: #fff;
}

@media (max-width: 960px) {
    .site-input {
        font-size: 16px;
        padding: 16px 20px;
    }

    .site-input::-moz-placeholder {
        font-size: 16px;
    }

    .site-input::placeholder {
        font-size: 16px;
    }
}

.header {
    position: fixed;
    transition: all 0.2s linear;
    width: 100%;
    top: 30px;
    z-index: 100;
}

.header__inner {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    padding: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header__logoBlock {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.header__logo img {
    width: 35px;
}

.header__logoNames {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.header__logoNames-main {
    font-size: 20px;
    line-height: 24px;
}

.header__logoNames-sub {
    font-size: 12px;
    line-height: 16px;
}

.header__nav {
    padding: 0 40px;
}

.header__nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.header__nav-item:hover .header__nav-link {
    color: rgba(255, 255, 255, 0.6);
}

.header__nav-item:hover::after {
    transform: rotate(180deg);
    opacity: 0.6;
}

.header__nav-item.subitem::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url("/wp-content/themes/fenix/assets/images/whiteArrow.svg");
    transition: all 0.2s linear;
}

.header__nav-item.active .header__nav-link {
    color: #ff5c39;
}

.header__nav-item.active::after {
    transform: rotate(180deg);
    opacity: 1;
}

.header__nav-link {
    font-family: "FiraSans";
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: color 0.2s linear;
}

.header__infoBlock {
    display: flex;
    flex-direction: column;
}

.header__infoBlock-mobilefrapper {
    display: none;
}

.header__infoBlock-key {
    font-size: 14px;
    color: #e5e5e5;
}

.header__infoBlock-value {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.header__search {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.header__search svg {
    max-width: 100%;
}

.header__button {
    padding: 16px 20px;
    border-radius: 16px;
}

.header__sublistBlock {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 10px));
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.header__sublistBlock.active {
    opacity: 1;
    visibility: visible;
}

.header__sublistBlock-content {
    background: #fff;
    width: -moz-max-content;
    width: max-content;
    max-width: 1134px;
    max-height: 596px;
    min-width: 111px;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0px 4px 10px 0px #00000040;
}

.header__sublistBlock-tabItems {
    padding: 10px;
    background: #f7f9fc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.header__sublistBlock-tabItem {
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 18px 20px;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: #2c2c2c;
    transition: all 0.2s linear;
    font-family: "FiraSans";
}

.header__sublistBlock-tabItem.active {
    color: #fff;
    background: #ff5c39;
}

.header__sublistBlock-tabContent {
    display: none;
}

.header__sublistBlock-tabContent.active {
    display: flex;
    gap: 30px;
}

.header__sublistBlock-categories {
    width: 100%;
    max-height: 466px;
    overflow: auto;
    padding-right: 10px;
}

.header__sublistBlock-categories::-webkit-scrollbar {
    width: 4px;
}

.header__sublistBlock-categories::-webkit-scrollbar-track {
    background: #e9eef4;
}

.header__sublistBlock-categories::-webkit-scrollbar-thumb {
    background-color: rgba(2, 44, 112, 0.2);
    border-radius: 10px;
}

.header__sublistBlock-categories__list {
    padding: 10px;
    background: #f7f9fc;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

.header__sublistBlock-categories__item {
    padding: 10px 12px;
    width: 33.3333333333%;
}

.header__sublistBlock-categories__item:hover .header__sublistBlock-categories__link {
    color: #ff5c39;
}

.header__sublistBlock-categories__link {
    font-weight: 600;
    font-size: 18px;
    font-family: "FiraSans";
    text-decoration: none;
    color: #2c2c2c;
    transition: color 0.2s linear;
}

.header__sublistBlock-subcategory {
    width: 65%;
    max-height: 466px;
    overflow: auto;
    padding-right: 20px;
}

.header__sublistBlock-subcategory::-webkit-scrollbar {
    width: 4px;
}

.header__sublistBlock-subcategory::-webkit-scrollbar-track {
    background: #e9eef4;
}

.header__sublistBlock-subcategory::-webkit-scrollbar-thumb {
    background-color: rgba(2, 44, 112, 0.2);
    border-radius: 10px;
}

.header__sublistBlock-subcategory__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}

.header__sublistBlock-subcategory__item:first-child {
    padding: 0 0 16px 0;
}

.header__sublistBlock-subcategory__item:last-child {
    border-bottom: none;
}

.header__sublistBlock-subcategory__item:hover .header__sublistBlock-subcategory__price {
    color: #2c2c2c;
}

.header__sublistBlock-subcategory__link {
    font-size: 18px;
    font-weight: 400;
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.2s linear;
}

.header__sublistBlock-subcategory__link:hover {
    color: #ff5c39;
}

.header__sublistBlock-subcategory__price {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.2s linear;
}

.header__burger {
    width: 40px;
    height: 40px;
    background: #fff;
    background: #f7f9fc;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    display: none;
}

.header__burger div {
    width: 22px;
    height: 2px;
    background: #ff5c39;
    transition: all 0.2s linear;
}

.header__burger.active div:nth-child(1) {
    opacity: 0;
}

.header__burger.active div:nth-child(2) {
    transform: rotate(45deg);
}

.header__burger.active div:nth-child(3) {
    transform: rotate(-45deg) translateX(4px) translateY(-4px);
}

.header__buttonsBlock {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__mobileButtonItems {
    display: none;
}

.header.white .header__inner {
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.07);
}

.header.white .header__nav-link {
    color: #2c2c2c;
}

.header.white .header__logoNames-main {
    color: #2c2c2c;
}

.header.white .header__logoNames-sub {
    color: #2c2c2c;
}

.header.white .header__infoBlock-key {
    color: #2c2c2c;
}

.header.white .header__infoBlock-value {
    color: #2c2c2c;
}

.header.white .header__search svg path {
    fill: #2c2c2c;
}

@media (max-width: 1680px) {
    .header__search {
        display: none;
    }

    .header__logoNames {
        display: none;
    }

    .header__nav {
        padding: 0;
    }

    .header__nav-list {
        gap: 10px;
    }

    .header__infoBlock.addres {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header.active {
        top: 0;
    }

    .header__sublistBlock-categories__link {
        font-size: 16px;
    }

    .header__inner {
        transition: background 0.2s linear, padding 0.2s linear;
    }

    .header__nav-wrapper {
        overflow: auto;
    }

    .header__burger {
        display: flex;
    }

    .header__nav-item:hover .header__nav-link {
        color: #ff5c39;
    }

    .header__nav-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s linear;
    }

    .header__nav-wrapper.active {
        opacity: 1;
        visibility: visible;
    }

    .header__nav-link {
        color: #2c2c2c;
    }

    .header__infoBlock {
        display: none;
    }

    .header__nav-wrapper .header__infoBlock {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .header__logoNames {
        display: block;
        transition: all 0.2s linear;
    }

    .header.active .header__logoNames {
        color: #2c2c2c;
    }

    .header.active .header__inner {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: #fff;
        box-shadow: none;
        border-radius: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding: 14px 0;
    }

    .header__nav-list {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }

    .header__nav-item {
        position: relative;
        flex-direction: column;
        width: 100%;
    }

    .header__nav-item.subitem::after {
        background: url("/wp-content/themes/fenix/assets/images/blackArrov.svg");
        position: absolute;
        right: -16px;
    }

    .header__buttonsBlock {
        position: relative;
        left: -50px;
    }

    .header.active .header__button.white {
        background: #ffede9;
    }

    .header__nav {
        margin-bottom: 30px;
        width: 100%;
    }

    .header__mobileButtonItems {
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .header__infoBlock-mobilefrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .header__infoBlock-mobilefrapper .header__infoBlock-key {
        color: rgba(44, 44, 44, 0.7);
    }

    .header__infoBlock-mobilefrapper .header__infoBlock-value {
        color: #2c2c2c;
    }

    .header__sublistBlock {
        position: relative;
        top: 0;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
    }

    .header__sublistBlock.active {
        display: block;
    }

    .header__sublistBlock-tabItems {
        display: contents;
    }

    .header__sublistBlock-tabItem {
        width: 100%;
        font-size: 16px;
    }

    .header__nav-item.subitem::after {
        display: none;
    }

    .header__sublistBlock-content {
        display: flex;
        flex-direction: column;
        max-height: 100%;
        width: 100%;
        padding: 10px;
        background: #f7f9fc;
    }

    .header__sublistBlock-categories {
        max-height: 100%;
        background: #e9eef4;
        border-radius: 20px;
        margin-top: 4px;
    }

    .header__sublistBlock-categories__list {
        flex-direction: column;
        flex-wrap: nowrap;
        background: transparent;
        max-height: 390px;
        overflow: auto;
        margin: 5px 0;
    }

    .header__sublistBlock-categories__list::-webkit-scrollbar {
        width: 4px;
    }

    .header__sublistBlock-categories__list::-webkit-scrollbar-track {
        background: #e9eef4;
    }

    .header__sublistBlock-categories__list::-webkit-scrollbar-thumb {
        background-color: rgba(2, 44, 112, 0.2);
        border-radius: 10px;
    }

    .header__sublistBlock-categories__item {
        width: 100%;
        padding: 6px;
    }

    .header.active {
        top: 0;
    }
}

@media (max-width: 800px) {
    .header__buttonsBlock {
        display: none;
    }
}

@media (max-width: 400px) {
    .header__infoBlock-mobilefrapper {
        width: 100%;
        padding: 0 14px;
    }

    .header__nav-wrapper .header__infoBlock {
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 370px) {
    .header__mobileButtonItems {
        width: 100%;
        padding: 0 14px 30px 14px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

.intro {
    min-height: 100vh;
    background: url("/wp-content/themes/fenix/assets/images/introImg.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 114px 0 70px 0;
    display: flex;
    align-items: center;
}

.intro.doctorsBg {
    background: url("/wp-content/themes/fenix/assets/images/doctorsbg.jpg");
    background-position: center;
    background-size: cover;
}

.intro.notFound {
    background: url("/wp-content/themes/fenix/assets/images/notfoundbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.intro.serviceBg {
    background: url("/wp-content/themes/fenix/assets/images/doctorsbg.jpg");
    background-position: center;
    background-size: cover;
}

.intro.serviceBg .intro__doctorInfo-item {
    padding-right: 40px;
    border-right: 1px solid rgba(229, 229, 229, 0.6);
    width: calc(33.3333333333% - 13.3333333333px);
}

.intro.serviceBg .intro__doctorInfo-item:last-child {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
}

.intro.serviceBg .intro__doctorInfo-item__icon {
    flex-shrink: 0;
}

.intro.serviceBg .intro__doctorInfo {
    gap: 20px;
    flex-wrap: wrap;
}

.intro.detailDoctor {
    background: url("/wp-content/themes/fenix/assets/images/detailDoctorBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.intro__absoluteBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,
            rgba(31, 31, 31, 0.5),
            rgba(31, 31, 31, 0.5));
    z-index: 0;
}

.intro__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.intro__info {
    width: 100%;
    max-width: 1100px;
}

.intro__info-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.intro__info-bottom p {
    margin: 0;
}

.intro__formBlock {
    width: 100%;
    max-width: 450px;
    border-radius: 30px;
    padding: 40px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
}

.intro__formBlock-title {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.intro__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro__title {
    margin-bottom: 30px;
}

.intro__text {
    color: #fff;
    margin-bottom: 40px;
}

.intro__text a {
    color: #fff;
    text-decoration: none;
	font-weight: 700;
}

.intro__text a:hover {
    color: #ff5c39;
	transition: color 0.2s linear;
}

.intro__serviceBlock {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.intro__serviceBlock-item {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    border-radius: 30px;
    padding: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 105px;
    text-decoration: none;
}

.intro__serviceBlock-item:hover .intro__serviceBlock-item__btn {
    background: #ff5c39;
}

.intro__serviceBlock-item:hover .intro__serviceBlock-item__btn svg path {
    fill: #fff;
}

.intro__serviceBlock-item__name {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}

.intro__serviceBlock-item__priceBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro__serviceBlock-item__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s linear;
}

.intro__serviceBlock-item__btn svg path {
    transition: all 0.2s linear;
}

.intro__serviceBlock-item__price {
    font-size: 18px;
}

.intro .breadcrumbs {
    position: absolute;
    top: 150px;
    z-index: 1;
}

.intro .breadcrumbs a {
    color: #fff;
}

.intro .breadcrumbs svg path {
    fill: #fff;
}

.intro.detailDoctor .intro__title {
    font-size: 54px;
}

.intro__doctorPosition {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.intro__doctorInfo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.intro__doctorInfo-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.intro__doctorInfo-item__icon {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro__doctorInfo-item:first-child {
    padding-right: 40px;
    border-right: 1px solid rgba(229, 229, 229, 0.6);
}

.intro__doctorInfo-item:last-child {
    padding-left: 40px;
}

.intro__doctorButtonWrapper {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: -moz-max-content;
    max-width: max-content;
}

.intro__doctorPrice {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.intro__doctorPrice span {
    font-weight: 600;
}

.intro__doctorImage {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    max-width: 590px;
}

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

@media (max-width: 1400px) {
    .intro__doctorImage {
        max-width: 380px;
    }

    .intro.serviceBg .intro__doctorInfo-item {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(229, 229, 229, 0.6);
        padding-bottom: 16px;
    }

    .intro.serviceBg .intro__doctorInfo-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (max-width: 1250px) {
    .intro__inner.doctorPageIntroInner {
        flex-direction: column;
    }

    .intro__serviceBlock-item {
        gap: 40px;
    }

    .intro__serviceBlock-item__name {
        font-size: 24px;
    }

    .intro.detailDoctor .intro__info {
        display: contents;
    }

    .intro.detailDoctor .breadcrumbs {
        position: relative;
        top: 0;
    }

    .intro.detailDoctor {
        padding: 135px 0 50px 0;
    }

    .intro.detailDoctor .intro__inner {
        gap: 0;
    }

    .intro.detailDoctor .intro__doctorImage {
        order: 3;
        margin-bottom: 30px;
    }

    .intro.detailDoctor .intro__title {
        order: 2;
    }

    .intro__doctorPosition {
        order: 1;
    }

    .intro.detailDoctor .intro__text {
        order: 5;
    }

    .intro__doctorInfo {
        order: 4;
    }

    .intro__doctorButtonWrapper {
        order: 6;
    }
}

@media (max-width: 960px) {
    .intro__doctorInfo-item:first-child {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(229, 229, 229, 0.6);
    }

    .intro__doctorInfo-item:last-child {
        padding-left: 0;
        padding-top: 16px;
    }

    .intro__doctorPosition {
        font-size: 18px;
    }

    .intro__doctorInfo-item__key {
        font-size: 14px;
    }

    .intro__doctorInfo-item__value {
        font-size: 16px;
    }

    .intro__doctorInfo {
        flex-direction: column;
        align-items: stretch;
    }

    .intro__doctorPrice {
        flex-shrink: 0;
    }

    .intro.detailDoctor .intro__title {
        font-size: 38px;
    }

    .intro .breadcrumbs {
        position: relative;
        top: 0;
        margin-top: 20px;
    }

    .intro__serviceBlock {
        flex-direction: column;
        width: 100%;
    }

    .intro__serviceBlock-item {
        width: 100%;
    }

    .intro__formBlock {
        display: none;
    }

    .intro__info {
        max-width: 100%;
    }

    .intro {
        padding: 80px 0 40px 0;
        min-height: 70vh;
    }

    .intro__text {
        margin-bottom: 30px;
    }

    .intro__info-bottom {
        flex-direction: column;
    }

    .intro__btn {
        width: 100%;
        text-align: center;
    }

    .intro.aboutIntro .intro__title {
        font-size: 30px;
    }

    .intro__doctorPrice {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .intro__doctorImage {
        align-self: center;
    }
}

@media (max-width: 374px) {
    .intro__doctorButtonWrapper {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
}

.stocks {
    margin-top: 60px;
}

.stocks__item {
    min-height: 516px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px;
}

.stocks__item-bgimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.stocks__item-bgimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stocks__item-title {
    position: relative;
    z-index: 2;
}

.stocks__item-buttonBlock {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.stocks__item-colorBg {
    background: rgba(233, 238, 244, 0.93);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.stocks__item-button {
    flex-shrink: 0;
}

.stocks__item-info {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.stocks__titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stocks__scrollbarWrapper {
    display: none;
}

@media (max-width: 1250px) {
    .stocks__item-info {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .stocks__item-info {
        font-size: 16px;
        line-height: 24px;
    }

    .stocks__item-buttonBlock {
        flex-direction: column;
    }

    .stocks__item-button {
        width: 100%;
    }

    .stocks__item {
        padding: 20px;
        min-height: 400px;
    }

    .stocks__scrollbarWrapper {
        display: block;
    }

    .stocks__buttonsWrapper {
        display: none;
    }
}

.servicesSlider__slider.swiper {
    overflow: visible;
}

.servicesSlider .container {
    overflow: hidden;
}

.servicesSlider .swiper-slide:nth-child(even) .servicesSlider__imageBlock {
    height: 480px;
}

.servicesSlider__titleBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servicesSlider__item {
    min-height: 600px;
    padding: 14px;
    border-radius: 30px;
    background: #f7f9fc;
    display: block;
    text-decoration: none;
    color: #2c2c2c;
    transition: background 0.2s linear;
    position: relative;
    display: flex;
    flex-direction: column;
}

.servicesSlider__item:hover {
    background: #e9eef4;
}

.servicesSlider__item:hover .servicesSlider__arrow {
    opacity: 1;
}

.servicesSlider__item.sale::before {
    content: "Сегодня заказали";
    display: block;
    position: absolute;
    right: 0;
    top: -12px;
    font-size: 16px;
    color: #ff5c39;
    z-index: 3;
    padding: 8px 14px;
    border-radius: 30px;
    background: #ffede9;
}

.servicesSlider__imageBlock {
    position: relative;
    height: 452px;
    margin-bottom: 15px;
}

.servicesSlider__imageBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.servicesSlider__arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #ff5c39;
    border-radius: 50%;
    transition: opacity 0.2s linear;
    opacity: 0;
}

.servicesSlider__info {
    padding: 10px;
    margin-top: auto;
}

.servicesSlider__name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.servicesSlider__price {
    font-size: 18px;
    font-weight: 400;
}

.servicesSlider__scrollbarWrapper {
    display: none;
}

.servicesSlider__showMore {
    display: none;
}

@media (max-width: 1250px) {
    .servicesSlider__name {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    .servicesSlider__scrollbarWrapper {
        display: block;
    }

    .servicesSlider__buttonsWrapper {
        display: none;
    }

    .servicesSlider__name {
        font-size: 18px;
        line-height: 24px;
    }

    .servicesSlider__price {
        font-size: 16px;
    }

    .servicesSlider__imageBlock {
        height: 318px;
    }

    .servicesSlider .swiper-slide:nth-child(even) .servicesSlider__imageBlock {
        height: 342px;
    }

    .servicesSlider__item {
        min-height: 450px;
        padding: 10px;
    }

    .servicesSlider__arrow {
        width: 50px;
        height: 50px;
        top: 10px;
        right: 10px;
    }

    .servicesSlider__item.sale::before {
        padding: 4px 7px;
        font-size: 13px;
    }

    .servicesSlider__showMore {
        display: block;
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }
}

.credit .section-titleBlock {
    position: relative;
    z-index: 1;
}

.credit__wrapper {
    padding: 60px;
    border-radius: 30px;
    background: url("/wp-content/themes/fenix/assets/images/creditbg.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.credit__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.credit__items {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
}

.credit__item {
    padding: 30px;
    border-radius: 30px;
    color: #fff;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    min-width: 300px;
    min-height: 210px;
}

.credit__item-value {
    font-size: 60px;
    line-height: 100%;
}

.credit__item-value span {
    font-size: 120px;
    line-height: 100%;
}

.credit__item-key {
    font-size: 20px;
    color: #b2b2b2;
}

.credit__item.orange__item {
    position: relative;
    overflow: hidden;
    border: none;
    background: #ff5c39;
    box-shadow: none;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}


.credit__item.orange__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: none;
}


.credit__item.orange__item:hover::after {
    left: 150%;
    transition: left 0.5s ease-in-out;
}


.credit__item.orange__item .orange__item-text {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "FiraSans";
    text-align: left;
}

.credit__item .orange__item-arr {
    margin-top: auto;
    align-self: flex-end;
}

@media (max-width: 960px) {
    .credit__item-value span {
        font-size: 90px;
    }

    .credit__item-value {
        font-size: 40px;
    }

    .credit__item {
        width: 100%;
        min-height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 20px;
        min-width: auto;
    }

    .credit__wrapper {
        padding: 40px 20px;
    }

    .credit__item.orange__item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .credit__item-key {
        font-size: 18px;
    }

    .credit .section-titleBlock {
        margin-bottom: 60px;
    }
}

.prices__tabItems {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.prices__contentContainer {
    padding: 14px;
    border-radius: 30px;
    background: #f7f9fc;
}

.prices__tabContent {
    display: none;
}

.prices__tabContent.active {
    display: block;
}

.prices__tabItem {
    padding: 16px 20px;
    border-radius: 16px;
    background: rgba(255, 237, 233, 0.4);
    color: #ff5c39;
    font-size: 16px;
    font-weight: 600;
    font-family: "FiraSans";
    cursor: pointer;
    transition: all 0.2s linear;
}

.prices__tabItem.active {
    background: #ffede9;
}

.prices__items {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    background: #fff;
    border-radius: 30px;
}

.prices__item {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}

.prices__item-name {
    width: 74%;
    font-size: 24px;
    font-weight: 400;
}

.prices__item-priceBlock {
    width: 26%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prices__item-price {
    font-size: 20px;
    font-weight: 400;
}

.prices__item-button {
    padding: 10px 20px;
    background: #ffede9;
    color: #ff5c39;
    border: none;
    outline: none;
    font-family: "FiraSans";
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.2s linear;
}

.prices__item-button:hover {
    background: #ff5c39;
    color: #fff;
}

.prices__paymentBlock {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prices__paymentBlock-text {
    font-size: 30px;
}

.prices__paymentBlock-items {
    display: flex;
    align-items: center;
}

.prices__paymentBlock-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 50px;
    border-left: 1px solid rgba(229, 229, 229, 0.6);
}

.prices__paymentBlock-item p {
    font-size: 18px;
}

@media (max-width: 1250px) {
    .prices__paymentBlock {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .prices__item-name {
        width: 60%;
        font-size: 22px;
    }

    .prices__item-priceBlock {
        width: 40%;
    }
}

@media (max-width: 960px) {
    .prices__item {
        flex-direction: column;
        gap: 20px;
    }

    .prices__item-name {
        width: 100%;
        font-size: 20px;
    }

    .prices__item-priceBlock {
        width: 100%;
    }

    .prices__item-price {
        font-size: 18px;
    }

    .prices__items {
        padding: 20px;
    }

    .prices__paymentBlock-items {
        flex-direction: column;
    }

    .prices__paymentBlock-item {
        padding-right: 0;
        border-left: none;
        width: 100%;
    }

    .prices__paymentBlock-text {
        font-size: 24px;
    }

    .prices__paymentBlock-item p {
        font-size: 16px;
    }

    .prices__paymentBlock {
        padding: 20px 0;
    }

    .prices__item-button {
        font-size: 16px;
    }
}

.consultations__titleBlock {
    text-align: center;
}

.consultations .credit__wrapper {
    background: url("/wp-content/themes/fenix/assets/images/consultationsbg.jpg");
    background-position: center center;
}

.consultations__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.consultations .section-description {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 960px) {
    .consultations__buttons {
        flex-direction: column;
    }

    .consultations__buttons .primary-button {
        width: 100%;
        text-align: center;
    }

    .consultations .section-title {
        font-size: 24px;
    }
}

.package__items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.package__item {
    width: calc(33.3333333333% - 6.6666666667px);
    padding: 14px;
    border-radius: 30px;
    background: #f7f9fc;
    display: flex;
    flex-direction: column;
}

.package__item.hit .package__item-info::before {
    content: "Хит";
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #ff5c39;
    font-size: 20px;
    font-weight: 600;
    font-family: "FiraSans";
    padding: 14px 30px;
    border-radius: 16px;
    background: #ffede9;
}

.package__item-info {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 14px;
    position: relative;
}

.package__item-titleBlock {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 26px;
    border-bottom: 1px solid #ebeef3;
    margin-bottom: 26px;
}

.package__item-count {
    color: #b2b2b2;
    font-size: 20px;
    font-weight: 700;
    font-family: "FiraSans";
}

.package__item-name {
    font-size: 38px;
    font-weight: 700;
    color: #ff5c39;
}

.package__item-advantages {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 40px;
}

.package__item-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.package__item-item div {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #ffede9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.package__item-item p {
    font-size: 18px;
    font-family: "FiraSans";
}

.package__item-priceBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.package__item-priceKey {
    color: #b2b2b2;
    font-size: 24px;
}

.package__item-priceValue {
    font-size: 38px;
    font-weight: 700;
    color: #3f3e42;
}

@media (max-width: 1250px) {
    .package__item {
        width: calc(50% - 5px);
    }

    .package__item-name {
        font-size: 34px;
    }

    .package__item-item p {
        font-size: 16px;
    }

    .package__item-priceValue {
        font-size: 32px;
    }
}

@media (max-width: 950px) {
    .package__item {
        width: 100%;
    }

    .package__item-count {
        font-size: 18px;
    }

    .package__item-name {
        font-size: 30px;
    }

    .package__item-titleBlock {
        gap: 3px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .package__item-item p {
        font-size: 16px;
    }

    .package__item-priceValue {
        font-size: 24px;
    }

    .package__item-info {
        padding: 20px;
    }

    .package__item.hit .package__item-info::before {
        top: 20px;
        right: 20px;
        font-size: 18px;
        padding: 10px 20px;
    }
}

.recent__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.recent__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 30px 14px 14px;
    background: #f7f9fc;
    border-radius: 300px;
    text-decoration: none;
}

.recent__item-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.recent__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.recent__item-text {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 1250px) {
    .recent__item-image {
        width: 56px;
        height: 56px;
    }

    .recent__item-text {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    .recent__items {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .recent__item {
        flex-shrink: 0;
        padding: 8px 20px 8px 8px;
    }

    .recent__item-text {
        font-size: 16px;
    }
}

.narkologClinicBlock__titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.narkologClinicBlock .section-description {
    font-size: 20px;
    max-width: 870px;
}

.narkologClinicBlock .section-title {
    max-width: 755px;
}

.narkologClinicBlock__inner {
    display: flex;
    gap: 60px;
}

.narkologClinicBlock__imageBlock {
    width: 50%;
    min-height: 640px;
    border-radius: 30px;
    overflow: hidden;
}

.narkologClinicBlock__imageBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.narkologClinicBlock__infoBlock {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.narkologClinicBlock__infoBlock img {
    max-height: 290px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.narkologClinicBlock__infoBlock .primary-button {
    align-self: flex-start;
}

.narkologClinicBlock__infoBlock p {
    font-size: 30px;
    line-height: 130%;
}

.narkologClinicBlock__infoBlock p span {
    color: #ff5c39;
}

@media (max-width: 1250px) {
    .narkologClinicBlock__infoBlock p {
        font-size: 26px;
    }

    .narkologClinicBlock__inner {
        gap: 30px;
    }
}

@media (max-width: 960px) {
    .narkologClinicBlock__inner {
        flex-direction: column;
    }

    .narkologClinicBlock__imageBlock {
        width: 100%;
        min-height: auto;
        max-height: 350px;
    }

    .narkologClinicBlock__infoBlock {
        width: 100%;
        justify-content: flex-start;
        gap: 40px;
    }

    .narkologClinicBlock__infoBlock picture {
        display: none;
    }

    .narkologClinicBlock__infoBlock .primary-button {
        align-self: stretch;
        text-align: center;
    }

    .narkologClinicBlock__infoBlock p {
        font-size: 24px;
    }

    .narkologClinicBlock__titleBlock {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 20px;
    }

    .narkologClinicBlock .section-description {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }
}

.advantages__inner {
    display: flex;
    gap: 60px;
    align-items: center;
}

.advantages__info {
    width: 50%;
}

.advantages__items {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.advantages__item {
    width: calc(50% - 5px);
    text-align: center;
    padding: 30px 20px;
    border-radius: 20px;
    background: #f7f9fc;
}

.advantages__item-icon {
    margin-bottom: 24px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 26px auto;
}

.advantages__item-name {
    font-size: 24px;
    margin-bottom: 6px;
}

.advantages__item-text {
    font-size: 16px;
}

.advantages .section-title {
    margin-bottom: 30px;
}

.advantages__text {
    margin-bottom: 80px;
}

@media (max-width: 1250px) {
    .advantages__item {
        padding: 14px;
    }

    .advantages__item-name {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    .advantages__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .advantages__info {
        width: 100%;
        display: contents;
    }

    .advantages__items {
        width: 100%;
        order: 5;
        margin-bottom: 10px;
    }

    .advantages .section-title {
        margin-bottom: 20px;
    }

    .advantages .primary-button {
        order: 6;
        width: 100%;
        text-align: center;
    }

    .advantages__text {
        margin-bottom: 40px;
    }

    .advantages__text {
        font-size: 18px;
    }
}

@media (max-width: 660px) {
    .advantages__item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        text-align: left;
    }

    .advantages__item-icon {
        margin: 0;
        width: 50px;
        height: 50px;
    }

    .advantages__item-name {
        font-size: 18px;
    }

    .advantages__item-text {
        font-size: 14px;
    }
}

.photos__titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.photos__moreWrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.photos__more {
    font-size: 16px;
    font-weight: 600;
    color: #ff5c39;
    text-decoration: none;
}

.photos__item {
    display: block;
}

.photos__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    min-height: 300px;
    max-height: 370px;
}

.photos__scrollbarWrapper {
    display: none;
}

.photos__showMoreMobile {
    display: none;
}

@media (max-width: 960px) {
    .photos__moreWrapper {
        display: none;
    }

    .photos__scrollbarWrapper {
        display: block;
    }

    .photos__showMoreMobile {
        display: block;
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }
}

.consultationsForm__titleBlock {
    position: relative;
    z-index: 1;
    max-width: 937px;
}

.consultationsForm__wrapper {
    background: url("/wp-content/themes/fenix/assets/images/consultationFormBg.jpg");
    background-size: cover;
    background-position: center;
}

.consultationsForm__form {
    position: relative;
    z-index: 1;
}

.consultationsForm__form-input {
    width: calc(33.3333333333% - 6.6666666667px);
}

.consultationsForm__form-btn {
    width: calc(33.3333333333% - 6.6666666667px);
    text-align: center;
}

.consultationsForm__form-inputsBlock {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 960px) {
    .consultationsForm__form-inputsBlock {
        flex-direction: column;
        align-items: flex-start;
    }

    .consultationsForm__form-input {
        width: 100%;
    }

    .consultationsForm__form-btn {
        width: 100%;
    }

    .consultationsForm .section-title {
        font-size: 24px;
    }

    .consultationsForm .section-description {
        font-size: 16px;
    }
}

.brigades__inner {
    display: flex;
    gap: 100px;
    align-items: center;
}

.brigades__photoblock {
    width: 50%;
    position: relative;
}

.brigades__infoblock {
    width: 50%;
}

.brigades__image {
    border-radius: 30px;
    overflow: hidden;
    height: 540px;
}

.brigades__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.brigades__items {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.brigades__item {
    width: calc(50% - 4.5px);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    border-radius: 20px;
}

.brigades__item-number {
    font-size: 38px;
    font-weight: 700;
    padding-right: 14px;
    border-right: 1px solid;
    -o-border-image: linear-gradient(88.52deg,
            #ffffff -33.15%,
            rgba(153, 153, 153, 0.1) 211.33%) 1;
    border-image: linear-gradient(88.52deg,
            #ffffff -33.15%,
            rgba(153, 153, 153, 0.1) 211.33%) 1;
}

.brigades__item-text {
    font-size: 18px;
    font-family: "FiraSans";
    color: #e5e5e5;
}

@media (max-width: 1360px) {
    .brigades__item {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    .brigades__inner {
        gap: 60px;
    }

    .brigades__item {
        padding: 14px 16px;
        border-radius: 14px;
    }

    .brigades__item-number {
        font-size: 30px;
    }

    .brigades__item-text {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .brigades__inner {
        flex-direction: column-reverse;
    }

    .brigades__infoblock {
        width: 100%;
    }

    .brigades__photoblock {
        width: 100%;
    }

    .brigades .primary-button {
        width: 100%;
        text-align: center;
    }

    .brigades__image img {
        -o-object-position: center center;
        object-position: center center;
    }

    .brigades__items {
        margin: 0 14px 14px 14px;
    }

    .brigades__item {
        padding: 14px 0 14px 16px;
        gap: 10px;
    }
}

.textBlock {
    font-family: "FiraSans";
}

.textBlock .credit__item-value span {
    font-size: 100px;
}

.textBlock .credit__item-value {
    font-size: 50px;
}

.textBlock .credit__item {
    min-width: 192px;
}

.textBlock p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.textBlock strong {
    font-weight: 600;
}

.textBlock a {
    color: #ff5c39;
    font-weight: 700;
    text-decoration: none;
    background-image: linear-gradient(#ff5c39, #ff5c39);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 0.3s ease, color 0.2s linear;
}

.textBlock a:hover {
    background-size: 100% 2px;
    color: #d94a2a;
}

.textBlock ul {
    list-style: none;
}

.textBlock li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.textBlock li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #ff5c39;
    position: absolute;
    left: 0;
    top: 8px;
}

.textBlock img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-bottom: 60px;
    border-radius: 30px;
}

.textBlock h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 30px;
}

.textBlock h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 100%;
}

.textBlock h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 100%;
}

.textBlock h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 100%;
}

.textBlock ol {
    counter-reset: num;
}

.textBlock ol li {
    padding-left: 43px;
}

.textBlock ol li::before {
    content: counter(num);
    counter-increment: num;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

@media (max-width: 1250px) {
    .textBlock li {
        font-size: 18px;
    }

    .textBlock p {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .textBlock ol li::before {
        font-size: 16px;
        width: 24px;
        height: 24px;
    }

    .textBlock p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .textBlock li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-left: 26px;
    }

    .textBlock h2 {
        font-size: 24px;
    }

    .textBlock h3 {
        font-size: 20px;
    }

    .textBlock h4 {
        font-size: 18px;
    }

    .textBlock .credit__item-value span {
        font-size: 90px;
    }

    .textBlock .credit__item-value {
        font-size: 40px;
    }
}

.textWithInfoBlock.article .textWithInfoBlock__inner {
    flex-direction: row-reverse;
    gap: 80px;
}

.textWithInfoBlock.preporate .textWithInfoBlock__inner {
    flex-direction: row-reverse;
    gap: 80px;
}

.textWithInfoBlock .section-title {
    max-width: 1112px;
}

.textWithInfoBlock__inner {
    display: flex;
    gap: 100px;
}

.textWithInfoBlock__textblock {
    width: 66%;
}

.textWithInfoBlock__infoblock {
    width: 34%;
}

.textWithInfoBlock__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 770px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.textWithInfoBlock__preporate {
    background: #f7f9fc;
    border-radius: 30px;
    margin-bottom: 30px;
}

.textWithInfoBlock__preporate img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1250px) {
    .textWithInfoBlock__inner {
        gap: 60px;
    }

    .textWithInfoBlock.article .textWithInfoBlock__inner {
        flex-direction: column-reverse;
    }

    .textWithInfoBlock.article .textWithInfoBlock__infoblock {
        width: 100%;
    }

    .textWithInfoBlock.article .textWithInfoBlock__textblock {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .textWithInfoBlock__textblock {
        width: 100%;
    }

    .textWithInfoBlock__infoblock {
        display: none;
    }

    .textWithInfoBlock.article .textWithInfoBlock__infoblock {
        display: block;
    }

    .textWithInfoBlock.preporate .textWithInfoBlock__infoblock {
        display: block;
        width: 100%;
    }

    .textWithInfoBlock.preporate .textWithInfoBlock__preporate img {
        max-height: 300px;
    }

    .textWithInfoBlock.preporate .textWithInfoBlock__preporate {
        text-align: center;
    }

    .textWithInfoBlock.preporate .textWithInfoBlock__inner {
        flex-direction: column-reverse;
        gap: 40px;
    }
}

.spisLit {
    margin-top: 60px;
}

.articleAuthor {
    padding: 20px;
    border-radius: 20px;
    background: #f7f9fc;
}

.articleAuthor__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.articleAuthor__bottom {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.articleAuthor__prepare {
    padding: 8px;
    font-size: 16px;
    border-radius: 30px;
    background: #e9eef4;
    font-family: "FiraSans";
    line-height: 24px;
}

.articleAuthor__date {
    font-size: 16px;
    line-height: 24px;
    font-family: "FiraSans";
}

.articleAuthor__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.articleAuthor__stage {
    font-size: 16px;
    font-family: "FiraSans";
}

.articleAuthor__img {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.articleAuthor__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1250px) {
    .articleAuthor__img {
        width: 48px;
        height: 48px;
    }

    .articleAuthor__name {
        font-size: 18px;
        line-height: 24px;
    }

    .articleAuthor__stage {
        font-size: 14px;
        line-height: 22px;
    }

    .articleAuthor {
        padding: 16px;
    }

    .articleAuthor__prepare {
        font-size: 14px;
    }

    .articleAuthor__date {
        font-size: 14px;
    }
}

.advantages2__wrapper {
    background: url("/wp-content/themes/fenix/assets/images/advantages2bg.jpg");
    background-size: cover;
}

.advantages2__titleBlock {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 962px;
    margin-left: auto;
    margin-right: auto;
}

.advantages2__slider {
    position: relative;
    z-index: 1;
}

.advantages2__sliderWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.advantages2__item {
    width: calc(33.3333333333% - 6.6666666667px);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
}

.advantages2__item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.advantages2__item-name {
    font-size: 24px;
}

.advantages2__item-text {
    font-size: 18px;
    line-height: 24px;
    font-family: "FiraSans";
}

.advantages2__item-icon {
    align-self: flex-end;
}

.advantages2__scrollbarWrapper {
    display: none;
}

@media (max-width: 1250px) {
    .advantages2__item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 960px) {
    .advantages2__sliderWrapper {
        gap: 0;
        flex-wrap: nowrap;
    }

    .advantages2__item {
        width: 100%;
    }

    .advantages2 .advantages2__slider {
        overflow: visible;
    }

    .advantages2 .advantages2__item {
        display: flex;
        padding: 20px;
    }

    .advantages2__item-name {
        font-size: 20px;
    }

    .advantages2__item-text {
        font-size: 16px;
    }

    .advantages2__scrollbarWrapper {
        display: block;
    }

    .advantages2__scrollbarWrapper .scrollbar {
        background: rgba(233, 238, 244, 0.4);
    }

    .advantages2__scrollbarWrapper .scrollbar .swiper-scrollbar-drag {
        background: rgba(255, 255, 255, 0.4);
    }
}

.preporates__wrapper {
    background: #f7f9fc;
}

.preporates__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.preporates__texts {
    width: 100%;
    max-width: 883px;
}

.preporates__items {
    width: 100%;
    max-width: 700px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.preporates__item {
    background: #e9eef4;
    color: #2c2c2c;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: "FiraSans";
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: background 0.3s ease, color 0.3s ease;
}

.preporates__item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #cdd9e7;
    transition: background 0.3s ease;
}


.preporates__item:hover::before {
    background: #ff5c39;
}

.preporates__item:hover {
    background: #f0f4f8; 
}

@media (max-width: 1250px) {
    .preporates__item {
        padding: 12px 14px;
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .preporates__inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .preporates__items {
        max-width: 100%;
        order: 2;
        gap: 6px;
    }

    .preporates__item {
        gap: 12px;
    }

    .preporates__texts {
        max-width: 100%;
        display: contents;
    }

    .preporates .primary-button {
        width: 100%;
        text-align: center;
        order: 3;
    }
}

@media (max-width: 500px) {
    .preporates__item {
        width: 100%;
    }
}

.doctorSlider__item {
    display: block;
    position: relative;
    z-index: 0;
    text-decoration: none;
    color: #fff;
}

.doctorSlider__photo {
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.doctorSlider__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.doctorSlider__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    background: linear-gradient(180.07deg,
            rgba(0, 0, 0, 0) 33.71%,
            rgba(0, 0, 0, 0.40527) 67.26%,
            rgba(0, 0, 0, 0.8) 99.94%);
    border-radius: 20px;
    padding: 28px;
}

.doctorSlider__stage {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    padding: 6px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: "FiraSans";
    line-height: 22px;
}

.doctorSlider__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.doctorSlider__position {
    font-size: 16px;
    font-weight: 400;
    font-family: "FiraSans";
}

.doctorSlider__scrollbarWrapper {
    display: none;
}

@media (max-width: 1250px) {
    .doctorSlider__photo {
        height: 440px;
    }
}

@media (max-width: 960px) {
    .doctorSlider__scrollbarWrapper {
        display: block;
    }
}

.reviewsSlider .reviewsSlider__wrapper {
    background: url("/wp-content/themes/fenix/assets/images/reviewsbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.reviewsSlider .section-titleBlock {
    position: relative;
    z-index: 1;
}

.reviewsSlider .reviewsSlider__slider {
    padding: 2px;
}

.reviewsSlider__item {
    color: #fff;
    padding: 30px;
    min-height: 380px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
}

.rewievsPageTabs__items .reviewsSlider__item {
    min-height: 200px;
}

.reviewsSlider__item-top {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    margin-bottom: 20px;
}

.reviewsSlider__item-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.reviewsSlider__item-service {
    font-size: 18px;
    color: #e5e5e5;
    font-family: "FiraSans";
}

.reviewsSlider__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.reviewsSlider__item-textWrapper button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "FiraSans";
}

.reviewsSlider__top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 40px;
}

.reviewsSlider__bottom {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reviewsSlider__raiting {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    border-radius: 30px;
    width: calc(33.3333333333% - 6.6666666667px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.reviewsSlider__raiting-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviewsSlider__raiting-raiting {
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
    gap: 10px;
}

.reviewsSlider__raiting-raiting span {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}

.reviewsSlider__raiting-text {
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 400;
    font-family: "FiraSans";
}

.reviewsSlider__scrollbarWrapper {
    display: none;
}

.reviewsSlider__scrollbarWrapper .scrollbar {
    background: rgba(233, 238, 244, 0.2);
}

.reviewsSlider__scrollbarWrapper .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1550px) {
    .reviewsSlider__raiting {
        width: calc(50% - 5px);
    }
}

@media (max-width: 1100px) {
    .reviewsSlider__raiting {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .reviewsSlider__item {
        padding: 16px;
    }

    .reviewsSlider__item-name {
        font-size: 18px;
        margin-bottom: 0;
    }

    .reviewsSlider__item-service {
        font-size: 14px;
    }

    .reviewsSlider__item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .reviewsSlider__item-textWrapper button {
        font-size: 16px;
    }

    .reviewsSlider .reviewsSlider__slider {
        overflow: visible;
    }

    .reviewsSlider__raiting-icon img {
        max-width: 110px;
    }

    .reviewsSlider__raiting {
        padding: 16px;
    }

    .reviewsSlider__raiting-raiting span {
        font-size: 34px;
    }

    .reviewsSlider__raiting-text {
        font-size: 12px;
    }

    .reviewsSlider__raiting-raiting svg {
        width: 24px;
        height: 24px;
    }

    .reviewsSlider__raiting-info {
        gap: 0;
    }

    .reviewsSlider__scrollbarWrapper {
        display: block;
    }
}

.articlesSlider__item {
    position: relative;
    display: block;
}

.articlesSlider__item-img {
    height: 435px;
    border-radius: 30px;
    overflow: hidden;
}

.articlesSlider__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.articlesSlider__item-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.07deg,
            rgba(0, 0, 0, 0) 33.71%,
            rgba(0, 0, 0, 0.40527) 67.26%,
            rgba(0, 0, 0, 0.8) 99.94%);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
}

.articlesSlider__item-categoryBlock {
    display: flex;
    align-items: center;
    gap: 16px;
}

.articlesSlider__item-category {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
    color: #e5e5e5;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 10px;
}

.articlesSlider__item-date {
    font-size: 14px;
    font-family: "FiraSans";
    color: #e5e5e5;
}

.articlesSlider__item-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.articlesSlider__scrollbarWrapper {
    display: none;
}

.articlesSlider .primary-button {
    display: none;
}

@media (max-width: 960px) {
    .articlesSlider {
        overflow: hidden;
    }

    .articlesSlider .primary-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .articlesSlider__scrollbarWrapper {
        display: block;
    }

    .articlesSlider .articlesSlider__slider {
        overflow: visible;
    }

    .articlesSlider__item-img {
        height: 328px;
    }

    .articlesSlider__item-info {
        padding: 20px;
        gap: 14px;
    }

    .articlesSlider__item-name {
        font-size: 18px;
        line-height: 24px;
    }

    .articlesSlider__item-category {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 120%;
    }
}

.partners__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.partners__tileblock {
    width: 100%;
    max-width: 440px;
}

.partners__items {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.partners__item {
    height: 180px;
    width: calc(33.3333333333% - 6.6666666667px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fc;
    border-radius: 30px;
    padding: 15px;
}

@media (max-width: 1250px) {
    .partners__item {
        width: calc(50% - 5px);
    }

    .partners__item img {
        max-width: 90%;
    }
}

@media (max-width: 960px) {
    .partners__inner {
        flex-direction: column;
        gap: 40px;
    }

    .partners__tileblock {
        max-width: 100%;
    }

    .partners__items {
        max-width: 100%;
        gap: 6px;
    }

    .partners__item {
        height: 92px;
        border-radius: 16px;
        width: calc(50% - 3px);
    }
}

.licenses__inner {
    display: flex;
    align-items: center;
    gap: 100px;
}

.licenses__sliderBlock {
    width: 47%;
}

.licenses__infoBlock {
    width: 53%;
}

.licenses__item {
    display: block;
}

.licenses__item img {
    width: 100%;
    height: 100%;
    max-height: 595px;
    -o-object-fit: contain;
    object-fit: contain;
}

.licenses__moreWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.licenses .section-description {
    font-size: 18px;
    color: #6e6e6e;
    line-height: 24px;
    font-weight: 400;
    font-family: "FiraSans";
}

.licenses__more {
    text-decoration: none;
    color: #ff5c39;
    font-size: 16px;
    font-weight: 600;
}

.licenses .primary-button {
    display: none;
}

@media (max-width: 960px) {
    .licenses__inner {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .licenses__infoBlock {
        width: 100%;
    }

    .licenses__moreWrapper {
        display: none;
    }

    .licenses__sliderBlock {
        width: 100%;
    }

    .licenses__item img {
        max-height: 430px;
    }

    .licenses .section-titleBlock {
        margin-bottom: 0;
    }

    .licenses .primary-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
}

.faqBlock__titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqBlock__inner {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.faqBlock__image {
    width: 41.5%;
    border-radius: 30px;
    overflow: hidden;
}

.faqBlock__image img {
    width: 100%;
    height: 100%;
    max-height: 724px;
    -o-object-fit: cover;
    object-fit: cover;
}

.faqBlock__items {
    width: 58.5%;
}

.faqBlock__item {
    border-bottom: 1px solid #eaedf4;
    cursor: pointer;
}

.faqBlock__item-question {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqBlock__item-question__text {
    font-size: 24px;
    font-weight: 400;
}

.faqBlock__item-question.opened .faqBlock__item-question__plus div:first-child {
    background: #b2b2b2;
}

.faqBlock__item-question.opened .faqBlock__item-question__plus div:last-child {
    opacity: 0;
}

.faqBlock__item-question__plus {
    width: 40px;
    height: 40px;
    position: relative;
}

.faqBlock__item-question__plus div {
    transition: all 0.2s linear;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #2c2c2c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.faqBlock__item-question__plus div:last-child {
    transform: translateY(-50%) rotate(90deg);
}

.faqBlock__item-answer {
    transition: all 0.2s linear;
    height: 0;
    overflow: hidden;
}

.faqBlock__item-answer__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "FiraSans";
    margin-bottom: 30px;
}

.faqBlock__item-answer__doctor {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.faqBlock__item-answer__doctorImg {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
}

.faqBlock__item-answer__doctorImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.faqBlock__item-answer__doctorInfo {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.faqBlock__item-answer__doctorName {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.faqBlock__item-answer__doctorText {
    font-size: 16px;
    font-family: "FiraSans";
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1250px) {
    .faqBlock__image {
        display: none;
    }

    .faqBlock__items {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .faqBlock__item-question__plus {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .faqBlock__item-question__plus div {
        height: 2px;
    }

    .faqBlock__item-answer__text {
        font-size: 16px;
    }

    .faqBlock__item-answer__doctorImg {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
    }

    .faqBlock__item-answer__doctor {
        gap: 16px;
    }

    .faqBlock__item-answer__doctorName {
        font-size: 18px;
    }

    .faqBlock__item-answer__doctorText {
        font-size: 14px;
    }

    .faqBlock__item-answer__doctorInfo {
        gap: 4px;
    }

    .faqBlock__item-question {
        gap: 5px;
        padding: 15px 0;
    }

    .faqBlock__item-question__text {
        font-size: 20px;
    }

    .faqBlock__titleBlock {
        display: contents;
    }

    .faqBlock .container {
        display: flex;
        flex-direction: column;
    }

    .faqBlock__buttonWrapper {
        order: 3;
        margin-top: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .faqBlock__items {
        order: 2;
    }

    .faqBlock__title {
        margin-bottom: 30px;
    }
}

.contactBlock__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.contactBlock__info-items {
    display: flex;
    align-items: center;
    gap: 80px;
}

.contactBlock__info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contactBlock__info-item__icon {
    width: 69px;
    height: 69px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(213, 223, 235, 0.2);
}

.contactBlock__info-item__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contactBlock__info-item__link {
    font-size: 24px;
    font-weight: 700;
}

.contactBlock__info-item__link a {
    color: #2c2c2c;
    text-decoration: underline;
}

.contactBlock__info-item__link span {
    text-decoration: underline;
}

.contactBlock__info-item__text {
    font-size: 18px;
}

.contactBlock__map {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .contactBlock__info {
        display: contents;
    }

    .contactBlock .container {
        display: flex;
        flex-direction: column;
    }

    .contactBlock__map {
        order: 2;
    }

    .contactBlock .primary-button {
        order: 3;
        margin-top: 60px;
    }

    .contactBlock__info-items {
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
}

@media (max-width: 960px) {
    .contactBlock__info-items {
        gap: 30px;
    }

    .contactBlock__info-item__link {
        font-size: 18px;
    }

    .contactBlock__info-item__text {
        font-size: 14px;
    }

    .contactBlock__info-item__icon {
        width: 38px;
        height: 38px;
    }

    .contactBlock__info-item__icon svg {
        width: 20px;
    }

    .contactBlock__info-item__info {
        gap: 0;
    }

    .contactBlock__info-items {
        margin-bottom: 40px;
    }

    .contactBlock .primary-button {
        margin-top: 40px;
    }
}

.footer {
    background: #e9eef4;
    padding: 50px 0;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.footer__top-logoblock {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 320px;
}

.footer__top-logoblock .header__logoNames {
    color: #2c2c2c;
    display: block;
}

.footer__organizstion {
    font-size: 14px;
    color: #b2b2b2;
    line-height: 22px;
}

.footer__info {
    width: 100%;
    max-width: 910px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__menu-name {
    font-size: 18px;
    color: #ff5c39;
    font-weight: 600;
    font-family: "FiraSans";
    margin-bottom: 13px;
}

.footer__menu-mini {
    font-size: 16px;
    color: rgba(19, 17, 20, 0.8);
    font-weight: 600;
    font-family: "FiraSans";
    margin-top: 15px;
}

.footer__menu-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__menu-link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: "FiraSans";
    color: rgba(41, 41, 41, 0.8);
    transition: all 0.2s linear;
}

.footer__menu-link:hover {
    color: #ff5c39;
}

.footer__numbers {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__numbers-item {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer__numbers-item__link {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: "FiraSans";
}

.footer__numbers-item__desc {
    font-size: 14px;
    font-weight: 600;
    color: rgba(19, 17, 20, 0.2);
    font-family: "FiraSans";
}

.footer .header__logo img {
    width: 45px;
    height: 45px;
}

.footer__conftext {
    text-align: center;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    font-family: "FiraSans";
    line-height: 24px;
}

@media (max-width: 1250px) {
    .footer__top {
        flex-direction: column;
    }

    .footer__top-logoblock {
        max-width: 700px;
    }

    .footer__info {
        max-width: 100%;
    }
}

@media (max-width: 780px) {
    .footer__info {
        flex-direction: column;
        gap: 40px;
    }

    .footer__top {
        padding-bottom: 40px;
    }

    .footer .primary-button {
        width: 100%;
        text-align: center;
    }

    .footer__conftext {
        font-size: 14px;
    }

    .footer {
        padding: 40px 0;
    }
}

.pageTopBlock {
    padding-top: 130px;
    padding-bottom: 70px;
    background: #e9eef4;
}

.breadcrumbs {
    margin-bottom: 60px;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumbs li::after {
    content: "";
    display: block;
    width: 4px;
    height: 6px;
    background: url("/wp-content/themes/fenix/assets/images/breadcrumbsArrov.svg");
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs a {
    text-decoration: none;
    font-size: 14px;
    color: #2c2c2c;
}

.intro .breadcrumbs li p {
    color: #ffffff;
    font-size: 14px;
}

.breadcrumbs li p {
    color: #2c2c2c;
    font-size: 14px;
}

.servicePage {
    padding-top: 60px;
    border-radius: 40px 40px 0 0;
}

.servicePage__catigories {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.servicePage__category-count {
    font-size: 20px;
    line-height: 28px;
}

.servicePage__category-count span {
    color: #ff5c39;
    margin-bottom: 10px;
}

.servicePage__category-name {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 40px;
}

.servicePage__category-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 80px;
}

.servicePage__category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: calc(50% - 40px);
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
    text-decoration: none;
}

.servicePage__category-item.hidden {
    display: none;
}

.servicePage__category-item:hover .servicePage__category-item__name {
    color: #ff5c39;
}

.servicePage__category-item__name {
    color: #2c2c2c;
    font-size: 20px;
    line-height: 28px;
    font-family: "FiraSans";
    transition: all 0.2s linear;
}

.servicePage__category-item__price {
    font-size: 20px;
    font-family: "FiraSans";
    color: rgba(44, 44, 44, 0.6);
    flex-shrink: 0;
}

.servicePage__category-moreBtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: #ff5c39;
    background: none;
    font-family: "FiraSans";
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
}

@media (max-width: 1250px) {
    .servicePage__category-items {
        gap: 16px 40px;
    }

    .servicePage__category-item {
        width: calc(50% - 20px);
        align-items: flex-start;
    }

    .pageTopBlock .section-titleBlock {
        margin-bottom: 0;
    }

    .pageTopBlock {
        padding-bottom: 40px;
    }
}

@media (max-width: 960px) {
    .servicePage__category-item {
        width: 100%;
    }

    .servicePage__category-item__name {
        font-size: 16px;
    }

    .servicePage__category-item__price {
        font-size: 16px;
    }

    .servicePage__category-moreBtn {
        font-size: 16px;
    }

    .servicePage__category-name {
        font-size: 30px;
    }

    .servicePage__category-count {
        font-size: 18px;
    }

    .servicePage {
        padding-top: 30px;
    }
}

.infoWithFormBlock {
    padding-top: 60px;
    padding-top: 60px;
}

.infoWithFormBlock__formblock {
    background: #f7f9fc;
    padding: 40px;
    border-radius: 30px;
}

.infoWithFormBlock__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.infoWithFormBlock__form textarea {
    height: 150px;
}

.infoWithFormBlock__form-input {
    background: #e9eef4;
    color: #2c2c2c;
    resize: none;
}

.infoWithFormBlock__form-input::-moz-placeholder {
    color: #2c2c2c;
}

.infoWithFormBlock__form-input::placeholder {
    color: #2c2c2c;
}

.infoWithFormBlock__form-text {
    font-size: 12px;
    line-height: 16px;
    font-family: "FiraSans";
}

.infoWithFormBlock__form-checkboxWrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.infoWithFormBlock__inner {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.infoWithFormBlock__formblock {
    width: 100%;
    max-width: 450px;
    flex-shrink: 0;
}

.infoWithFormBlock .faqBlock__items {
    width: 100%;
}

.infoWithFormBlock__formtitle {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 42px;
}

.infoWithFormBlock .faqBlock__items {
    display: none;
}

.infoWithFormBlock .faqBlock__items.active {
    display: block;
}

@media (max-width: 1250px) {
    .infoWithFormBlock__inner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .infoWithFormBlock__formblock {
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .infoWithFormBlock__formblock {
        padding: 20px;
    }

    .infoWithFormBlock__formtitle {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 28px;
    }
}

.rewievsPageTabs__items {
    display: none;
}

.rewievsPageTabs__items.active {
    display: block;
}

.rewievsPageTabs__items .reviewsSlider__item {
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.rewievsPageTabs__items .reviewsSlider__item-name {
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rewievsPageTabs__items .reviewsSlider__item-service {
    color: #ff5c39;
}

.rewievsPageTabs__items .reviewsSlider__item-text {
    color: #2c2c2c;
}

.rewievsPageTabs__items .reviewsSlider__item-top {
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.rewievsPageTabs__items .reviewsSlider__item-textWrapper button {
    color: #ff5c39;
}

.rewievsPageTabs__items .reviewsSlider__item-date {
    font-size: 18px;
    color: #b2b2b2;
    font-weight: 400;
}

@media (max-width: 960px) {
    .rewievsPageTabs__items .reviewsSlider__item-name {
        display: contents;
    }

    .rewievsPageTabs__items .reviewsSlider__item-top {
        display: contents;
    }

    .rewievsPageTabs__items .reviewsSlider__item-service {
        margin-bottom: 20px;
    }

    .rewievsPageTabs__items .reviewsSlider__item {
        display: flex;
        flex-direction: column;
    }

    .rewievsPageTabs__items .reviewsSlider__item-textWrapper {
        order: 4;
    }

    .rewievsPageTabs__items .reviewsSlider__item-date {
        order: 5;
        align-self: flex-end;
    }
}

.concactPage {
    position: relative;
}

.concactPage__map {
    height: 500px;
}

.concactPage__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.concactPage .ymaps-2-1-79-ground-pane {
    filter: brightness(50%);
    -ms-filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
}

.concactPage .ymaps-2-1-79-copyrights-pane {
    filter: brightness(50%);
    -ms-filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
}

.concactPage__absoluteTitle {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 44px;
}

.contactBlock__detail {
    margin-top: 60px;
}

.doctorsPage {
    padding-top: 60px;
}

.doctorsPage__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.doctorsPage__items .doctorSlider__item {
    width: calc(25% - 7.5px);
}

@media (max-width: 1550px) {
    .doctorsPage__items .doctorSlider__item {
        width: calc(33.3333333333% - 6.6666666667px);
    }
}

@media (max-width: 960px) {
    .doctorsPage__items .doctorSlider__item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 650px) {
    .doctorsPage__items .doctorSlider__item {
        width: 100%;
    }
}

.detaildoctorInfo {
    padding-top: 60px;
}

.detaildoctorInfo__inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.detaildoctorInfo__info {
    width: 59%;
}

.detaildoctorInfo__education {
    margin-bottom: 80px;
}

.detaildoctorInfo__education-list {
    display: flex;
    flex-direction: column;
}

.detaildoctorInfo__education-item {
    font-size: 20px;
    line-height: 28px;
    font-family: "FiraSans";
    padding-bottom: 20px;
    padding-left: 28px;
    border-left: 2px solid rgba(255, 92, 57, 0.2);
    position: relative;
}

.detaildoctorInfo__education-item::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ff5c39;
    border: 2px solid #fff;
    position: absolute;
    left: -9px;
    top: 0;
}

.detaildoctorInfo__education-item:last-child {
    padding-bottom: 0;
}

.detaildoctorInfo__education-item span {
    color: #ff5c39;
}

.detaildoctorInfo .prices__tabItem {
    text-decoration: none;
}

.detaildoctorInfo .prices__tabItem:hover {
    background: #ff5c39;
    color: #fff;
}

.detaildoctorInfo__title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 42px;
}

.detaildoctorInfo__text {
    font-family: "FiraSans";
}

.detaildoctorInfo__sliderBlock {
    width: 41%;
    background: #f7f9fc;
    padding: 40px;
    border-radius: 30px;
}

.detaildoctorInfo__item {
    position: relative;
    display: block;
}

.detaildoctorInfo__item img {
    width: 100%;
    height: 100%;
    max-height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.detaildoctorInfo__item-absolutebg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.07deg,
            rgba(0, 0, 0, 0) 33.71%,
            rgba(0, 0, 0, 0.40527) 67.26%,
            rgba(0, 0, 0, 0.8) 99.94%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    border-radius: 20px;
}

.detaildoctorInfo__item-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.detaildoctorInfo__titleblock {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detaildoctorInfo__scrollbarWrapper {
    display: none;
}

@media (max-width: 1250px) {
    .detaildoctorInfo__inner {
        flex-direction: column;
    }

    .detaildoctorInfo__info {
        width: 100%;
    }

    .detaildoctorInfo__sliderBlock {
        width: 100%;
    }

    .detaildoctorInfo__titleblock {
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .detaildoctorInfo__titleblock.detaildoctorInfo__title {
        margin-bottom: 0;
    }
}

@media (max-width: 960px) {
    .detaildoctorInfo__education-item {
        font-size: 16px;
        line-height: 24px;
    }

    .detaildoctorInfo__education {
        margin-bottom: 40px;
    }

    .detaildoctorInfo__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .detaildoctorInfo__text {
        font-size: 16px;
        line-height: 24px;
    }

    .detaildoctorInfo__buttonsWrapper {
        display: none;
    }

    .detaildoctorInfo__titleblock {
        margin-bottom: 0;
    }

    .detaildoctorInfo__scrollbarWrapper {
        display: block;
    }

    .detaildoctorInfo__sliderBlock {
        padding: 20px;
    }

    .detaildoctorInfo__item img {
        height: 327px;
        max-height: auto;
    }

    .detaildoctorInfo__item-text {
        font-size: 16px;
    }
}

.galleryPage {
    padding-top: 60px;
}

.galleryPage__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.galleryPage__item {
    display: block;
    width: calc(33.3333333333% - 6.6666666667px);
    border-radius: 30px;
    overflow: hidden;
}

.galleryPage__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 370px;
}

@media (max-width: 1250px) {
    .galleryPage__item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 960px) {
    .galleryPage {
        padding-top: 30px;
    }
}

@media (max-width: 650px) {
    .galleryPage__item {
        width: 100%;
    }
}

.licensesPage {
    padding-top: 60px;
}

.licensesPage__items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.licensesPage__item {
    width: calc(20% - 8px);
    border-radius: 30px;
    overflow: hidden;
}

.licensesPage__item img {
    width: 100%;
    height: 100%;
    max-height: 503px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1450px) {
    .licensesPage__item {
        width: calc(25% - 7.5px);
    }
}

@media (max-width: 1050px) {
    .licensesPage__item {
        width: calc(33.3333333333% - 6.6666666667px);
    }
}

@media (max-width: 960px) {
    .licensesPage {
        padding-top: 30px;
    }
}

@media (max-width: 750px) {
    .licensesPage__item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 550px) {
    .licensesPage__item {
        width: 100%;
    }

    .licensesPage__item img {
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 470px;
    }
}

.stocksPage {
    padding-top: 60px;
}

.stocksPage__items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.stocksPage__items .stocks__item {
    width: calc(33.3333333333% - 6.6666666667px);
}

@media (max-width: 1550px) {
    .stocksPage .stocks__item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 950px) {
    .stocksPage {
        padding-top: 30px;
    }
}

@media (max-width: 750px) {
    .stocksPage .stocks__item {
        width: 100%;
    }
}

.articlePage {
    padding-top: 60px;
}

.articlePage__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.articlePage__items .articlesSlider__item {
    width: calc(33.3333333333% - 6.6666666667px);
}

@media (max-width: 1250px) {
    .articlePage__items .articlesSlider__item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 750px) {
    .articlePage__items .articlesSlider__item {
        width: 100%;
    }
}

.calculator__inner {
    display: flex;
    gap: 80px;
}

.calculator__questions {
    width: 63%;
    display: flex;
    gap: 60px;
}

.calculator__questionBlock {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.calculator__question-text {
    font-size: 20px;
    font-weight: 400;
    font-family: "FiraSans";
    margin-bottom: 10px;
}

.calculator__question-buttons {
    display: flex;
    gap: 10px;
}

.calculator__question-buttons.two .calculator__question-button {
    text-align: center;
    width: calc(50% - 5px);
    padding: 16px 2px;
}

.calculator__question-buttons.three .calculator__question-button {
    text-align: center;
    width: calc(33.3333333333% - 6.6666666667px);
    padding: 16px 2px;
}

.calculator__question-range {
    -webkit-appearance: none;
    width: 100%;
}

.calculator__question-range::-webkit-slider-runnable-track {
    background: rgba(255, 92, 57, 0.3);
    height: 4px;
    border-radius: 20px;
}

.calculator__question-range::-moz-range-track {
    background: rgba(255, 92, 57, 0.3);
    height: 4px;
    border-radius: 20px;
}

.calculator__question-range::-webkit-slider-thumb {
    background-color: #ff5c39;
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    top: -6px;
}

.calculator__question-range::-moz-range-thumb {
    background-color: #ff5c39;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    top: -6px;
}

.calculator__question-rangeDots {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator__question-rangeDots span {
    font-size: 16px;
    color: rgba(44, 44, 44, 0.6);
}

.calculator__question-rangeValue {
    font-size: 18px;
    font-family: "FiraSans";
    color: rgba(44, 44, 44, 0.6);
    width: 100%;
    padding: 18px;
    border-radius: 16px;
    background: #f7f9fc;
}

.calculator__formBlock {
    width: 37%;
    padding: 14px;
    background: #f7f9fc;
    border-radius: 30px;
    height: fit-content;
}

.calculator__formBlock-info {
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.calculator__formBlock-info__metodBlock {
    margin-bottom: 24px;
}

.calculator__formBlock-info__keyText {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}

.calculator__formBlock-info__metod {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #ff5c39;
}

.calculator__formBlock-info__textblock {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebeef3;
}

.calculator__formBlock-info__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "FiraSans";
}

.calculator__formBlock-info__priceBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator__formBlock-info__price {
    font-size: 30px;
    font-weight: 700;
}

.calc-range-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.calc-range-label {
    font-size: 18px;
    font-family: "FiraSans";
    font-weight: 400;
    color: rgba(44, 44, 44, 0.6);
    padding: 18px;
    border-radius: 16px;
    background: #f7f9fc;
    line-height: 1;
}

.calculator__question-range {
    width: 100%;
    cursor: pointer;
}


.calculator__questions {
    flex-direction: column !important;
}

.calculator__questionBlocks-row {
    display: flex;
    gap: 60px;
}

.calculator__questionBlocks-row .calculator__questionBlock {
    width: 50%;
}

.calc-submit-wrap {
    margin-top: 8px;
}

@media (max-width: 960px) {
    .calculator__questionBlocks-row {
        flex-direction: column;
        gap: 40px;
    }

    .calculator__questionBlocks-row .calculator__questionBlock {
        width: 100%;
    }
}

.calc-submit-btn {
    display: block;
    width: 100%;
    padding: 23px 20px;
    color: #fff;
    font-size: 18px;
    font-family: "FiraSans";
    font-weight: 600;
    line-height: 100%;
    background: #ff5c39;
    border: none;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: center;
}

.calc-submit-btn:hover {
    background: #fff;
    color: #ff5c39;
    box-shadow: inset 0 0 0 2px #ff5c39;
}

.calc-submit-btn:active {
    transform: scale(0.98);
}

.calc-submit-hint {
    margin-top: 10px;
    font-size: 14px;
    font-family: "FiraSans";
    color: rgba(44, 44, 44, 0.45);
    text-align: center;
    line-height: 1.4;
}


@media (max-width: 1600px) {
    .calculator__inner {
        flex-direction: column;
    }

    .calculator__questions {
        width: 100%;
    }

    .calculator__formBlock {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .calculator__questions {
        flex-direction: column;
    }

    .calculator__questionBlock {
        width: 100%;
    }

    .calculator__question-rangeDots span {
        font-size: 14px;
    }

    .calculator__questions {
        gap: 40px;
    }

    .calculator__inner {
        gap: 60px;
    }

    .calculator__question-rangeValue {
        font-size: 16px;
    }

    .calculator__formBlock-info__text {
        font-size: 16px;
    }

    .calculator__formBlock-info {
        padding: 20px;
    }

    .calculator__formBlock {
        padding: 10px;
    }

    .calculator__formBlock-info__keyText {
        font-size: 16px;
    }

    .calculator__formBlock-info__metod {
        font-size: 20px;
    }

    .calculator__formBlock-info__price {
        font-size: 22px;
    }

    .calc-submit-btn {
        padding: 18px 20px;
        border-radius: 16px;
    }

    #calc-result {
        padding: 20px;
    }

    .calc-result__label {
        font-size: 16px;
    }

    .calc-result__service {
        font-size: 20px;
    }

    .calc-result__desc {
        font-size: 16px;
    }

    .calc-result__price-label {
        font-size: 16px;
    }

    .calc-result__price-value {
        font-size: 22px;
    }

    .calc-range-label {
        font-size: 16px;
        padding: 14px 18px;
    }

    .calc-placeholder {
        padding: 24px 16px;
    }

    .calc-placeholder__title {
        font-size: 16px;
    }
}

.calc-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 36px 24px;
    border-radius: 24px;
    background: #f7f9fc;
    text-align: center;
    margin-bottom: 16px;
}

.calc-placeholder__icon {
    width: 56px;
    height: 56px;
    background: #ff5c391a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-placeholder__icon svg {
    width: 28px;
    height: 28px;
}

.calc-placeholder__title {
    font-size: 20px;
    font-family: "FiraSansCondensed";
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.3;
}

.calc-placeholder__text {
    font-size: 15px;
    font-family: "FiraSans";
    font-weight: 400;
    color: rgba(44, 44, 44, 0.55);
    line-height: 1.5;
}


#calc-result {
    display: none;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 16px;
    animation: calcFadeIn 0.3s ease;
}

@keyframes calcFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calc-result__label {
    font-size: 20px;
    font-family: "FiraSansCondensed";
    font-weight: 700;
    color: #b2b2b2;
    line-height: 28px;
    margin-bottom: 4px;
}

.calc-result__service {
    font-size: 24px;
    font-family: "FiraSansCondensed";
    font-weight: 700;
    color: #ff5c39;
    line-height: 28px;
    margin-bottom: 20px;
}

.calc-result__textblock {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebeef3;
}

.calc-result__desc {
    font-size: 18px;
    font-family: "FiraSans";
    font-weight: 400;
    line-height: 24px;
    color: #2c2c2c;
    margin-bottom: 14px;
}

.calc-result__more {
    display: inline-block;
    font-size: 16px;
    font-family: "FiraSans";
    font-weight: 600;
    color: #ff5c39;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.2s linear;
}

.calc-result__more:hover {
    text-decoration: none;
    opacity: 0.75;
}

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

.calc-result__price-label {
    font-size: 20px;
    font-family: "FiraSansCondensed";
    font-weight: 700;
    color: #b2b2b2;
    line-height: 28px;
}

.calc-result__price-value {
    font-size: 30px;
    font-family: "FiraSansCondensed";
    font-weight: 700;
    color: #2c2c2c;
}

.calc-result__cta {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ebeef3;
    font-size: 16px;
    font-family: "FiraSans";
    font-weight: 400;
    color: rgba(44, 44, 44, 0.6);
    line-height: 24px;
}

.calc-result__cta strong {
    color: #ff5c39;
    font-weight: 600;
}

@media (max-width: 500px) {
    .calculator__question-buttons.three .calculator__question-button {
        width: auto;
        padding: 16px 20px;
    }

    .calculator__question-buttons {
        flex-wrap: wrap;
    }
}

.notFoundList__inner {
    display: flex;
    gap: 80px;
}

.notFoundList__items {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.notFoundList__item {
    padding: 18px;
    cursor: pointer;
    border-bottom: 1px solid #eaedf4;
}

.notFoundList__item-nameBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notFoundList__item-nameBlock.opened .notFoundList__item-name {
    color: rgba(44, 44, 44, 0.5);
}

.notFoundList__item-nameBlock.opened .notFoundList__item-plus div:last-child {
    opacity: 0;
}

.notFoundList__item-nameBlock.opened .notFoundList__item-plus div:first-child {
    background: #b2b2b2;
}

.notFoundList__item-name {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #2c2c2c;
    transition: all 0.2s linear;
}

.notFoundList__item-plus {
    width: 30px;
    height: 30px;
    position: relative;
}

.notFoundList__item-plus div {
    transition: all 0.2s linear;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #2c2c2c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notFoundList__item-plus div:last-child {
    transform: translateY(-50%) rotate(90deg);
}

.notFoundList__item-subcategory {
    transition: all 0.2s linear;
    height: 0;
    overflow: hidden;
}

.notFoundList__item-subcategory__item {
    position: relative;
    padding-left: 38px;
}

.notFoundList__item-subcategory__item::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 6px;
    background: #ff5c39;
    position: absolute;
    left: 0;
    top: 12px;
}

.notFoundList__item-subcategory-link {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.notFoundList__item-arr {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffede9;
}

.notFoundList__title {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
}

@media (max-width: 1250px) {
    .notFoundList__inner {
        flex-direction: column;
        gap: 80px;
    }

    .notFoundList__items {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .notFoundList__item-name {
        font-size: 20px;
    }

    .notFoundList__item-plus {
        width: 24px;
        height: 24px;
    }

    .notFoundList__item-subcategory-link {
        font-size: 18px;
    }

    .notFoundList__item-subcategory__item::before {
        width: 20px;
    }

    .notFoundList__item-arr {
        width: 40px;
        height: 40px;
    }

    .notFoundList__title {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

.soderjanie {
    margin-bottom: 60px;
}

.soderjanie__title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
}

.soderjanie__item {
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
}

.soderjanie__item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soderjanie__item-main__link {
    font-size: 24px;
    color: #2c2c2c;
    text-decoration: none;
}

.soderjanie__item-sub {
    overflow: hidden;
    transition: all 0.2s linear;
    height: 0;
}

.soderjanie__item-sub__elem {
    position: relative;
    padding-left: 26px;
}

.soderjanie__item-sub__elem::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 13px;
    background: #ff5c39;
}

.soderjanie__item-sub__link {
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    font-family: "FiraSans";
    text-decoration: none;
}

.soderjanie__item .subItemArr::after {
    content: "";
    display: block;
    width: 18px;
    height: 10px;
    background: url("/wp-content/themes/fenix/assets/images/orangeArr.png");
    cursor: pointer;
    transition: all 0.2s linear;
    flex-shrink: 0;
}

.soderjanie__item .subItemArr.opened::after {
    opacity: 0.5;
    transform: rotate(180deg);
}

@media (max-width: 960px) {
    .soderjanie__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .soderjanie__item {
        padding: 16px 0;
    }

    .soderjanie__item-main__link {
        font-size: 18px;
    }

    .soderjanie__item-sub__link {
        font-size: 16px;
    }

    .soderjanie {
        margin-bottom: 50px;
    }
}

.citata {
    background: #f7f9fc;
    padding: 30px;
    display: flex;
    gap: 30px;
    border-radius: 30px;
}

.citata__opinion {
    font-size: 20px;
    font-weight: 600;
    color: #ff5c39;
    font-family: "FiraSans";
    margin-bottom: 8px;
}

.citata__text {
    font-size: 24px;
    line-height: 30px;
    color: #3f3e42;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
    margin-bottom: 30px;
}

.citata__doctorBlock {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}

.citata__doctorBlock-img {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
}

.citata__doctorBlock-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.citata__doctorBlock-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.citata__doctorBlock-position {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "FiraSans";
}

@media (max-width: 960px) {
    .citata {
        padding: 16px;
    }

    .citata__decor {
        display: none;
    }

    .citata__opinion {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .citata__text {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .citata__doctorBlock-img {
        width: 56px;
        height: 56px;
        margin-bottom: 0;
    }

    .citata__doctorBlock-img img {
        margin-bottom: 0;
    }

    .citata__doctorBlock-name {
        font-size: 18px;
        line-height: 24px;
    }

    .citata__doctorBlock-position {
        font-size: 14px;
        line-height: 18px;
    }
}

.popup {
    height: 100vh;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 1000;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    background: rgba(31, 31, 31, 0.5);
}

.popup__body {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.popup__close {
    cursor: pointer;
    z-index: 10;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 10px;
}

.popup.open {
    opacity: 1;
    pointer-events: all;
}

.popup__content {
    position: relative;
    width: 100%;
    max-width: 595px;
    position: relative;
    transition: transform 0.3s linear;
    transform: rotateY(90deg);
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.popup__content .primary-button {
    width: 100%;
    text-align: center;
}

.popup.open .popup__content {
    transform: rotateY(0);
}

.close-popup {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
    width: 62px;
    height: 62px;
    transition: transform 0.4s linear;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-popup img {
    height: 100%;
}

.close-popup:hover {
    transform: scale(1.1);
}

@media (max-width: 960px) {
    .popup__content {
        padding: 20px;
    }
}

.popup-search .original-title {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.popup-search__inputBlock {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.popup-search__input {
    width: 100%;
    padding: 16px 18px;
    background: #f7f9fc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    outline: none;
    font-size: 16px;
    font-family: "FiraSans";
    color: #2c2c2c;
}

.popup-search__input::-moz-placeholder {
    font-size: 16px;
    font-family: "FiraSans";
    color: rgba(44, 44, 44, 0.4);
}

.popup-search__input::placeholder {
    font-size: 16px;
    font-family: "FiraSans";
    color: rgba(44, 44, 44, 0.4);
}

.popup-search__icon {
    position: absolute;
    right: 14px;
    top: 14px;
}

.popup-search__results-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-search__results-item {
    padding: 15px 0;
    border-bottom: 1px solid #eaedf2;
}

.popup-search__results-item:first-child {
    padding: 0 0 15px 0;
}

.popup-search__results-link {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
    font-family: "FiraSans";
    margin-bottom: 6px;
    line-height: 24px;
}

.popup-search__results-category {
    font-size: 14px;
    color: rgba(44, 44, 44, 0.8);
    line-height: 22px;
    font-family: "FiraSans";
}

.popup-search__results-list {
    max-height: 450px;
    overflow: auto;
}

@media (max-width: 960px) {
    .popup-search__results-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .popup-search__results-item {
        font-size: 10px 0;
    }

    .popup-search__results-item:first-child {
        padding: 0 0 10px 0;
    }

    .popup-search__results-list {
        max-height: 300px;
    }
}

.preporatesTitleBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.preporatesTitleBlock__info {
    width: 100%;
    max-width: 740px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(255, 255, 255, 0.25);
    background: linear-gradient(359deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0.19) 100%);
}

.preporatesTitleBlock__info svg {
    flex-shrink: 0;
}

.preporatesTitleBlock__info p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FiraSans";
}

@media (max-width: 960px) {
    .preporatesTitleBlock__info {
        align-items: flex-start;
        padding: 20px;
    }

    .preporatesTitleBlock__info p {
        font-size: 14px;
    }
}

.preporatesList .tab-content {
    display: none;
}

.preporatesList .tab-content.active {
    display: block;
}

.preporatesList__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.preporatesList__item {
    width: calc(16.6666666667% - 16.6666666667px);
}

.preporatesList__item-name {
    font-size: 20px;
    color: #ff5c39;
    padding-bottom: 12px;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 20px;
}

.preporatesList__item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.preporatesList__item-link {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
}

@media (max-width: 1500px) {
    .preporatesList__item {
        width: calc(20% - 16px);
    }
}

@media (max-width: 1250px) {
    .preporatesList__item {
        width: calc(25% - 15px);
    }
}

@media (max-width: 960px) {
    .preporatesList__item {
        width: calc(33.3333333333% - 13.3333333333px);
    }

    .preporatesList__item-link {
        font-size: 18px;
    }
}

@media (max-width: 750px) {
    .preporatesList__item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 550px) {
    .preporatesList__item {
        width: 100%;
    }
}

.bottom-info__wrapper {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 500;
    color: #fff;
    font: inherit;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, 0.6),
        -1px -1px 0px 0 rgba(255, 255, 255, 0.6),
        inset 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    /*background: linear-gradient(359deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);*/
    opacity: 0;
    transition: opacity 300ms;
    font-size: 16px;
    line-height: 1.3;
}

.bottom-info__wrapper.active {
    opacity: 1;
}

.bottom-info__wrapper .bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info {
        flex-direction: column;
    }
}

.bottom-info__wrapper .bottom-info__content {
    margin: 0 10px 0 0;
}

.bottom-info__content a {
    color: #52c5ff;
    text-decoration: underline;
    transition: color 300ms;
}

.bottom-info__content a:hover {
    color: #296de7;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__content {
        text-align: center;
        margin: 0 30px 0 0;
    }
}

.bottom-info__wrapper .bottom-info__action {
    display: flex;
}

@media screen and (max-width: 639px) {
    .bottom-info__wrapper .bottom-info__action {
        margin: 10px 0 0;
    }
}

.bottom-info__wrapper .bottom-info__button-agree {
    font-size: 0.9em;
    line-height: 2;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: uppercase;
    display: block;
    background-color: #ffffffe8;
    border: none;
    cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4em;
    background-color: transparent;
    border: none;
    margin-inline-start: 12px;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__button-cross {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.bottom-info__button-cross::after {
    content: "\00D7";
    color: #999;
    line-height: 1;
    transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
    color: #fff;
}

@media (max-width: 1020px) {
    .bottom-info__wrapper {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (max-width: 450px) {
    .bottom-info__wrapper {
        font-size: 10px;
        line-height: 1.1;
    }
}

.header__phone-mobile {
    display: none;
}

.header.white .header__phone-mobile {
    color: #2c2c2c;
}

.header.active .header__phone-mobile {
    color: #2c2c2c;
}

.header__wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.header__phone-mobile {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
	transition: color 0.2s linear;
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 450px) {
    .header__logoNames {
        display: none;
    }

    .header__phone-mobile {
        display: block;
    }
}

.header__nav-item.subitem.nav-item__about {
    position: relative;
}

.header__nav-item.subitem.nav-item__about::after {
    display: none;
}

.header__nav-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    cursor: pointer;
}

.header__nav-toggle::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url(/wp-content/themes/fenix/assets/images/whiteArrow.svg);
    transition: all 0.2s linear;
}

@media (max-width: 1200px) {
    .header__nav-toggle::after {
        background-image: url(/wp-content/themes/fenix/assets/images/blackArrov.svg);
    }
}

.header__nav-item.subitem.active .header__nav-toggle::after {
    transform: rotate(-187deg);
}

.header__sublistBlock {
    display: none;
}

.header__sublistBlock.active {
    display: block;
}

.nav-item__about .header__sublistBlock-categories__list {
    flex-direction: column;
}

.button-eye {
    color: #ff5c39;
    border: none;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    flex-direction: initial;
    font-size: 14px;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.footer__legal-pages {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__legal-pages-item {
    line-height: 1.1;
}

.footer__legal-pages-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "FiraSans";
    color: rgba(41, 41, 41, 0.8);
    transition: all 0.2s linear;
}

.footer__legal-pages-link:hover {
    color: #ff5c39;
}

.bx-call-button {
    background-color: rgb(255, 92, 57);
    background-image: url('/wp-content/phone-call.svg');
    background-size: 22px 22px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.header__infoBlock-value button{
    color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: none;
  cursor: pointer;
}

.popup__search-form {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
}

.search-popup__subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
.city {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  z-index: 10;
}
.city li a{
    text-decoration: none;
    color: #ff5c39;
}

.city li:hover {
  border-color: #ff5c39;
  background-color: #ff5c39;
}
.city li:hover a {
  color: #fff;
}

.city li {
  align-items: flex-start;
  border: 1px solid #ff5c39;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 20px;
  -webkit-transition: color 0.3s linear, border-color 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear;
}

.search-popup__subtitle {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.search__input {
  width: 100%;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  height: 75px;
  border-radius: 15px;
  background: #e9eef4;
  border: none;
  padding: 23px 26px;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

@media (max-width: 960px) {
.header__infoBlock-value button {
  color: black;
}
}