

/* Start:/local/assets/css/app.css?1786361220145505*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap);

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    background: #eee;
    border-radius: 10px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #333333;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

html {
    height: 100%
}

@media screen and (max-width: 1460px) {
    .doctors__block .doctor-card__img img {
        top: 20px;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width: 1340px) {
    .doctors__block .doctor-card__img img {
        top: 35px;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 15px
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 14px
    }

    .doctors__block .doctor-card__img img {
        top: -13px;
    }
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #54565A;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 320px) {
    body {
        font-size: 14px
    }
}

.main {
    flex: 1 0 auto
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a {
    text-decoration: none
}

a:hover {
    color: #4561A1
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.hidden {
    display: none !important
}

.price__item.hidden {
    display: table-row !important
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 1023px) {
    .wrapper {
        padding-top: 90px
    }
}

.container {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1440px
}

@media screen and (max-width: 1279px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width: 639px) {
    .container {
        max-width: 100%;
        padding: 0 24px
    }
}

input::placeholder {
    color: #4561A1
}

.title-center {
    font-size: 32px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 24px
}

@media screen and (max-width: 1023px) {
    .title-center {
        font-size: 28px
    }
}

@media screen and (max-width: 639px) {
    .title-center {
        font-size: 24px
    }
}

.title-center span {
    color: #4561A1
}

.subtitle-section {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .subtitle-section {
        font-size: 16px
    }
}

.score .fa {
    font-size: 16px;
    color: #e6bf93;
    margin-right: 4px
}

h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px
}

@media screen and (max-width: 640px) {
    h2 {
        font-size: 22px
    }
}

h2 span {
    color: #4561A1
}

.no-imgage {
    background: linear-gradient(97.57deg, #4561A1 15.91%, #8399CB 99.42%);
    padding: 0 26px
}

.no-imgage__label {
    background: url(/local/assets/img/svg/no-image-label.svg) 0 50% no-repeat;
    background-size: contain;
    height: 100%
}

.rub {
    font-family: "rouble"
}

.bg-blue {
    background: rgba(131, 153, 203, 0.1)
}

.bg-grey {
    background: #F7F7F7
}

.btn {
    display: block;
    height: 50px;
    padding: 12px 20px;
    border: none;
    text-align: center;
    cursor: pointer
}

.btn.btn-green {
    background: #4561A1;
    color: #FFFFFF
}

.btn.btn-green:hover {
    background: #8399CB
}

.btn.btn-gradient {
    background: linear-gradient(112.48deg, #4561A1 15.91%, #8399CB 99.42%);
    color: #FFFFFF
}

.btn.btn-gradient:hover {
    background: linear-gradient(112.48deg, #8399CB 15.91%, #4561A1 99.42%)
}

.btn.btn-gradient:visited {
    color: #FFFFFF
}

.btn.btn-transparent {
    background: none;
    border: 1px solid #fff;
    padding: 12px 56px
}

.btn.btn-transparent:hover {
    opacity: .8
}

.btn.btn-transparent-green {
    background: none;
    color: #4561A1;
    border: 1px solid #4561A1;
    padding: 12px 32px
}

.btn.btn-transparent-green:hover {
    color: #8399CB;
    border: 1px solid #8399CB
}

.btn.btn-transparent-green:visited {
    color: #4561A1
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

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

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.xdsoft_datetimepicker .xdsoft_date {
    background: #fff !important
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC) !important
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    position: absolute;
    left: 0;
    background: none;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_prev:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f104';
    font-size: 20px
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    position: absolute;
    right: 0;
    background: none;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_next:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f105';
    font-size: 20px
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    padding: 0;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
    text-indent: unset
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    line-height: 20px;
    background-color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 10px
}

.xdsoft_datetimepicker .xdsoft_label > span {
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    min-width: 100px;
    overflow-y: hidden;
    font-size: 10px;
    text-transform: uppercase
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #bdd8a1
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #4561A1;
    color: #fff
}

.xdsoft_datetimepicker .xdsoft_month {
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_month span {
    text-transform: uppercase
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
    border: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #4561A1;
    box-shadow: #4561A1 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #fff;
    box-shadow: inset 0 0 0 1px #4561A1;
    color: #4561A1;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20)
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000 !important;
    background: #bdd8a1 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    text-align: center;
    color: #ccc;
    text-transform: uppercase;
    font-size: 10px;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #4561A1;
    box-shadow: #4561A1 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: 'museo-sans', 'Book Antiqua', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.xdsoft_datetimepicker .xdsoft_today_button {
    display: none
}

.header {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(213, 217, 217, 0.6);
    position: relative
}

@media screen and (max-width: 1023px) {
    .header {
        width: 100%;
        height: 90px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }
}

.header__container-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 22px
}

@media screen and (max-width: 1023px) {
    .header__container-logo {
        display: none
    }
}

.header__container-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px
}

@media screen and (max-width: 1023px) {
    .header__container-nav {
        display: none
    }
}

.header__container--border {
    border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width: 1023px) {
    .header__container--border {
        border-bottom: none
    }
}

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

.header__logo-pic {
    margin-right: 40px
}

@media screen and (max-width: 1279px) {
    .header__logo-pic img {
        max-width: 240px
    }
}

@media screen and (max-width: 639px) {
    .header__logo-pic img {
        max-width: 200px
    }
}

.header__logo-address {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 12px
}

.header__logo-address .header-address {
    min-width: 228px
}

@media screen and (max-width: 1439px) {
    .header__logo-address .header-address {
        max-width: 190px;
        min-width: 190px
    }
}

.header__logo-address .header-address:first-child {
    margin-right: 40px
}

@media screen and (max-width: 1439px) {
    .header__logo-address .header-address:first-child {
        margin-right: 20px
    }
}

@media screen and (max-width: 1023px) {
    .header__logo-address .header-address:first-child {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .header__logo-address .header-address:last-child {
        display: none
    }
}

.header__contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .header__contacts {
        display: none
    }
}

.header__contacts .phone {
    flex: 1;
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(118.02deg, #4561A1 15.91%, #8399CB 99.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4561A1;
    min-width: 172px;
    margin-left: 10px;
    margin-right: 32px;
    text-align: right
}

.header__contacts .phone:hover {
    opacity: .9;
    color: #4561A1
}

@media screen and (max-width: 1280px) {
    .header__contacts .phone {
        font-size: 16px;
        min-width: 140px;
        margin-left: 5px
    }
}

.header__contacts .order {
    width: 245px
}

@media screen and (max-width: 1280px) {
    .header__contacts .order {
        width: 223px;
        font-size: 14px;
        line-height: 1.6
    }
}

.menu__dropdown {
    padding: 23px 0;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(12px);
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    display: none
}

.menu__dropdown-narrow {
    overflow: hidden;
    padding: 0 30px 15px 30px;
    margin-left: -36px;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(12px);
    position: absolute;
    z-index: 10;
    top: 100%;
    display: none
}

.menu__dropdown-narrow .list__items-menu {
    padding: 10px 30px 30px
}

.menu__dropdown-narrow .list__item-menu {
    padding: 8px 0px
}

.menu__dropdown-narrow .list__item-menu-link {
    color: #54565A
}

.menu__dropdown-narrow .list__item-menu-link:hover {
    color: #4561A1
}

.header__list {
    display: flex;
    /*flex-wrap: wrap*/
}

.header__item {
    margin-right: 38px;
    font-weight: 500;
    position: static
}

@media screen and (max-width: 1390px) {
    .header__item {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1280px) {
    .header__item {
        margin-right: 19px;
        font-size: 14px
    }
}

.header__item:last-child {
    margin-right: 0
}

.header__link {
    color: #54565A;
    padding: 17px 0px 19px;
    display: block;
    border-bottom: 2px solid transparent
}

.header__link:hover {
    color: #4561A1;
    border-bottom: 2px solid #e6bf93
}

.header__link.active {
    color: #4561A1;
    border-bottom: 2px solid #e6bf93
}

ul.header__list > li:hover > .menu__dropdown,
ul.header__list > li:hover > .menu__dropdown-narrow {
    display: block
}

.header__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px
}

.header__icon-search {
    width: 24px;
    height: 22px;
    margin-right: 18px
}

.header__icon-eye {
    width: 28px;
    height: 19px;
    margin-right: 16px
}

.header__icon-lang a {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #4561A1
}

.header__container-logo-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 22px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .header__container-logo-mobile {
        display: flex
    }
}

@media screen and (max-width: 1279px) {
    .header__container-logo-mobile .header__logo-pic img {
        max-width: 240px
    }
}

@media screen and (max-width: 639px) {
    .header__container-logo-mobile .header__logo-pic img {
        max-width: 200px
    }
}

.hidden-menu {
    display: block;
    position: fixed;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #E0E0E0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    top: 90px;
    right: -100%;
    transition: right .2s;
    z-index: 2
}

.hidden-menu-container {
    padding-top: 32px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 90px);
    width: 100%;
    padding: 15px 20px
}

.hidden-menu-ticker {
    display: none
}

.btn-menu {
    color: #4561A1;
    padding: 5px;
    position: absolute;
    top: 25px;
    right: 0;
    cursor: pointer;
    transition: right .23s;
    z-index: 3;
    width: 35px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.btn-menu span {
    display: block;
    height: 5px;
    background-color: #4561A1;
    margin: 3px 0 0;
    transition: all .1s linear .23s;
    position: relative
}

.btn-menu span.first {
    margin-top: 0
}

.hidden-menu-ticker:checked ~ .btn-menu {
    right: 0
}

.hidden-menu-ticker:checked ~ .hidden-menu {
    right: 0
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 10px
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -6px
}

.mobile__menu {
    position: relative;
    overflow: hidden;
    transition: height .2s linear
}

.mobile__menu-item {
    margin-bottom: 24px
}

.mobile__menu-parent:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("/local/assets/img/svg/arrow_mobile_menu.svg") center center no-repeat;
    height: 12px;
    width: 10px
}

.mobile__menu-link {
    color: #54565A;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    display: block;
    position: relative
}

.mobile__menu-link:hover {
    color: #4561A1
}

.footer-menu__phone {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    margin-top: 24px;
    z-index: 1
}

.footer-menu__phone .header__contacts {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.footer-menu__phone .header__contacts .phone {
    font-size: 20px;
    flex: none
}

@media screen and (max-width: 410px) {
    .footer-menu__phone .header__contacts .phone {
        margin-bottom: 5px
    }
}

.footer-menu__phone .header__contacts .header__icon {
    margin-top: 0
}

.footer-menu__address {
    margin-bottom: 15px
}

.footer-menu__address .header__logo-address {
    display: flex;
    flex-direction: column
}

.footer-menu__address .header__logo-address .header-address {
    display: block;
    margin-top: 16px
}

.mobile__submenu {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    left: 100%;
    z-index: -1;
    transition: .2s
}

.mobile__submenu--open {
    transform: translateX(-100%);
    z-index: 2
}

.mobile__submenu .submenu__item {
    margin-bottom: 24px
}

.mobile__submenu .submenu__item-back {
    color: #4561A1;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6
}

.search-top {
    width: 0;
    display: none;
    position: relative;
    height: 63px
}

.search-top.search-open {
    width: 100%;
    display: inline-block
}

.search-top input {
    width: 100%;
    padding: 20px;
    border: none
}

.search-top input::placeholder {
    color: #ccc
}

.header__item--hide-search.hide {
    width: 0;
    overflow: hidden
}

.search-result {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    background: #fff;
    top: 63px;
    z-index: 10;
    padding: 0 40px 60px
}

.search-result .category {
    color: #4561A1;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px
}

.search-result .items {
    display: flex;
    flex-direction: column
}

.search-result .item {
    font-size: 14px;
    color: #000;
    width: 100%;
    margin-top: 2px
}

.search-result .item:hover {
    color: #4561A1
}

.header__nav.search-open {
    width: 0;
    overflow: hidden
}

.record-footer {
    padding: 80px 0;
    background: linear-gradient(109.53deg, #4561A1 15.91%, #8399CB 99.42%);
    color: #fff
}

.record-footer .container {
    padding-left: 168px
}

@media screen and (max-width: 1280px) {
    .record-footer .container {
        padding-left: 40px
    }
}

@media screen and (max-width: 640px) {
    .record-footer .container {
        padding-left: 24px
    }
}

.record-footer .title {
    font-size: 40px;
    line-height: 1.2
}

@media screen and (max-width: 1024px) {
    .record-footer .title {
        font-size: 32px
    }
}

.record-footer .subtitle {
    margin-top: 16px
}

.footer {
    padding: 80px 0px;
    background: #F8FAFC;
    flex: 0 0 auto
}

.footer__top {
    display: flex
}

@media screen and (max-width: 1023px) {
    .footer__top {
        flex-direction: column
    }
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .footer__nav {
        margin-top: 40px
    }
}

.footer__nav-cell {
    width: calc(33.33% - 20px)
}

@media screen and (max-width: 639px) {
    .footer__nav-cell {
        width: 100%
    }
}

.footer__nav-first .footer__nav-item {
    margin-bottom: 19px
}

.footer__nav-first .footer__nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #54565A
}

.footer__nav-first .footer__nav-link:hover {
    color: #4561A1
}

@media screen and (max-width: 639px) {
    .footer__nav-second {
        display: none
    }
}

.footer__nav-second .footer__nav-item {
    margin-bottom: 19px
}

.footer__nav-second .footer__nav-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #54565A
}

.footer__nav-second .footer__nav-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #54565A
}

.footer__nav-second .footer__nav-link:hover {
    color: #4561A1
}

.footer__logo {
    width: 600px;
    flex: none
}

@media screen and (max-width: 1279px) {
    .footer__logo {
        width: 417px
    }
}

@media screen and (max-width: 639px) {
    .footer__logo {
        width: 100%
    }
}

.footer__logo .contacts {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

.footer__logo .contacts a {
    font-weight: 500;
    color: #54565A
}

.footer__logo .social {
    margin-top: 16px;
    display: flex
}

.footer__logo .social a {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #54565A;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px
}

.footer__logo .social a:hover {
    background: #4561A1
}

.footer__logo .requisites {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px
}

.footer__bottom {
    display: flex;
    margin-top: 80px
}

@media screen and (max-width: 1279px) {
    .footer__bottom {
        flex-direction: column
    }
}

@media screen and (max-width: 639px) {
    .footer__bottom {
        margin-top: 40px
    }
}

.footer__bottom .footer__copy {
    width: 600px;
    flex: none
}

@media screen and (max-width: 1279px) {
    .footer__bottom .footer__copy {
        order: 2;
        margin-right: 0
    }
}

@media screen and (max-width: 639px) {
    .footer__bottom .footer__copy {
        width: 100%
    }
}

.footer__bottom .footer__copy > div {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px
}

.footer__bottom .footer__copy .license-policy a {
    text-decoration: underline;
    color: #54565A;
    margin-bottom: 15px;
    display: block
}

.footer__bottom .footer__copy .eye {
    font-size: 16px;
    text-decoration: underline;
    color: #54565A;
    font-weight: 500
}

.footer__bottom .footer__address {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1280px) {
    .footer__bottom .footer__address {
        order: 1;
        margin-bottom: 48px;
        justify-content: flex-start
    }
}

@media screen and (max-width: 640px) {
    .footer__bottom .footer__address {
        display: none
    }
}

.footer__bottom .footer__address .card {
    flex: 1;
    max-width: 350px
}

.footer__bottom .footer__address .card:first-child {
    margin-right: 66px
}

.footer__bottom .footer__address .card .title {
    font-weight: 500
}

.footer__bottom .footer__address .card .address {
    font-size: 14px
}

.footer__bottom .footer__address .card .work {
    margin-top: 30px
}

.footer-after-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .footer-after-container {
        padding: 40px 0
    }
}

.footer-after__image {
    width: 40%;
    padding-right: 50px;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .footer-after__image {
        width: 100%;
        padding-right: 0
    }
}

.footer-after img {
    width: 100%;
    max-width: 400px
}

.footer-after__text {
    width: 60%
}

@media screen and (max-width: 1024px) {
    .footer-after__text {
        width: 100%;
        margin-top: 40px
    }
}

.footer-after__text.text {
    margin-right: 0;
    max-width: 100%
}

.seo {
    padding: 80px 0
}

.seo .text {
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8
}

.page-404 {
    padding: 80px 0;
    text-align: center
}

.page-404 .title-404 {
    font-size: 240px;
    line-height: 1;
    font-weight: 300;
    color: #4561A1
}

.page-404 .text-404 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    padding: 16px 0 32px
}

.page-404 .text-404 a {
    color: #4561A1;
    text-decoration: underline
}

.page-404 .btn {
    width: 300px;
    margin: 0 auto
}

.top {
    color: #333333
}

.top .anons {
    font-weight: 500;
    font-size: 20px
}

.top .container-top {
    padding: 57px 0 40px
}

@media screen and (max-width: 639px) {
    .top .container-top {
        padding: 35px 0 26px
    }
}

.top .container {
    height: 100%
}

.top a {
    color: #333333
}

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

@media screen and (max-width: 1024px) {
    .top .title__row {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start
    }
}

.top .title__row .title__row-btn {
    margin-right: 81px;
    margin-top: 17px
}

@media screen and (max-width: 640px) {
    .top .title__row {
        margin-right: 0
    }
}

.top .title__row .btn {
    background: none;
    border: 1px solid #fff;
    padding: 12px 56px
}

@media screen and (max-width: 640px) {
    .top .title__row .btn {
        padding: 12px 16px;
        font-size: 14px
    }
}

.top h1 {
    font-weight: 700;
    font-size: 48px;
    margin-top: 18px;
    flex: 1;
    padding-right: 40px;
    line-height: 1.4
}

@media screen and (max-width: 1024px) {
    .top h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 640px) {
    .top h1 {
        font-size: 30px;
        line-height: 1.2
    }
}

