/*
Theme Name: Poliklinika22
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .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;
    -webkit-text-decoration: underline dotted;
    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: -.25em
}

sup {
    top: -.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
}

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

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

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

fieldset {
    padding: .35em .75em .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
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration)/ 2);
    animation-duration: calc(var(--animate-duration)/ 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * .8);
    animation-duration: calc(1s * .8);
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media print,
(prefers-reduced-motion:reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

* {
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #4f4f4f
}

body.hidden {
    overflow: hidden
}

.container {
    max-width: 1170px;
    margin: 0 auto
}

.humburger {
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer
}

.humburger span {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .6s
}

.humburger span.top {
    width: 50px
}

.humburger span.center {
    width: 44px
}

.humburger span.bottom {
    width: 38px
}

.humburger.active span.top {
    -webkit-transform: rotate(45deg) translate(8px, 14px);
    transform: rotate(45deg) translate(8px, 14px)
}

.humburger.active span.center {
    display: none
}

.humburger.active span.bottom {
    width: 50px;
    -webkit-transform: rotate(-45deg) translate(6px, -12px);
    transform: rotate(-45deg) translate(6px, -12px)
}

.menu-header {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    padding-top: 230px;
    background-color: #04354d;
    visibility: hidden;
    transition: all .6s;
    z-index: 4
}

.menu-header.active {
    right: 0;
    visibility: visible;
    overflow-y: auto
}

.menu-header .nav {
    padding: 0 10%
}

.menu-header .phone {
    display: none
}

.menu-header .button {
    display: none
}

.nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nav__block {
    max-width: 244px;
    list-style: none
}

.nav__block span {
    font-weight: 500;
    font-size: 22px;
    color: rgba(255, 255, 255, .95)
}

.nav__list {
    margin-top: 32px;
    list-style: none
}

.nav__link {
    display: block;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 18px;
    color: #abe6fdcc;
    text-decoration: none
}

.nav__link a {
    color: #abe6fdcc;
    text-decoration: none
}

.button {
    display: block;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    font-weight: 500;
    background-color: #0693e3;
    color: #fff;
    cursor: pointer
}

.button a {
    text-decoration: none;
    color: #fff
}

.button_mini {
    width: 240px;
    height: 60px;
    background-color: #0693e3;
    font-size: 16px
}

.button_middle {
    width: 370px;
    height: 80px;
    font-size: 20px
}

.button_big {
    width: 470px;
    height: 80px;
    font-size: 20px
}

.button_outline {
    width: 240px;
    height: 60px;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #fff
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 140px;
    padding: 0 50px;
    background-color: transparent;
    transition: .8s all;
    z-index: 5
}

.header__logo {
    max-width: 338px;
    height: 118px
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

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

.header__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.header__phone {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    transition: .8s all
}

.header__button-phone {
    margin-top: 7px;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: .8s all
}

.header__address {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #fff;
    margin-left: 40px;
    transition: .8s all
}

.header .button {
    margin-left: 60px;
    transition: .8s all;
	display: flex;
    align-items: center;
    justify-content: center;
}

.header .humburger {
    margin-left: 46px;
    transition: .8s all
}

.header.active {
    position: fixed;
    background-color: rgba(255, 255, 255, .9)
}

.header.active .header__phone {
    color: #04354d
}

.header.active .header__button-phone {
    color: #0693e3
}

.header.active .header__address {
    color: #04354d
}

.header.active .button {
    border: 2px solid #0693e3;
    color: #04354d
}

.header.active .humburger span {
    border-color: #04354d
}

.header.header-page .header__phone {
    color: #04354d
}

.header.header-page .header__button-phone {
    color: #0693e3
}

.header.header-page .header__address {
    color: #04354d
}

.header.header-page .button {
    border: 2px solid #0693e3;
    color: #04354d;
	display: flex;
    align-items: center;
    justify-content: center;
}

.header.header-page .humburger span {
    border-color: #04354d
}

.header.open-menu {
    background-color: #04354d
}

.header.open-menu .header__phone {
    color: #fff
}

.header.open-menu .header__button-phone {
    color: #fff
}

.header.open-menu .header__address {
    color: #fff
}

.header.open-menu .button {
    border: 2px solid #fff;
    color: #fff
}

.header.open-menu .humburger span {
    border-color: #fff
}

.promo {
    min-height: 100vh;
    position: relative
}

.promo .current {
    content: '';
    position: absolute;
    bottom: 7%;
    left: 221px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px 0;
    border-radius: 50%;
    background-color: rgba(225, 225, 225, .5);
    text-align: center;
    color: #fff
}

.promo__slider {
    position: relative;
    width: 100%;
    height: 100vh
}

.promo__slider .slick-slider {
    height: 100vh
}

.promo__slider .slick-arrow {
    position: absolute;
    bottom: 10%;
    width: 80px;
    height: 20px;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 1
}

.promo__slider .slick-prev {
    left: 135px;
    background: url(assets/icons/arrows/arrow-promo-prev.svg) 0 0/100% no-repeat
}

.promo__slider .slick-next {
    left: 277px;
    background: url(assets/icons/arrows/arrow-promo-next.svg) 0 0/100% no-repeat
}

.promo__slide {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.promo__text {
    position: absolute;
    bottom: 20%;
    left: 135px;
    max-width: 870px
}

.promo__title {
    margin: 0;
    font-weight: 700;
    font-size: 64px;
    line-height: 62px;
    color: #fff
}

.promo__description {
    max-width: 570px;
    margin-top: 26px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.slick-list {
    overflow: hidden
}

.slick-track {
    display: flex
}

.social {
    position: absolute;
    right: 50px;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 300px;
    z-index: 3
}

.social__link svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.social__link svg:hover {
    fill: #abe6fdcc
}

.social__divider {
    width: 2px;
    height: 70px;
    background-color: #fff
}

.social__text {
    width: 18px;
    height: 147px;
    font-weight: 400;
    font-size: 16px
}

.social__text span {
    display: block;
    width: 147px;
    -webkit-transform: rotate(-90deg) translate(-50%, -360%);
    transform: rotate(-90deg) translate(-50%, -360%);
    color: #fff
}

.title {
    margin: 0;
    font-weight: 600
}

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

.title_fz52 {
    position: relative;
    padding-left: 200px;
    font-size: 52px
}

.title_fz52:before {
    content: "";
    position: absolute;
    top: 75%;
    left: 0;
    display: block;
    width: 170px;
    height: 4px;
    background-color: #0693e3
}

.title_fz64 {
    margin-top: 18px;
    font-size: 64px;
    line-height: 60px
}

.title__link {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.title__link:hover {
    color: #0693e3
}

.about-clinic {
    padding: 130px 0
}

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

.about-clinic__video-wrap {
    position: relative;
    cursor: pointer
}

.about-clinic__video {
    max-width: 735px;
    height: 500px;
    outline: 0;
    -o-object-fit: cover;
    object-fit: cover
}

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

.about-clinic__info {
    max-width: 500px;
    margin-left: 70px
}

.about-clinic__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px
}

.about-clinic__text p:nth-child(2) {
    margin-top: 14px
}

.about-clinic button {
    margin-top: 32px
}

.sales {
    padding-bottom: 130px
}

.sales__slider {
    position: relative;
    margin-top: 80px
}

.sales__slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 20px;
    font-size: 0;
    border: none;
    z-index: 1;
    cursor: pointer
}

.sales__slider .slick-prev {
    left: -40px;
    background: url(assets/icons/arrows/arrow-prev.svg) 0 0/100% no-repeat
}

.sales__slider .slick-next {
    right: -20px;
    background: url(assets/icons/arrows/arrow-next.svg) 0 0/100% no-repeat
}

.sales__slide-wrap {
    position: relative;
    max-width: 380px;
    height: 200px
}

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

.sales__slide-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    right: 50px;
    max-width: 270px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    text-decoration: none
}

.departaments {
    padding-bottom: 130px
}

.departaments__block {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 80px
}

.departaments__item {
    width: 270px;
    height: 200px;
    margin-bottom: 30px;
    background-color: #abe6fd;
    border-radius: 20px;
    text-decoration: none;
    transition: all .8s
}

.departaments__item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #0693e3
}

.departaments__item:hover .departaments__name {
    color: #fff
}

.departaments__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin: 18px auto 0 auto
}

.departaments__icon img {
    width: 60px;
    height: 60px
}

.departaments__name {
    margin: 20px auto 0 auto;
    max-width: 250px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #04354d
}

.departaments .button {
    margin: 50px auto 0 auto
}

.departaments .button a {
    padding: 28px 91px
}

.doctors-section {
    padding-bottom: 130px
}

.doctors__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px
}

.doctors__card {
    max-width: 270px;
    text-decoration: none;
    transition: all .8s
}

.doctors__card:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.doctors__card:hover .doctors__img {
    border-top: 14px solid #fff;
    border-left: 14px solid #fff;
    border-right: 14px solid #fff;
    box-shadow: 0 0 20px rgba(215, 215, 215, .7)
}

.doctors__card:hover .doctors__text {
    background-color: #04354d
}

.doctors__card:hover .doctors__name {
    font-size: 20px;
    color: #fff
}

.doctors__card:hover .doctors__descr {
    font-size: 12px;
    line-height: 20px;
    color: #abe6fdcc
}

.doctors__img {
    width: 100%;
    height: 380px
}

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

.doctors__text {
    padding: 24px 20px
}

.doctors__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px
}

.doctors__descr {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(79, 79, 79, .6)
}

.doctors .button_middle {
    display: none;
    width: 280px;
    height: 60px;
    margin: 20px auto 0 auto;
    font-size: 16px
}

.doctors .button_middle a {
    padding: 20px 60px
}

.features {
    padding-bottom: 130px;
    /*background: url(assets/img/features/background.svg) 100% 9% no-repeat, url(assets/img/features/background.svg) 0 50% no-repeat, url(assets/img/features/background.svg) 100% 92% no-repeat*/
}

