* {
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2A3439;
    width: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.menu-open {
    overflow: hidden;
}
.site-footer {
    margin-top: auto;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1rem;
}
h6, small {
    font-size: 0.875rem;
}
a {
    text-decoration: none;
    transition: color 0.35s ease-in-out;
    color: #0084B2;
}
a:hover {
    color: #006DDF;
}
img, figure, picture, iframe, video {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 600;
}
input,
select,
textarea,
.select2-container {
    padding: 0.75rem;
    border: #E4E7EB 1px solid;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    width: 100%;
    max-width: 100%;
    line-height: 1.25rem;
    font-weight: 400;
}
input::placeholder {
    color: #77869A;
}

body.post-type-archive-presonal,
body.single-presonal {
    background-color: #F5F7F8;
}
.select2-container {
    width: auto;
    border: none !important;
    padding-block: 0;
    padding-inline: 0.5rem;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    right: 1rem !important;
    transform: translateY(-50%);
}
.select2-selection__arrow:after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_622_5358)"><path d="M6 9L12 15L18 9" stroke="%23526072" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_622_5358"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #e4e7eb !important;
    border-top: none !important;
    border-radius: 20px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e4e7eb !important;
    padding-inline: 0.5rem !important;
    margin-inline: -0.5rem !important;
    height: 47px !important; 
    display: flex !important; 
    align-items: center !important;
    border-radius: 1.25rem !important;
}
.select2-container--open .select2-dropdown {
    padding-inline: 0.5rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    border-radius: 1.25rem;
}
span.wpcf7-not-valid-tip {
    color: #E53935;
    position: absolute;
    left: 15px;
    top: 100%;
    right: 15px;
    font-size: 0.75rem;
}
.wpcf7-response-output {
    position: fixed;
    width: max-content;
    max-width: 90vw;
    top: -2rem;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 10;
    color: #FFF;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-inline: 1.25rem;
    border-bottom-left-radius: 0.5rem;
    transition: all 0.5s ease;
    border-bottom-right-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.wpcf7-form.invalid .wpcf7-response-output {
    top: 0;
    background-color: #E53935;
    opacity: 1;
}
.wpcf7-response-output:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
}
.wpcf7-form.invalid .wpcf7-response-output:before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_618_6491)"><path d="M13.5 19H5C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7V13" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 7L12 13L21 7" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 22L17 17" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 22L22 17" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_618_6491"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.wpcf7-form.sent .wpcf7-response-output {
    background-color: #568203;
    opacity: 1;
    top: 0;
}
.wpcf7-form.sent .wpcf7-response-output:before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M1.201 6H4.801" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.201 10.7998H3.601" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.4251 8.1612L7.7051 15.3612C7.67174 15.6948 7.70865 16.0318 7.81347 16.3503C7.91829 16.6688 8.08869 16.9618 8.31367 17.2104C8.53866 17.459 8.81325 17.6577 9.11973 17.7937C9.42621 17.9297 9.75779 18 10.0931 18H19.6691C20.2643 18 20.8382 17.7788 21.2795 17.3795C21.7207 16.9801 21.9979 16.431 22.0571 15.8388L22.7771 8.6388C22.8105 8.30516 22.7735 7.96823 22.6687 7.64973C22.5639 7.33123 22.3935 7.03823 22.1685 6.78962C21.9435 6.541 21.6689 6.34229 21.3625 6.20629C21.056 6.07028 20.7244 6.00001 20.3891 6H10.8131C10.2179 6.00002 9.64401 6.22118 9.20274 6.62055C8.76146 7.01991 8.48432 7.56899 8.4251 8.1612Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.36194 6.59961L12.9403 10.5356C13.2583 10.8855 13.6421 11.1693 14.0698 11.3708C14.4975 11.5723 14.9607 11.6876 15.4329 11.7101C15.9052 11.7326 16.3772 11.6619 16.8221 11.502C17.2671 11.342 17.6761 11.096 18.0259 10.778L21.9619 7.19961" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.screen-reader-response {
    display: none;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.625rem;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.22222222;
    font-weight: 600;
    border-radius: 0.375rem;
    background-color: transparent;
    cursor: pointer;
    transition: color 0.35s 
        ease-in-out, background-color 0.35s 
        ease-in-out, box-shadow 0.35s 
        ease-in-out;
}
.btn.btn-primary {
    background-color: #0084B2;
    color: #FFF;
}
.btn.btn-primary:hover {
    background-color: #1D3557;
}
.appointment-block--contact-form .wpcf7-submit,
.page-contacts--info--form--body .wpcf7-submit,
.pop-up--form .form-wrapper .wpcf7-submit {
     padding-block: 0.75rem;
     position: relative;
}
.grid {
    display: grid;
}
.more-button {
    background-color: #1D3557;
    color: #FFF;
    font-weight: 600;
    padding-inline: 2.5rem;
    padding-block: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 0.625rem;
    border-radius: 0.375rem;
    margin-inline: auto;
    margin-top: 2.5rem;
    transition: color 0.35s 
        ease-in-out, background-color 0.35s 
        ease-in-out, box-shadow 0.35s 
        ease-in-out;
}
.more-button:hover {
    background-color: #0084B2;
    color: #FFF;
}
.appointment-block--contact-form p:has(.wpcf7-submit),
.page-contacts--info--form--body p:has(.wpcf7-submit),
.pop-up--form .form-wrapper p:has(.wpcf7-submit) {
    position: relative;
}
.appointment-block--contact-form p:has(.wpcf7-submit)::after,
.page-contacts--info--form--body p:has(.wpcf7-submit)::after,
.pop-up--form .form-wrapper p:has(.wpcf7-submit)::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_622_926)"><path d="M19.5013 12.5717L12.0013 19.9997L4.50128 12.5717C4.00658 12.0903 3.61692 11.5117 3.35683 10.8723C3.09673 10.2329 2.97184 9.54664 2.99002 8.85662C3.00819 8.1666 3.16904 7.48782 3.46244 6.86303C3.75583 6.23823 4.17541 5.68094 4.69476 5.22627C5.21411 4.77159 5.82198 4.42938 6.48009 4.22117C7.1382 4.01296 7.83228 3.94327 8.51865 4.01649C9.20501 4.08971 9.86878 4.30425 10.4682 4.64659C11.0675 4.98894 11.5895 5.45169 12.0013 6.00569C12.4148 5.45571 12.9374 4.99701 13.5364 4.65829C14.1353 4.31958 14.7978 4.10814 15.4822 4.03721C16.1666 3.96628 16.8584 4.03739 17.5141 4.24608C18.1697 4.45477 18.7753 4.79656 19.2928 5.25005C19.8104 5.70354 20.2287 6.25897 20.5217 6.88158C20.8147 7.50419 20.976 8.18057 20.9956 8.8684C21.0152 9.55622 20.8925 10.2407 20.6354 10.8789C20.3783 11.5172 19.9922 12.0955 19.5013 12.5777" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.0001 6L8.70709 9.293C8.51962 9.48053 8.41431 9.73484 8.41431 10C8.41431 10.2652 8.51962 10.5195 8.70709 10.707L9.25009 11.25C9.94009 11.94 11.0601 11.94 11.7501 11.25L12.7501 10.25C13.3468 9.65327 14.1562 9.31803 15.0001 9.31803C15.844 9.31803 16.6534 9.65327 17.2501 10.25L19.5001 12.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 15.5L14.5 17.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 13L17 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_622_926"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    position: absolute;
    right: 11%;
    top: 0.7rem;
}
.hidden-fields-container {
    display: none;
}
.site-logo {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
}
.site-header--bottom--row {
    --bs-gutter-x: 0;
    align-items: center;
}
.menu-toggler {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.site-header--bottom--button .btn {
    display: flex;
    margin: 0 auto;
}
.site-header--mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.35s ease;
    transform: translateX(110%);
}
.menu-open .site-header--mobile-menu {
    transform: translateX(0%);
}
.site-header--mobile-menu--overlay {
    background-color: #1D355733;
    position: absolute;
    inset: 0;
    z-index: 1;
}
.site-header--mobile-menu--body {
    position: relative;
    z-index: 1;
    width: min(320px, 100%);
    padding: 1.5rem;
    background-color: #FFF;
    box-shadow: 0px 2px 8px 0px #0000001A;
    height: 100vh;
    overflow: auto;
    margin-left: auto;
}
.site-header--mobile-menu--close {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 1.25rem;
    cursor: pointer;
}
.site-header--mobile-menu--nav, 
.site-header--mobile-menu--button {
    margin-bottom: 3rem;
}
.site-header--mobile-menu--button .btn {
    width: 100%;
    padding: 1rem;
}
.site-header--mobile-menu--contacts-info {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
}
.site-header--mobile-menu--contacts-info svg {
    min-width: 1.5rem;
    height: auto;
}
.site-header--phone a, 
.site-header--address, 
.site-header--schedule {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
    color: #2A3439;
}
.site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2222222;
}
.site-header ul.sub-menu {
    font-size: 1rem;
    row-gap: 0.75rem;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    margin-top: 0rem;
    transition: margin-top 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.site-header .active > ul.sub-menu {
    max-height: 999px;
    margin-top: 0.75rem;
}
.site-header ul a {
    color: #2A3439;
}
.site-header li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.site-header li.menu-item-has-children > span {
    display: inline-flex;
    width: 1.5rem;
    min-width: 1.5rem;
    aspect-ratio: 1;
    margin-left: 0.5rem;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_379_22602)"><path d="M6 15L12 9L18 15" stroke="%230084B2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_379_22602"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-position: center;
    background-size: cover;
    transform: rotateX(180deg);
    transition: transform 0.35s ease-in-out;
}
.site-header li.menu-item-has-children.active > span {
    transform: rotate(0deg);
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFF;
    box-shadow: 0px 2px 8px 0px #0000001A;
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
}
.site-header--bottom--logo {
    display: flex;
}
.site-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #E4E7EB;
    font-family: 'Roboto', sans-serif;
    background-color: #0D1B2A;
}
.site-footer a {
    color: #E4E7EB;
}
.site-footer a:hover {
    opacity: 0.6;
}
.site-footer--row {
    row-gap: 2rem;
    margin-bottom: 1.5rem;
    --bs-gutter-x: 1.25rem;
}
.site-footer .site-logo {
    margin-bottom: 1rem;
}
.site-footer--logo--text {
    font-size: 0.875rem;
    line-height: 1.215;
    margin-bottom: 1rem;
}
.site-footer--logo--socials {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}
.site-footer--logo--socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-footer ul {
    list-style-type: none;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.22223;
}
.site-footer ul.sub-menu {
    margin-top: 1rem;
}
.site-footer ul.sub-menu {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.site-footer ul:not(.sub-menu) > li > a {
    color: #FFF;
}
.site-footer--nav--menu-wrapp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
.site-footer--contacts--title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.22225;
    color: #FFF;
    margin-bottom: 1rem;
}
.site-footer--contacts--items {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.site-footer--contacts--items svg {
    width: 2.25rem;
    min-width: 2.25rem;
}
.site-footer--contacts--items a, 
.site-footer--address, 
.site-footer--schedule {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.site-footer--e-mail a {
    text-decoration: underline;
}
.site-footer--copyright {
    font-size: 0.875rem;
    line-height: 1.215;
    row-gap: 0.5rem;
}
.site-header .current-menu-parent > a, 
.site-header .current_page_item > a,
.site-header .current-menu-item > a {
    color: #2184b2;
}

.site-main > #breadcrumbs {
    margin-top: 1.25rem;
    overflow: auto;
}
.site-main > #breadcrumbs > span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    flex-wrap: wrap;
}
.site-main > #breadcrumbs > span > span > a {
    color: #1D3557;
}
.site-main > #breadcrumbs span.breadcrumb_last {
    color: #77869A;
}
.appointment-block {
    padding-block: 2.5rem;
    background-color: #0084B2;
    color: #FFF;
    margin-top: 3.75rem;
}
.appointment-block.gray {
    background-color: #F5F7F8;
    color: #0D1B2A;
}
.appointment-block--title {
    font-size: 2rem;
    line-height: 1.1875;
    font-weight: 600;
    color: #111827;
}
.appointment-block:not(.gray) .appointment-block--title,
.appointment-block:not(.gray) .appointment-block--contacts-item--title {
    color: inherit;
}
.appointment-block--text {
    margin-top: 1rem;
}
.appointment-block--contacts {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.appointment-block--contacts a {
    color: #FFF;
}
.appointment-block--contacts-item--title {
    font-weight: 600;
    line-height: 1.1875;
    color: #0D1B2A;
}
.appointment-block--contacts-item {
    display: flex;
    gap: 1rem;
}
.appointment-block--contacts-text span {
    font-family: 'Roboto', sans-serif;
}
.appointment-block--contacts-item svg.item-icon {
    color: #E0F2F7;
}
.gray .appointment-block--contacts-item svg.item-icon {
    color: #E0F2F7;
}
.appointment-block--contacts-item svg {
    flex: 0 0 3rem;
}
.gray .appointment-block--contacts-item span {
    color: #526072;
    font-family: 'Roboto', sans-serif;
}
.appointment-block--schedule--items {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}
.appointment-block--contact-form {
    margin-top: 3rem;
}
.appointment-block--contact-form form {
    background: #FFF;
    color: #526072;
    padding-inline: 1rem;
    padding-block: 1.25rem;
    border-radius: 1.25rem;
}
.appointment-block--contact-form form label {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.1875;
}
.appointment-block--contact-form form .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.form-wrapper > div {
    display: none;
}
.appointment-block--contact-form form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.5rem;
    position: relative;
}