.top.bg {
    background: linear-gradient(124.3deg, #4561A1 15.91%, #8399CB 99.42%);
    color: #fff
}

.top.bg .wrapper-top {
    background: url("/local/assets/img/svg/top-mik.svg") -6% 50% no-repeat;
    background-size: contain;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .top.bg .wrapper-top {
        background-size: cover
    }
}

.top.bg a {
    color: #fff
}

.breadcrumbs {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin-right: 4px;
    opacity: .7;
    content: "/"
}

.breadcrumbs .current {
    font-weight: 400
}

.breadcrumbs a {
    color: #333333
}

.list-filter__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.list-filter__nav-item {
    padding: 8px 32px;
    border: 1px solid #F2F2F2;
    font-weight: 400;
    margin-right: 16px;
    color: #333333;
    cursor: pointer;
    position: relative
}

@media screen and (max-width: 768px) {
    .list-filter__nav-item {
        padding: 8px;
        font-size: 14px
    }
}

@media screen and (max-width: 411px) {
    .list-filter__nav-item {
        padding: 6px;
        font-size: 12px
    }
}

.list-filter__nav-item:hover,
.list-filter__nav-item.active {
    background: linear-gradient(102.37deg, #4561A1 15.91%, #8399CB 99.42%);
    color: #fff;
    border: 1px solid #4561A1
}

.list-filter__nav-item:hover::before,
.list-filter__nav-item.active::before {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    background-color: #fff;
    bottom: 9px;
    margin: 0 32px
}

.list__items--four {
    column-count: 4;
    column-width: 25%;
    column-gap: 82px
}

@media screen and (max-width: 1280px) {
    .list__items--four {
        column-count: 3
    }
}

@media screen and (max-width: 1024px) {
    .list__items--four {
        column-count: 2;
        column-width: 50%
    }
}

@media screen and (max-width: 640px) {
    .list__items--four {
        column-count: 1;
        column-width: 100%
    }
}

.list__items--three {
    column-count: 3;
    column-width: 33.33%;
    column-gap: 132px
}

@media screen and (max-width: 1280px) {
    .list__items--three {
        column-gap: 100px
    }
}

@media screen and (max-width: 1024px) {
    .list__items--three {
        column-count: 2;
        column-width: 50%
    }
}

@media screen and (max-width: 640px) {
    .list__items--three {
        column-count: 1;
        column-width: 100%
    }
}

.list__items {
    margin-top: 30px;
    column-fill: initial;
    column-rule: 1px solid rgba(0, 172, 105, 0.2)
}

.list__item {
    display: block;
    page-break-inside: avoid;
    break-inside: avoid
}

.list__item-link {
    display: block;
    color: #333333;
    font-weight: 300;
    position: relative;
    margin-bottom: 2px;
    padding: 12px 0px;
    line-height: 1.6
}

.list__item-link:hover {
    background: #4561A1;
    color: #fff;
    margin-left: -25px;
    padding-left: 25px;
    text-decoration: underline
}

.list__item.border-green {
    border: 1px solid #4561A1
}

.inner-nav {
    background: rgba(131, 153, 203, 0.1)
}

.inner-nav .inner-list {
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.inner-nav .inner-item {
    margin-right: 40px
}

@media screen and (max-width: 768px) {
    .inner-nav .inner-item {
        margin-right: 20px
    }
}

.inner-nav .inner-link {
    color: #54565A;
    font-weight: 500;
    text-decoration: underline
}

@media screen and (max-width: 640px) {
    .inner-nav .inner-link {
        font-size: 14px
    }
}

.inner-nav .inner-link:hover {
    color: #4561A1
}

.content-block {
    padding: 40px 0
}

.content-block-page {
    padding: 0 0 40px 0
}

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

@media screen and (max-width: 1024px) {
    .content {
        flex-direction: column
    }
}

.text,
.text-page {
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    font-weight: 500;
    margin-right: 30px
}

@media screen and (max-width: 639px) {

    .text,
    .text-page {
        font-size: 14px
    }
}

.text ul,
.text-page ul {
    margin-bottom: 40px;
    padding-left: 3px
}

.text ul li,
.text-page ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px
}

.text ul li:before,
.text-page ul li:before {
    content: "—";
    position: absolute;
    left: 0
}

.text ul li,
.text-page ul li {
    padding-left: 35px
}

.text ul li:before,
.text-page ul li:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background: #4561A1;
    left: 0;
    top: 6px;
    transform: rotate(45deg)
}

.text ol,
.text-page ol {
    counter-reset: myCounter;
    margin: 0;
    padding: 0
}

.text ol li,
.text-page ol li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px
}

.text ol li:before,
.text-page ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #4561A1;
    display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0
}

.text a,
.text a:visited,
.text a:focus,
.text-page a,
.text-page a:visited,
.text-page a:focus {
    color: #4561A1;
    text-decoration: underline;
    font-weight: 700
}

.text a:hover,
.text-page a:hover {
    opacity: .8
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
    color: #54565A
}

.text h1,
.text-page h1 {
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 24px
}

@media screen and (max-width: 640px) {

    .text h1,
    .text-page h1 {
        font-size: 40px
    }
}

.text h2,
.text-page h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px
}

@media screen and (max-width: 640px) {

    .text h2,
    .text-page h2 {
        font-size: 22px
    }
}

.text h3,
.text-page h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 16px
}

@media screen and (max-width: 640px) {

    .text h3,
    .text-page h3 {
        font-size: 20px
    }
}

.text .green,
.text-page .green {
    color: #4561A1
}

.text blockquote,
.text-page blockquote {
    color: #54565A;
    font-weight: 700;
    border-left: 4px solid #4561A1;
    padding-left: 32px;
    margin-inline-start: 0
}

@media screen and (max-width: 1279px) {
    .info img {
        width: 100%
    }
}

.text-page {
    max-width: 100%
}

.text-page p,
.text-page ul,
.text-page ol,
.text-page blockquote,
.text-page .files,
.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4 {
    max-width: 700px
}

.gallery-snip {
    margin-top: 40px;
    margin-bottom: 40px
}

.gallery-snip .prev,
.gallery-snip .next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    bottom: -25px;
    cursor: pointer;
    z-index: 1
}

.gallery-snip .prev:hover,
.gallery-snip .next:hover {
    background: #4561A1
}

.gallery-snip .prev:hover span,
.gallery-snip .next:hover span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.gallery-snip .prev span,
.gallery-snip .next span {
    display: block;
    width: 100%;
    height: 100%
}

.gallery-snip .prev {
    left: 0
}

.gallery-snip .prev span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.gallery-snip .next {
    left: 62px
}

.gallery-snip .next span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat;
    transform: rotate(180deg)
}

.gallery-snippet {
    margin-top: 80px;
    margin-bottom: 80px
}

.gallery-snippet__slide {
    margin-right: 24px
}

.gallery-snippet .slick-list {
    margin-right: -24px
}

.gallery-snippet .slick-slide img {
    width: 100%
}

.gallery-snippet .slick-slide > div {
    width: calc(100% - 24px)
}

.gallery-snippet .prev,
.gallery-snippet .next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: #4561A1;
    z-index: 1;
    cursor: pointer
}

.gallery-snippet .prev:hover,
.gallery-snippet .next:hover {
    background: #fff
}

.gallery-snippet .prev:hover span,
.gallery-snippet .next:hover span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.gallery-snippet .prev span,
.gallery-snippet .next span {
    display: block;
    width: 100%;
    height: 100%
}

.gallery-snippet .prev {
    left: 0
}

.gallery-snippet .prev span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.gallery-snippet .next {
    right: 0;
    left: auto
}

.gallery-snippet .next span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat;
    transform: rotate(180deg)
}

.files {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px
}

.file {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 24px;
    text-decoration: none !important
}

.file__info {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8
}

.file__name {
    color: #54565A;
    border-bottom: 1px solid #F2F2F2
}

.file__size {
    color: #BDBDBD
}

.table-wrap {
    margin: 40px 0;
    overflow-x: auto
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 20px
}

table td,
table th {
    text-align: left;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #EDEBE9
}

table th {
    color: #4561A1;
    font-weight: 500
}

.services-direction {
    padding: 80px 0
}

.services-direction h2 {
    margin-bottom: 32px
}

.diseases-direction {
    padding: 80px 0
}

.diseases-direction h2 {
    margin-bottom: 40px
}

.prices {
    padding: 80px 0
}

.prices h2 {
    margin-bottom: 32px
}

.price__list table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.price__list .price__item {
    height: 75px;
    transition-duration: .5s
}

@media screen and (max-width: 1024px) {
    .price__list .price__item {
        height: 90px
    }
}

.price__list .price__item:hover .btn-price-order {
    opacity: 1
}

.price__list .price__item.price__item--action .price__item-title {
    color: #4561A1
}

.price__list .price__item-title {
    width: 62%;
    font-weight: 500;
    font-size: 18px;
    border: none
}

@media screen and (max-width: 1024px) {
    .price__list .price__item-title {
        font-size: 16px;
        width: 100%;
        float: left
    }
}

@media screen and (max-width: 640px) {
    .price__list .price__item-title {
        width: 100%
    }
}

.price__list .price__item-title2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #4561A1;
}

.price__list .price__item-price {
    min-width: 200px;
    margin-left: 30px;
    font-weight: 800;
    font-size: 24px;
    text-align: right;
    border: none
}

@media screen and (max-width: 1024px) {
    .price__list .price__item-price {
        font-size: 20px;
        margin-left: 0;
        justify-content: flex-start;
        float: left;
        text-align: left;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .price__list .price__item-price {
        font-size: 18px
    }
}

.price__list .price__item-btn {
    padding-left: 20px;
    min-width: 271px;
    border: none
}

@media screen and (max-width: 1024px) {
    .price__list .price__item-btn {
        float: left;
        padding-left: 0
    }
}

.price__list .price__item .btn-price-order {
    opacity: 0;
    transition-duration: .5s
}

@media screen and (max-width: 1024px) {
    .price__list .price__item .btn-price-order {
        padding: 10px 20px;
        height: 45px
    }
}

.price__list .price__item-old {
    font-size: 18px;
    color: #EB5757;
    text-decoration-line: line-through;
    font-weight: 400;
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .price__list .price__item-old {
        font-size: 16px
    }
}

@media screen and (max-width: 640px) {
    .price__list .price__item-old {
        font-size: 14px
    }
}

.price__list .price__item-new {
    background: linear-gradient(118.02deg, #4561A1 15.91%, #8399CB 99.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4561A1;
    padding-left: 23px;
    display: inline-block
}

.navigation__section-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

@media screen and (max-width: 640px) {
    .navigation__section-price {
        flex-direction: column;
        align-items: flex-start
    }
}

.navigation__section-price .all-price {
    background: none;
    color: #4561A1;
    border: 1px solid #4561A1;
    padding: 8px 56px;
    display: block;
    color: #4561A1
}

@media screen and (max-width: 640px) {
    .navigation__section-price .all-price {
        margin-top: 20px
    }
}

.navigation__section-price .all-price:hover {
    color: #45C2B1;
    border: 1px solid #45C2B1
}

.prices-page {
    padding-bottom: 80px
}

@media screen and (max-width: 1023px) {
    .prices-page {
        padding-bottom: 60px
    }
}

.price__direction-name {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    margin-top: 56px
}

@media screen and (max-width: 640px) {
    .price__direction-name {
        font-size: 20px
    }
}

.price__direction-name::before {
    content: '';
    background: url("/local/assets/img/svg/price_plus.svg") 0 0 no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%)
}

.price__direction-name.active::before {
    content: '';
    background: url("/local/assets/img/svg/price_minus.svg") 0 0 no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%)
}

.price__direction .price__list {
    margin-left: 50px;
    margin-bottom: 56px;
    margin-top: 20px;
    overflow: hidden;
    transition: .5s;
    transition-delay: .2s
}

@media screen and (max-width: 640px) {
    .price__direction .price__list {
        margin-left: 0;
        margin-bottom: 26px
    }
}

.prices-direction {
    padding-bottom: 80px
}

.show-more-price {
    max-width: 300px;
    margin-top: 20px
}

.price__note {
    font-size: 14px;
    color: #999
}

.reviews-section {
    padding: 80px 0 160px 0
}

.reviews-section h2 {
    margin-bottom: 40px
}

.reviews-section .review-item .container {
    padding: 0
}

.directions {
    padding: 72px 0 80px
}

.directions h2 {
    margin-bottom: 32px
}

.direction-btn-text {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap
}

.direction-btn-text .btn {
    margin-right: 20px;
    margin-top: 20px
}

@media screen and (max-width: 1023px) {
    .direction-btn-text .btn {
        margin-top: 0px;
        margin-bottom: 20px
    }
}

.doctors {
    padding: 80px 0
}

.doctors__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px
}