.features__block {
    margin-top: 80px
}

.features__card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.features__card:nth-child(2) {
    padding: 80px 0
}

.features__number {
    font-weight: 900;
    font-size: 288px;
    line-height: 337px;
    color: #abe6fd
}

.features__text {
    max-width: 435px
}

.features__title {
    font-weight: 600;
    font-size: 36px
}

.features__descr {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px
}

.features__img {
    width: 470px
}

.features__img img {
    width: 100%;
    border-radius: 20px
}

.news-section {
    padding-bottom: 130px
}

.news__block {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 80px
}

.news__card {
    max-width: 370px
}

.news__img {
    position: relative;
    width: 100%;
    height: 240px
}

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

.news__date {
    position: absolute;
    bottom: -20px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ffb229;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.news__text {
    margin-top: 26px;
    width: 100%
}

.news__title {
    font-weight: 600;
    font-size: 22px
}

.news__descr {
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgba(79, 79, 79, .6)
}

.news__link {
    display: block;
    margin-top: 18px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    -webkit-transform: .8s all;
    transform: .8s all
}

.news__link:hover {
    color: #0693e3;
    text-decoration: underline
}

.news .button_middle {
    display: none;
    width: 280px;
    height: 60px;
    margin: 40px auto 0 auto;
    font-size: 16px
}

.news .button_middle a {
    padding: 20px 70px
}

.contacts {
    padding-bottom: 130px
}

.contacts__block {
    display: flex;
    align-items: center;
    margin-top: 80px
}

.contacts__map {
    width: 835px
}

.contacts__text {
    margin-left: 60px
}

.contacts__text .button {
    margin-top: 50px
}

.contacts__text .button a {
    padding: 20px 76px
}

.contacts__info {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.contacts__info span {
    display: block;
    max-width: 270px;
    margin-left: 14px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px
}

.contacts_circle {
    width: 50px;
    height: 50px;
    border: 2px solid #ffb229;
    border-radius: 100%;
    padding: 10px
}

.footer {
    min-height: 470px;
    padding-top: 50px;
    background-color: #04354d
}

.footer__wrap {
    display: flex
}

.footer__company {
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, .95)
}

.footer__address {
    margin-top: 22px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, .95)
}

.footer__phone {
    margin-top: 22px;
    width: 160px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, .95)
}

.footer__social {
    margin-top: 26px
}

.footer__social svg {
    margin-right: 10px;
    fill: #abe6fdcc
}

.footer__author {
    display: block;
    margin-top: 160px;
    color: rgba(255, 255, 255, .7)
}

.footer__author a {
    text-decoration: none;
    color: rgba(255, 255, 255, .7)
}

.footer__line {
    height: 360px;
    width: 1px;
    margin-left: 50px;
    background-color: rgba(203, 246, 81, .2)
}

.footer__nav {
    max-width: 700px;
    margin-left: 80px
}

.footer__nav .nav {
    width: 100%
}

.footer__nav .nav__block {
    max-width: 220px;
    margin-bottom: 40px
}

.footer__nav .nav__block span {
    font-weight: 600;
    font-size: 18px;
    color: rgba(255, 255, 255, .95)
}

.footer__nav .nav__list {
    margin-top: 16px
}

.footer__nav .nav__link {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.footer__copy {
    margin-top: 25px
}

.footer__copy span {
    padding-right: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, .7)
}

.footer__copy a {
    color: rgba(255, 255, 255, .7)
}

.pageup {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 30px;
    width: 70px;
    height: 70px;
    z-index: 3
}

.pageup img {
    width: 100%
}

.form label {
    display: block;
    position: absolute;
    top: -14px;
    left: 30px;
    height: 30px;
    padding: 5px 12px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px
}

.form__input {
    position: relative
}

.form__input input {
    width: 100%;
    height: 100%;
    border: 2px solid #0693e3;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 14px
}

.form__policy span {
    font-size: 14px
}

.form__textarea {
    position: relative
}

.form__textarea textarea {
    width: 100%;
    height: 100%;
    border: 2px solid #0693e3;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    resize: none
}

.price .accordions {
    margin: 60px 0 160px 0
}