.appointment-block--contact-form .select2-container {
    width: 100% !important;
}
.main-banner--row {
    background: linear-gradient(90deg, #FFFFFF 51.03%, rgba(255, 255, 255, 0.760142) 62.54%, rgba(255, 255, 255, 0) 74.72%);
    margin-inline: -1rem;
}
.main-banner--text-block {
    margin-top: 2.5rem;
    padding-inline: 0;
}
.single-services .main-banner--text-block {
    margin-top: 1.25rem;
}
.main-banner--title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1875;
    color: #0D1B2A;
    max-width: 39.6875rem;
    padding-inline: 1rem;
}
.main-banner--text {
    color: #526072;
    margin-top: 1.25rem;
    padding-inline: 1rem;
    font-family: 'Roboto', sans-serif;
}

.main-banner--image-mobile {
    position: relative;
    margin-top: 1.625rem;
    width: 100%;
    display: block;
}
.main-banner--image-desktop {
    display: none;
}
.main-banner--contacts {
    background-color: #F8EDE1;
    padding-inline: 1.25rem;
    padding-block: 1rem;
    border-radius: 0.625rem;
    position: relative;
    z-index: 1;
    margin-top: -7.5rem;
    margin-inline: 1rem;
    color: #0D1B2A;
}
.main-banner--contacts--title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
}
.main-banner--contacts--info {
    margin-top: 1.25rem;
    font-family: 'Roboto', sans-serif;
}
.main-banner--contacts--address {
    font-weight: 500;
}
.main-banner--contacts--schedule {
    font-weight: 300;
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    line-height: 1.1875;
}
.main-banner--contacts--link {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    color: #0D1B2A;
    font-weight: 600;
    gap: 0.625rem;
}
.content-block {
    margin-top: 3.75rem;
}
.block-title {
    text-align: center;
    font-size: clamp(2rem, 2.5vw, 2.25rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #0D1B2A;
    line-height: 1.1875;
}
.block-subtitle {
    color: #526072;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.22223;
    width: 100%;
    max-width: 754px;
    margin-inline: auto;
}
.our-services--grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
}
.our-services--item {
    min-height: 280px;
    background-image: var(--service-image);
    color: #FFF;
    border-radius: 0.625rem;
    position: relative;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 24%;
}
.our-services--item--content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding-inline: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 4rem;
    background-color: #0084B2D9;
    transition: all 0.35s ease-in-out;
    transform: translateY(calc(100% - 8rem));
}
.our-services--item--title {
    font-size: 1.375rem;
    font-weight: 600;
    padding-bottom: 4rem;
    line-height: 1.2;
}
.our-services--item--subservices {
    transition: all 0.25s ease-in;
    opacity: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.our-services--item--link {
    color: #FFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    position: absolute;
    top: 5rem;
    transition: all 1s ease;
}

.our-services--item:hover .our-services--item--content {
    transform: translateY(0);
}
.our-services--item:hover .our-services--item--link {
    top: auto;
    bottom: 1.375rem;
}
.our-services--item:hover .our-services--item--title {
    padding-bottom: 1.25rem;
}
.our-services--item:hover .our-services--item--subservices {
    opacity: 1;
}
.our-doctors {
    background-color: #F5F7F8;
}
.post-type-archive-presonal .our-doctors {
    margin-top: 1.25rem;
}
.home .our-doctors--container {
    padding-block: 2.5rem;
}
.our-doctors--grid {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 1.25rem;
    overflow: auto;
    padding-bottom: 1rem;
    padding-inline: 1rem;
    margin-inline: -1rem;
}
.post-type-archive-presonal .our-doctors--grid {
    grid-template-columns: repeat(1, 1fr);
}
.our-doctors--grid-item {
    border-radius: 1.25rem;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0px #0018561A;
    transition: box-shadow 0.4s ease-in-out;
    position: relative;
}
.our-doctors--grid-item:hover {
    box-shadow: 2px 2px 15px 5px #00185626;
}
.our-doctors--grid-item--image {
    width: 270px;
    height: 270px;
    object-fit: cover;
    object-position: top;
    display: block;
}
.our-doctors--grid-item--content {
    padding: 1.25rem;
}
.our-doctors--grid-item--title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: #0D1B2A;
}
.our-doctors--grid-item--subtitle {
    color: #526072;
    margin-top: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.our-doctors--grid-item--link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.our-doctors--container .more-button {
    margin-top: 2.5rem;
}
.about-us .about-us--item--text,
.about-us--item--advanced-info {
    color: #526072;
}
.about-us--row:not(:first-child) {
    margin-top: 0.75rem;
}
.about-us--item--title {
    color: #0D1B2A;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 2.5vw, 2.25rem);
}
.about-us .about-us--item--text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.about-us--item--text p:not(:first-child) {
    margin-top: 0.75rem;
}
.about-us--item--advanced-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
    column-gap: 0.625rem;
    margin-top: 2rem;
}
.about-us--item--advanced-info-item--digit {
    color: #568203;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}
.about-us--item--advanced-info-item--text {
    font-size: 1.125rem;
    margin-top: 0.375rem;
}
.about-us--item--image {
    margin-top: 1.25rem;
    height: auto;
    max-height: max-content;
}

.our-articles--item {
    box-shadow: 2px 2px 10px 0px #0018561A;
    border-radius: 0.625rem;
    overflow: hidden;
}
.our-articles--card-title a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0D1B2A;
    line-height: 1.2;
    display: block;
    margin-top: 0.75rem;
}
.our-articles--excerpt {
    color: #526072;
    min-height: 2px;
    height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-articles--image .img-fluid {
    width: 100%;
}

.our-articles--item .card-body {
    padding: 1.25rem;
    min-height: 181px;
}

.our-articles--date {
    color: #77869A;
    font-size: 0.875rem;
}

.our-articles--label {
    font-size: 0.875rem;
    font-weight: 600;
    padding-inline: 0.625rem;
    padding-block: 0.25rem;
    border-radius: 1.5rem;
}
.our-articles--label[data-category="Діагностика"] {
    color: #0084B2;
    background-color: #E0F2F7;
}
.our-articles--label[data-category="Профілактика"] {
    color: #568203;
    background-color: #EEF4D9;
}
.our-articles--label[data-category="Реабілітація"] {
    color: #B47500;
    background-color: #FFF2CC;
}

.faq.content-block {
    padding-block: 2.5rem;
    background-color: #F5F7F8;
}
.faq--container.container {
    max-width: 754px;
    margin-inline: auto;
}

.faq--list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.faq--list-item {
    background-color: #FFFFFF;
    padding-block: 1rem;
    padding-inline: 1.25rem;
    border-radius: 1.25rem;
    box-shadow: 1px 1px 5px 0px #00185612;
}
.faq--list-item--title {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    line-height: 1.2;
    align-items: center;
    color: #0D1B2A;
    cursor: pointer;
    user-select: none;
}
.faq--list-item--title--icon {
    transition: all 0.4s ease;
    flex: 0 0 28px;
    height: 28px;
}
.faq--list-item--text {
    color: #526072;
    font-family: 'Roboto', sans-serif;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    will-change: height;
}
.faq--list-item.active .faq--list-item--text {
    margin-top: 0.75rem;
}
.faq--list-item.active .faq--list-item--title--icon {
    rotate: 180deg;
}
.faq--container .more-button {
    margin-top: 2rem;
    width: 100%;
}
.doctor-info {
    margin-inline: -1rem;
    padding-inline: 1rem;
    margin-top: 1.25rem;
    background: #FFF;
    padding-block: 2rem;
    border-radius: 1.25rem;
}
.doctor-info--title {
    font-weight: 700;
    line-height: 1.2;
}
.doctor-info--position {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
}
.doctor-info--image {
    margin-top: 2rem;
}
.doctor-info--image img {
    width: 100%;
    border-radius: 1.25rem;
}
.doctor-info--text-content {
    margin-top: 2rem;
    color: #526072;
}
.doctor-info--text-content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0D1B2A;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}
.doctor-info--text-content ul,
.doctor-info--text-content ol {
    display: flex;
    gap: 0.375rem;
    flex-direction: column  ;
}
.doctor-info--text-content ol {
    padding-left: 1.25rem;
}
.doctor-info--text-content ul {
    padding-left: 2.25rem;
}
.doctor-info--text-content p {
    min-height: 2rem;
}
.doctor-info--text-content ul {
    list-style: none;
}
.doctor-info--text-content ul li {
    position: relative;
}
.doctor-info--text-content ul li:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"><g clip-path="url(%23clip0_364_16846)"><path d="M14.625 7.875H7.875L12.375 13.5L7.875 19.125H14.625L19.125 13.5L14.625 7.875Z" stroke="%230084B2" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_364_16846"><rect width="27" height="27" fill="white"/></clipPath></defs></svg>');
    width: 27px;
    height: 27px;
    position: absolute;
    left: -2.5rem;
    top: 0;
    display: block;
}
.doctor-info--image.desktop-image {
    display: none;
}
.single-presonal .faq.content-block {
    margin-top: 0;
}
.glide {
    margin: -10px;
    padding: 10px;
    overflow: hidden;
}
.our-doctors--glide .glide__track {
    overflow: visible;
}
.glide__slides {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.glide__active .glide__slides {
    flex-wrap: nowrap;
}
.page-title {
    margin-top: 1.25rem;
    line-height: 1.1875;
    color: #0D1B2A;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}
.doctors-page--subtitle {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    color: #526072;
}
.doctors-page--row {
    row-gap: 1.25rem;
    justify-content: center;
}
p.not-found {
    font-family: 'Roboto', sans-serif;
    color: #526072;
    font-size: 1.5rem;
    text-align: center;
    margin: 3rem 0;
}
.page-template-page-contacts,
.page-template-page-faqs {
    background-color: #F5F7F8;
}
.page-contacts--info {
    padding-bottom: 3.75rem;
}
.page-contacts--info--title.page-title {
    text-align: left;
}
.page-contacts--info--description {
    font-family: 'Roboto', sans-serif;
    color: #526072;
    margin-bottom: 2rem;
}
.page-contacts--info--row {
    row-gap: 3rem;
    align-items: end;
}
.page-contacts--info--content--items {
    display: grid;
    gap: 1.25rem;
}
.page-contacts--info--content--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.page-contacts--info--content--item .icon {
    width: 3rem;
    aspect-ratio: 1;
    background-color: #E0F2F7;
    color: #0084B2;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.page-contacts--info--content--item .content {
    width: calc(100% - 4rem);
    font-family: 'Roboto', sans-serif;
    color: #526072;
}
.page-contacts--info--content--item .label {
    font-size: 1.125rem;
    color: #0D1B2A;
    font-weight: 500;
}
.page-contacts--info--content--item a {
    text-decoration: underline;
}
.page-contacts--info--form--body {
    padding: 1.25rem 1rem;
    box-shadow: 2px 2px 10px 0px #0018561A;
    background-color: #FFF;
    border-radius: 1.25rem;
}
.page-contacts--info--form--body .form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.form-wrapper label {
    color: #526072;
    font-weight: 500;
}
.page-contacts-map {
    padding: 2.5rem 0;
    background-color: #FFF;
}
.page-contacts-map--title.block-title {
    text-align: left;
    margin-bottom: 2rem;
}
.page-contacts-map--row {
    row-gap: 1.25rem;
}
.page-contacts-map--wrapp iframe {
    display: block;
    width: 100%;
    height: 25rem;
}
.page-contacts-map--photo img {
    display: block;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    object-fit: cover;
    border-radius: 1.25rem;
}
.page-faq--title {
    margin-bottom: 0.5rem;
}
.page-faq--description {
    text-align: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2223;
    color: #526072;
    margin-bottom: 2rem;
}
.content-pokaznyku,
.content-price-table,
.content-advantages,
.page-content-about,
.single-services .our-doctors,
.archive-services--price {
    margin: 3.75rem 0;
}
.content-pokaznyku--row {
    --bs-gutter-x: 0.625rem;
    row-gap: 1.5rem;
    color: #526072;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
}
.content-pokaznyku--item--title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1875;
    margin-bottom: 0.375rem;
    color: #0084B2;
}
.content-pokaznyku--item--text {
    font-family: 'Roboto', sans-serif;
}
.content-price-table--title.block-title {
    margin-bottom: 2rem;
}
.content-price-table--heads, 
.content-price-table--row {
    margin-left: calc(var(--bs-gutter-x) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    display: grid;
    grid-template-columns: 1.2fr 0.85fr 1fr;
    gap: 1.25rem;
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    font-size: 1.125rem;
    line-height: 1.2223;
    color: #526072;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.content-price-table--table > div:nth-child(even) {
    background-color: #F5F7F8;
}
.content-price-table--heads {
    grid-template-columns: 1fr 1fr;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.content-price-table--heads .content-price-table--head:nth-child(2) {
    display: none;
}
.content-price-table--heads .content-price-table--head:last-child {
    text-align: end;
}
.content-price-table--col:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.215;
}
.content-price-table--col:nth-child(1), 
.content-price-table--col:nth-child(3) {
    color: #0D1B2A;
}
.content-price-table--col:nth-child(3) {
    font-weight: 500;
}
.content-price-table--container .btn {
    margin-top: 2rem;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1;
    min-height: 2.875rem;
}
.content-advantages {
    background-color: #E0F2F7;
    padding: 2.5rem 0;
}
.content-advantages--title {
    font-size: 2.25rem;
    line-height: 1.19445;
    margin-bottom: 0.5rem;
}
.block-description {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: #526072;
    line-height: 1.22223;
    margin-bottom: 3rem;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
}
.content-advantages--row {
    row-gap: 1.25rem;
    justify-content: center;
}
.content-advantages--item--body {
    background-color: #FFF;
    padding: 1.25rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    height: 100%;
}
.content-advantages--item--icon {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 0.75rem;
}
.content-advantages--item--title {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #0D1B2A;
    font-weight: 600;
}
.content-advantages--item--description {
    color: #526072;
    font-family: 'Roboto', sans-serif;
}
.about-us .about-us--item--text ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    list-style-type: none;
}
.about-us .about-us--item--text ul li {
    position: relative;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}
.about-us .about-us--item--text ul li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.about-us .about-us--item--text ul li::before {
    content: "";
    display: block;
    width: 27px;
    aspect-ratio: 1;
    background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_562_12568)"><path d="M14.625 7.875H7.875L12.375 13.5L7.875 19.125H14.625L19.125 13.5L14.625 7.875Z" stroke="%230084B2" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_562_12568"><rect width="27" height="27" fill="white"/></clipPath></defs></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 27px;
}
.about-us .about-us--item--text a {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    max-width: 100%;
}
.about-us .about-us--item--text a::after {
    content: "";
    display: inline-block;
    min-width: 1.5rem;
    aspect-ratio: 1;
    width: 1.5rem;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 8L18 12M18 12L14 16M18 12H6" stroke="%230D1B2A" stroke-width="1.5" stroke-linecap="round"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-services .our-doctors {
    background-color: #FFF;
}
.archive-services--title.page-title {
    margin-bottom: 0.5rem;
}
.archive-services--description {
    margin-bottom: 2rem;
}
.archive-services--price--description {
    margin-bottom: 0;
}
.archive-services--price .content-price-table {
    margin: 0;
}
.archive-services--price {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}
.content-price-table--subtitle {
    margin-left: calc(var(--bs-gutter-x) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E4E7EB;
    color: #1D3557;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.182;
}
.page-blog-content--title {
    margin-bottom: 2rem;
}
.page-blog-content--nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 1.25rem;
    margin-bottom: 3.75rem;
    justify-content: center;
}
.page-blog-content--nav--link {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    color: var(--color);
    background-color: var(--bg);
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    box-shadow: inset 0 0 0 0;
    transition: box-shadow 0.35s ease-in-out, color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.page-blog-content--nav--link.active, 
.page-blog-content--nav--link:hover {
    color: var(--bg);
    background-color: var(--color);
    box-shadow: inset 0 0 3px 0px var(--bg);
}
.page-blog-content--row {
    margin-bottom: 3.75rem;
    row-gap: 2rem;
}
.page-blog-content--navigation--wrapp {
    margin: 3.75rem 0;
    font-weight: 500;
    color: #526072;
    font-size: 1.125rem;
    padding: 2rem 1.25rem 0;
    border-top: 1px solid #E4E7EB;
    font-family: 'Roboto', sans-serif;
}
.page-blog-contnet--navigation--short {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.page-blog-contnet--navigation--short .page-nav {
    display: inline-flex;
    color: #0D1B2A;
}
.page-blog-contnet--navigation--short span.page-nav, 
.page-blog-contnet--navigation--short .page-nav:hover {
    color: #77869A;
}
.navigation .screen-reader-text {
    display: none;
}
.page-blog-content--nav .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    line-height: 1;
}
.page-blog-content--nav .nav-links .page-numbers {
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 5px;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.page-blog-content--nav .nav-links .page-numbers:not(.next):not(.prev) {
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 0.25rem;
}
.page-blog-content--nav .nav-links .page-numbers:not(.next):not(.prev):hover, 
.page-blog-content--nav .nav-links .page-numbers.current {
    color: #FFF;
    background-color: #469598;
}
.page-blog-content--nav .nav-links .page-numbers.prev {
    margin-right: 1.75rem;
}
.page-blog-content--nav .nav-links .page-numbers.next {
    margin-left: 1.75rem;
}
.page-blog-content--nav .nav-links .page-numbers.next, 
.page-blog-content--nav .nav-links .page-numbers.prev {
    color: #0D1B2A;
    padding: 2.5px 0.5rem;
}
.page-blog-content--nav .nav-links .page-numbers.next:hover, 
.page-blog-content--nav .nav-links .page-numbers.prev:hover {
    color: #77869A;
}
.default-template--title.page-title {
    text-align: left;
    margin-bottom: 0.75rem;
}
.page-content--meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.875rem 2rem;
    margin-bottom: 2rem;
}
.page-contnent--categories {
    display: inline-flex;
    max-width: 100%;
    column-gap: 2rem;
    row-gap: 1rem;
}
.page-content--publish-date {
    color: #77869A;
    font-family: 'Roboto', sans-serif;
}
.aligncenter {
    display: block;
    margin: 2rem auto;
}
.alignleft,
.alignright {
    display: block;
    width: 100%;
    margin: 2rem 0;
}
.content {
    font-size: 1rem;
    line-height: 1.5;
    color: #526072;
    font-family: 'Roboto', sans-serif;
}
.content p {
    margin: 0.75rem 0;
}
.content b, 
.content strong, 
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
    color: #0D1B2A;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.content ul, 
.content ol {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
}
.content ol {
    margin-left: 1.5rem;
}
.content ul li {
    display: flex;
    max-width: 100%;
    list-style-type: none;
    margin: 6px 0;
}
.content ul li::before {
    content: "";
    display: inline-block;
    width: 27px;
    min-width: 27px;
    height: 27px;
    margin-right: 0.5rem;
    background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_551_8554)"><path d="M14.625 7.875H7.875L12.375 13.5L7.875 19.125H14.625L19.125 13.5L14.625 7.875Z" stroke="%230084B2" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_551_8554"><rect width="27" height="27" fill="white"/></clipPath></defs></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content > :first-child, 
.content > :first-child * {
    margin-top: 0;
}
.content > :last-child, 
.content > :last-child * {
    margin-bottom: 0;
}
.page-content--row {
    row-gap: 3.75rem;
}
.page-content--sidebar--body {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.page-content--sidebar--address, 
.page-content--sidebar--contacts {
    padding: 1rem;
    border-radius: 0.375rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}
.page-content--sidebar--address {
    background-color: #F8EDE1;
    color: #0D1B2A;
}
.page-content--sidebar--contacts {
    color: #FFF;
    background-color: #0084B2;
}
.page-content--sidebar--address--title, 
.page-content--sidebar--contacts--title {
    display: flex;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    align-items: center;
}
.page-content--sidebar--address--title svg,
.page-content--sidebar--contacts--title svg {
    min-width: 1.5rem;
}
.page-content--sidebar--address--text {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
}
.page-content--sidebar--address--link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #0D1B2A;
    font-weight: 600;
}
.page-content--sidebar--contacts--description {
    margin-bottom: 0.875rem;
    font-family: 'Roboto', sans-serif;
}
.page-content--sidebar--contacts--phone, 
.page-content--sidebar--contacts--schedule {
    font-family: 'Roboto', sans-serif;
}
.page-content--sidebar--contacts--schedule {
    margin-bottom: 1rem;
}
.page-content--sidebar--contacts--callback .btn {
    padding: 0.75rem;
    width: 100%;
    font-size: 1rem;
    margin: 0;
}
.page-content--sidebar--contacts--phone .title, 
.page-content--sidebar--contacts--schedule .title {
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
}
.page-content--sidebar--contacts--phone a {
    color: #FFF;
}
.page-content--sidebar--contacts--schedule .value {
    display: flex;
    gap: 0 3px;
    flex-wrap: wrap;
}
.page-content--container {
    margin-bottom: 3.75rem;
}
.default-template-content .our-articles {
    margin: 3.75rem 0;
}
.default-template-content .faq.content-block {
    margin: 3.75rem 0 0;
}
.default-template-content .appointment-block {
    margin: 0;
}
.error404 .page-breadcrumbs {
    display: none;
}
.page-not-found {
    background-color: #F5F7F8;
    padding: 2rem 0 3.75rem;
}
.page-not-found--body .title {
    display: flex;
    width: 225px;
    margin: 0 auto 1rem;
    color: #EF8886;
}
.page-not-found--body .title svg {
    max-width: 100%;
    height: auto;
}
.page-title.page-not-found--title {
    color: #77869A;
    text-transform: uppercase;
    font-weight: 400;
    margin: 1rem 0 2.125rem;
}
.page-not-found--description {
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    color: #526072;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.page-not-found--nav,
.page-not-found--phone {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 1rem;
    margin-bottom: 2.125rem;
}
.page-not-found--phone,
.page-not-found--regarts {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #526072;
}
.page-not-found--phone a {
    color: inherit;
}
.page-not--found--nav-link {
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    gap: 0.625rem;
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
    background-color: #0084B2;
    width: 100%;
    justify-content: center;
    text-align: center;
    transition: background-color 0.35s ease-in-out;
}
.page-not--found--nav-link:hover {
    background-color: #1D3557;
    color: #FFF;
}
.page-not-found--phone .text {
    width: 100%;
}
.page-not-found--body {
    max-width: 754px;
    margin: 0 auto;
}
.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s allow-discrete;
    opacity: 1;
    z-index: 99;
    @starting-style {
        opacity: 0;
    }
}
.pop-up:not(.active) {
    display: none;
    opacity: 0;
}
.pop-up--overlay {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.35);
    inset: 0;
}
.pop-up--body {
    position: relative;
    z-index: 2;
    box-shadow: 2px 2px 10px 0px #0018561A;
    background-color: #F5F7F8;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 358px;
    max-width: calc(100vw - 2rem);
    max-height: 100vh;
    overflow-y: auto;
}
.pop-up--close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 1rem;
    top: 1.5rem;
    z-index: 2;
}
.pop-up--info--title {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
    color: #0D1B2A;
    margin-bottom: 1rem;
}
.pop-up--info--text {
    color: #526072;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
}
.pop-up--collapse-toggler {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 600;
    color: #0D1B2A;
}
.collapsed .pop-up--collapse-toggler .show {
    display: none;
}
.collapsed .pop-up--collapse-toggler .hide {
    display: inline;
}
.pop-up--collapse-toggler svg {
    transition: transform 0.35s ease-in-out;
}
.collapsed .pop-up--collapse-toggler svg {
    transform: rotateX(180deg);
}
.pop-up--collapse-info {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    margin-bottom: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: margin 0.35s ease-in-out, max-height 0.35s ease-in-out;
}
.collapsed .pop-up--collapse-info {
    max-height: 183px;
    margin-bottom: 1rem;
}
.pop-up--infocontacts-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pop-up--infocontacts-item .item-icon {
    color: #E0F2F7;
    display: block;
    width: 2rem;
    height: auto;
    min-width: 2rem;
}
.pop-up--infocontacts-item--title {
    font-weight: 600;
    line-height: 1.1875;
    color: #0D1B2A;
    margin-bottom: 0.125rem;
}
.pop-up--infocontacts-text a,
.pop-up--infocontacts-text span {
    font-family: 'Roboto', sans-serif;
    color: #526072;
}
.pop-up--infoschedule--items {
    display: flex;
    gap: 0 3px;
}
.pop-up--info {
    padding: 3rem 1rem 1.5rem;
}
.pop-up--form {
    padding: 1.5rem 1rem;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0px #0018561A;
    border-radius: 1.25rem;
}
.pop-up--form .form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.pop-up--form .form-wrapper label {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
@media screen and ( max-width: 575px ) {
   .container {
        --bs-gutter-x: 1rem;
    }
    .row:not(.site-header--bottom--row) {
        --bs-gutter-x: 2rem;
    }
    .container.our-doctors--container {
        max-width: 390px;
    }
    .our-doctors--glide.glide {
        margin: calc(var(--bs-gutter-x) * -1);
        padding: var(--bs-gutter-x);
        overflow: hidden;
    }
    .our-articles--image .img-fluid {
        width: 100%;
        display: block;
    }
}
@media screen and ( min-width: 576px ) {
    .site-footer--development {
        text-align: end;
    }
    .main-banner--title,
    .main-banner--text {
        padding-inline: 0;
    }
    .main-banner--contacts {
        margin-inline: 0;
    }
    .home .main-banner--text-block {
        padding-inline: 0.625rem;
    }
    .main-banner--row {
        margin-inline: -0.625rem;
    }
    .content-price-table--heads, 
    .content-price-table--row {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        grid-template-columns: 0.75fr 0.5fr 1fr;
    }
    .content-price-table--heads .content-price-table--head:nth-child(2) {
        display: block;
    }
    .content-price-table--col:nth-child(3) {
        text-align: end;
    }
    .content-price-table--container .btn {
        width: fit-content;
        min-width: 22.5rem;
    }
    .page-blog-content--nav--link {
        width: fit-content;
    }
    .page-not--found--nav-link {
        width: fit-content;
    }
}
@media screen and ( min-width: 768px ) {
    .our-services--grid {
        grid-template-columns: repeat(2,1fr);
    }
    .appointment-block {
        margin-top: 6.25rem;
    }
    .appointment-block--row.row {
        --bs-gutter-x: 3rem;
    }
    .appointment-block--contacts-item--title {
        font-size: 1.125rem;
    }
    .appointment-block--text-content {
        padding-top: 1.09375rem;
    }
    .appointment-block--contact-form {
        margin-top: 0;
    }
    .appointment-block--contact-form form {
        padding-inline: 2rem;
        padding-block: 2rem;
    }
    .post-type-archive-presonal .our-doctors--grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-contacts--info--content--items {
        grid-template-columns: 1fr 1fr;
    }
    .alignleft, 
    .alignright {
        display: inline;
        max-width: 50%;
    }
    .alignleft {
        float: left;
        margin: 2rem 2rem 2rem 0;
    }
    .alignright {
        float: right;
        margin: 2rem 0 2rem 2rem;
    }
}
@media screen and ( min-width: 992px ) {
    .site-header {
        padding: 0;
        box-shadow: 0px 1px 6px 0px #0000001A;
    }
    .site-header--top {
        background-color: #F5F7F8;
    }
    .site-header--bottom {
        padding: 9px 0;
    }
    .row.site-header--top--row {
        --bs-gutter-x: 2rem;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        line-height: 1.215;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .site-header--phone, 
    .site-header--address, 
    .site-header--schedule {
        width: fit-content;
    }
    .site-header--top--row svg {
        min-width: 1.25rem;
        height: auto;
    }
    .site-header--schedule--items {
        display: flex;
        gap: 0.25rem;
    }
    .site-header ul {
        font-size: 1rem;
    }
    .site-header ul.site-header--nav--menu-wrapp {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 3.187%;
    }
    .site-header li.menu-item-has-children:not(:hover) > ul.sub-menu {
        display: none;
        opacity: 0;
    }
    .site-header li.menu-item-has-children > ul.sub-menu {
        position: absolute;
        max-height: unset;
        width: 318px;
        font-weight: 500;
        padding: 1.25rem;
        border-radius: 0 0 0.625rem 0.625rem;
        box-shadow: 2px 2px 10px 0px #0018561A;
        background-color: #FFF;
        top: calc(100% + 1.25rem);
        left: -1.25rem;
        opacity: 1;
        transition: 1s ease allow-discrete;
        @starting-style {
            opacity: 0;
        }
    }
    .site-header li.menu-item-has-children > span {
        min-width: 1.25rem;
        width: 1.25rem;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }
    .site-header li.menu-item-has-children:hover > span {
        transform: rotateX(0deg);
    }
    .site-header li.menu-item-has-children {
        position: relative;
    }
    .site-header li.menu-item-has-children::after {
        content: "";
        width: 100%;
        height: 1.25rem;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .site-header ul a:hover, 
    .site-header ul li:hover > a {
        color: #0084B2;
    }
    .site-header li:not(.menu-item-has-children) {
        display: inline-flex;
        align-items: center;
    }
    .site-header ul.sub-menu li {
        display: flex;
        gap: 0.75rem;
        align-items: center;
    }
    .site-header ul.sub-menu li > span {
        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 6.66675L15 10.0001M15 10.0001L11.6667 13.3334M15 10.0001H5" stroke="%230084B2" stroke-width="1.5" stroke-linecap="round"/></svg>');
        min-width: 1.25rem;
        width: 1.25rem;
        aspect-ratio: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: -0.75rem;
        opacity: 0;
        transition: opacity 0.35s ease, margin 0.35s ease;
    }
    .site-header ul.sub-menu li:hover > span {
        margin: 0;
        opacity: 1;
    }
    .site-header--bottom--button .btn {
        padding: 0.625rem 1.25rem;
    }
    .main-banner {
        overflow: hidden;
        position: relative;
    }
    .main-banner--image-mobile {
        display: none;
    }
    .main-banner--title {
        font-size: 3rem;
        line-height: 1.2085;
    }
    .main-banner--contacts {
        margin-top: min(8.75vw, 126px);
        width: max-content;
        margin-bottom: 2.5rem;
    }
    .main-banner--contacts--info {
        margin-top: 0.75rem;
    }
    .main-banner--contacts--schedule {
        margin-top: 0.25rem;
    }
    .main-banner--image-desktop {
        position: absolute;
        width: 69.1%;
        height: 100%;
        object-fit: cover;
        right: 0rem;
        z-index: -1;
        display: block;
        max-width: 998px;
        padding-right: 0;
    }
    .home .main-banner--text-block {
        margin-top: 5rem;
    }
    .main-banner--text-wrapper {
        display: flex;
        gap: 2.25rem;
    }
    .our-services--grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .our-services--item {
        min-height: 360px;
    }
    .home .content-block {
        margin-top: 6.25rem;
    }
    .post-type-archive-presonal .our-doctors {
        margin-top: 2rem;
    }
    .post-type-archive-presonal .our-doctors--grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .doctor-info {
        display: flex;
        gap: 2.5rem;
        margin-inline: auto;
        padding-inline: 2rem;
    }
    .doctor-info--image.desktop-image {
        display: block;
        flex: 0 0 21.375rem;
        margin-top: 0;
    }
    .doctor-info--image.mobile-image {
        display: none;
    }
    .about-us--row:not(:first-child) {
        margin-top: 3.75rem;
    }
    .about-us--row:nth-child(2n) .about-us--item--text-block {
        order: 1;
    }
    .about-us--item--image {
        margin-top: 0;
    }
    .faq--container .more-button {
        width: fit-content;
    }
    .page-title {
        font-size: 2.25rem;
        line-height: 1.1945;
        margin-bottom: 0.5rem;
        margin-top: 2rem;
    }
    .doctors-page--container.container {
        max-width: 872px;
    }
    .page-contacts--info {
        padding-bottom: 5rem;
    }
    .page-contacts--info--row {
        --bs-gutter-x: 2.125rem;
    }
    .page-contacts--info--title.page-title {
        margin-bottom: 1rem;
    }
    .page-contacts--info--description {
        margin-bottom: 2.5rem;
    }
    .page-contacts--info--content--item {
        padding: 0.75rem 0;
    }
    .page-contacts-map {
        padding: 3.75rem 0;
    }
    .page-contacts-map--wrapp {
        order: 1;
    }
    .page-contacts--info--form--body {
        padding: 2rem;
    }
    .container.page-faq--container {
        max-width: calc(754px + var(--bs-gutter-x, 0.75rem) * 2);
    }
    .page-faq--title {
        margin-bottom: 0.5rem;
    }
    .page-faq--item .faq--list-item--title--icon {
        height: 1.25rem;
        flex: 0 0 1.25rem;
    }
    .single-services .page-breadcrumbs {
        margin-bottom: -40px;
        position: relative;
        z-index: 2;
    }
    .single-services .main-banner--row {
        margin-left: calc(var(--bs-gutter-x) * -0.5);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
    }
    .single-services .main-banner--text-block {
        margin-top: 4vw;
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
        width: 60%;
    }
    .single-services-content-page .main-banner--title {
        width: 100%;
        max-width: 100%;
    }
    .single-services-content-page .main-banner--text {
        min-height: 9vw;
        margin-bottom: 2.5vw;
    }
    .single-services-content-page .main-banner--contacts {
        margin-top: 0;
    }
    .content-advantages, 
    .page-content-about, 
    .single-services .our-doctors {
        margin: 6.25rem 0;
    }
    .content-price-table--table {
        max-width: 946px;
        margin: 0 auto;
    }
    .content-price-table--heads, 
    .content-price-table--row {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        grid-template-columns: 36.118% 27.54% 22.575%;
        gap: 3.125rem;
    }
    .block-description {
        margin-bottom: 2rem;
    }
    .content-advantages--item--body {
        padding: 1rem;
    }
    .content-advantages--item--icon {
        margin-bottom: 0.5rem;
    }
    .archive-services--price {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem;
    }
    .content-price-table--subtitle {
        max-width: 946px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .post-type-archive-services .faq.content-block, 
    .post-type-archive-services .appointment-block {
        margin: 0;
    }
    .page-blog-content--navigation--wrapp {
        padding-top: 2.25rem;
        margin-bottom: 6.25rem;
    }
    .page-blog-content--title {
        margin-bottom: 1.5rem;
    }
    .default-template--title.page-title {
        font-size: 2rem;
        line-height: 1.1875;
    }
    .page-content--meta {
        margin-bottom: 2.25rem;
    }
    .page-content--sidebar--body {
        max-width: 290px;
        margin-left: auto;
        position: sticky;
        top: 150px;
    }
    .page-content--sidebar--contacts {
        background-color: #F5F7F8;
        color: #0D1B2A;
    }
    .page-content--sidebar--contacts--phone a {
        color: #0D1B2A;
    }
    .page-content--sidebar--contacts--title {
        color: #E53935;
    }
    .page-content--container {
        margin-bottom: 6.25rem;
    }
    .default-template-content .our-articles {
        margin: 6.25rem 0;
    }
    .default-template-content .faq.content-block {
        margin: 6.25rem 0 0;
    }
    .page-not-found {
        padding: 3.75rem 0 6.25rem;
    }
    .page-not-found--body .title {
        width: 337px;
    }
    .page-title.page-not-found--title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 3.5rem;
    }
    .page-not-found--description {
        margin-bottom: 1rem;
    }
    .page-not-found--nav, 
    .page-not-found--phone {
        margin-bottom: 3.5rem;
    }
    .pop-up--body {
        width: 1000px;
        overflow: unset;
    }
    .pop-up--close {
        right: 2rem;
        top: 2rem;
    }
    .pop-up--info {
        width: 50%;
        padding: 2rem;
    }
    .pop-up--collapse-info {
        max-height: unset;
        row-gap: 1.5rem;
    }
    .pop-up--collapse-toggler {
        display: none;
    }
    .pop-up--info--title {
        font-size: 2rem;
        line-height: 1.1875;
    }
    .pop-up--info--text {
        font-size: 0.9375rem;
        margin-bottom: 2rem;
    }
    .pop-up--infocontacts-item {
        gap: 1rem;
    }
    .pop-up--infocontacts-item .item-icon {
        width: 3rem;
        min-width: 3rem;
    }
    .pop-up--form {
        width: 50%;
        border-radius: 0 1.25rem 1.25rem 0;
        box-shadow: unset;
        padding: 3.5rem 2rem 2rem;
    }
    
}
@media screen and ( min-width: 1200px ) {
    .container {
        max-width: 1160px;
        --bs-gutter-x: 0.625rem;
    }
    .row {
        --bs-gutter-x: 1.25rem;
    }
    .row.site-header--top--row {
        justify-content: flex-start;
    }
    .appointment-block--contact-form p:has(.wpcf7-submit):after {
        right: 25%;
    }
    
}
@media screen and ( min-width: 1400px ) {
    
}