@media screen and (max-width: 768px) {
    .doctors__top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.doctors__top-button .btn {
    width: 317px;
    background: linear-gradient(122.12deg, #4561A1 15.91%, #8399CB 99.42%)
}

@media screen and (max-width: 768px) {
    .doctors__top-button .btn {
        margin-top: 20px
    }
}

@media screen and (max-width: 640px) {
    .doctors__top-button .btn {
        width: 250px
    }
}

.doctors__block {
    width: calc(100% + 24px);
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px
}

@media screen and (max-width: 640px) {
    .doctors__block {
        flex-wrap: nowrap
    }
}

.doctor-card {
    width: calc(25% - 24px);
    background-color: #fff;
    margin-right: 24px;
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media screen and (max-width: 1279px) {
    .doctor-card {
        width: calc(33.3% - 24px)
    }
}

@media screen and (max-width: 1023px) {
    .doctor-card {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width: 640px) {
    .doctor-card {
        width: calc(100% - 24px);
        min-width: 322px
    }
}

.doctor-card .score {
    margin-right: 40px
}

.doctor-card .add-to-like {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0
}

.doctor-card .add-to-like i,
.doctor-card .add-to-like span {
    display: inline-block;
    color: #EB5757
}

.doctor-card .add-to-like span {
    margin-right: 16px;
    color: #333333
}

.doctor-card .add-to-like .fa-heart {
    display: none
}

.doctor-card .add-to-like:hover .fa-heart {
    display: inline-block
}

.doctor-card .add-to-like:hover .fa-heart-o {
    display: none
}

.doctor-card .add-to-like:hover i,
.doctor-card .add-to-like:hover span {
    color: #EB5757
}

.doctor-card .add-to-like i {
    font-size: 20px
}

.doctor-card .add-to-like span {
    font-weight: 500;
    font-size: 14px
}

.doctor-card .add-to-like.red i,
.doctor-card .add-to-like.red span {
    color: #EB5757
}

.doctor-card .add-to-like.red .fa-heart {
    display: inline-block
}

.doctor-card .add-to-like.red .fa-heart-o {
    display: none
}

.doctor-card .add-to-like .red:hover .fa-heart {
    display: none
}

.doctor-card .add-to-like .red:hover .fa-heart-o {
    display: inline-block
}

.doctor-card__img {
    height: 390px;
    overflow: hidden;
    position: relative
}

.doctor-card__img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: -13px
}

.doctor-card-body {
    padding: 0 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 9px
}

.doctor-card__name a {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    color: #54565A
}

@media screen and (max-width: 1024px) {
    .doctor-card__name a {
        font-size: 16px
    }
}

.doctor-card__name a:hover {
    color: #4561A1
}

.doctor-card__spec {
    font-weight: 300;
    font-size: 14px;
    margin-top: 8px;
    max-height: 90px;
    overflow: hidden
}

.doctor-card__experience {
    font-weight: 500;
    font-size: 14px;
    margin-top: 8px;
    color: #333333
}

.doctor-card__reviews {
    font-weight: 500;
    font-size: 14px
}

.doctor-card-footer {
    margin-top: 14px
}

.doctor-card__estimation {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.doctor-card__one {
    display: flex;
    flex-direction: row;
    width: 100%
}

@media screen and (max-width: 767px) {
    .doctor-card__one {
        flex-direction: column
    }
}

.doctor-card__one .doctor-card-body {
    justify-content: center;
    max-width: 525px;
    padding-left: 40px
}

@media screen and (max-width: 767px) {
    .doctor-card__one .doctor-card-body {
        padding-left: 16px
    }
}

.doctor-card__one .doctor-card-footer {
    margin-top: 40px
}

.doctor-card__one .doctor-card__estimation {
    justify-content: flex-start
}

.doctor-card-left {
    display: flex;
    flex-direction: column;
    max-width: 322px
}

@media screen and (max-width: 639px) {
    .doctor-card-left {
        max-width: 100%
    }
}

.doctor-card-left .doctor-card__img {
    min-width: 322px
}

@media screen and (max-width: 639px) {
    .doctor-card-left .doctor-card__img {
        min-width: 100%
    }
}

.doctor-card-left .btn {
    width: 100%;
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .doctor-card-left .btn-doctor-big {
        display: none
    }
}

.btn-doctor-small {
    display: none
}

@media screen and (max-width: 767px) {
    .btn-doctor-small {
        display: block;
        margin-top: 40px
    }
}

.advantages {
    padding: 80px 0
}

.advantages .subtitle-section {
    margin-top: 16px
}

.advantages__list {
    width: calc(100% + 34px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px
}

@media screen and (max-width: 640px) {
    .advantages__list {
        width: 100%
    }
}

.advantages__list .advantages__item {
    width: 314px;
    height: 250px;
    overflow: hidden;
    padding: 32px 24px 11px;
    background: #FDFCFB;
    border-radius: 16px;
    text-align: center;
    margin-right: 34px;
    margin-top: 19px;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .advantages__list .advantages__item {
        margin-right: 0
    }
}

.advantages__list .advantages__item svg {
    fill: #54565A
}

.advantages__list .advantages__item:hover {
    background: linear-gradient(97.12deg, #4561A1 15.91%, #8399CB 99.42%);
    color: #FDFCFB;
    font-weight: 500;
    border-radius: none
}

.advantages__list .advantages__item:hover svg {
    fill: #fff
}

.advantages__list .advantages__item .advantages__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6
}

.advantages__list .advantages__item .advantages__icon {
    background: rgba(253, 252, 251, 0.1);
    border-radius: 50%;
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.metro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.metro .metro-name {
    margin-right: 8px;
    position: relative;
    padding-left: 12px
}

.metro .metro-name::before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -4px
}

.metro .metro-name.metro--blue::before {
    background: #4561A1
}

.metro .metro-name.metro--green::before {
    background: #4561A1
}

.pages {
    padding: 0;
    margin-bottom: 80px;
    width: 100%
}

.page-list {
    display: flex;
    align-items: center
}

.page-list .page-item {
    border: 1px solid #4561A1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: none
}

@media screen and (max-width: 640px) {
    .page-list .page-item {
        border-right: 1px solid #4561A1
    }
}

.page-list .page-item__link {
    color: #333
}

.page-list .page-item__link:hover {
    color: #4561A1
}

.page-list .page-item--next {
    width: 128px
}

@media screen and (max-width: 640px) {
    .page-list .page-item--next {
        display: none
    }
}

.page-list .page-item--prev {
    width: 136px
}

@media screen and (max-width: 640px) {
    .page-list .page-item--prev {
        display: none
    }
}

.page-list .page-item--active {
    background: linear-gradient(95.65deg, #4561A1 15.91%, #8399CB 99.42%)
}

.page-list .page-item:last-child {
    border-right: 1px solid #4561A1
}

.page-list .page-item--active .page-item__link {
    color: #fff !important
}

.filter {
    margin-bottom: 40px
}

.filter__list {
    display: flex
}

@media screen and (max-width: 1279px) {
    .filter__list {
        flex-direction: column
    }
}

.filter__list-row {
    display: flex
}

@media screen and (max-width: 1279px) {
    .filter__list-row {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .filter__list-row {
        flex-direction: column
    }
}

.filter__item select {
    border: 1px solid #4561A1;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    padding: 12px 100px 12px 16px;
    background: url(/local/assets/img/svg/chevron.svg) no-repeat rgba(0, 0, 0, 0);
    background-position: center right 1rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 40px
}

@media screen and (max-width: 1279px) {
    .filter__item select {
        margin-right: 20px;
        padding: 12px 50px 12px 16px
    }
}

@media screen and (max-width: 767px) {
    .filter__item select {
        margin-bottom: 20px;
        width: 100%
    }
}

.filter__item input {
    border: 1px solid #4561A1;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    padding: 12px 35px 12px 16px;
    margin-right: 40px;
    width: 328px;
    background: url(/local/assets/img/svg/search-input.svg) no-repeat rgba(255, 255, 255, 0);
    background-position: center right 1rem
}

@media screen and (max-width: 1279px) {
    .filter__item input {
        margin-right: 20px;
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .filter__item input {
        width: 100%
    }
}

.filter__item ::-webkit-input-placeholder {
    color: #333333
}

.filter__item ::-moz-placeholder {
    color: #333333
}

.filter__item :-moz-placeholder {
    color: #333333
}

.filter__item :-ms-input-placeholder {
    color: #333333
}

.filter__item .checkbox {
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    margin-right: 40px
}

.filter__item .checkbox::before {
    position: absolute;
    left: 0;
    content: '';
    border: 1px solid #333333;
    width: 24px;
    height: 24px;
    background: transparent;
    top: -2px
}

.filter__item .checkbox input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    padding: 12px 0 12px;
    margin: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.filter__item .checkbox.checked:before {
    background: url(/local/assets/img/svg/check.svg) no-repeat #4561A1;
    border-color: #4561A1;
    background-position: center
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-dots li {
    margin-right: 16px
}

.slick-dots li button {
    height: 12px;
    width: 12px;
    font-size: 0;
    color: transparent;
    border: none;
    box-shadow: none;
    background: #4561A1;
    opacity: .3;
    cursor: pointer
}

.slick-dots li.slick-active button {
    opacity: 1
}

.modal-body {
    padding: 40px
}

@media screen and (max-width: 639px) {
    .modal-body {
        padding: 20px
    }
}

button.close {
    position: absolute;
    right: 15px;
    top: 5px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer
}

.form-record .title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px
}

.form-record input {
    height: 37px;
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 16px;
    border: 1px solid #4561A1;
    font-size: 14px
}

.form-record .add-services {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 24px
}

.form-record .add-services a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline
}

.form-record .policy {
    font-weight: 500;
    font-size: 12px;
    margin-top: 8px
}

.form-record-footer {
    display: flex;
    margin-top: 32px
}

@media screen and (max-width: 1024px) {
    .form-record-footer {
        flex-wrap: wrap
    }
}

.form-record-footer input {
    width: 256px;
    height: 56px;
    border: none;
    border-right: 1px solid #ccc;
    padding-left: 18px
}

@media screen and (max-width: 1024px) {
    .form-record-footer input {
        width: 100%;
        font-size: 14px;
        margin-bottom: 24px
    }
}

.form-record-footer input::placeholder {
    color: #54565A
}

.form-record-footer select {
    color: #54565A;
    border: none;
    padding-left: 18px;
    padding: 20px 18px;
    background: url(/local/assets/img/svg/chevron.svg) no-repeat rgba(0, 0, 0, 0);
    background-position: center right 1rem;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 256px;
    height: 56px;
    margin-bottom: 16px
}

@media screen and (max-width: 1024px) {
    .form-record-footer select {
        width: 100%;
        font-size: 14px;
        margin-bottom: 24px
    }
}

.form-record-footer button {
    width: 256px;
    height: 56px;
    background: #e6bf93;
    color: #fff;
    border: none;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .form-record-footer button {
        width: 100%;
        font-size: 14px
    }
}

.policy {
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: 16px;
    font-size: 14px
}

.form-record-modal .title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 24px
}

.form-record-modal input {
    width: 100%;
    padding: 20px 18px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #4561A1
}

.form-record-modal input::placeholder {
    color: #54565A
}

.form-record-modal textarea {
    width: 100%;
    padding: 20px 18px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    height: 120px;
    border: 1px solid #4561A1
}

.form-record-modal textarea::placeholder {
    color: #54565A
}

.form-record-modal select {
    border: 1px solid #4561A1;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    padding: 20px 18px;
    background: url(/local/assets/img/svg/chevron.svg) no-repeat rgba(0, 0, 0, 0);
    background-position: center right 1rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 16px
}

.form-record-modal .policy {
    font-weight: 500;
    font-size: 12px;
    margin-top: 8px;
    color: #000000;
    max-width: 500px
}

.modal-form {
    max-width: 760px
}

.form-record__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.form-record__cell {
    width: calc(50% - 10px)
}

@media screen and (max-width: 767px) {
    .form-record__cell {
        width: 100%
    }
}

.form-record__cell-full {
    width: 100%
}

.review-form {
    margin-bottom: 60px;
    max-width: 700px
}

.rating-area {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.rating-area:not(:checked) > input {
    display: none
}

.rating-area:not(:checked) > label {
    width: 24px;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    color: lightgrey
}

.rating-area:not(:checked) > label:before {
    content: '★'
}

.rating-area > input:checked ~ label {
    color: #e6bf93
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #e6bf93
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #e6bf93
}

.rate-area > label:active {
    position: relative
}

.success-text__form {
    display: none
}

.success-block {
    text-align: center
}

.success-block .btn {
    margin: 30px auto;
    width: 40%
}

.success-text {
    text-align: center;
    font-size: 24px;
    max-width: 370px;
    margin: 0 auto;
    margin-top: 60px
}

.promo__slider-block {
    max-width: 322px
}

@media screen and (max-width: 639px) {
    .promo__slider-block {
        max-width: 270px
    }
}

@media screen and (max-width: 1024px) {
    .promo__slider-block img {
        width: 100%
    }
}

.promo__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #54565A;
    margin-bottom: 27px
}

@media screen and (max-width: 1024px) {
    .promo__title {
        margin-top: 30px
    }
}

.promo__slider-date {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #4561A1;
    margin-top: 16px
}

.promo__slider-title {
    color: #54565A;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 4px
}

.promo__slider-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-top: 8px
}

.promo__slider-img {
    height: 220px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important
}

.masonry-section {
    padding: 40px 0
}

.grid-item {
    float: left;
    width: 32.4%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 16px
}

@media screen and (max-width: 1279px) {
    .grid-item {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    .grid-item {
        width: 100%;
        height: 400px
    }
}

.grid-item--height2 {
    height: 344px
}

@media screen and (max-width: 767px) {
    .grid-item--height2 {
        height: 400px
    }
}

.grid-item--height3 {
    height: 600px
}

@media screen and (max-width: 1279px) {
    .grid-item--height3 {
        height: 704px
    }
}

@media screen and (max-width: 767px) {
    .grid-item--height3 {
        height: 400px
    }
}

.banner {
    position: relative
}

.banner__slider {
    min-height: 100%;
    position: relative
}

.banner__slider-item, .banner__slider-item-new {
    background-size: cover !important;
    height: 600px
}

.banner-head-text {
    text-shadow: 1px 1px 1px #e3e3e3;
}

.banner__slider-text .title {
    text-shadow: 1px 1px 1px #e3e3e3;
}

.banner__slider-item-inner {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
}

@media screen and (max-width: 639px) {
    .banner__slider-item {
        max-height: 600px;
    }

    .banner-head-text * {
        font-size: 26pt !important;
    }

    .banner-head-text {
        line-height: 1.28em !important;
        text-shadow: 1px 1px 1px #fff;
    }

    .banner__slider-item .container {
        height: 100%;
    }

    .banner__slider-item .banner__slider-block {
        height: 100%;
        align-items: flex-end;
        margin-top: 0px;
    }

    .banner__slider-item .banner__slider-text .title {
        padding-bottom: 0px;
    }

    .banner__slider-item .banner__slider-text {
        padding-bottom: 24px;
    }

    .banner .banner__slider .prev {
        left: -8px;
    }

    .banner .banner__slider .next {
        right: -3px;
    }

    .banner-text-detail > span {
        font-size: 12pt !important;
    }

    .banner-text-detail br {
        display: none;
    }

    .banner__slider-item .banner__slider-text .title {
        text-shadow: 1px 1px 1px #fff;
    }

    .banner-text-detail {
        margin-top: -11px;
    }
}

.banner__slider-block {
    display: flex;
    justify-content: space-between;
    /*margin-top: 103px;
	margin-top: 3%;*/
    min-height: 378px
}

@media screen and (max-width: 767px) {
    .banner__slider-block {
        margin-top: 47px
    }
}

@media screen and (max-width: 639px) {
    .banner__slider-block {
        margin-top: 37px
    }
}

@media screen and (max-width: 320px) {
    .banner__slider-block {
        margin-top: 27px
    }
}

.banner__slider-text {
    background: rgba(255, 255, 255, 0.9);
    width: 767px;
    padding: 48px 34px;
    position: relative;
    max-width: 100%;
}

@media screen and (max-width: 410px) {
    .banner__slider-text {
        /*padding: 30px 20px 10px;*/
        padding: 25px 14px 10px 28px;
    }
}

.banner__slider-text .title {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 16px;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .banner__slider-text .title, .banner__slider-text .title span {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 639px) {
    .banner__slider-text .title {
        font-weight: 700;
        font-size: 36px;
        padding-bottom: 16px;
        line-height: 1.2;
    }

    .banner__slider-text .title, .banner__slider-text .title span {
        font-size: 24pt !important;
        line-height: 1em;
        display: inline-block;
    }
}

@media screen and (max-width: 460px) {
    .banner__slider-text .title {
        padding-bottom: 16px;
    }

    .banner__slider-text .title, .banner__slider-text .title span {
        font-size: 24pt !important;
        line-height: 1em;
        display: inline-block;
        word-wrap: break-word;
        max-width: 100%;
    }
}

.banner__slider-text .text {
    max-width: 620px;
    color: #333333
}

@media screen and (max-width: 767px) {
    .banner__slider-text .text {
        font-size: 14px
    }
}

@media screen and (max-width: 460px) {
    .banner__slider-text .text {
        font-size: 12.4px;
        text-shadow: 1px 1px 1px #fff;
    }
}

.banner__slider-text .btn {
    width: 209px;
    position: absolute;
    left: 40px;
    bottom: -25px
}

@media screen and (max-width: 639px) {
    .banner__slider-text .btn {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: auto;
        position: relative;
        margin-bottom: 15px;
    }
}

.banner__slider .slick-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0)
}

.banner__slider .prev-banner,
.banner__slider .next-banner {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    bottom: -25px;
    cursor: pointer
}

@media screen and (max-width: 639px) {

    .banner__slider .prev-banner,
    .banner__slider .next-banner {
        display: none
    }
}

.banner__slider .prev-banner:hover,
.banner__slider .next-banner:hover {
    background: #4561A1
}

.banner__slider .prev-banner:hover span,
.banner__slider .next-banner:hover span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.banner__slider .prev-banner span,
.banner__slider .next-banner span {
    display: block;
    width: 100%;
    height: 100%
}

.banner__slider .prev-banner {
    right: 102px
}

.banner__slider .prev-banner span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.banner__slider .next-banner {
    right: 40px
}

.banner__slider .next-banner span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat;
    transform: rotate(180deg)
}

.banner__form {
    background: rgba(255, 255, 255, 0.9);
    width: 375px;
    padding: 48px 35px 30px;
    z-index: 1;
    margin-top: 3%;
}

@media screen and (max-width: 1279px) {
    .banner__form {
        display: none
    }
}

.banner__form .policy {
    color: #5C554A;
    font-size: 12px;
    line-height: 1.6
}

.banner .prev,
.banner .next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: #4561A1;
    z-index: 1;
    cursor: pointer
}

.banner .prev:hover,
.banner .next:hover {
    background: #fff
}

.banner .prev:hover span,
.banner .next:hover span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.banner .prev span,
.banner .next span {
    display: block;
    width: 100%;
    height: 100%
}

.banner .prev {
    left: 0
}

.banner .prev span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.banner .next {
    right: 0;
    left: auto
}

.banner .next span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat;
    transform: rotate(180deg)
}

.doctor-top {
    padding: 40px 0 40px
}

.doctor-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

@media screen and (max-width: 767px) {
    .doctor-info {
        flex-direction: column;
        align-items: flex-start
    }
}

.doctor-info__photo {
    max-width: 478px;
    margin-right: 40px
}

@media screen and (max-width: 1023px) {
    .doctor-info__photo {
        max-width: 350px
    }
}

@media screen and (max-width: 767px) {
    .doctor-info__photo {
        order: 2;
        margin-top: 30px;
        margin-right: 0;
        max-width: 100%
    }
}

.doctor-info__photo img {
    width: 100%
}

.doctor-info__description {
    max-width: 600px
}

@media screen and (max-width: 767px) {
    .doctor-info__description {
        order: 1
    }
}

.doctor-info__description .description-prof {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4
}

@media screen and (max-width: 1279px) {
    .doctor-info__description .description-prof {
        font-size: 14px
    }
}

@media screen and (max-width: 1023px) {
    .doctor-info__description .description-prof {
        font-size: 12px
    }
}

.doctor-info__description .description-anons {
    margin: 16px 0 24px
}

@media screen and (max-width: 1279px) {
    .doctor-info__description .description-anons {
        font-size: 14px
    }
}

.doctor-info__description .add-to-like {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.doctor-info__description .add-to-like i,
.doctor-info__description .add-to-like span {
    display: inline-block;
    color: #EB5757
}

.doctor-info__description .add-to-like span {
    margin-left: 8px;
    color: #333333
}

.doctor-info__description .add-to-like .fa-heart {
    display: none
}

.doctor-info__description .add-to-like:hover .fa-heart {
    display: inline-block
}

.doctor-info__description .add-to-like:hover .fa-heart-o {
    display: none
}

.doctor-info__description .add-to-like:hover i,
.doctor-info__description .add-to-like:hover span {
    color: #EB5757
}

.doctor-info__description .add-to-like i {
    font-size: 20px
}

.doctor-info__description .add-to-like span {
    font-weight: 500;
    font-size: 18px
}

@media screen and (max-width: 1279px) {
    .doctor-info__description .add-to-like span {
        font-size: 14px
    }
}

.doctor-info__description .add-to-like.red i,
.doctor-info__description .add-to-like.red span {
    color: #EB5757
}

.doctor-info__description .add-to-like.red .fa-heart {
    display: inline-block
}

.doctor-info__description .add-to-like.red .fa-heart-o {
    display: none
}

.doctor-info__description .add-to-like .red:hover .fa-heart {
    display: none
}

.doctor-info__description .add-to-like .red:hover .fa-heart-o {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .doctor-info__description .like {
        width: 100%;
        margin-top: 20px
    }
}

.doctor-info__description .doctor-evaluation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 80px
}

@media screen and (max-width: 767px) {
    .doctor-info__description .doctor-evaluation {
        width: 100%;
        margin-right: 0
    }
}

.doctor-info__description .doctor-evaluation .doctor-reviews {
    font-weight: 500;
    font-size: 18px;
    margin-left: 40px
}

@media screen and (max-width: 1279px) {
    .doctor-info__description .doctor-evaluation .doctor-reviews {
        font-size: 14px
    }
}

.doctor-info__description .doctor-forms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px
}

@media screen and (max-width: 1279px) {
    .doctor-info__description .doctor-forms {
        font-size: 14px
    }
}

@media screen and (max-width: 639px) {
    .doctor-info__description .doctor-forms {
        flex-direction: column;
        align-items: flex-start
    }
}

.doctor-info__description .doctor-forms .btn-transparent {
    color: #4561A1;
    border: 1px solid #4561A1;
    margin-left: 40px
}

@media screen and (max-width: 1023px) {
    .doctor-info__description .doctor-forms .btn-transparent {
        margin-left: 20px;
        padding: 12px 26px
    }
}

@media screen and (max-width: 639px) {
    .doctor-info__description .doctor-forms .btn-transparent {
        margin-left: 0;
        margin-top: 10px
    }
}

.doctor-info h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.4;
    margin: 24px 0 16px
}

@media screen and (max-width: 1279px) {
    .doctor-info h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 1023px) {
    .doctor-info h1 {
        font-size: 30px
    }
}

.doctor-estimation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.doctor-price {
    margin-top: -35px;
    padding-top: 115px;
    padding-bottom: 105px
}

@media screen and (max-width: 1279px) {
    .doctor-price {
        margin-top: 30px
    }
}

.doctor-price h2 {
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(118.02deg, #4561A1 15.91%, #8399CB 99.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4561A1
}

.doctor-about h2 {
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(118.02deg, #4561A1 15.91%, #8399CB 99.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4561A1;
    margin-top: 40px
}

.doctor-about__block {
    margin-bottom: 56px
}

.doctor-reviews__section {
    margin-top: 120px
}

.reviews-list .review-item {
    padding: 56px 0
}

.review-container {
    max-width: 1200px
}

.review-container-narrow {
    max-width: 600px
}

@media screen and (max-width: 1280px) {
    .review-container-narrow {
        max-width: 800px
    }
}

.review-container-narrow .review-info__title {
    min-width: 100% !important
}

.review-item .review-text {
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    overflow: hidden
}

.review-item .review-info {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start
}

@media screen and (max-width: 640px) {
    .review-item .review-info {
        flex-direction: column
    }
}

.review-item .review-info__column {
    margin-right: 40px
}

@media screen and (max-width: 640px) {
    .review-item .review-info__column {
        margin-right: 0;
        margin-bottom: 24px
    }
}

.review-item .review-info__title {
    font-weight: 700;
    font-size: 16px;
    min-width: 240px
}

.review-item .review-info__doctor a {
    font-weight: 700;
    font-size: 16px;
    color: #4561A1;
    text-decoration: underline
}

.review-item .review-info__doctor a:hover {
    color: #45C2B1
}

.review-item .review-comment {
    margin-top: 48px;
    font-style: italic
}

@media screen and (max-width: 640px) {
    .review-item .review-comment {
        margin-top: 24px
    }
}

.review-item .review-comment__title {
    font-weight: 700
}

.review-item .review-comment__text {
    font-weight: 500
}

.reviews-services {
    margin-top: 48px;
    margin-bottom: 80px
}

.reviews-services hr {
    height: 1px;
    background: #C4C4C4;
    border: none;
    margin: 80px 0
}

.reviews-services .reviews-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reviews-services .reviews-list .review-item {
    width: 437px;
    height: 268px;
    background: #F6F6F6
}

.reviews-slider .prev,
.reviews-slider .next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    bottom: -104px;
    cursor: pointer
}

.reviews-slider .prev:hover,
.reviews-slider .next:hover {
    background: #4561A1
}

.reviews-slider .prev:hover span,
.reviews-slider .next:hover span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.reviews-slider .prev span,
.reviews-slider .next span {
    display: block;
    width: 100%;
    height: 100%
}

.reviews-slider .prev {
    left: 0
}

.reviews-slider .prev span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.reviews-slider .next {
    left: 62px
}

.reviews-slider .next span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat;
    transform: rotate(180deg)
}