.accordion {
    position: relative;
    width: 100%;
    margin-top: 18px
}

.accordion__header {
    display: flex;
    align-items: center;
    height: 85px;
    background: #abe6fd;
    border-radius: 20px;
    padding: 9px 60px 9px 14px;
    cursor: pointer
}

.accordion__header:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 38px;
    width: 20px;
    height: 10px;
    background: url(assets/icons/menu/check.svg) 100%/100% no-repeat;
    transition: .6s all
}

.accordion__header_active.accordion__header:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion__header-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 67px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #fff
}

.accordion__header-icon img {
    width: 40px;
    height: 40px
}

.accordion__header-name {
    margin-left: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #04354d;
    text-transform: uppercase
}

.accordion__body {
    overflow: hidden;
    max-height: 0
}

.accordion__item {
    display: flex;
    align-items: center;
    padding: 0 30px
}

.accordion__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 0 30px;
    margin-top: 40px;
    text-transform: uppercase
}

.accordion__item-name {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px
}

.accordion__item-price {
    display: inline-block;
    min-width: 85px;
    height: 35px;
    margin-left: 35px;
    padding: 7px 0;
    border-radius: 10px;
    background: #0693e3;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.subaccordion {
    display: block;
    margin-top: 10px
}

.subaccordion__header {
    position: relative;
    width: 100%;
    min-height: 40px;
    padding: 10px 38px 10px 14px;
    background: rgba(135, 189, 62, .15);
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer
}

.subaccordion__header:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    height: 10px;
    background: url(assets/icons/menu/check.svg) 100%/100% no-repeat;
    transition: .6s all
}

.subaccordion__header_active.subaccordion__header:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.subaccordion__body {
    max-height: 0;
    overflow: hidden
}

.page-phones {
    margin-top: 80px
}

.page-phones .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #04354d
}

.page-phones .phone {
    margin-top: 14px;
    color: #04354d;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px
}

.privacy__wrap {
    margin-top: 60px
}

.privacy p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px
}

.privacy b {
    display: block;
    margin-top: 20px;
    font-size: 22px
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99;
    overflow-y: auto
}

.modal {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 50px 60px 0 60px;
    background: #fff;
    border-radius: 20px;
    width: 570px;
    min-height: 300px
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    line-height: 30px;
    color: #0693e3;
    cursor: pointer
}

.modal__title {
    margin: 0 auto;
    font-weight: 600;
    font-size: 40px;
    text-align: center
}

.modal__descr {
    margin-top: 20px;
    text-align: center;
    font-size: 18px
}

.modal__links {
    margin-top: 20px
}

.modal__link {
    display: block;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 40px
}

.modal__link:hover {
    color:#0693e3;
}

.modal .form {
    margin-top: 30px;
    width: 100%;
    height: 100%
}

.modal .form__input {
    height: 60px;
    margin-bottom: 50px
}

.modal .form__textarea {
    height: 120px
}

.modal .form__policy {
    margin-top: 50px
}

.modal .form .button {
    margin-top: 20px;
    height: 60px;
    width: 100%
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

#thanks {
    height: auto;
    padding: 50px 60px
}

#appointment,
#call-back,
#thanks {
    display: none
}