.reviews-block {
    position: relative
}

.reviews-block .btn-reviews-all {
    position: absolute;
    bottom: -104px;
    right: 0
}

.reviews-block .btn-review-send {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 56px
}

@media screen and (max-width: 640px) {
    .reviews-block .btn-review-send {
        padding: 12px 16px
    }
}

.read-more {
    color: #4561A1;
    font-weight: 700;
    display: block;
    margin-top: 5px
}

.prodoc {
    padding-top: 40px
}

.prodoc-items {
    display: flex;
    flex-wrap: wrap
}

.prodoc-item {
    margin-right: 20px;
    color: #4561A1
}

@media screen and (max-width: 640px) {
    .prodoc-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.prodoc-item--block {
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.prodoc-item--block img {
    margin-bottom: 6px
}

@media screen and (max-width: 640px) {
    #pd_widget_mini {
        width: 100% !important
    }
}

.eq-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 64px
}

@media screen and (max-width: 768px) {
    .eq-item {
        align-items: flex-start;
        flex-direction: column
    }
}

.eq-item__img {
    margin-right: 36px;
    flex: 0 0 350px
}

.eq-item__img img {
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 1024px) {
    .eq-item__img {
        width: 50%;
        flex: 0
    }
}

@media screen and (max-width: 768px) {
    .eq-item__img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .eq-item__description {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .eq-item__description {
        width: 100%
    }
}

.eq-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
    max-width: 400px
}

@media screen and (max-width: 640px) {
    .eq-item__title {
        font-size: 20px
    }
}

.eq-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden
}

.eq-section {
    margin-top: 80px
}

.eq-section .eq-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

@media screen and (max-width: 640px) {
    .eq-section .eq-top {
        align-items: flex-start;
        flex-direction: column
    }
}

.news-list {
    display: flex;
    align-items: stretcht;
    flex-wrap: wrap;
    width: calc(100% + 24px)
}

.news-list .news-item {
    width: calc(25% - 24px);
    margin: 0 24px 64px 0;
    border: 1px solid rgba(84, 86, 90, 0.1)
}

@media screen and (max-width: 1280px) {
    .news-list .news-item {
        width: calc(33.33% - 24px)
    }
}

@media screen and (max-width: 768px) {
    .news-list .news-item {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width: 640px) {
    .news-list .news-item {
        width: calc(100% - 24px);
        margin-bottom: 32px
    }
}

.news-list .news-item .no-imgage {
    width: 100%;
    height: 240px
}

.news-list .news-item__info {
    padding: 16px 24px
}

.news-list .news-item__img {
    width: 100%
}

.news-list .news-item__date {
    font-size: 12px;
    line-height: 160%;
    color: #333333;
    opacity: 0.8;
    margin-bottom: 8px
}

.news-list .news-item__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #333333
}

@media screen and (max-width: 1024px) {
    .news-list .news-item__title {
        font-size: 14px
    }
}

.news-list .news-item__title:hover {
    color: #4561A1
}

.promo-list {
    display: flex;
    align-items: stretcht;
    flex-wrap: wrap;
    width: calc(100% + 32px)
}

.promo-list .promo-item {
    width: calc(33.33% - 32px);
    margin: 0 32px 106px 0;
    position: relative
}

@media screen and (max-width: 1023px) {
    .promo-list .promo-item {
        width: calc(50% - 32px);
        margin-bottom: 50px
    }
}

@media screen and (max-width: 639px) {
    .promo-list .promo-item {
        width: calc(100% - 32px)
    }
}

.promo-list .promo-item .no-imgage {
    width: 432px;
    height: 337px
}

.promo-list .promo-item__info {
    padding: 16px 8px
}

.promo-list .promo-item__img {
    width: 100%
}

.promo-list .promo-item__date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #4561A1;
    padding: 8px 16px;
    color: #fff
}

.promo-list .promo-item__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    margin-top: 16px
}

@media screen and (max-width: 1023px) {
    .promo-list .promo-item__title {
        font-size: 16px
    }
}

.promo-list .promo-item__title:hover {
    color: #4561A1
}

.promo-list .promo-item__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    opacity: 0.8;
    margin-top: 12px
}

.head-doctor {
    padding: 80px 0
}

.head-doctor .text {
    max-width: 600px
}

.head-doctor__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.head-doctor__info--margin {
    margin-top: 40px;
    margin-bottom: 40px
}

.head-doctor img {
    max-width: 471px;
    width: 100%
}

.head-doctor__greeting {
    background: rgba(131, 153, 203, 0.1);
    padding: 80px 0 160px 64px;
    flex-grow: 2;
    position: relative
}

@media screen and (max-width: 768px) {
    .head-doctor__greeting {
        padding: 40px
    }
}

@media screen and (max-width: 320px) {
    .head-doctor__greeting {
        padding: 15px
    }
}

.head-doctor__greeting--narrow {
    padding: 80px 0 80px 64px
}

.head-doctor__name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 32px
}

.head-doctor__sign {
    position: absolute;
    bottom: 15px;
    right: 90px
}

@media screen and (max-width: 1280px) {
    .head-doctor__sign {
        right: 20px
    }
}

@media screen and (max-width: 768px) {
    .head-doctor__sign {
        right: 0;
        bottom: 0;
        position: relative;
        margin-top: 30px
    }
}

.about-gallery {
    margin-top: 48px
}

.about-gallery__slide {
    margin-right: 24px
}

.about-gallery .slick-list {
    margin-right: -24px
}

.about-gallery .slick-slide img {
    width: 100%
}

.about-gallery .slick-slide > div {
    width: calc(100% - 24px)
}

.about-gallery .prev,
.about-gallery .next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: #4561A1;
    z-index: 1;
    cursor: pointer
}

.about-gallery .prev:hover,
.about-gallery .next:hover {
    background: #fff
}

.about-gallery .prev:hover span,
.about-gallery .next:hover span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.about-gallery .prev span,
.about-gallery .next span {
    display: block;
    width: 100%;
    height: 100%
}

.about-gallery .prev {
    left: 0
}

.about-gallery .prev span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.about-gallery .next {
    right: 0;
    left: auto
}

.about-gallery .next span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat;
    transform: rotate(180deg)
}

.works-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    width: calc(100% + 28px)
}

.works-item {
    margin: 0 28px 40px 0;
    position: relative;
    display: flex;
    width: calc(50% - 28px)
}

@media screen and (max-width: 768px) {
    .works-item {
        width: 100%
    }
}

.works-item__img {
    width: 100%
}

.works-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 24px;
    color: #000000;
    width: 53%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6
}

@media screen and (max-width: 1024px) {
    .works-item__title {
        padding: 10px;
        font-size: 14px;
        width: 70%
    }
}

@media screen and (max-width: 640px) {
    .works-item__title {
        padding: 10px;
        width: 100%
    }
}

.works .prev,
.works .next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    bottom: -104px;
    cursor: pointer
}

.works .prev:hover,
.works .next:hover {
    background: #4561A1
}

.works .prev:hover span,
.works .next:hover span {
    background: url("/local/assets/img/svg/arrow_slide_white.svg") center center no-repeat
}

.works .prev span,
.works .next span {
    display: block;
    width: 100%;
    height: 100%
}

.works .prev {
    left: 0
}

.works .prev span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat
}

.works .next {
    left: 62px
}

.works .next span {
    background: url("/local/assets/img/svg/arrow_slide.svg") center center no-repeat;
    transform: rotate(180deg)
}

.modal-works .modal-slide {
    max-width: 1328px !important
}

.modal-works .modal-slide .slick-slide {
    max-height: 568px
}

.modal-works .modal-slide .slick-slide img {
    width: 100%
}

.modal-works .modal-slide .modal-content {
    padding: 40px 40px 120px 40px;
    border-radius: 0
}

.modal-works .modal-slide .close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    background: #fff;
    padding: 0px 0px 5px 15px;
    opacity: 1;
    border: none;
    font-size: 36px
}

.clinic-doctors {
    margin-top: 90px
}

.clinic-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 64px;
    color: #54565A
}

.clinic-item__map {
    width: calc(100% - 716px);
    margin-right: 48px
}

@media screen and (max-width: 1280px) {
    .clinic-item__map {
        width: 41%;
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    .clinic-item__map {
        width: 100%;
        margin-bottom: 40px
    }
}

.clinic-item__info {
    width: 668px;
    font-weight: 500
}

@media screen and (max-width: 1280px) {
    .clinic-item__info {
        width: 56%
    }
}

@media screen and (max-width: 1024px) {
    .clinic-item__info {
        width: 100%
    }
}

.clinic-item__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px
}

.clinic-item__address {
    margin-bottom: 12px
}

.clinic-item__metro {
    margin-bottom: 24px
}

.clinic-item__time {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin-bottom: 40px
}

.clinic-item__time span {
    margin-bottom: 6px
}

.clinic-item__com {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    color: #000000;
    font-weight: 700
}

.clinic-item__btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    flex-wrap: wrap
}

.clinic-item__btn .btn {
    margin-right: 20px
}

@media screen and (max-width: 1279px) {
    .clinic-item__btn {
        justify-content: flex-start
    }

    .clinic-item__btn .btn {
        margin-right: 20px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px
    }
}

@media screen and (max-width: 639px) {
    .clinic-item__btn .btn {
        margin-right: 0;
        width: 100%;
        max-width: 100%
    }
}

.foto__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: wrap
}

.foto__item {
    height: 475px;
    width: calc(60% - 40px);
    margin-bottom: 40px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    position: relative
}

@media screen and (max-width: 1279px) {
    .foto__item {
        height: 370px
    }
}

@media screen and (max-width: 1023px) {
    .foto__item {
        height: 320px;
        width: calc(60% - 20px);
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .foto__item {
        height: 300px;
        width: 100%
    }
}

.foto__item img {
    width: 100%
}

.foto__item--odd {
    width: calc(40% - 40px)
}

@media screen and (max-width: 1023px) {
    .foto__item--odd {
        width: calc(40% - 20px)
    }
}

@media screen and (max-width: 767px) {
    .foto__item--odd {
        width: 100%
    }
}

.foto__item div {
    max-width: 100%;
    height: 100%
}

.foto__item:hover::before {
    content: '';
    background: url("/local/assets/img/svg/zoom.svg") center center no-repeat rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.foto__item:hover::after {
    border: 2px solid #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 32px
}

.index-direction {
    padding: 80px 0
}

.licenses__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: wrap
}

.licenses__item {
    width: calc(33.33% - 40px);
    margin-bottom: 40px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    position: relative
}

@media screen and (max-width: 1023px) {
    .licenses__item {
        width: calc(50% - 20px);
        margin-bottom: 20px
    }
}

@media screen and (max-width: 639px) {
    .licenses__item {
        width: 100%
    }
}

.licenses__item img {
    width: 100%;
    border: 1px solid #ccc
}

.licenses__item:hover::before {
    content: '';
    background: url("/local/assets/img/svg/zoom.svg") center center no-repeat rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.licenses__item:hover::after {
    border: 2px solid #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 32px
}

.diseases {
    padding: 40px 0 80px
}

.diseases__list-direction {
    display: flex;
    flex-wrap: wrap
}

.diseases__btn-direction {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    border: 1px solid #4561A1;
    padding: 6px 16px;
    margin-bottom: 10px;
    margin-right: 10px
}

.diseases__btn-direction:hover,
.diseases__btn-direction--active {
    color: #fff;
    background-color: #4561A1
}

.diseases__abc {
    background: #F8FAFC;
    padding: 16px 0;
    margin: 30px 0;
    width: 100%;
    position: relative
}

.diseases__abc::before {
    left: 0;
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    content: "";
    z-index: 10;
    background: linear-gradient(90deg, #F8FAFC, rgba(255, 255, 255, 0.1))
}

.diseases__abc::after {
    right: 0;
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    content: "";
    z-index: 10;
    background: linear-gradient(90deg, #F8FAFC, rgba(255, 255, 255, 0.1))
}

.diseases__abc a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    opacity: 0.5;
    text-transform: uppercase;
    margin-right: 24px
}

.diseases__abc a:hover {
    color: #4561A1
}

.diseases__abc .active-let {
    color: #4561A1
}

.diseases__big-lat {
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    color: #4561A1
}

.diseases__list {
    margin-top: 24px;
    margin-bottom: 40px
}

.search-page form {
    display: flex;
    max-width: 700px
}

.search-page input {
    width: 100%;
    padding: 16px 18px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #4561A1;
    max-width: 500px
}

.search-page .btn {
    max-width: 200px
}

.search-page a {
    color: #4561A1
}

.search-page hr {
    border: 1px solid #4561A1;
    margin: 40px 0
}

.numbers__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 120px
}

@media screen and (max-width: 1023px) {
    .numbers__list {
        margin-bottom: 0px
    }
}

.numbers__item {
    width: calc(33.333% - 40px);
    border: 2px solid rgba(0, 172, 105, 0.2);
    position: relative;
    height: 226px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 115px 26px 10px 26px
}

@media screen and (max-width: 1439px) {
    .numbers__item {
        padding: 100px 20px 10px 20px
    }
}

@media screen and (max-width: 1023px) {
    .numbers__item {
        width: 100%;
        margin-bottom: 100px
    }
}

.numbers__item:hover {
    cursor: pointer
}

.numbers__count {
    font-size: 177px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    width: 235px;
    color: rgba(0, 172, 105, 0.6)
}

.numbers__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #54565A
}

@media screen and (max-width: 1439px) {
    .numbers__title {
        font-size: 14px;
        line-height: 1.6
    }
}

.numbers__title a,
.numbers__title a:visited,
.numbers__title a:focus {
    text-decoration: underline;
    font-weight: 700;
    color: #54565A
}

.numbers__title a:hover,
.numbers__title a:visited:hover,
.numbers__title a:focus:hover {
    color: #4561A1
}

.numbers__title a.green {
    color: #4561A1
}

.numbers__title a.green:visited,
.numbers__title a.green:focus,
.numbers__title a.green:hover {
    opacity: .8
}

.form-nalog {
    padding: 0 0 40px 0
}

.tab {
    display: flex;
    height: 717px;
    width: 100%;
    flex-wrap: wrap;
    display: none
}

@media screen and (max-width: 1023px) {
    .tab {
        height: auto
    }
}

.tab .step-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #4561A1;
    padding: 80px 148px 24px 56px;
    width: 50%;
    color: #fff
}

@media screen and (max-width: 1279px) {
    .tab .step-info {
        padding: 80px 56px 24px 56px
    }
}

@media screen and (max-width: 1023px) {
    .tab .step-info {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .tab .step-info {
        padding: 40px 36px 20px 36px
    }
}

@media screen and (max-width: 424px) {
    .tab .step-info {
        padding: 40px 20px
    }
}

.tab .step-info__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px
}

@media screen and (max-width: 424px) {
    .tab .step-info__title {
        font-size: 20px
    }
}

.tab .step-info__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8
}

@media screen and (max-width: 424px) {
    .tab .step-info__text {
        font-size: 14px
    }
}

.tab .step-info__indicator {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 1023px) {
    .tab .step-info__indicator {
        margin-top: 80px
    }
}

.tab .step-info__indicator span {
    display: block
}

.tab .step-info__indicator-title {
    display: flex;
    justify-content: center
}

.tab .step-info__indicator-title .step-two {
    margin: 0 80px
}

@media screen and (max-width: 424px) {
    .tab .step-info__indicator-title .step-two {
        margin: 0 40px
    }
}

.tab .step-info__indicator-point {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.tab .step-info__indicator-point .step-one {
    position: relative
}

.tab .step-info__indicator-point .step-one::after {
    content: '';
    height: 2px;
    width: 115px;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 5px
}

@media screen and (max-width: 424px) {
    .tab .step-info__indicator-point .step-one::after {
        width: 70px
    }
}

.tab .step-info__indicator-point .step-one.active::after {
    background: #e6bf93
}

.tab .step-info__indicator-point .step-two {
    margin: 0 115px;
    position: relative
}

@media screen and (max-width: 424px) {
    .tab .step-info__indicator-point .step-two {
        margin: 0 70px
    }
}

.tab .step-info__indicator-point .step-two::after {
    content: '';
    height: 2px;
    width: 115px;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 5px
}

@media screen and (max-width: 424px) {
    .tab .step-info__indicator-point .step-two::after {
        width: 70px
    }
}

.tab .step-info__indicator-point .step-two.active::after {
    background: #e6bf93
}

.tab .step-info__indicator-point span {
    display: block;
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 50%
}

.tab .step-info__indicator-point span.active {
    background: #e6bf93
}

.tab .step-inputs {
    width: 50%;
    background: #F6F6F6;
    padding: 80px 56px 70px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .tab .step-inputs {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .tab .step-inputs {
        padding: 40px 16px 20px 16px
    }
}

.tab .step-inputs__title {
    color: #54565A;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2
}

.tab .step-inputs__description {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #54565A
}

.tab .step-inputs .add-patient {
    display: block;
    margin-top: -26px;
    text-decoration: underline;
    color: #54565A
}

.tab .step-inputs .add-patient:hover,
.tab .step-inputs .add-patient:focus,
.tab .step-inputs .add-patient:visited {
    color: #54565A
}

.tab .step-inputs .fields {
    margin-top: 32px
}

.tab .step-inputs .fields .field {
    margin-bottom: 40px;
    position: relative
}

.tab .step-inputs .fields .field span {
    display: none;
    position: absolute;
    bottom: -20px;
    right: 0
}

.tab .step-inputs .fields .field.error span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #EB5757
}

.tab .step-inputs .fields .field.error input,
.tab .step-inputs .fields .field.error textarea {
    border-color: #EB5757
}

.tab .step-inputs .fields .field-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.tab .step-inputs .fields .field-column input {
    width: calc(50% - 24px)
}

@media screen and (max-width: 767px) {
    .tab .step-inputs .fields .field-column input {
        width: 100%
    }
}

.tab .step-inputs .fields .field-column select {
    width: calc(50% - 24px)
}

@media screen and (max-width: 767px) {
    .tab .step-inputs .fields .field-column select {
        margin-top: 40px;
        width: 100%
    }
}

.tab .step-inputs .fields input {
    width: 100%;
    padding: 20px 18px 16px;
    border: 1px solid #333333
}

.tab .step-inputs .fields input::placeholder {
    color: #54565A
}

.tab .step-inputs .fields select {
    width: 100%;
    padding: 20px 18px 16px;
    border: 1px solid #333333
}

.tab .step-inputs .fields textarea {
    width: 100%;
    height: 112px;
    padding: 20px 18px 16px;
    border: 1px solid #333333
}

.tab .step-inputs .fields textarea::placeholder {
    color: #54565A
}

.tab .step-inputs .period {
    margin-top: 16px
}

.tab .step-inputs .period label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
    margin-right: 40px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px
}

.tab .step-inputs .period input[type=checkbox] {
    display: none
}

.tab .step-inputs .period label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    border: 1px solid #333333
}

.tab .step-inputs .period input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 1
}

.tab .step-inputs .btn-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.tab .step-inputs .btn-block .btn-back {
    width: 50%;
    color: #54565A;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8
}

@media screen and (max-width: 767px) {
    .tab .step-inputs .btn-block .btn-back {
        width: 100%;
        margin-top: 20px
    }
}

.tab .step-inputs .btn-block .btn-next,
.tab .step-inputs .btn-block .btn-send-nalog {
    width: 50%
}

@media screen and (max-width: 767px) {

    .tab .step-inputs .btn-block .btn-next,
    .tab .step-inputs .btn-block .btn-send-nalog {
        width: 100%;
        margin-top: 20px
    }
}

.tab .step-inputs .policy {
    color: #54565A;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px
}

.tab .step-inputs .policy a {
    color: #4561A1;
    font-weight: 700;
    text-decoration: underline
}

.tab .step-inputs .policy a:visited,
.tab .step-inputs .policy a:focus,
.tab .step-inputs .policy a:hover {
    opacity: .8
}

.patient-block {
    margin-top: 38px;
    max-height: 236px;
    overflow: auto
}

.patient {
    padding: 14px 24px;
    background: #fff;
    color: #19B377;
    font-weight: 500;
    margin-bottom: 8px
}

.bg-grey .doctors__block .doctor-card__img img {
    top: 0px;
}

.doctors-slick .slick-prev, .doctors-slick .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: url(/local/assets/img/svg/arrow_slide_white.svg) center center no-repeat #4561A1;
    z-index: 1;
    cursor: pointer;
    color: transparent;
    left: 0px;
    margin-top: -34px;
}

.doctors-slick .slick-prev:hover, .doctors-slick .slick-next:hover {
    opacity: 0.8;
}

.doctors-slick .slick-next {
    left: auto;
    right: 0px;
    background: url(/local/assets/img/svg/arrow_slide_white.svg) center center no-repeat #4561A1;
    transform: rotate(180deg);
    margin-top: -61px;
}

.doctors.bg-grey {
    position: relative;
}

.doctors.bg-grey .slick-list, .doctors.bg-grey .doctors-slick {
    position: static;
}

.doctors-slick.slick-initialized .slick-list {
    width: 99.9%;
}

.doctors-template .doctors-slick .slick-prev, .doctors-template .doctors-slick .slick-next {
    margin-top: 32px;
}

.doctors-template .doctors-slick .slick-next {
    margin-top: 5px;
}

.text-reviews-wrap {
    padding: 60px 0 75px;
}

.href-wrap {
    position: relative;
}

.href {
    position: absolute;
    top: -40px;
    left: 0px;
}

.text-reviews h4 {
    font-size: 19px;
}

.header__logo-pic img {
    height: 75px;
}

@media (max-width: 1022px) {
    .header__logo-pic img {
        height: 50px;
    }
}


#cookie_note {
    position: fixed;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
    width: 98%;
    display: none;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, .9);
    border-radius: 50px;
    z-index: 9999999;
    max-width: 1200px;
    padding: 16px 24px;
}

#cookie_note.show {
    display: flex;
}

#cookie_note .button {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0;
    font-size: 9px;
    border: none;
    background: #4561A1;
}

#cookie_note p {
    margin: 0;
    color: #fff;
}

#cookie_note a {
    color: #4561A1;
}


._check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

._check p {
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0;
}

._check a {
    color: inherit !important;
    font-weight: 500;
    text-decoration: underline;
}

._check input {
    width: 15px !important;
    height: 15px !important;
    margin-top: 4px;
    flex: 0 0 auto;
}


























/* End */


/* Start:/local/assets/css/new.css?178636122024986*/
.doctors-slick .doctor-card__img {
    display: block;
}

.contact-photos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    flex-wrap: wrap;
}

.contact-photos img {
    max-width: 49%;
}

@media (max-width: 767px) {
    .contact-photos img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    table th, table td {

        /* width: 106px; */
        /* width: 33%; */
        /* max-width: 106px; */
        /* display: table-cell !important; */
    }

    .text table {
        max-width: 100%;
        width: 100%;
        /* table-layout: fixed; */
        /* display: none; */
    }

    .text table td[colspan="1"]:not(:first-child), .text table td[rowspan="1"]:not(:first-child) {
        /* text-align: center; */
    }

    .text table th b, .text table td b {
        font-size: 12px;
        text-align: left;
    }

    table.need_one_way, thead, tbody, th, td, tr {
        /* display: table-cell; */
    }

    .text table th, table td {
        padding: 10px 0;
        display: table-cell !important;
    }

    .text table th, table td {
    }
}

.prices-preview-picture__wrapper {
    /* padding-top: 80px; */
    /* background: #ECFBFB; */
    margin-bottom: 26px;
}

.prices-preview-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prices-preview-picture img {
    max-width: 900px;
    width: 100%;

}

@media (max-width: 1600px) {
    .prices-preview-picture img {
        max-width: 700px;
    }
}

.text table tr {
    display: table-row !important;
}

.text table thead,
.text table tbody {
    display: table-row-group !important;
}

.text table th, .text table td {
    padding: 10px 10px 10px 0 !important;
    display: table-cell !important;
}


/* covid rehabilitation */
/* arcticmodal */
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(/local/assets/css/loading.gif) no-repeat 50% 50%;
}

/* arcticmodal */

.video_block {
    position: relative;
    margin-top: 40px
}

.video_block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 2
}

.video_block.play .video_play {
    opacity: 0
}

.video_block.play img {
    opacity: 0
}

.video_block.play video {
    opacity: 1;
    position: relative;
    z-index: 4
}

.video_play {
    width: 49px;
    height: 49px;
    background-image: url(/local/assets/img/svg/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3
}

.video_frame {
    height: 100%;
    position: relative
}

.video_frame img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.video_frame video {
    width: 100%;
    position: relative;
    display: block;
    opacity: 0
}

.calc_block {
    padding-top: 74px;
    max-width: 1126px
}

.calc_title {
    max-width: 672px;
    margin-bottom: 50px
}

.calc_info {
    padding-top: 15px
}

.calc_info h3 {
    font-size: 24px;
    margin: 0
}

.calc_info p {
    margin: 0
}

.calc_head {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calc_space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calc_price {
    color: #4da96f;
    font-size: 24px;
    font-weight: 700;
    min-width: 81px;
    text-align: right
}

.calc_text {
    max-width: 1000px
}

.text.type_2 {
    max-width: 1027px
}

.calc_icon {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #4da86f;
    font-size: 20px;
    font-weight: 500;
    color: #4da86f;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 19px
}

.calc_accordion_head {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calc_accordion {
    margin-top: 30px
}

.calc_accordion_item {
    margin-bottom: 30px
}

.calc_checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calc_checkbox input {
    visibility: hidden;
    position: absolute
}

.calc_checkbox input:checked ~ label:after {
    opacity: 1
}

.calc_checkbox label {
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 80px)
}

.calc_checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
    display: inline-block;
    margin-right: 18px;
    position: absolute;
    left: 0;
    top: 3px
}

.calc_checkbox label:after {
    content: '';
    display: inline-block;
    border-right: 3px solid #4da86f;
    border-bottom: 3px solid #4da86f;
    height: 14px;
    width: 8px;
    position: absolute;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.calc_content {
    padding-top: 10px;
    display: none;
    padding-left: 40px
}

.calc_content .calc_space {
    margin-top: 10px
}

.info_show {
    width: 16px;
    height: 16px;
    background: #4da96f;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 12px;
    position: relative;
    top: 5px;
    cursor: pointer
}

.info_show_text {
    color: #000;
    padding: 13px 22px;
    width: 341px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    z-index: 3;
    pointer-events: none;
    -webkit-transform: translate(0, calc(-100% + 16px));
    -ms-transform: translate(0, calc(-100% + 16px));
    transform: translate(0, calc(-100% + 16px))
}

.calc_b {
    font-size: 16px;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 30px
}

.calc_count {
    width: 68px;
    height: 20px;
    color: #000;
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc_count_button {
    width: 20px;
    height: 20px;
    background: 0 0;
    font-size: 16px;
    border: none;
    cursor: pointer
}

.calc_input {
    width: 30px;
    text-align: center;
    background: 0 0;
    border: none;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    text-align: center
}

.calc_input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.calc_input::-webkit-inner-spin-button,
.calc_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.calc_total {
    margin-top: 60px;
    max-width: 350px;
    margin-right: 0;
    margin-left: auto
}

.calc_total p {
    font-size: 14px;
    color: #828282;
    text-align: right
}

.calc_total p.red {
    color: red
}

.calc_total_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.calc_old_price {
    font-weight: 400;
    font-size: 18px;
    color: #eb5757;
    text-decoration: line-through
}

.success_shadow {
    background: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: none
}

.success_modal {
    width: 100%;
    max-width: 375px;
    background: #fafafa;
    height: 180px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #4f4f4f
}

@media only screen and (max-width: 800px) {
    .calc_head {
        font-size: 14px
    }

    .calc_checkbox label {
        font-size: 14px
    }

    .calc_price {
        font-size: 18px
    }

    .calc_text {
        font-size: 12px
    }

    .info_show {
        top: 3px
    }
}

@media only screen and (max-width: 600px) {
    .calc_price.type_2 {
        margin-left: auto;
        margin-right: 0
    }

    .calc_price {
        font-size: 15px;
        margin-top: 10px
    }

    .calc_count {
        margin-left: 40px;
        margin-top: 15px;
        width: 116px;
        height: 28px
    }

    .calc_count_button {
        height: 28px;
        width: 28px;
        font-size: 18px;
        cursor: default
    }

    .calc_input {
        width: 30px;
        font-size: 14px
    }

    .calc_price {
        text-align: center
    }

    .info_show_text {
        width: 200px;
        -webkit-transform: translate(-50%, calc(-100% + 16px));
        -ms-transform: translate(-50%, calc(-100% + 16px));
        transform: translate(-50%, calc(-100% + 16px))
    }

    .calc_icon {
        margin-right: 10px
    }

    .calc_space {
        margin-bottom: 25px
    }

    .calc_content {
        padding-left: 0
    }

    .info_show_text {
        -webkit-transform: translate(calc(-100% + 20px), 0);
        -ms-transform: translate(calc(-100% + 20px), 0);
        transform: translate(calc(-100% + 20px), 0)
    }

    .calc_checkbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-bottom: 0
    }

    .calc_checkbox label {
        line-height: 17px;
        font-size: 14px;
        cursor: default
    }

    .calc_checkbox label:before {
        width: 28px;
        height: 28px;
        top: -5px
    }

    .calc_checkbox label:after {
        height: 18px;
        width: 10px;
        left: 9px;
        top: -2px
    }

    .calc_b {
        margin-bottom: 25px
    }

    .calc_head {
        font-size: 15px;
        line-height: 18px
    }

    .calc_head {
        margin-bottom: 20px
    }

    .calc_text {
        margin-bottom: 30px
    }

    .calc_total {
        max-width: 450px;
        margin: 0 auto
    }

    .calc_total_price {
        margin: 40px auto 15px;
        max-width: 250px;
        font-size: 20px
    }

    .calc_total_price .calc_price {
        margin-top: 0
    }

    .calc_old_price {
        font-size: 12px
    }

    .calc_price {
        font-size: 20px
    }

    .calc_total p {
        font-size: 12px;
        text-align: center
    }

    .info_show {
        top: 0
    }
}

.btn.disabled-button {
    background: #cecece !important;
}

#rehabilitation {
    width: 100%;
    max-width: 375px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    padding: 83px 35px 83px;
    margin: 0 auto;
    background: #fff;
}

#rehabilitation input.error {
    border: 1px solid red;
}

#rehabilitation input.error::-webkit-input-placeholder {
    color: red
}

#rehabilitation input.error::-moz-placeholder {
    color: red
}

#rehabilitation input.error:-ms-input-placeholder {
    color: red
}

#rehabilitation input.error::-ms-input-placeholder {
    color: red
}

#rehabilitation input.error::placeholder {
    color: red
}

#rehabilitation .close {
    position: absolute;
    top: 6px;
    right: 8px;
    opacity: 0.3;
}

#rehabilitation .btn-green {
    padding: 12px 45px;
}

#rehabilitation .policy a {
    text-decoration: underline;
    color: #5C554A;
}

.rehabilitation-detail-text .text h2 {
    max-width: none;
}

.rehabilitation-detail-text .text p {
    max-width: none;
}

.calc_block .calc_price {
    width: 110px;
}

.calc_block {
    padding-bottom: 74px;
}

input[type="text"]:not(.error):focus, input[type="email"]:not(.error):focus, input[type="tel"]:not(.error):focus, textarea:focus {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(69, 97, 161, 0.35) inset;
    -moz-box-shadow: 0px 0px 10px 0px rgba(69, 97, 161, 0.35) inset;
    box-shadow: 0px 0px 10px 0px rgba(69, 97, 161, 0.35) inset;
}

/* input[type="submit"]:focus, button[type="submit"]:focus, [data-order="true"]:focus{
  border: 0.5px solid #000;
} */
.not-found-content {
    padding: 0 0 40px;
}

.not-found-content__title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 20px;
}

.top-marquee {
    padding: 20px 0;
    background: linear-gradient(122.12deg, #4561A1 15.91%, #118F8B 99.42%);
}

.top-marquee marquee {
    display: flex;
    color: #fff;
}

/* --- Contact metro --- */
.contact-metro-item {
    display: flex;
    margin: 6px 0px 10px;
    height: 26px;
}

.contact-metro-item img {
    margin-right: 10px;
}

.contact-men {
    margin-left: 11px;
    height: 21px;
}

.contact-road span {
    display: block;
}

.contact-road {
    margin: 18px 0px 0px;
}

.contact-roads {
    margin-bottom: 22px;
}

.contact-map-wrap {
    margin-bottom: 55px;
}

.clinic-item__map img {
    max-width: 98%;
    margin-bottom: 6px;
}

.clinic .clinic-item {
    margin-bottom: 36px;
}

/* --- // --- */

/* --- SOC --- */
.soc-icon {
    background: #F7F7F7;
    display: block;
    height: 50px;
    width: 50px;
    margin-right: 26px;
    margin-left: -3px;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
}

.soc-icon:hover {
    opacity: 0.8;
}

.soc-icon-vk {
    background: url(/upload/vk.svg) no-repeat center center #F7F7F7;
}

.soc-icon-text {
    color: #4561A1;
    background: linear-gradient(112.48deg, #4561A1 15.91%, #8399CB 99.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 0px 0px #4561A1;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
}

.soc-icon-text:hover {
    opacity: 0.8;
}

.soc-icon-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0px -8px;
}

.soc-icon-wrap .soc-icon {
    margin-right: 15px;
    margin-left: 0px;
}

.footer-soc-icons .soc-icon {
    background: url(/upload/vk.svg) no-repeat center center #fff;
}

.footer-soc-icons {
    align-self: flex-end;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-bottom: 21px;
}

/* --- Icons list --- */
.icons__list .advantages__item:hover svg path {
    fill: #fff
}

.icons__list .advantages__item .advantages__text {
    font-size: 17px;
    margin-top: 10px;
}

.icons-wrap {
    padding: 70px 0 65px;
}

/* --- Gallery main slick --- */
.grid-item-slide {
    height: 460px;
    width: 445px;
    margin: 0px 7.5px;
}

.gallery-main-slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-main-slick .slick-prev, .gallery-main-slick .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: url(/local/assets/img/svg/arrow_slide_white.svg) center center no-repeat #4561A1;
    z-index: 1;
    cursor: pointer;
    color: transparent;
    left: 0px;
    margin-top: -3px;
}

.gallery-main-slick .slick-prev:hover, .gallery-main-slick .slick-next:hover {
    opacity: 0.8;
}

.gallery-main-slick .slick-next {
    left: auto;
    right: 0px;
    background: url(/local/assets/img/svg/arrow_slide_white.svg) center center no-repeat #4561A1;
    transform: rotate(180deg);
    margin-top: -29px;
}

.gallery-main-slides-wrap {
    position: relative;
    margin: 0px 0px 100px;
}

.gallery-main-slides-wrap .container {
    padding: 0 30px;
}

.gallery-main-slides-wrap .slick-list, .gallery-main-slides-wrap .gallery-main-slick {
    position: static;
}

@media screen and (max-width: 639px) {
    .gallery-main-slides-wrap .container {
        padding: 0 18px;
    }
}

/* --- Doctors video --- */
.doctors-video-wrap {
    margin: 80px 0px 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.doctors-video-wrap .iframe {
    height: 372px;
    width: 660px;
    /*width: 48.6%;*/
    max-width: 100%;
    margin: 0px 19px 38px;
    background: #000;
}

.doctors-video-items {
    margin: 0px -19px;
    max-width: 97vw;
}

.doctors-video-inline {
    display: flex;
}

.iframe iframe {
    width: 100%;
    height: 100%;
}

.iframe-img, .iframe-video {
    width: 100%;
    height: 100%;
}

.iframe-video {
    width: 100%;
}

.cover {
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important
}

.contain {
    -o-background-size: contain !important;
    -webkit-background-size: contain !important;
    -khtml-background-size: contain !important;
    -moz-background-size: contain !important;
    background-size: contain !important
}

.doctors-video-wrap .iframe:nth-child(2n) {
    /*margin-right: 0px;*/
}

@media (max-width: 1280px) {
    .doctors-video-wrap .iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 1025px) {
    .doctors-video-wrap .iframe {
        height: 49vw;
        margin: 0px;
    }
}

@media screen and (max-width: 639px) {
    .doctors-video-wrap .iframe {
        margin-bottom: 27px;
    }

    .doctors-video-items {
        margin: 0px;
    }
}

.prodoc {
    margin-bottom: 14px;
}

/* --- Doctors video slick --- */
.doctors-video-slick .slick-prev, .doctors-video-slick .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: url(/local/assets/img/svg/arrow_slide_white.svg) center center no-repeat #4561A1;
    z-index: 1;
    cursor: pointer;
    color: transparent;
    left: 0px;
    margin-top: -3px;
}