@media (max-width:576px) {
    .social {
        display: none
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:992px) {
    .container {
        max-width: 100%;
        margin: 0 30px
    }
}

@media (max-width:576px) {
    .container {
        margin: 0 10px
    }
}

@media (max-width:1280px) {
    .menu-header .nav {
        padding: 0 3%
    }
}

@media (max-width:992px) {
    .menu-header .nav__block {
        max-width: 230px
    }

    .menu-header .nav__block span {
        font-size: 20px
    }

    .menu-header .nav__link {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .menu-header {
        padding-top: 140px;
        overflow: scroll
    }

    .menu-header .nav {
        padding: 0;
        flex-direction: column
    }

    .menu-header .nav__list {
        display: none;
        padding-left: 20px
    }

    .menu-header .nav__link a {
        display: block;
        width: 100%;
        height: 100%
    }

    .menu-header .nav__block {
        max-width: 100%;
        padding: 20px 40px;
        border-top: 1px solid rgba(203, 246, 81, .2);
        background: url(assets/icons/menu/check.svg) 95% center no-repeat;
        background-size: 22px 9px;
        cursor: pointer
    }

    .menu-header .nav__block span {
        font-size: 24px
    }

    .menu-header .nav__block:nth-last-child(1) {
        border-bottom: 1px solid rgba(203, 246, 81, .2)
    }

    .menu-header .nav__block.about {
        background: url(assets/icons/menu/check-active.svg) 95% 8% no-repeat;
        background-size: 22px 9px
    }

    .menu-header .nav__block.about .nav__list {
        display: block
    }

    .menu-header .nav__block.patients {
        background: url(assets/icons/menu/check-active.svg) 95% 8% no-repeat;
        background-size: 22px 9px
    }

    .menu-header .nav__block.patients .nav__list {
        display: block
    }

    .menu-header .nav__block.rules {
        background: url(assets/icons/menu/check-active.svg) 95% 8% no-repeat;
        background-size: 22px 9px
    }

    .menu-header .nav__block.rules .nav__list {
        display: block
    }

    .menu-header .nav__block.directions {
        background: url(assets/icons/menu/check-active.svg) 95% 8% no-repeat;
        background-size: 22px 9px
    }

    .menu-header .nav__block.directions .nav__list {
        display: block
    }

    .menu-header .nav__link {
        font-size: 18px
    }

    .menu-header .phone {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        text-align: center
    }

    .menu-header .phone .tell {
        text-decoration: none;
        font-weight: 700;
        font-size: 22px;
        color: #fff
    }

    .menu-header .phone .button-phone {
        margin-top: 7px;
        border: none;
        background-color: transparent;
        font-weight: 500;
        font-size: 14px;
        color: #abe6fdcc;
        cursor: pointer
    }

    .menu-header .button {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px auto
    }
}

@media (max-width:1280px) {
    .promo__text {
        left: 50px
    }

    .promo__slider .slick-prev {
        left: 50px
    }

    .promo__slider .slick-next {
        left: 192px
    }

    .promo .current {
        left: 137px
    }
}

@media (max-width:992px) {
    .promo__title {
        font-size: 58px;
        line-height: 60px
    }
}

@media (max-width:768px) {
    .promo__title {
        font-size: 48px;
        line-height: 50px
    }

    .promo__description {
        max-width: 500px;
        font-size: 16px;
        line-height: 20px
    }

    .header__contacts {
        display: none
    }

    .header__address {
        display: none
    }

    .header .button {
        display: none
    }
}

@media (max-width:576px) {
    .promo__slider .slick-prev {
        display: none
    }

    .promo__slider .slick-next {
        display: none
    }

    .promo .current {
        display: none
    }

    .promo__text {
        left: 10px;
        bottom: 5%
    }

    .promo__title {
        font-size: 38px;
        line-height: 40px
    }

    .promo__description {
        max-width: 400px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:1280px) {
    .header__address {
        margin-left: 20px
    }

    .header .button {
        margin-left: 20px
    }

    .header .humburger {
        margin-left: 20px
    }
}

@media (max-width:1200px) {
    .header__logo {
        max-width: 240px
    }

    .header__phone {
        font-size: 18px
    }

    .header__button-phone {
        margin-top: 4px
    }

    .header__address {
        font-size: 16px;
        line-height: 20px
    }

    .header .button {
        width: 200px;
        height: 50px
    }
}

@media (max-width:992px) {
    .header {
        padding-left: 30px;
        padding-right: 30px
    }

    .header__address {
        display: none
    }
}

@media (max-width:576px) {
    .header {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width:992px) {
    .title_fz52 {
        padding-left: 120px;
        font-size: 48px;
        max-width: 650px
    }

    .title_fz52:before {
        width: 100px
    }

    .title__wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .title__link {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .title_fz52 {
        padding-left: 0;
        font-size: 42px;
        max-width: 100%
    }

    .title_fz52:before {
        display: none
    }

    .title_fz64 {
        font-size: 54px;
        line-height: 56px
    }
}

@media (max-width:576px) {
    .title_fz52 {
        font-size: 34px
    }

    .title_fz64 {
        font-size: 32px;
        line-height: 30px
    }
}

@media (min-width:1600px) {
    .about-clinic__content {
        width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1280px) {
    .about-clinic__video {
        max-width: 600px;
        height: auto
    }
}

@media (max-width:1200px) {
    .about-clinic__video {
        max-width: 550px
    }

    .about-clinic__info {
        max-width: 450px;
        margin: 0 30px
    }

    .about-clinic__text {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:992px) {
    .about-clinic {
        padding: 80px 0
    }

    .about-clinic__content {
        flex-direction: column;
        margin-top: 60px
    }

    .about-clinic__video {
        max-width: 100%;
        height: 400px
    }

    .about-clinic__info {
        max-width: 100%;
        margin-top: 30px;
        text-align: center
    }

    .about-clinic .button {
        margin: 32px auto 0 auto
    }
}

@media (max-width:576px) {
    .about-clinic__content {
        margin-top: 20px
    }
}

@media (max-width:1280px) {
    .sales__slider .slick-arrow {
        top: 110%
    }

    .sales__slider .slick-prev {
        left: 0
    }

    .sales__slider .slick-next {
        left: 100px
    }
}

@media (max-width:992px) {
    .sales {
        padding-bottom: 80px
    }

    .sales__slider {
        margin-top: 60px
    }

    .sales__slide-wrap {
        position: relative;
        max-width: 330px
    }
}

@media (max-width:768px) {
    .sales__slide-wrap {
        max-width: 100%;
        height: 200px
    }

    .sales__slide-title {
        max-width: 100%
    }
}

@media (max-width:576px) {
    .sales__slide-title {
        font-size: 26px
    }

    .sales__slider {
        margin-top: 20px
    }
}

@media (max-width:1200px) {
    .departaments__block {
        justify-content: center
    }

    .departaments__item {
        width: 300px;
        margin: 0 10px 20px 10px
    }
}

@media (max-width:992px) {
    .departaments {
        padding-bottom: 80px
    }

    .departaments__block {
        margin-top: 60px
    }

    .departaments__item {
        width: 100%
    }
}

@media (max-width:768px) {
    .departaments__item {
        margin: 0 0 20px 0
    }

    .departaments__item:hover {
        -webkit-transform: none;
        transform: none;
        background-color: #abe6fd
    }

    .departaments__item:hover .departaments__name {
        color: #04354d
    }

    .departaments .button_middle {
        width: 280px;
        height: 60px;
        font-size: 16px
    }

    .departaments .button_middle a {
        padding: 20px 70px
    }
}

@media (max-width:576px) {
    .departaments__block {
        margin-top: 20px
    }
}

@media (max-width:992px) {
    .doctors {
        padding-bottom: 80px
    }

    .doctors__block {
        margin-top: 60px
    }

    .doctors__card {
        max-width: 320px
    }
}

@media (max-width:768px) {
    .doctors__card:hover {
        -webkit-transform: none;
        transform: none
    }

    .doctors__card:hover .doctors__img {
        border: none;
        box-shadow: none
    }

    .doctors__card:hover .doctors__text {
        background-color: #fff
    }

    .doctors__card:hover .doctors__name {
        font-size: 22px;
        color: #4f4f4f
    }

    .doctors__card:hover .doctors__descr {
        font-size: 16px;
        line-height: 24px;
        color: rgba(79, 79, 79, .6)
    }
}

@media (max-width:576px) {
    .doctors__block {
        margin-top: 20px
    }

    .doctors .button_middle {
        display: block
    }
}

@media (min-width:1800px) {
    .features {
        /*background: url(assets/img/features/background.svg) 120% 9% no-repeat, url(assets/img/features/background.svg) -20% 50% no-repeat, url(assets/img/features/background.svg) 120% 92% no-repeat;*/
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1280px) {
    .features {
        background: url(assets/img/features/background.svg) 110% 9% no-repeat, url(assets/img/features/background.svg) -10% 50% no-repeat, url(assets/img/features/background.svg) 110% 92% no-repeat
    }
}

@media (max-width:1200px) {
    .features {
        background: url(assets/img/features/background.svg) 130% 9% no-repeat, url(assets/img/features/background.svg) -30% 50% no-repeat, url(assets/img/features/background.svg) 130% 92% no-repeat
    }

    .features__img {
        width: 400px
    }

    .features__number {
        font-size: 250px
    }

    .features__text {
        max-width: 350px
    }
}

@media (max-width:992px) {
    .features {
        padding-bottom: 80px;
        background: 0 0
    }

    .features__block {
        margin-top: 60px
    }

    .features__card {
        justify-content: center
    }

    .features__img {
        display: none
    }

    .features__number {
        position: absolute
    }

    .features__text {
        max-width: 600px;
        text-align: center
    }
}

@media (max-width:576px) {
    .features__block {
        margin-top: 20px
    }

    .features__title {
        font-size: 26px
    }

    .features__card:nth-child(2) {
        padding: 40px 0
    }
}

@media (max-width:1200px) {
    .news__card {
        max-width: 300px
    }

    .news__img {
        height: 195px
    }

    .news__date {
        bottom: -20px
    }
}

@media (max-width:992px) {
    .news {
        padding-bottom: 80px
    }

    .news__block {
        margin-top: 60px;
        justify-content: center
    }

    .news__card {
        max-width: 500px
    }

    .news__card:nth-child(n+2) {
        margin-top: 60px
    }

    .news__img {
        height: 250px
    }
}

@media (max-width:576px) {
    .news__block {
        margin-top: 20px
    }

    .news__card {
        max-width: 500px
    }

    .news__card:nth-child(n+2) {
        margin-top: 30px
    }

    .news__img {
        height: 180px
    }

    .news .button_middle {
        display: block
    }
}

@media (min-width:1600px) {
    .contacts__block {
        width: 1170px;
        margin-left: auto;
        margin-right: auto
    }

    .contacts__map {
        width: 735px
    }
}

@media (max-width:1280px) {
    .contacts__map {
        width: 750px
    }
}

@media (max-width:1200px) {
    .contacts__map {
        width: 600px
    }
}

@media (max-width:992px) {
    .contacts {
        padding-bottom: 80px
    }

    .contacts__block {
        flex-direction: column;
        margin-top: 60px
    }

    .contacts__map {
        width: 100%
    }

    .contacts__map iframe {
        width: 100%;
        height: 400px
    }

    .contacts__text {
        margin-left: 0;
        margin-top: 20px
    }

    .contacts__text .button {
        margin: 30px auto 0 auto
    }
}

@media (max-width:992px) {
    .contacts__block {
        margin-top: 20px
    }
}

@media (max-width:576px) {
    .contacts__info span {
        font-size: 20px
    }
}

@media (max-width:1280px) {
    .footer__address {
        width: 300px;
        line-height: 26px
    }

    .footer__author {
        margin-top: 145px
    }

    .footer__line {
        margin-left: 0
    }
}

@media (max-width:1200px) {
    .footer .nav {
        justify-content: space-around
    }

    .footer .nav .nav__block {
        width: 220px;
        margin-bottom: 0
    }

    .footer__copy {
        max-width: 500px
    }
}

@media (max-width:992px) {
    .footer {
        min-height: auto;
        padding: 50px 0
    }

    .footer__wrap {
        flex-direction: column
    }

    .footer__contacts {
        text-align: center
    }

    .footer__address {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .footer__phone {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .footer__author {
        position: relative;
        margin-top: 60px
    }

    .footer__author:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        bottom: 40px;
        background-color: rgba(203, 246, 81, .2)
    }

    .footer__line {
        display: none
    }

    .footer__nav {
        max-width: 100%;
        margin-left: 0
    }

    .footer .nav {
        display: none
    }

    .footer__copy {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin-top: 15px;
        text-align: center
    }

    .footer__copy a {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .accordion__header-name {
        font-size: 18px
    }

    .accordion__item-title {
        font-size: 18px
    }

    .accordion__item-name {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width:576px) {
    .price .accordions {
        margin: 30px 0 100px 0
    }

    .accordion__header {
        padding: 9px 40px 9px 10px
    }

    .accordion__header-icon {
        min-width: 60px;
        width: 60px;
        height: 60px
    }

    .accordion__header-icon img {
        width: 35px;
        height: 35px
    }

    .accordion__header-name {
        margin-left: 10px;
        word-break: break-all
    }

    .accordion__item {
        padding: 0;
        flex-direction: column;
        align-items: flex-start
    }

    .accordion__item-title {
        font-size: 16px;
        padding: 0
    }

    .accordion__item-price {
        margin-left: 0
    }

    .subaccordion__header {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .modal {
        width: 500px;
        min-height: 300px;
        padding: 50px 40px 0 40px
    }

    .modal__title {
        font-size: 38px
    }
}

@media (max-width:576px) {
    .modal {
        width: 95%;
        padding: 40px 20px 0 20px
    }

    .modal__close {
        top: 10px;
        right: 10px
    }

    .modal__title {
        font-size: 28px
    }

    .modal .form label {
        font-size: 14px
    }

    .modal .form__input {
        height: 50px
    }
}

.bread-crumbs {
    font-weight: 500;
    font-size: 14px
}

#breadcrumbs a {
    text-decoration: none;
    color: #04354d
}

#breadcrumbs a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: 4px 8px;
    background-color: #04354d
}

#breadcrumbs .breadcrumb_last {
    color: rgba(3, 58, 54, .5)
}

.page-content {
    margin: 210px 0 260px 0
}

@media (max-width:576px) {
    .page-content {
        margin: 160px 0 100px 0
    }
}

.page-clinic__wrap {
    margin-top: 60px
}

.page-clinic__block {
    position: relative;
    display: flex;
    min-height: 600px
}

.page-clinic__block:nth-child(1) .page-clinic__text {
    top: 70px;
    right: 120px
}

.page-clinic__block:nth-child(2) {
    margin: 80px 0 140px 0
}

.page-clinic__block:nth-child(2) .page-clinic__img {
    top: 0;
    right: 0
}

.page-clinic__block:nth-child(2) .page-clinic__text {
    top: 50px;
    left: 100px
}

.page-clinic__block:nth-child(3) .page-clinic__img {
    top: 0;
    left: 0
}

.page-clinic__block:nth-child(3) .page-clinic__text {
    top: 60px;
    right: 100px
}

.page-clinic__sliders-wrap {
    width: 100%
}

.page-clinic__slider {
    position: relative;
    max-width: 805px;
    max-height: 600px;
    z-index: 0
}

.page-clinic__slide {
    max-width: 805px;
    max-height: 600px
}

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

.page-clinic__slider-mini-wrap {
    position: relative;
    max-width: 1170px;
    max-height: 125px;
    margin: 100px auto 0 auto
}

.page-clinic__slider-mini-wrap .current {
    content: '';
    position: absolute;
    top: -80px;
    left: 92px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px 0;
    border-radius: 50%;
    background-color: rgba(135, 189, 62, .5);
    text-align: center;
    color: #fff
}

.page-clinic__slider-mini .slick-arrow {
    position: absolute;
    top: -60px;
    width: 80px;
    height: 20px;
    font-size: 0;
    border: none;
    z-index: 1;
    cursor: pointer
}

.page-clinic__slider-mini .slick-prev {
    left: 0;
    background: url(assets/icons/arrows/arrow-prev.svg) 0 0/100% no-repeat
}

.page-clinic__slider-mini .slick-next {
    left: 154px;
    background: url(assets/icons/arrows/arrow-next.svg) 0 0/100% no-repeat
}

.page-clinic__slide-mini img {
    display: block;
    margin: 0 auto;
    width: 270px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.page-clinic__text {
    position: absolute;
    width: 600px;
    padding: 48px;
    font-size: 18px;
    line-height: 28px;
    background-color: #fff;
    z-index: 2
}

.page-clinic__text ul {
    margin-top: 10px;
    padding-left: 40px
}

.page-clinic__text p {
    margin-top: 24px
}

.page-clinic__img {
    position: absolute;
    max-width: 805px;
    height: 600px
}

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

.page-doctor-card .title_fz64 {
    max-width: 670px
}

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

.page-doctor-card__text {
    max-width: 670px;
    font-size: 18px;
    line-height: 28px
}

.page-doctor-card__text .descr {
    margin-top: 40px
}

.page-doctor-card__info {
    margin-top: 40px
}

.page-doctor-card__info h2 {
    font-weight: 600;
    font-size: 36px
}

.page-doctor-card__info .first {
    margin-top: 22px
}

.page-doctor-card__info div {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px
}

.page-doctor-card__photo {
    position: relative;
    width: 400px;
    height: 600px
}

.page-doctor-card__photo:after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    display: block;
    width: 400px;
    height: 600px;
    background-color: #04354d;
    z-index: -1
}

.page-doctor-card__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-doctor-card__photo .button {
    margin-top: 60px;
    width: 400px
}

.page-feedback__wrap, .comment {
    display: flex;
    flex-direction: column
}

.button__more-comment {
    margin-top: 80px;
    align-self: center
}

.comment-list .depth-1 .comment-body {
    max-width: 770px;
    min-width: 770px;
    margin-top: 40px;
    padding: 38px 90px;
    border-radius: 20px;
    background-color: #04354d
}

.comment-title {
    display: flex;
    justify-content: space-between
}

.comment-list .depth-1 .comment-name {
    font-weight: 500;
    font-size: 26px;
    font-style: normal;
    color: #fff
}

.comment-list .depth-2 .comment-name {
    font-weight: 500;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
    color: #4f4f4f
}

.comment-list .depth-1 .comment-date {
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.comment-list .depth-1 .comment-text p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.comment-list .depth-2 .comment-body {
    max-width: 770px;
    min-width: 770px;
    margin-top: 20px;
    padding: 38px 90px;
    border-radius: 20px;
    background-color: #ededed
}

.comment-list .children {
    align-self: flex-end
    
}

.comment-list .comment-body .reply {
    display: none
}

.comment-list .depth-2 .comment-date {
    font-weight: 500;
    font-size: 18px;
    color: #4f4f4f
}

.comment-awaiting-moderation {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #abe6fdcc
}

.comment-list .depth-2 .comment-text p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f
}

.comment-respond {
    margin-top: 40px
}

.page-feedback__subtitle_mt {
    margin-top: 120px
}

.page-feedback__no-comments {
    margin-top: 20px;
    font-size: 20px
}

.page-feedback__subtitle {
    font-size: 34px;
    font-weight: 500
}

.page-feedback__form {
    display: grid;
    grid-gap: 30px;
    margin-top: 60px;
    display: grid;
    grid-template: 60px 60px auto 80px/470px 670px;
    justify-content: center
}

.page-feedback__form-input-name {
    grid-column: 1/2;
    grid-row: 1/2
}

.page-feedback__form-input-email {
    grid-column: 1/2;
    grid-row: 2/3
}

.page-feedback__form-policy {
    grid-column: 1/2;
    grid-row: 3/4
}

.page-feedback__form-textarea {
    grid-column: 2/3;
    grid-row: 1/5
}

.page-feedback__form-btn {
    grid-column: 1/2;
    grid-row: 4/5
}

.page-documents__descr {
    margin-top: 22px;
    max-width: 870px;
    font-size: 18px;
    line-height: 28px
}

.page-documents__wrap {
    margin-top: 60px
}

.page-documents__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px
}

.page-documents__text {
    margin-left: 38px
}

.page-documents__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 22px
}

.page-documents__link {
    margin-top: 12px
}

.page-documents__link a {
    margin-right: 22px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(79, 79, 79, .4);
    text-decoration: none
}

.page-documents__link a:hover {
    color: #0693e3
}

.page-contacts {
    position: relative
}

.page-contacts:before {
    position: absolute;
    top: 100px;
    right: 0;
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    background: #abe6fd;
    z-index: -1
}

.page-contacts__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.page-contacts__company {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 38px
}

.page-contacts__item {
    margin-bottom: 28px
}

.page-contacts__item a {
    display: block;
    text-decoration: none
}

.page-contacts__text {
    margin-top: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px
}

.page-contacts__map {
    width: 670px;
    height: 600px
}

.page-contacts_circle {
    width: 50px;
    height: 50px;
    border: 2px solid #ffb229;
    border-radius: 100%;
    padding: 10px
}

.page-news .news {
    padding-bottom: 0
}

.page-news .news__block {
    margin-top: 60px
}

.page-news .news__card {
    margin-bottom: 60px
}

.page-onenews__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.page-onenews__wrap {
    width: 80%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.page-onenews__wrap img {
    display: block;
    margin: 0 auto;
    /*height: 50vh;
    width: 100%;*/
    object-fit: cover;
}

.page-onenews__wrap p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px
}

.page-onenews__date {
    font-weight: 500;
    font-size: 20px
}

.page-onenews__photo {
    height: 40vh;
    background: #abe6fd
}

.page-onenews__photo img {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover
}

.page-onenews__info {
    margin-top: 40px
}

.page-onenews__info p {
    margin-bottom: 30px;
    padding: 0 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px
}

.page-sale__wrap {
    margin-top: 60px
}

.page-sale__photo {
    height: 40vh;
    background: #abe6fd
}

.page-sale__photo img {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover
}

.page-sale__info {
    margin-top: 40px
}

.page-sale__info p {
    margin-bottom: 30px;
    padding: 0 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px
}

.page-rules__wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.page-rules__block {
    width: 570px
}

.page-rules__title {
    width: 100%;
    padding: 22px;
    background: #0693e3;
    border-radius: 20px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-align: center
}

.page-rules__content {
    margin-top: 40px
}

.page-rules__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.page-rules__text {
    margin-left: 22px
}

.page-rules__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.page-rules__link {
    margin-top: 12px
}

.page-rules__link a {
    margin-right: 22px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(79, 79, 79, .4);
    text-decoration: none
}

.page-rules__link a:hover {
    color: #0693e3
}

.page-departament {
    position: relative
}

.page-departament:before {
    position: absolute;
    top: 80px;
    right: 0;
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    background: #abe6fd;
    z-index: -1
}

.page-departament__wrap {
    margin-top: 60px
}

.page-departament__descr {
    display: flex;
    justify-content: space-between
}

.page-departament__info {
    max-width: 540px
}

.page-departament__info p {
    font-size: 18px;
    line-height: 28px
}

.page-departament__info b {
    display: block;
    margin-top: 28px;
    font-size: 18px
}

.page-departament__info ul {
    margin-top: 16px;
    padding-left: 30px
}

.page-departament__info li:nth-child(n+2) {
    margin-top: 12px
}

.page-departament__slider-wrap {
    position: relative;
    height: 420px
}

.page-departament__slider-wrap .current {
    position: absolute;
    bottom: -70px;
    right: 92px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px 0;
    border-radius: 50%;
    background-color: rgba(135, 189, 62, .5);
    text-align: center;
    color: #fff
}

.page-departament__slider {
    position: relative;
    width: 570px;
    height: 420px;
    z-index: 1
}

.page-departament__slider .slick-arrow {
    position: absolute;
    bottom: -60px;
    width: 80px;
    height: 20px;
    font-size: 0;
    border: none;
    z-index: 1;
    cursor: pointer
}

.page-departament__slider .slick-prev {
    right: 154px;
    background: url(assets/icons/arrows/arrow-prev.svg) 0 0/100% no-repeat
}

.page-departament__slider .slick-next {
    right: 0;
    background: url(assets/icons/arrows/arrow-next.svg) 0 0/100% no-repeat
}

.page-departament__slide {
    width: 570px;
    height: 420px
}

.page-departament__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.page-departament .price {
    margin-top: 80px
}

.page-departament .accordion__wrap {
    margin-top: 60px
}

.page-departament .button_big {
    border: 2px solid #0693e3;
    background: 0 0;
    color: #0693e3;
    margin: 60px auto 0 auto
}

.page-oms__wrap {
    margin-top: 60px;
    max-width: 900px
}

.page-oms__descr {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.page-oms__subtitle {
    margin-top: 42px;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase
}

.page-oms__list {
    margin-top: 20px;
    padding-left: 20px
}

.page-oms__list li {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #0693e3
}

.page-pay-help__wrap {
    margin-top: 60px;
    max-width: 900px
}

.page-pay-help__descr {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.page-pay-help__list {
    margin-top: 20px;
    padding-left: 20px
}

.page-pay-help__list li {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #0693e3
}

.page-pay-help .info {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px
}

.page-dms__wrap {
    margin-top: 60px;
    max-width: 900px
}

.page-dms__descr {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.page-dms__subtitle {
    margin-top: 42px;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase
}

.page-dms__list {
    margin-top: 20px;
    padding-left: 20px
}

.page-dms__list li {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #0693e3
}

.page-dms__warning {
    margin-top: 42px;
    font-size: 20px;
    line-height: 30px
}

.page-dms .insurance {
    margin-top: 72px;
    padding: 30px 0 46px 0;
    background: rgba(135, 189, 62, .2)
}

.page-dms .insurance__title {
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #04354d;
    text-transform: uppercase
}

.page-dms .insurance__images {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.page-dms .insurance__images img {
    display: block;
    margin: 0 auto 20px auto;
    width: 270px;
    height: 135px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1600px) {
    .page-clinic__wrap {
        width: 1440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1280px) {
    .page-clinic__block:nth-child(1) .page-clinic__text {
        right: 50px
    }

    .page-clinic__block:nth-child(2) .page-clinic__text {
        left: 40px
    }

    .page-clinic__block:nth-child(3) .page-clinic__text {
        right: 50px
    }
}

@media (max-width:1200px) {
    .page-clinic__block {
        min-height: 500px
    }

    .page-clinic__slider {
        max-width: 700px;
        max-height: 500px
    }

    .page-clinic__slide {
        max-width: 700px;
        max-height: 500px
    }

    .page-clinic__slider-mini-wrap {
        max-width: 960px
    }

    .page-clinic__text {
        width: 500px;
        padding: 20px;
        font-size: 16px;
        line-height: 26px
    }

    .page-clinic__img {
        max-width: 700px;
        height: 500px
    }
}

@media (max-width:992px) {
    .page-clinic__slider-mini-wrap .current {
        left: 112px
    }

    .page-clinic__slider-mini .slick-prev {
        left: 20px
    }

    .page-clinic__slider-mini .slick-next {
        left: 174px
    }

    .page-clinic__slider-mini img {
        width: 200px
    }

    .page-clinic__block {
        flex-direction: column
    }

    .page-clinic__block:nth-child(1) .page-clinic__text {
        top: 0;
        right: 0
    }

    .page-clinic__block:nth-child(2) {
        margin: 0
    }

    .page-clinic__block:nth-child(2) .page-clinic__img {
        top: 0;
        right: 0
    }

    .page-clinic__block:nth-child(2) .page-clinic__text {
        top: 0;
        left: 0
    }

    .page-clinic__block:nth-child(3) .page-clinic__img {
        top: 0;
        left: 0
    }

    .page-clinic__block:nth-child(3) .page-clinic__text {
        top: 0;
        right: 0
    }

    .page-clinic__block:nth-child(2) {
        flex-direction: column-reverse
    }

    .page-clinic__text {
        position: relative;
        width: 100%
    }

    .page-clinic__img {
        position: relative;
        max-width: 100%;
        height: 400px
    }

    .page-clinic__slider {
        max-width: 100%;
        max-height: 400px
    }

    .page-clinic__slide {
        max-width: 100%;
        max-height: 400px
    }
}

@media (max-width:425px) {
    .page-clinic__wrap {
        margin-top: 20px
    }

    .page-clinic__slider {
        max-height: 250px
    }

    .page-clinic__slide {
        max-height: 250px
    }

    .page-clinic__slider-mini img {
        width: 270px
    }

    .page-clinic__img {
        height: 250px
    }
}

@media (max-width:1280px) {
    .page-doctor-card__block {
        justify-content: space-around
    }
}

@media (max-width:1200px) {
    .page-doctor-card__block {
        justify-content: space-between
    }
}

@media (max-width:992px) {
    .page-doctor-card .title_fz64 {
        max-width: 100%
    }

    .page-doctor-card__block {
        flex-direction: column-reverse;
        margin-top: 60px
    }

    .page-doctor-card__photo .button {
        margin-top: 30px
    }

    .page-doctor-card__text {
        margin-top: 160px
    }

    .page-doctor-card__text .descr {
        margin-top: 0
    }
}

@media (max-width:576px) {
    .page-doctor-card__block {
        margin-top: 30px
    }

    .page-doctor-card__photo {
        width: 300px;
        height: 400px
    }

    .page-doctor-card__photo:after {
        width: 300px;
        height: 400px;
        top: -10px;
        right: -10px
    }

    .page-doctor-card__photo .button_big {
        width: 300px;
        height: 60px;
        font-size: 18px
    }

    .page-doctor-card__text {
        margin-top: 120px
    }

    .page-doctor-card__info {
        margin-top: 20px
    }

    .page-doctor-card__info h2 {
        font-size: 26px
    }

    .page-doctor-card__info .first {
        margin-top: 14px
    }

    .page-doctor-card__info div {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width:1280px) {
    .page-feedback__form {
        grid-template: 60px 60px auto 80px/400px 600px
    }

    .page-feedback__form-btn {
        width: 400px
    }
}

@media (max-width:1200px) {
    .page-feedback__form {
        grid-template: 60px 60px auto 80px/300px 500px
    }

    .page-feedback__form-btn {
        width: 300px
    }
}

@media (max-width:992px) {
    .page-feedback__form {
        grid-template: 60px 60px 200px auto 80px/600px
    }

    .page-feedback__form-btn {
        width: 100%
    }

    .page-feedback__form-textarea {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .page-feedback__form-policy {
        grid-column: 1/2;
        grid-row: 4/5
    }

    .page-feedback__form-btn {
        grid-column: 1/2;
        grid-row: 5/6
    }

    .comment-list .children {
        align-self: flex-start;
        width: 100%;
    }

    .comment-list .depth-1 .comment-body {
        max-width: 100%;
        min-width: 0;
    }
}

@media (max-width:768px) {
    .page-feedback__wrap .button {
        margin-top: 40px
    }

    .comment-list .depth-1 .comment-body {
        padding: 30px 40px
    }

    .comment-list .depth-2 .comment-body {
        padding: 30px 40px
    }

    .page-feedback__block-form {
        margin-top: 60px
    }

    .page-feedback__form {
        margin-top: 40px;
        grid-template: 60px 60px 200px auto 80px/500px
    }
}

@media (max-width:576px) {
    .page-feedback__wrap .button {
        width: 100%
    }

    .page-feedback__subtitle {
        font-size: 32px;
        line-height: 30px
    }

    .page-feedback__form {
        margin-top: 40px;
        grid-template: 60px 60px 200px auto 80px/100%
    }

    .comment-list .depth-1 .comment-name {
        font-size: 20px;
    }

    .comment-list .depth-2 .comment-name {
        font-size: 20px;
    }

    .comment-list .depth-1 .comment-date {
        font-size: 16px;
    }

    .comment-list .depth-2 .comment-date {
        font-size: 16px;
    }

    .comment-list .depth-1 .comment-body {
        padding: 30px 10px
    }

    .comment-list .depth-2 .comment-body {
        padding: 30px 10px
    }
}

@media (max-width:768px) {
    .page-documents__text {
        margin-left: 20px
    }

    .page-documents__title {
        font-size: 20px;
        line-height: 22px
    }
}

@media (max-width:576px) {
    .page-documents__wrap {
        margin-top: 30px
    }

    .page-documents__item {
        margin-bottom: 20px
    }

    .page-documents__text {
        margin-left: 10px
    }

    .page-documents__title {
        font-size: 18px;
        line-height: 20px
    }

    .page-documents__link {
        margin-top: 8px
    }

    .page-documents__link a {
        margin-right: 14px;
        font-size: 16px
    }
}

@media (min-width:1600px) {
    .page-contacts {
        width: 1440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1440px) {
    .page-contacts:before {
        width: 600px
    }
}

@media (max-width:1200px) {
    .page-contacts:before {
        width: 400px;
        height: 600px
    }

    .page-contacts__text {
        margin-top: 6px;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px
    }

    .page-contacts__map {
        width: 500px;
        height: 500px
    }
}

@media (max-width:992px) {
    .page-contacts:before {
        display: none
    }

    .page-contacts__wrap {
        flex-direction: column
    }

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

    .page-contacts__text {
        margin-top: 0;
        margin-left: 20px
    }

    .page-contacts__map {
        width: 100%
    }
}

@media (max-width:576px) {
    .page-contacts__wrap {
        margin-top: 30px;
        text-align: center
    }

    .page-contacts__item {
        flex-direction: column;
        align-items: center
    }

    .page-contacts__company {
        font-size: 22px
    }

    .page-contacts__text {
        margin: 0
    }

    .page-contacts__map {
        height: 300px
    }
}

@media (max-width:992px) {
    .page-news .news__block {
        margin-top: 30px
    }

    .page-news .news__card {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .page-onenews__title-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .page-onenews__date {
        margin-top: 20px;
        font-size: 16px
    }

    .page-onenews__wrap p {
        padding: 0
    }
}

@media (max-width:576px) {
    .page-onenews__wrap {
        width: 100%;
        margin-top: 30px
    }
}

@media (max-width:768px) {
    .page-sale__info p {
        padding: 0
    }
}

@media (max-width:576px) {
    .page-sale__wrap {
        margin-top: 30px
    }
}

@media (max-width:576px) {
    .page-rules__wrap {
        margin-top: 30px
    }

    .page-rules__block {
        width: 100%
    }

    .page-rules__title {
        font-size: 20px;
        padding: 16px
    }

    .page-rules__text {
        margin-left: 10px
    }

    .page-rules__link {
        margin-top: 8px
    }

    .page-rules__link a {
        margin-right: 14px;
        font-size: 16px
    }
}

@media (max-width:576px) {
    .page-departaments .departaments {
        padding-bottom: 0;
        margin-top: 30px
    }
}

@media (min-width:1600px) {
    .page-departament {
        width: 1440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1440px) {
    .page-departament:before {
        width: 500px
    }
}

@media (max-width:1200px) {
    .page-departament:before {
        width: 420px
    }

    .page-departament__info {
        max-width: 450px
    }

    .page-departament__slider-wrap {
        height: 400px
    }

    .page-departament__slider {
        width: 440px;
        height: 400px
    }

    .page-departament__slide {
        width: 440px;
        height: 400px
    }
}

@media (max-width:992px) {
    .page-departament:before {
        display: none
    }

    .page-departament__descr {
        flex-direction: column
    }

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

    .page-departament__slider-wrap {
        margin-top: 60px;
        height: 500px
    }

    .page-departament__slider-wrap .current {
        left: 92px
    }

    .page-departament__slider {
        width: 100%;
        height: 500px
    }

    .page-departament__slider .slick-prev {
        left: 0
    }

    .page-departament__slider .slick-next {
        left: 154px
    }

    .page-departament__slide {
        width: 100%;
        height: 500px
    }

    .page-departament .price {
        margin-top: 140px
    }
}

@media (max-width:576px) {
    .page-departament__wrap {
        margin-top: 30px
    }

    .page-departament__slider-wrap {
        margin-top: 30px;
        height: 300px
    }

    .page-departament__slider-wrap .current {
        left: 92px
    }

    .page-departament__slider {
        height: 300px
    }

    .page-departament__slide {
        height: 300px
    }

    .page-departament .accordion {
        margin-top: 30px
    }

    .page-departament .button_big {
        margin-top: 30px;
        width: 300px;
        height: 60px;
        font-size: 20px
    }
}

@media (max-width:768px) {
    .page-oms__wrap {
        margin-top: 30px
    }

    .page-oms__subtitle {
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px
    }

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

    .page-oms__list li {
        font-size: 18px;
        line-height: 24px
    }

    .page-oms .info {
        font-size: 18px;
        line-height: 24px
    }

    .page-phones {
        margin-top: 26px
    }

    .page-phones .text {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:768px) {
    .page-pay-help__wrap {
        margin-top: 30px
    }

    .page-pay-help__descr {
        font-size: 18px;
        line-height: 24px
    }

    .page-pay-help__list li {
        font-size: 18px;
        line-height: 24px
    }

    .page-pay-help .info {
        font-size: 18px;
        line-height: 24px
    }

    .page-phones {
        margin-top: 26px
    }

    .page-phones .text {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:768px) {
    .page-dms__wrap {
        margin-top: 30px
    }

    .page-dms__subtitle {
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px
    }

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

    .page-dms__list li {
        font-size: 18px;
        line-height: 24px
    }

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

    .page-dms .insurance {
        margin-top: 40px;
        padding: 10px 0 20px 0
    }

    .page-phones {
        margin-top: 26px
    }

    .page-phones .text {
        font-size: 18px;
        line-height: 24px
    }
	.reward {
    background-image: url(https://klinika-bsk.ru/wp-content/uploads/2021/11/reward.jpg);
    position: absolute;
    height: 178px !important;
    width: 250px !important;
    top: 120px !important;
    background-position: center;
    background-size: contain;
    left: 10px !important;
}
}

.reward {
    /*background-image: url(https://klinika-bsk.ru/wp-content/uploads/2021/11/reward.jpg);
    position: absolute;
    height: 320px;
    width: 450px;
    bottom: 12%;
    right: 150px;
    background-position: center;
    background-size: contain;*/
}