.doctors-video-slick .slick-prev:hover, .doctors-video-slick .slick-next:hover {
    opacity: 0.8;
}

.doctors-video-slick .slick-next {
    left: auto;
    right: 0px;
    background: url(/local/assets/img/svg/arrow_slide_white.svg) center center no-repeat #4561A1;
    transform: rotate(180deg);
    margin-top: -29px;
}

.doctors-video-slick .slick-list, .doctors-video-slick {
    position: static;
}

.doctors-video-wrap {
    position: relative;
}

.doctors-padding {
    padding-bottom: 0px;
}

/* --- // --- */

#CalltouchWidgetFrame {
    left: 0px !important;
}

/* --- Department detail --- */
.text-detail > b, .text-detail > strong {
    color: #54565A;
    font-weight: 700;
    border-left: 4px solid #4561A1;
    padding-left: 32px;
    margin-inline-start: 0;
    display: block;
    margin-top: 35px;
}

.text-reviews {
    width: 100%;
}

/* --- // --- */
.info-items {
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    width: 322px;
    height: 228px;
    display: block;
    background: #F7F7F7;
    font-size: 18px;
    /*font-size: 17.5px;*/
    line-height: 25px;
    color: #54565A;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 1.75%;
    margin-bottom: 25px;
    width: 23.65%;
}

.info-item-small {
    line-height: 1.39em;
    font-size: 17px;
}

.info-item-small .info-item-name {
    bottom: 11.3%;
}

.info-item:nth-child(4n) {
    margin-right: 0px;
}

.info-item:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 7px;
    background: url(/local/assets/img/mic-line.svg) repeat-x center center;
    background-size: cover;
}

.info-item-name {
    position: absolute;
    left: 9.8%;
    right: 10%;
    bottom: 13.3%;
    /*min-height: 45px;*/
    width: 100%;
    padding-right: 18.5%;
}

.info-item-img {
    display: block;
    width: 90px;
    height: 33px;
    background: url(/local/assets/img/mic.svg) no-repeat center center;
    top: 14%;
    left: 10.2%;
    position: absolute;
}

@media screen and (max-width: 1390px) {
    .info-item {
        font-size: 16px;
    }

    .info-item-small {
        font-size: 15px;
    }

    .info-item-img {
        top: 13%;
    }
}

@media screen and (max-width: 1260px) {
    .info-item, .info-item:nth-child(4n) {
        width: 32%;
        margin-right: 1.75%;
    }

    .info-item:nth-child(3n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 860px) {
    .info-item, .info-item:nth-child(4n), .info-item:nth-child(3n) {
        width: 48%;
        margin-right: 2.8%;
        margin-bottom: 25px;
    }

    .info-item:nth-child(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    .info-item, .info-item:nth-child(4n), .info-item:nth-child(3n), .info-item:nth-child(2n) {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 28px;
        font-size: 19px;
    }

    .info-item-small, .info-item-small:nth-child(4n), .info-item-small:nth-child(3n), .info-item-small:nth-child(2n) {
        font-size: 18px;
    }
}

.text-reviews div[itemprop="mainEntity"].active div[itemprop="acceptedAnswer"] {
    padding-top: 12px;
}

/* --- // --- */

.seo {
    padding: 75px 0 70px;
}

.seo-middle {
    padding: 27px 0;
}

.text ul:last-child, .text-page ul:last-child {
    margin-bottom: 0px;
}

.text p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

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

.doctor_sert_list {
    margin-top: 20px;
}

.doctor_sert_list .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.doctor_sert_list .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #4561A1;
    background-image: url(/local/assets/img/svg/arrow_slide_white.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-position: center center;
    border: none;
    position: absolute;
    top: 38%;
    z-index: 10;
    cursor: pointer;
}


.doctor_sert_list .slick-arrow.slick-prev {
    left: -30px;
}

.doctor_sert_list .slick-arrow.slick-next {
    right: -15px;
    transform: rotate(180deg);
}

.slick-slide img {
    margin: 0 auto;
}

.doctor_sert_list .slick-slide {
    padding: 5px;
    border: 1px solid #eee;
    margin-right: 15px;
}
/* End */


/* Start:/local/assets/js/fancybox/jquery.fancybox.min.css?169649464812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/links/style.css?1786361220167*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

/* End */


/* Start:/local/templates/main/styles.css?178636122062531*/
@media screen and (max-width: 767px) {
    .text {
        order: 2;
    }

    .info {
        order: 1;
        margin-bottom: 15px;
    }

    .content-block {
        padding: 15px 0;
    }

    .promo__title {
        margin-top: 15px;
    }

    .promo__slider-block {
        max-width: calc(100vw - 48px);
    }

}

.sitemap__link {
    width: fit-content;
    color: #54565A;
    /* padding: 17px 0px 19px; */
    display: block;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

ul.map-level-0 a {
    text-decoration: none;
}

.map-columns td {
    border-bottom: none;
}

.clinic-item__com a {
    color: #000;
}

.banner__slider-text .btn {
    bottom: -10px;
}

.text ul li {
    margin-bottom: 15px;
}

.price_update_tabs_list {
    display: flex;
}

.price_update_tabs_content_item {
    display: none;
}

.price_update_tabs_content_item.active {
    display: block;
}

.price_update_tabs_item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

.price_update_tabs_item.active {
    background: #4561A1;
    color: #FFFFFF;
}

.price_update_tabs_content {
    padding-top: 15px;
}

.gallery-main-slides-wrap {
    padding-top: 80px;
}

.price_download_link {
    display: block;
    margin-top: 25px;
}

.p_upload_success_wrap {
    margin-top: 25px;
    color: green;
}

.doctor_main_links h2 {
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(118.02deg, #4561A1 15.91%, #118F8B 99.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4561A1;
    margin-top: 20px;
}

.doctor_main_links a {
    color: #4561A1;
    text-decoration: underline;
    font-weight: 700;
}

section.main_about {
    padding-top: 75px;
    padding-bottom: 30px;
}

.main_about_inner {
    display: flex;
    justify-content: space-between;
}

.main_about_img {
    width: 505px;
}

.main_about_img img {
    max-width: 100%;
}

.main_about_descr {
    width: 760px;
}

.main_about_descr h3 {
    font-size: 28px;
}

section.main_advantages {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8fafc;
}

.main_advantages_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_advantages_item {
    width: 370px;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.main_advantages_item_icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-166deg, #ead1be 37%, #e6bf93 100%);
    background-image: -webkit-linear-gradient(-166deg, #ead1be 37%, #e6bf93 100%);
    background-image: -ms-linear-gradient(-166deg, #ead1be 37%, #e6bf93 100%);
    margin-right: 30px;
    position: relative;
}

.main_advantages_item_icon img {
    position: absolute;
    right: -10px;
    top: 11px;
}

.main_advantages_item_descr {
    width: 275px;
}

.main_advantages_item_title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.main_advantages_item_text {
    font-size: 14px;
}

section.main_news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main_news_inner {
    display: flex;
    justify-content: space-between;
}

.main_news_left {
    width: 310px;
}

.main_news_left h2 {
    margin-bottom: 20px;
}

.main_news_left p {
    margin-bottom: 25px;
}

.main_news_left .btn {
    width: 180px;
}

.main_news_right {
    width: 1015px;
    display: flex;
    justify-content: space-between;
}

.main_news_item {
    width: 315px;
}

.main_news_item_img {
    margin-bottom: 20px;
}

.main_news_item_img img {
    max-width: 100%;
}

.main_news_item_date {
    font-size: 14px;
    color: #54565a;
    margin-bottom: 10px;
}

.main_news_item_title a {
    color: #54565a;
    font-weight: bold;
    font-size: 15px;
}

.main_news_item_title a:hover {
    color: #4561A1;
}

section.main_doctors {
    padding-top: 90px;
    padding-bottom: 65px;
}

.main_doctors .container {
    position: relative;
}

.main_doctors_slider {
    width: calc(100% + 25px);
}

.main_doctors_inner .slick-track {
    margin-left: 0;
}

.main_doctors_slider .slick-arrow, .reviews_slider .slick-arrow {
    position: absolute;
    right: 0;
    top: -59px;
    width: 11px;
    height: 20px;
    padding: 0;
    font-size: 0;
    border: none;
    background-color: transparent;
    background-image: url('/local/assets/img/arrow.png');
    background-size: cover;
    cursor: pointer;
}

.main_doctors_slider .slick-prev, .reviews_slider .slick-prev {
    right: 90px;
    transform: rotate(180deg);
}

.main_doctors_slider .slick-next, .reviews_slider .slick-next {
    right: 25px;
}

.main_doctors_slide {
    margin-right: 25px;
}

.main_doctors_slide_img {
    margin-bottom: 30px;
    height: 390px;
    overflow: hidden;
}

.main_doctors_slide_img img {
    max-width: 100%;
}

.main_doctors_slide_title {
    line-height: 1.2;
    margin-bottom: 10px;
}

.main_doctors_slide_title a {
    font-size: 19px;
    color: #54565a;
    font-weight: bold;
}

.main_doctors_slide_title a:hover {
    color: #4561A1;
}

.main_doctors_slide_text p {
    font-size: 14px;
    margin-bottom: 15px;
}

.main_doctors_slide_bot {
    display: flex;
    justify-content: space-between;
}

.main_doctors_slide_rew {
    width: 130px;
}

.main_doctors_slide .btn {
    width: 166px;
}

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

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

.main_doctors_slide_stars > span {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('/local/assets/img/star.png');
    background-size: cover;
}

.main_doctors_slide_stars_wrap > span {
    font-size: 14px;
    color: #54565a;
}

.main_doctors_slide_rew > a {
    font-size: 12px;
    color: #54565a;
    text-decoration: underline;
}

.btn_transparent {
    display: block;
    border: 1px solid #54565a;
    border-radius: 8px;
    text-align: center;
    color: #54565a;
    background-color: transparent;
    line-height: 1.5;
}

.yellow_btn {
    border-radius: 8px;
    background-image: -moz-linear-gradient(-166deg, #ead1be 37%, #e6bf93 100%);
    background-image: -webkit-linear-gradient(-166deg, #ead1be 37%, #e6bf93 100%);
    background-image: -ms-linear-gradient(-166deg, #ead1be 37%, #e6bf93 100%);
    color: #fff;
}

.yellow_btn:hover {
    color: #fff;
    opacity: .8;
}

.main_doctors_slider_count {
    display: flex;
    position: absolute;
    right: 58px;
    top: 0;
    align-items: center;
}

.doctors_inner_wrap .main_doctors_slider_count {
    right: 25px;
}

.main_doctors_slider_count .current {
    margin-right: 2px;
}

.main_doctors_slider_count .all {
    margin-left: 2px;
}

.main_doctors_list {
    display: flex;
    flex-wrap: wrap;
}

.main_doctors_list .main_doctors_slide {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 20px;
}

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

section.main_price {
    padding-top: 50px;
    padding-bottom: 50px;
}

.price_page_filter .btn {
    display: flex;
    align-items: center;
    border: 1px solid #b0b0b0;
    margin-right: 20px;
    border-radius: 10px;
    background-color: transparent;
}

.price_page_filter .btn.active {
    color: #ffffff;
    background-image: -moz-linear-gradient(112.48deg, #4561A1 15.91%, #8399CB 99.42%);
    background-image: -webkit-linear-gradient(112.48deg, #4561A1 15.91%, #8399CB 99.42%);
    background-image: -ms-linear-gradient(112.48deg, #4561A1 15.91%, #8399CB 99.42%);
    border-color: transparent;
}

.price_page_filter .btn img {
    margin-right: 5px;
}

.price_page_filter .btn img.i_active {
    display: none;
}

.price_page_filter .btn.active img {
    display: none;
}

.price_page_filter .btn.active img.i_active {
    display: block;
}

.price_page_wrap {
    padding-top: 50px;
}

.price_page_item {
    background-color: #f8fafc;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.price_page_item_title {
    position: relative;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    color: #54565a;
}

.price_page_item_title:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 10px;
    background-image: url('/local/assets/img/p_arrow.png');
    left: 0;
    top: 40px;
    transition: all 0.5s ease;
}

.price_page_item.active .price_page_item_title:before {
    transform: rotate(180deg);
}

.price_page_item_inner {
    padding-left: 90px;
    padding-right: 75px;
    padding-bottom: 25px;
    display: none;
}

.price_page_sub_item {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #b0b0b0;
}

.price_page_sub_item:last-child {
    border-bottom: none;
}

.price_page_sub_item_left {
    width: 670px;
}

.price_page_sub_item_right {
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_page_sub_item_title {
    position: relative;
    color: #54565a;
    font-size: 18px;
    display: inline-block;
}

.discount_percent {
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #368036;
}

.price_page_sub_item_title .discount_percent {
    position: absolute;
    right: -60px;
    top: 0;
}

.price_page_sub_item_price {
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.price_page_sub_item_price_value {
    display: flex;
    justify-content: space-around;
}

.price_page_sub_item_price_value .old_price {
    font-weight: normal;
    text-decoration: line-through;
}

.discount_value {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    background-color: #fce1a7;
    font-size: 13px;
    font-weight: normal;
}

.price_page_sub_item_link {
    width: 220px;
    text-align: right;
}

.price_page_sub_item_link a, .text-page .price_page_sub_item_link a {
    font-size: 16px;
    font-weight: bold;
    color: #54565a;
    text-decoration: underline;
}

.price_page_sub_item_link a:hover {
    color: #368036;
}

section.clinic_profiles {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8fafc;
}

.clinic_profiles h2 {
    text-align: center;
}

.doctor_page h2 {
    font-size: 26px;
}

.clinic_profiles_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.doctor_page_top {
    display: flex;
    background-color: #f8fafc;
    margin-bottom: 40px;
}

.doctor_page_top_text {
    width: 915px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
}

.doctor_page_top_text h1 {
    font-size: 36px;
}

.doctor_page_top_text p {
    font-size: 16px;
}

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

.doctor_page_top_rew .main_doctors_slide_stars_wrap {
    margin-right: 10px;
}

.text-page .doctor_page_top_rew a {
    color: #504f4f;
    font-weight: normal;
}

.doctor_page_top_img {
    width: 445px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.doctor_page_top_img img {
    width: 100%;
}

.doctor_page_top_img .btn {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 10px;
    z-index: 20;
}

.doctor_page_top_btn {
    display: flex;
    margin-top: 30px;
}

.doctor_page_top_btn .yellow_btn {
    margin-right: 30px;
}

/*
.prof_list {
    padding-top: 40px;
} */

.prof_list h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.prof_list_inner ul {
    padding-left: 25px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    /* flex-direction: column;
     max-height: 350px; */
}

.prof_list_inner ul li {
    width: 48%;
    position: relative;
    padding-left: 15px;
}

.prof_list_inner ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E6BF93;
    position: absolute;
    left: 0;
    top: 12px;
}

.doctor_page_tabs_wrap {
    padding-top: 60px;
}

.doctor_page_tabs {
    display: flex;
}

.doctor_page_tabs_item {
    width: 25%;
    text-align: center;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #b0b0b0;
    cursor: pointer;
}

.doctor_page_tabs_item.active {
    color: #4561A1;
    border-color: #4561A1;
}

.doctor_page_tabs_content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
}

.doctor_page_tabs_content_item {
    display: none;
}

.doctor_page_tabs_content_item.active {
    display: block;
}

.doctor_page_tabs_content p, .doctor_page_tabs_content ul {
    max-width: 100%;
}

.doctor_page_prices {
    padding-top: 70px;
}

.doctor_page_prices_list {
    background-color: #f8fafc;
    padding: 0 25px;
    border-radius: 10px;
}

.reviews_slide {
    margin-right: 20px;
}

.reviews_slide_inner {
    padding: 30px;
    border-radius: 15px;
    background-color: #f8fafc;
}

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

.reviews_slide_title {
    font-weight: bold;
    font-size: 20px;
}

.reviews_slide_text {
    margin-bottom: 30px;
}

.reviews_slide_link {
    color: #368036;
    text-decoration: underline;
}

.reviews_slide_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.doctor_page_reviews {
    padding-top: 75px;
    position: relative;
    padding-bottom: 35px;
}

.doctor_page_reviews .main_doctors_slider_count {
    right: 50px;
    top: 74px;
}

.actions_wrap {
    padding-top: 50px;
    position: relative;
}

.actions_list {
    display: flex;
    flex-wrap: wrap;
}

.actions_item {
    width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.actions_item_img {
    margin-bottom: 10px;
    position: relative;
}

.actions_item_img .discount_percent {
    position: absolute;
    top: 20px;
    left: 20px;
}

.actions_item_img img {
    max-width: 100%;
}

.actions_item_date {
    font-size: 14px;
    margin-bottom: 12px;
}

.actions_item_title {
    margin-bottom: 20px;
    line-height: 1.4;
}

.text-page .actions_item_title a {
    font-size: 17px;
    font-weight: bold;
    color: #54565a;
    text-decoration: none;
}

.actions_item_bottom {
    display: flex;
    justify-content: space-between;
}

.actions_item_price_info {
    width: 145px;
}

.actions_item_price {
    display: flex;
    align-items: center;
    line-height: 1;
}

.actions_item_price span {
    font-weight: bold;
    color: #4561A1;
    font-size: 19px;
}

.actions_item_price span.old_price {
    color: #54565a;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
}

.actions_item_price_discount {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    background-color: #fce1a7;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-top: 5px;
}

.top .container-top {
    padding-bottom: 0;
}

.container-top .anons p:last-child {
    margin-bottom: 0;
}

.doctor_page_tabs_mobile {
    display: none;
}

.action_detail_top {
    position: relative;
}

.action_detail_top img {
    width: 100%;
}

.action_detail_top .video_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 200px;
}

.action_detail_top_info {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}

.action_detail_top_info_inner {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.action_detail_top_text {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.action_detail_top_date {
    font-size: 18px;
}

.action_detail_top_text h1 {
    font-size: 32px;
    font-weight: bold;
    max-width: none;
}

.action_detail_top_price {
    text-align: right;
    margin-left: 50px;
}

.action_detail_top_price .old_price {
    text-decoration: line-through;
    line-height: 1;
}

.action_detail_top_price .price {
    font-size: 32px;
    font-weight: bold;
    color: #4561A1;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 10px;
}

.action_detail_top_price .discount_value {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.action_detail_top .discount_percent {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 20px;
}

.action_detail_text {
    padding-top: 60px;
}

.action_detail_text ul {
    padding-left: 10px;
    list-style-type: none;
    max-width: none;
}

.action_detail_text ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.action_detail_text ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E6BF93;
    position: absolute;
    left: 0;
    top: 12px;
}

.how_order {
    margin-top: 55px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 140px;
    padding-right: 140px;
    background-color: #f8fafc;
}

.how_order_title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 55px;
    font-weight: bold;
}

.how_order_list {
    display: flex;
    justify-content: space-around;
}

.how_order_item_icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-166deg, rgb(253, 214, 131) 37%, rgb(255, 183, 27) 100%);
    background-image: -webkit-linear-gradient(-166deg, rgb(253, 214, 131) 37%, rgb(255, 183, 27) 100%);
    background-image: -ms-linear-gradient(-166deg, rgb(253, 214, 131) 37%, rgb(255, 183, 27) 100%);
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.how_order_item_icon img {
    position: absolute;
    right: -10px;
    top: 11px;
}

.how_order_item p {
    text-align: center;
}

.how_order_item a {
    color: #4561A1;
}

.patient_note {
    margin-top: 55px;
    padding: 60px 80px;
    background-color: #f8fafc;
}

.patient_note_title {
    position: relative;
    font-size: 27px;
    font-weight: bold;
}

.patient_note_title:before {
    content: '';
    width: 30px;
    height: 36px;
    position: absolute;
    left: -40px;
    top: 10px;
    background-image: url('/local/assets/img/c_i.png');
    background-size: cover;
}

.patient_note p {
    font-style: italic;
    max-width: none;
}

.about-gallery {
    margin-bottom: 70px;
}

.head-doctor {
    padding-top: 0;
}

.action_detail_info_mobile {
    display: none;
}

.text-page {
    width: 100%;
}

.ajax_wrap {
    transition: all 0.5s ease;
}

.ajax_wrap.load {
    opacity: 0.5;
    pointer-events: none;
}

.service_detail_top {
    position: relative;
}

.service_detail_top .video_btn {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
}

.service_detail_top .video_btn:focus {
    color: #ffffff;
}

.service_detail_top img {
    width: 100%;
}

.service_detail_top_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.service_detail_top_inner {
    width: 100%;
    padding-left: 80px;
}

.service_detail_top_bg {
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.service_detail_top_inner h1 {
    font-size: 38px;
    color: #54565a;
    max-width: none;
    margin-bottom: 10px;
}

.service_detail_top_inner p {
    font-size: 16px;
    color: #54565a;
    margin-top: 0;
}

.text-page .service_detail_top_inner .btn {
    width: 215px;
    font-size: 14px;
    color: #54565a;
    text-decoration: none;
}

.service_detail_page {
    display: flex;
    justify-content: space-between;
}

.doctors_inner_wrap {
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.service_detail_page_left {
    width: 320px;
}

.service_detail_page_right {
    width: calc(100% - 340px);
}

.service_detail_page_links {
    background-color: #f8fafc;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.service_detail_page_left .actions_item {
    margin-bottom: 30px;
    margin-right: 0;
}

.service_detail_page_links_title {
    font-size: 20px;
    color: #54565a;
    margin-bottom: 10px;
}

.service_detail_page_link {
    margin-bottom: 15px;
    line-height: 1.4;
}

.text-page .service_detail_page_link a {
    color: #54565a;
    font-size: 14px;
    text-decoration: none;
}

.service_detail_page_right p, .service_detail_page_right ul, .service_detail_page_right h2, .center_detail_descr ul, .service_detail_page_right ol {
    max-width: none;
}

.service_detail_page_right ul li, .center_detail_descr ul li, .text ul li, .text-page ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.service_detail_page_right ul li:before, .center_detail_descr ul li:before, .text ul li:before, .text-page ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E6BF93;
    position: absolute;
    left: 0;
    top: 12px;
}

.text {
    max-width: 950px;
}

.service_detail_page_order_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 8px;
    background-color: rgb(248, 250, 252);
    box-shadow: 0px 9px 36.55px 6.45px rgba(100, 100, 100, 0.28);
}

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

.service_page_order_left {
    width: 630px;
    display: flex;
    align-items: center;
}

.service_page_order_right {
    width: 290px;
    display: flex;
    align-items: center;
}

.service_page_order_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-166deg, rgb(253, 214, 131) 37%, rgb(255, 183, 27) 100%);
    background-image: -webkit-linear-gradient(-166deg, rgb(253, 214, 131) 37%, rgb(255, 183, 27) 100%);
    background-image: -ms-linear-gradient(-166deg, rgb(253, 214, 131) 37%, rgb(255, 183, 27) 100%);
    margin-right: 30px;
    position: relative;
}

.service_page_order_left p {
    width: 560px;
}

.service_page_order_icon img {
    position: absolute;
    right: -3px;
    top: 4px;
}

.text-page a.yellow_btn {
    color: #54565a;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
}

.service_page_order_quest {
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 3;
    border: 1px solid #54565a;
    border-radius: 8px;
    margin-left: 10px;
}

.inner_page_links {
    display: flex;
    flex-wrap: wrap;
}

.inner_page_links_wrap {
    margin-top: 75px;
    margin-bottom: 75px;
}

.text-page .inner_page_links a {
    padding: 20px;
    text-decoration: none;
    color: #54565a;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: normal;
}

.text-page .inner_page_links a:hover {
    color: #ffffff;
    background-image: -moz-linear-gradient(-90deg, rgb(53, 172, 101) 0%, rgb(17, 112, 55) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(53, 172, 101) 0%, rgb(17, 112, 55) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(53, 172, 101) 0%, rgb(17, 112, 55) 100%);
    border-color: transparent;
}

.service_detail_page_right h2 {
    font-size: 28px;
}

.service_detail_page_mobile {
    display: none;
}

.service_detail_top_mobile, .service_detail_page_mobile_btn {
    display: none;
}

.new_footer {
    margin-top: 30px;
    background-color: #f8fafc;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_col {
    font-size: 14px;
    margin-right: 10px;
}

.footer_col_title, .footer_col .footer__nav-title, .footer_col .footer__nav-first .footer__nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #54565a;
    margin-bottom: 20px;
}

.footer_col .footer__nav-first .footer__nav-link {
    margin-bottom: 10px;
    line-height: 1;
}

.footer_col .footer__nav-cell {
    width: 100%;
}

.footer_col .footer__nav-item:not(.footer__nav-title) {
    margin-bottom: 10px;
}

.footer_col .footer__nav-cell.footer__nav-first {
    margin-top: 25px;
}

.footer_contact_list_item {
    margin-bottom: 10px;
}

.footer_contact_list_item img {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 5px;
}

.footer_contact_list_item a {
    color: #54565a;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.footer_site_title {
    font-size: 14px;
    color: #54565a;
    margin-top: 20px;
    margin-bottom: 15px;
}

a.footer_link {
    text-decoration: underline;
    color: #54565A;
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
}

/*.list__items .list__item.hidden {
    display: block !important;
}*/

.m_note {
    margin-bottom: 25px;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #bababa;
}

.footer_bottom_link {
    font-size: 12px;
    color: #54565a;
    text-decoration: underline;
}

.dd-informer-about_title.dd-informer-about_title--white {
    display: none;
}

.prices {
    padding-top: 0;
}

.doctor_page {
    padding-bottom: 40px;
}


.medflex-round-widget .medflex-round-widget__button {
    right: 30px;
    bottom: 110px;
    left: auto;
}

.main_slide {
    position: relative;
}

.main_slide > img {
    display: block;
    width: 100%;
}

.main_slide_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/assets/img/slide_bg_2.png');
    background-size: cover;
}

.main_slide_text {
    padding-top: 50px;
    width: 750px;
    padding-left: 25px;
}

.main_slide_date {
    font-size: 16px;
    text-decoration: underline;
}

.main_slide_title {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.main_slide_descr {
    margin-bottom: 20px;
}

.main_slide_descr ul li {
    padding-left: 15px;
    position: relative;
}

.main_slide_descr ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E6BF93;
    position: absolute;
    left: 0;
    top: 12px;
}

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

.main_slide_btn_wrap .btn {
    margin-right: 30px;
}

.main_slide_btn_wrap a {
    text-decoration: underline;
    color: #54565a;
}

.main_slider_mobile {
    display: none;
}

.main_slider_wrap .slick-prev, .main_slider_wrap .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: none;
    background: url('/local/assets/img/svg/arrow_slide_white.svg') center center no-repeat #4561A1;
    z-index: 1;
    cursor: pointer;
    color: transparent;
    left: 0px;
    margin-top: -3px;
}

.main_slider_wrap .slick-next {
    left: auto;
    right: 0px;
    background: url('/local/assets/img/svg/arrow_slide_white.svg') center center no-repeat #4561A1;
    transform: rotate(180deg);
    margin-top: -29px;
}

.sber_payment_form {
    width: 900px;
    max-width: 100%;
    padding-top: 40px;
}

.wait_massage {
    margin-bottom: 25px;
    color: green;
}

.success-text__form.payment_success {
    display: block;
    color: green;
    margin-top: 10px;
}

.c_center_inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.c_center_item {
    width: 660px;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}

.c_center_item:nth-child(2n) {
    margin-right: 0;
}

.c_center_item img {
    width: 100%;
}

.c_center_item_text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

.c_center_item_title {
    font-size: 20px;
    color: #54565a;
    margin-bottom: 5px;
    font-weight: bold;
}

.c_center_item_text a {
    font-size: 18px;
    color: #4561A1;
}

.c_item_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.center_tabs_wrap {
    background-color: #f8fafc;
    margin-top: 25px;
}

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

.center_tabs_link {
    font-size: 20px;
    color: #54565a;
    text-align: center;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #4561A1;
    line-height: 1.2;
    cursor: pointer;
    height: 100px;
}

.center_tabs_link.active {
    color: #fff;
    border-color: #4561A1;
    background-color: #4561A1;
}

.center_tabs_item {
    padding: 40px;
    display: none;
}

.center_tabs_item.active {
    display: block;
}

.center_tabs_item_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.text-page .center_tabs_item p, .text-page .center_tabs_item ul {
    width: 100%;
    max-width: 100%;
}

.center_tabs_services_item_title {
    font-size: 24px;
    color: #54565a;
    margin-bottom: 15px;
}

.center_tabs_item ul {
    display: flex;
    flex-wrap: wrap;
}

.center_tabs_item ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    width: 33%;
    padding-right: 10px;
}

.text-page .center_tabs_item li p {
    margin-top: 0;
    margin-bottom: 0;
}

.center_tabs_item ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E6BF93;
    position: absolute;
    left: 0;
    top: 12px;
}

.text-page .center_tabs_item ul li a {
    color: #54565a;
    font-size: 16px;
    font-weight: normal;
}

center_tabs_services_item {
    margin-bottom: 10px;
}

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

.center_detail_banner {
    width: 943px;
    position: relative;
}

.center_detail_cns {
    position: relative;
    width: 340px;
}

.center_detail_banner_descr {
    position: absolute;
    left: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 75px;
    padding: 20px;
}

.center_detail_banner_descr h1 {
    color: #54565a;
    font-size: 40px;
}

.center_detail_cns_text {
    position: absolute;
    bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.center_detail_cns_text p {
    font-size: 18px;
    color: #54565a;
    margin-bottom: 45px;
}

.center_detail_banner img {
    width: 100%;
}

.center_detail_banner_descr .btn {
    display: inline-block;
}

.text-page a.btn_white {
    display: block;
    border: 1px solid #54565a;
    border-radius: 8px;
    text-align: center;
    color: #54565a;
    background-color: #fff;
    line-height: 1.5;
    text-decoration: none;
    width: 300px;
}

.center_detail_descr {
    margin-top: 50px;
}

.center_detail_descr.with_gallery {
    display: flex;
}

.center_detail_descr.with_gallery .center_detail_text {
    width: 760px;
    padding-right: 25px;
}

.center_detail_gallery_wrap {
    width: 550px;
}

.center_detail_gallery .slick-arrow {

}

.center_detail_help {
    margin-top: 60px;
}

.center_detail_help_list {
    padding: 40px;
    border-radius: 15px;
    background-color: #f8fafc;
}

.center_detail_help_list ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.center_detail_help_list ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    width: 30%;
    margin-right: 20px;
}

.center_detail_help_list ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E6BF93;
    position: absolute;
    left: 0;
    top: 12px;
}

.center_banner {
    position: relative;
    margin-bottom: 35px;
}

.center_banner img {
    width: 100%;
}

.center_banner_inner {
    position: absolute;
    left: 45px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.text-page .center_banner_inner h1 {
    font-size: 38px;
}

.center_mobile_tabs {
    display: none;
}

.center_detail_cns img {
    width: 100%;
}

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

.center_tabs_item_detail {
    background-color: #f8fafc;
    border-radius: 15px;
    margin-top: 50px;
}

.center_detail_tabs_wrap .center_tabs_link {
    width: 33%;
}

.prof_list_inner ul {
    padding-left: 0;
}

.prof_list_inner ul li:before {
    top: 10px;
}

.main_slider_wrap {
    height: 443px;
}

.main_slider_wrap.active {
    height: auto;
}

.main_slider {
    display: none;
}

.prof_list_inner ul li p {
    margin: 0;
}

.doctor_page_top_price {
    font-size: 19px;
    margin-top: 20px;
    font-weight: bold;
}

.summary-list {
    width: 955px;
    max-width: 100%;
}

.summary-list--item {
    background: #f1f5ff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 25px;
}

.summary-list--item:not(:last-child) {
    margin-bottom: 20px;
}

.summary-list--item .summary-list--item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 150px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
}

.summary-list--item .summary-list--item--hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
}

.summary-list--item .summary-list--item-top .info {
    max-width: 460px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.summary-list--item .summary-list--item-top .salary {
    margin-right: auto;
    color: #182233;
    font-weight: 500;
    font-size: 18px;
}

.summary-list--item .summary-list--item-top .arrow {
    min-width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #a1aac3;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.summary-list--item .summary-list--item-top .arrow:before {
    content: "";
    width: 8px;
    height: 15px;
    background: url('/local/assets/img/angle-big.png') no-repeat center center;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.summary-list--item .summary-list--item-top .info p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.summary-list--item .summary-list--item-top .info span {
    color: #6c7283;
}

.summary-list--item .summary-list--item--hidden .summary-list--item--content {
    padding-top: 30px;
    padding-bottom: 40px;
}

.summary-list--item .summary-list--item--hidden .summary-list--item--content h4 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
}

.summary-list--item.open > .summary-list--item--hidden {
    max-height: 20999px;
}

.summary-list--item.open .summary-list--item-top {
    border-bottom: 1px solid #9294a8;
}

.summary-list--item.open > .summary-list--item-top .arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #4561A1;
    border-color: #4561A1;
}

.summary-list--item.open > .summary-list--item-top .arrow:before {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.summary-list--item .btn {
    display: inline-block;
    margin-top: 20px;
}

.modal_div {
    width: 1110px;
    height: auto;
    box-shadow: -2px -1px 7px rgba(0, 0, 0, 0.08), 0px 7px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50px;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    z-index: 50;
}

.modal_close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 23px;
    color: #000;
}

#overlay {
    z-index: 30;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.modal_inner {
    width: 100%;
    background: #d5d9ddb5;
    border: 1px solid #E6E7E8;
    box-shadow: 0px 0px 11px rgba(0, 70, 122, 0.06), 0px 9px 19px rgba(0, 70, 122, 0.06);
    border-radius: 2px;
    padding-left: 160px;
    padding-right: 160px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.modal_title {
    font-family: 'EuropeExt';
    font-size: 36px;
    line-height: 33px;
    margin-bottom: 5px;
    text-align: center;
}

.modal_text {
    font-size: 22px;
    line-height: 25px;
    color: #C8CACC;
    margin-bottom: 40px;
    text-align: center;
}

.modal_inner .btn {
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 30px;
}

.w-form-success {
    color: green;
    position: relative;
    top: 25px;
}

.footer_fixed_info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #4561A1;
    color: #ffffff;
    z-index: 100000;
    text-align: center;
}

.blog_wrap {
    position: relative;
    padding-top: 40px;
}

.blog_inner {
    display: flex;
    justify-content: space-between;
}

.blog_left {
    width: 69%;
}

.blog_right {
    width: 29%;
}

.blog_list {
    display: flex;
    flex-wrap: wrap;
}

.blog_item {
    width: 48%;
    border: 1px solid #dadada;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 580px;
    position: relative;
}

.blog_item:nth-child(2n) {
    margin-right: 0;
}

.blog_item_img {
    display: block;
    margin-bottom: 18px;
}

.blog_item_descr {
    padding-left: 15px;
    padding-right: 15px;
}

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

.blog_item_date, .blog_item_views {
    display: flex;
    align-items: center;
}

.blog_item_date span, .blog_item_views span {
    font-size: 14px;
    color: #383a3d;
    margin-left: 10px;
}

.text-page a.blog_item_title {
    font-size: 18px;
    color: #383a3d;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: none;
}

.text-page .blog_wrap a:hover {
    color: #29af62;
    text-decoration: underline;
}

.blog_item_preview_text {
    font-size: 14px;
    color: #383a3d;
}

.blog_item_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: 15px;
}

.text-page .blog_item_tags a {
    font-size: 14px;
    color: #383a3d;
    font-weight: 500;
    margin-right: 15px;
}

.blog_right_item {
    padding: 25px;
    background-color: #f8fafc;
    margin-bottom: 35px;
}

.blog_tags {
    display: flex;
    flex-wrap: wrap;
}

.text-page .blog_tags a {
    font-size: 16px;
    color: #54565a;
    font-weight: 500;
    margin-right: 15px;
}

.blog_item.popular_blog_item {
    border: none;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d9dadb;
}

.blog_item.popular_blog_item:last-child {
    border-bottom: none;
}

.blog_item.popular_blog_item .blog_item_tags {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
}

.text-page .blog_wrap .more_btn {
    width: 100%;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 3.1;
    color: #54565a;
}

.text-page .blog_wrap .more_btn:hover {
    color: #54565a;
}

.blog_item.blog_item_full {
    border: none;
}

.blog_item_full .blog_item_descr {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.text-page .blog_item_full .blog_item_title {
    font-size: 24px;
    position: relative;
    z-index: 10;
}

.blog_item_full .blog_item_top {
    position: relative;
    z-index: 10;
}

.blog_item_full_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px -175px 15px 2px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0px -175px 15px 2px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0px -175px 15px 2px rgba(255, 255, 255, 0.4) inset;
}

.blog_detail_quote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #feeac1;
    font-size: 14px;
}

.blog_detail_quote_title {
    font-size: 24px;
    font-weight: bold;
    color: #383a3d;
    margin-bottom: 15px;
}

.text-page .blog_wrap h1 {
    max-width: 100%;
}

.blog_wrap .search_wrap {
    position: relative;
}

.blog_wrap .search_wrap input[type='text'] {
    width: 100%;
    height: 55px;
    border: 1px solid #29af62;
    padding-left: 15px;
}

.blog_wrap .search_wrap input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    font-size: 0;
    background-color: transparent;
    border: none;
    background-image: url('/local/templates/main/../../assets/img/search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.main_doctors_slide_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_doctors_slide_price_name {
    display: block;
    font-size: 12px;
}

.main_doctors_slide_price_value {
    font-weight: bold;
}

.text-page .center_tabs_inner h2, .text-page .center_tabs_inner h3 {
    max-width: 100%;
}

.prices-preview-picture-wrap {
    position: relative;
}

.prices-preview-picture .video_btn, .center_detail_banner .video_btn {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
}

.other_services_links ul li {
    padding-left: 0;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.other_services_links ul li:before {
    display: none;
}

.other_services_links ul li a {
    text-decoration: none;
}

.tour_text {
    margin-top: 40px;
}

.tour_text h2, .tour_text p {
    max-width: 100%;
}

@media screen and (max-width: 1700px) {

    /*   .main_slide_descr {
           display: none;
       }
   */
}

@media screen and (max-width: 1460px) {

    .c_center_item {
        width: 48%;
        margin-right: 30px;
    }

}

@media screen and (max-width: 1380px) {

    .main_about_img {
        width: 40%;
    }

    .main_about_descr {
        width: 55%;
    }

    .main_about_descr h3 {
        font-size: 25px;
    }

    .main_news_left {
        width: 25%;
    }

    .main_news_right {
        width: 72%;
    }

    .main_news_item {
        width: 31%;
    }

    .main_news_item_title a {
        font-size: 14px;
    }

    .main_doctors_slide .btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        width: 120px;
    }

    .price_page_sub_item_left {
        width: 530px;
    }

    .price_page_item_inner {
        padding-left: 30px;
        padding-right: 35px;
    }

    .doctor_page_top_text {
        padding-top: 70px;
    }

    .doctor_page_top_text h1 {
        font-size: 30px;
    }

    .action_detail_top_text h1 {
        font-size: 28px;
    }

    .action_detail_top_price .price {
        font-size: 28px;
    }

    .how_order {
        padding-left: 70px;
        padding-right: 70px;
    }

    .service_page_order_left p {
        width: calc(100% - 60px);
    }

    .text-page a.yellow_btn {
        font-size: 13px;
    }

    .service_page_order_left {
        width: 535px;
    }

    .main_slide_title {
        font-size: 24px;
    }

    .center_detail_banner {
        width: 790px;
    }

    .center_detail_cns {
        width: 286px;
    }

    .text-page .center_detail_cns .btn {
        width: 100%;
        font-size: 14px;
    }

    .center_detail_banner_descr {
        top: 40px;
    }

}

@media screen and (max-width: 1210px) {

    .main_advantages_inner {
        justify-content: space-around;
    }

    .price_page_sub_item_left {
        width: 430px;
    }

    .price_page_sub_item_title .discount_percent {
        right: 20px;
    }

    .doctor_page_top_text {
        width: 565px;
        margin-right: 10px;
    }

    .doctor_page_top_img {
        width: 400px;
    }

    .doctor_page_top_text h1 {
        font-size: 26px;
    }

    .doctor_page_top_text p {
        font-size: 16px;
    }

    .prof_list_inner ul {
        max-height: 400px;
    }

    .reviews_slide_bot {
        font-size: 13px;
        margin-top: 40px;
    }

    .reviews_slide_title {
        font-size: 18px;
        margin-right: 5px;
    }

    .action_detail_top_text h1 {
        font-size: 22px;
    }

    .action_detail_top_price .price {
        font-size: 22px;
    }

    .how_order {
        padding: 30px;
    }

    .service_detail_page_order_inner {
        flex-wrap: wrap;
    }

    .service_page_order_left {
        width: 100%;
    }

    .service_page_order_right {
        width: 100%;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .center_detail_banner {
        width: 680px;
    }

    .center_detail_banner_descr h1 {
        font-size: 27px;
    }

    .center_detail_cns {
        width: 246px;
    }

    .text-page .center_detail_cns .btn {
        font-size: 12px;
    }

    .blog_item {
        margin-right: 15px;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 1024px) {

    .main_about_inner, .main_news_inner {
        flex-wrap: wrap;
    }

    .main_about_img, .main_news_left {
        width: 100%;
        margin-bottom: 15px;
    }

    .main_about_descr, .main_news_right {
        width: 100%;
    }

    .price_page_sub_item_title .discount_percent {
        position: static;
        display: inline-block;
    }

    .reviews_slide_bot {
        flex-wrap: wrap;
    }

    .doctor_page_top {
        justify-content: space-between;
    }

    .doctor_page_top_text {
        margin-right: 0;
        width: 48%;
    }

    .doctor_page_top_img {
        width: 48%;
        height: 415px;
    }

    .doctor_page_top_btn {
        margin-top: 30px;
    }

    .doctor_page_top_btn .btn {
        font-size: 12px;
        line-height: 1.2;
    }

    .action_detail_top_info {
        display: none;
    }

    .action_detail_info_mobile {
        display: block;
    }

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

    .action_detail_top_price_inner {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .action_detail_top_date {
        font-size: 16px;
    }

    .action_detail_info_mobile_top h1 {
        font-size: 30px;
    }

    .text-page a.btn {
        text-decoration: none;
    }

    .action_detail_top_price .old_price {
        margin-right: 10px;
    }

    .action_detail_top_price .price {
        margin-top: 0;
        margin-bottom: 0;
    }

    .action_detail_top .discount_percent {
        font-size: 14px;
        top: 20px;
        left: 20px;
    }

    .patient_note {
        padding: 30px 60px;
    }

    .service_detail_top_inner h1 {
        font-size: 30px;
    }

    .service_detail_top_inner p {
        font-size: 15px;
    }

    .service_detail_page {
        flex-direction: column;
    }

    .service_detail_page_left, .service_detail_page_right {
        width: 100%;
    }

    .service_detail_page_right {
        position: relative;
    }

    .service_detail_page_right.active {
        height: auto;
    }

    .service_detail_page_left .actions_item {
        display: none;
    }

    .service_detail_page_order_wrap {
        display: none;
    }

    .service_detail_page_mobile, .service_detail_page_mobile .service_detail_page_order_wrap {
        display: block;
    }

    .service_detail_page_mobile_btn {
        text-align: center;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px;
        z-index: 10;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .service_detail_page_right.active .service_detail_page_mobile_btn {
        display: none;
    }

    .prof_list_inner ul {
        max-height: 500px;
    }

    .footer_col {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .footer_col:nth-child(1), .footer_col:nth-child(2) {
        width: 50%;
    }

    .footer_col:nth-child(2) {
        text-align: right;
    }

    .footer_col:nth-child(3), .footer_col:nth-child(4), .footer_col:nth-child(5) {
        width: 32%;
    }

    .main_slider {
        display: none !important;
    }

    .main_slider_mobile {
        display: block;
    }

    .main_slide_mobile_img {
        height: 300px;
        position: relative;
        background-size: auto 100%;
        background-position: 100% 0;
        background-repeat: no-repeat;
    }

    .main_slide_mobile_img img {
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
    }

    .main_slide_text {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 25px;
        background-color: #f8fafc;
    }

    .main_slide_descr {
        display: block;
    }

    .action_detail_top_price {
        margin-left: 0;
    }

    .main_slider_wrap .slick-prev, .main_slider_wrap .slick-next {
        top: 17%;
    }

    .text-page .center_banner_inner h1 {
        font-size: 28px;
    }

    .center_desctop_tabs {
        display: none;
    }

    .center_mobile_tabs {
        display: block;
        background-color: #f8fafc;
    }

    .center_mobile_tab_content {
        display: none;
    }

    .center_mobile_tab_item.active .center_mobile_tab_content {
        display: block;
    }

    .center_mobile_tab_title {
        padding: 20px;
        font-size: 18px;
        border-bottom: 2px solid #b0b0b0;
        position: relative;
        cursor: pointer;
    }

    .center_mobile_tab_title:after {
        content: '';
        width: 8px;
        height: 15px;
        position: absolute;
        right: 20px;
        top: 26px;
        background-image: url('/local/assets/img/angle-down.png');
        background-size: cover;
        transition: all 0.5s ease
    }

    .center_mobile_tab_item.active .center_mobile_tab_title:after {
        transform: rotate(90deg);
    }

    .center_mobile_tab_content {
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .center_tabs_item {
        padding: 0;
        display: block;
    }

    .center_tabs_item_detail.center_tabs_item {
        padding: 40px;
    }

    .center_tabs_item ul li {
        width: 50%;
    }

    .center_mobile_tab_item.active .center_mobile_tab_title {
        color: #4561A1;
        border-color: #4561A1;
    }

    .center_detail_cns {
        display: none;
    }

    .center_detail_banner {
        width: 100%;
    }

    .center_detail_descr.with_gallery {
        flex-wrap: wrap;
    }

    .center_detail_descr.with_gallery .center_detail_text {
        width: 100%;
    }

    .other_services_links ul {
        display: none;
        padding-top: 20px;
    }

    .other_services_links {
        background-color: #f8fafc;
        padding: 15px;
        margin-bottom: 35px;
    }

    .other_services_links h3 {
        margin-bottom: 0;
        cursor: pointer;
    }

}

@media screen and (max-width: 885px) {

    .main_advantages_inner {
        justify-content: space-between;
    }

    .main_advantages_item {
        width: 45%;
    }

    .main_about_descr h3 {
        font-size: 22px;
    }

    .main_advantages_item {
        flex-direction: column;
    }

    .main_advantages_item_icon {
        margin-bottom: 10px;
    }

    .main_news_right {
        flex-direction: column;
    }

    .main_news_item {
        width: 315px;
        margin-bottom: 20px;
    }

    .main_news_left {
        margin-bottom: 40px;
    }

    .price_page_sub_item {
        flex-wrap: wrap;
    }

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

    .doctor_page_top {
        flex-direction: column;
    }

    .doctor_page_top_text {
        width: 100%;
        order: 2;
        padding-bottom: 25px;
    }

    .doctor_page_top_img {
        width: 100%;
        order: 1;
    }

    .doctor_page_top_btn .btn {
        font-size: 15px;
    }

    .prof_list_inner ul {
        max-height: none;
        padding-left: 0;
    }

    .prof_list_inner ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .doctor_page_tabs_mobile {
        display: block;
    }

    .doctor_page_tabs_desctop {
        display: none;
    }

    .doctor_page_tabs_mobile_title {
        padding: 10px;
        border-bottom: 2px solid #b0b0b0;
        position: relative;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .doctor_page_tabs_mobile_title.active {
        color: #4561A1;
        border-color: #4561A1;
    }

    .doctor_page_tabs_mobile_title:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 15px;
        width: 8px;
        height: 15px;
        background-image: url('/local/assets/img/arrow.png');
        background-size: cover;
        transition: all 0.5s ease;
    }

    .doctor_page_tabs_mobile_title.active:after {
        transform: rotate(90deg);
    }

    .doctor_page_tabs_mobile_content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        display: none;
    }

    .actions_item {
        margin-bottom: 25px;
        max-width: 100%;
    }

    .action_detail_info_mobile_top h1 {
        font-size: 26px;
    }

    .how_order_list {
        flex-direction: column;
    }

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

    .how_order_item_icon {
        margin: 0;
        margin-bottom: 0;
        margin-right: 40px;
    }

    .how_order_item p {
        text-align: left;
    }

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


    .service_detail_top_inner {
        padding-left: 20px;
    }

    .service_detail_top_inner h1 {
        font-size: 24px;
    }

    .footer_bottom {
        flex-direction: column;
    }

    .footer_bottom_link {
        margin-bottom: 15px;
    }

    .main_doctors_list .main_doctors_slide {
        width: 46%;
    }

    #inline-badge {
        display: none;
    }

    section.doctors {
        overflow: hidden;
    }

    .center_detail_help_list ul li {
        width: 46%;
    }

    .c_center_item {
        width: 100%;
        margin-right: 0;
    }

    .blog_inner {
        flex-direction: column;
    }

    .blog_left, .blog_right {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .summary-list--item-top .info {
        order: initial;
    }


}

@media screen and (max-width: 640px) {

    .main_doctors_slider_count {
        right: 51px;
        top: -11px;
    }

    .reviews_slider .slick-arrow {
        top: -49px;
    }

    .service_detail_top_mobile {
        display: block;
        margin-bottom: 20px;
    }

    .service_detail_top_wrap {
        display: none;
    }

    .service_detail_top_mobile h1 {
        font-size: 24px;
    }

    .footer_col .footer__nav-second {
        display: block;
    }

    .footer_col:nth-child(3), .footer_col:nth-child(4), .footer_col:nth-child(5) {
        width: 100%;
    }

    .main_slide_mobile_img {
        height: 285px;
    }

    .center_detail_banner_descr {
        position: relative;
        left: 0;
        top: 0;
    }


    .center_detail_help_list ul li {
        width: 100%;
    }

    .center_detail_help_list {
        padding: 20px;
    }

    .price_page_sub_item_title {
        word-wrap: break-word;
        display: block;
    }

    .c_center_item_text {
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .medflex-round-widget .medflex-round-widget__button {
        bottom: 165px;
    }

    .footer_fixed_info {
        padding: 0;
        font-size: 12px;
    }

}

@media screen and (max-width: 580px) {

    .main_advantages_item {
        width: 100%;
    }

    .main_advantages_item {
        flex-direction: row;
    }

    .price_page_sub_item_right {
        width: 100%;
        flex-wrap: wrap;
    }

    .price_page_sub_item_price, .price_page_sub_item_link {
        width: 100%;
    }

    .price_page_sub_item_price {
        margin-bottom: 15px;
    }

    .price_page_sub_item_link {
        text-align: center;
    }

    .clinic_profiles_item {
        width: 100%;
    }

    .clinic_profiles_item img {
        max-width: 100%;
    }

    .doctor_page_top_text {
        padding-top: 20px;
        padding-right: 20px;
    }

    .doctor_page_top_text h1 {
        font-size: 21px;
    }

    .doctor_page_top_btn .btn {
        font-size: 12px;
    }

    .footer_logo img {
        width: 100%;
    }

    .main_doctors_list .main_doctors_slide {
        width: 100%;
        max-width: 320px;
    }

    .filter {
        margin-top: 35px;
    }

    .clinic_profiles_inner {
        flex-direction: column;
    }

    .text-page .center_banner_inner h1 {
        font-size: 22px;
    }

    .center_tabs_item ul li {
        width: 100%;
    }

    .center_detail_banner_descr h1 {
        font-size: 22px;
    }

    .center_detail_gallery_wrap {
        width: 100%;
    }

    .c_center_item_title {
        font-size: 17px;
    }

    .c_center_item_text a {
        font-size: 16px;
    }

    .blog_item {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: 15px;
    }

    .blog_item_tags {
        position: relative;
        left: 0;
        bottom: 0;
    }

}

@media screen and (max-width: 480px) {

    .price_page_item_inner {
        padding-left: 15px;
        padding-right: 15px;
    }

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

    .price_page_item_title {
        font-size: 20px;
    }

    .price_page_filter .btn {
        font-size: 14px;
        margin-right: 10px;
    }

    .doctor_page_top_text h1 {
        font-size: 17px;
    }

    .doctor_page_top_text p {
        font-size: 14px;
    }

    .text-page .doctor_page_top_rew a {
        font-size: 12px;
    }

    .doctor_page_top_btn {
        flex-direction: column;
    }

    .doctor_page_top_btn .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .price_page_sub_item_title {
        font-size: 16px;
    }

    .reviews_slide_inner {
        padding: 10px;
    }

    .reviews_slide_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .action_detail_info_mobile_bot {
        flex-wrap: wrap;
    }

    .action_detail_top_price {
        margin-bottom: 10px;
    }

    .action_detail_info_mobile_top h1 {
        font-size: 20px;
    }

    .action_detail_text {
        padding-top: 30px;
    }

}

@media screen and (max-width: 350px) {

    .clinic_profiles {
        display: none;
    }


}

@media only screen
and (max-width: 760px), (min-device-width: 768px)
and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table.need_one_way, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.need_one_way tr:nth-of-type(1) {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.need_one_way tr {
        margin: 0 0 1rem 0;
    }

    table.need_one_way td, table.need_one_way th {

    }

    table.need_one_way td:before, tbody.need_one_way th:before {
        white-space: nowrap;
    }

    table.need_one_way td:nth-of-type(n):not(:only-child):before, table.need_one_way th:nth-of-type(n):not(:only-child):before {
        content: attr(dataname);
        padding-right: 10px;
        font-weight: bold;
    }

}

div[itemprop="mainEntity"] {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
}

div[itemprop="name"] {
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
}

div[itemprop="name"]:after {
    content: "\f107";
    margin: auto;
    font-size: xx-large;
    font-family: FontAwesome;
}

div[itemprop="name"] *:first-child {
    margin: auto 0;
    flex-basis: 100%;
}

div[itemprop="acceptedAnswer"] {
    padding-top: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

div[itemprop="mainEntity"].active div[itemprop="acceptedAnswer"] {
    height: auto;
    overflow: visible;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 30px;
}

div[itemprop="mainEntity"].active div[itemprop="name"]:after {
    content: "x";
    font-family: Arial;
    width: 21px;
}

.footer_logo img {
    height: 130px;
    max-width: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
}

.footer_fixed_info a {
    color: #fff;
}

@media screen and (max-width: 639px) {
    .text, .text-page {
        font-size: 16px;
    }
}

.btn-max {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100001;
    border: 1px solid #8399CB;
}





















/* End */
/* /local/assets/css/app.css?1786361220145505 */
/* /local/assets/css/new.css?178636122024986 */
/* /local/assets/js/fancybox/jquery.fancybox.min.css?169649464812795 */
/* /local/templates/main/components/bitrix/news.list/links/style.css?1786361220167 */
/* /local/templates/main/styles.css?178636122062531 */
