/*@charset "UTF-8";*/

@font-face {
    font-family: "Inter";
    src: local("Inter Regular"), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff");
    font-style: normal;
    /*font-display: swap;*/
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Medium"), url(../fonts/Inter/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter/Inter-Medium.woff) format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Semibold"), url(../fonts/Inter/Inter-Semibold.woff2) format("woff2"), url(../fonts/Inter/Inter-Semibold.woff) format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Bold"), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 500;
    src: local("Unbounded"), url("../fonts/Unbounded/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded/Unbounded-Medium.woff") format("woff");
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 700;
    src: local("Unbounded"), url("../fonts/Unbounded/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded/Unbounded-Bold.woff") format("woff");
}

html {
    font-size: 100px;
    margin-right: calc(-100vw - -100%);
    overflow-x: hidden
}

html.header__bottom-submenu-active,
html.popup-active {
    overflow: hidden
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #223858;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0
}

body.header__bottom-submenu-active {
    overflow: hidden;
    position: relative;
    z-index: 2
}



.page {
    overflow: hidden;
    position: relative
}

.container {
    margin: 0 auto;
    max-width: 1430px;
    padding: 0 15px;
    width: 100%
}

a,
button {
    background: none;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s ease;
    transition: color .2s linear, background-color .2s linear, border-color .2s ease
}


button:hover {
    color: #10d7cb
}

blockquote,
button {
    margin: 0
}

button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0
}

textarea:focus {
    outline-width: 0
}

input::-webkit-input-placeholder {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    outline: none
}

input::-moz-placeholder {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    outline: none
}

input:-ms-input-placeholder {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    outline: none
}

input::-ms-input-placeholder {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    outline: none
}

input,
input::placeholder {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    outline: none
}

picture {
    display: block
}

picture img {
    max-width: 100%;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    -webkit-margin-after: 0;
    margin: 0;
    margin-block-end: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

p {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

ul li {
    list-style-type: none
}

ol {
    margin: 0;
    padding: 0
}

.main {
    margin-top: 202px;
    position: relative;
    z-index: 2
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.section-offset {
    margin-bottom: 120px
}

.section-pad {
    border-radius: 80px;
    padding: 180px 0
}

.section-small {
    margin-bottom: 80px
}

.section-mt {
    padding-top: 50px
}

.section-black {
    background-color: #223858;
    border-radius: 80px;
    overflow: hidden;
    padding: 180px 0;
    position: relative
}

.section-black:after,
.section-black:before {
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.section-black:after {
    background-color: hsla(0, 0%, 100%, .05);
    bottom: -2370px;
    height: 2470px;
    width: 2470px
}

.section-black:before {
    background-color: hsla(0, 0%, 100%, .1);
    bottom: -2472px;
    height: 2622px;
    width: 2622px
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase
}

.section-title>span {
    color: #10d7cb
}

h1.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1
}

h2.section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    margin-bottom: 13px
}

.section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    margin-bottom: 13px
}

.intro-title {
    align-items: flex-start;
}

h2.section-title:after {
    background-color: #10d7cb;
    content: "";
    display: block;
    height: 2px;
    width: 180px
}

.section-title:after {
    background-color: #10d7cb;
    content: "";
    display: block;
    height: 2px;
    width: 180px
}

.section-title_white {
    color: #fff
}

h2.section-title_no-margin {
    margin: 0
}

.section-title_no-margin {
    margin: 0
}

.section-title-mb,
h2.section-title-mb {
    margin-bottom: 50px
}

.section-title_line {
    border-bottom: 1px solid #dde3ef;
    padding-bottom: 20px
}

.section-subtitle {
    font-size: 17px;
    font-weight: 400;
    margin: 0 auto 45px;
    max-width: 770px;
    text-align: center
}

.section-subtitle_full {
    margin: 0;
    max-width: none
}

.section-subtitle_white {
    color: #fff
}

.section-subtitle_no-margin {
    margin-bottom: 0
}

.section-title_left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

h1.section-title_left {
    margin-bottom: 30px
}

h2.section-title_left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.section-title_left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.standart__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #10d7cb;
    border: 1px solid #10d7cb;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    max-width: 240px;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.standart__btn:hover {
    background-color: transparent;
    color: #10d7cb
}

.standart__btn_section {
    gap: 6px;
    line-height: 1
}

.standart__btn_section:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    width: 6px
}

.standart__btn_section:hover:after {
    border-color: #10d7cb
}

.standart__btn_white {
    background-color: #fff;
    border-color: #fff;
    color: #223858;
    margin: 0 auto;
    max-width: 90%
}

.standart__btn_white:after {
    border-color: #223858
}

.standart__btn_white:hover {
    background-color: #223858;
    color: #fff
}

.standart__btn_white:hover:after {
    border-color: #fff
}

.grey-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f1f4fb;
    border-radius: 10px;
    color: #223858;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    height: 50px;
    justify-content: center;
    padding: 5px;
    text-transform: uppercase;
    white-space: nowrap
}

.logo-text {
    text-align: center;
}

.not-grey-btn {
    color: #fff;
    background-color: #223858;
}

.grey-btn:after {
    border-bottom: 2px solid #223858;
    border-right: 2px solid #223858;
    content: "";
    display: block;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    width: 6px
}

.not-grey-btn:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.grey-btn:hover {
    background-color: #223858
}

.grey-btn:hover:after {
    border-color: #10d7cb
}

.btn__opacity {
    background-color: transparent;
    color: #fff
}

.btn__opacity:hover {
    background-color: #fff
}

.standart__btn_black {
    background-color: #223858;
    border-color: #223858;
    max-width: none
}

.standart__btn_black:hover {
    color: #223858
}

.standart__btn_black:hover:after {
    border-color: #223858
}

.tab-pane {
    display: none;
    height: 0;
    margin-left: -20px;
    opacity: 0;
    pointer-events: none;
    position: relative;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease;
    z-index: -1
}

.tab-pane.active {
    -webkit-animation: menup .3s ease-in-out;
    animation: menup .3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    height: auto;
    margin-left: 0;
    opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 1
}

@-webkit-keyframes menup {
    0% {
        display: none;
        margin-left: -20px
    }

    to {
        display: block;
        margin-left: 0
    }
}

@keyframes menup {
    0% {
        display: none;
        margin-left: -20px
    }

    to {
        display: block;
        margin-left: 0
    }
}

.section-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px
}

.section-top .section-title {
    margin-bottom: 0
}

.breadcrumbs {
    background-color: #f1f4fb;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 35px;
    padding: 10px 20px;
    width: auto
}

.breadcrumbs,
.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.breadcrumbs li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(34 56 88);
    text-align: center
}

.breadcrumbs li:after {
    background-color: #10d7cb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    width: 5px
}

.breadcrumbs li:last-of-type:after {
    display: none
}

.show__more {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.show__more:after,
.show__more:before {
    border-bottom: 1px solid #dde3ef;
    content: "";
    display: block;
    height: 1px;
    width: calc(50% - 152px)
}

.rating-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
    overflow: hidden
}

.rating-area:not(:checked)>input {
    display: none
}

.rating-area:not(:checked)>label {
    color: rgba(16, 215, 203, .35);
    cursor: pointer;
    float: right;
    font-size: 25px;
    line-height: 25px;
    padding: 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 25px
}

.rating-area:not(:checked)>label:before {
    content: "★";
    font-weight: 700
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: #10d7cb
}

.rate-area>label:active {
    position: relative
}

.prodoctorov {
    max-width: 175px;
    width: 100%
}

.napopravku {
    max-width: 136px;
    width: 100%
}

.stars span:first-of-type {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #10d7cb), color-stop(0, rgba(30, 72, 137, .35)));
    background: linear-gradient(90deg, #10d7cb 100%, rgba(30, 72, 137, .35) 0);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 20px
}

.tab {
    border-radius: 10px;
    color: #363940;
    font-size: 16px;
    line-height: 25px;
    padding: 12.5px 15px;
    text-align: initial;
    -webkit-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease
}

.tab.active {
    color: #fff;
    font-weight: 600;
    pointer-events: none
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.tabs__active,
.tabs__close {
    display: none
}

.tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.nav-tab {
    background-color: #fff;
    border-radius: 30px;
    color: hsla(0, 1%, 50%, .55);
    cursor: pointer;
    line-height: 1;
    padding: 12px 14px;
    -webkit-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease
}

.nav-tab.active,
.nav-tab:hover {
    background-color: #10d7cb;
    color: #fff
}

@media (max-width:1280px) {
    .section-mt {
        padding-top: 20px
    }

    .main {
        margin-top: 156px
    }
}

@media (max-width:1024px) {
    html.active {
        overflow: hidden
    }

    .none,
    .politic {
        padding-top: 30px
    }

    .tabs__active {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        background-color: var(--main-color);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 15px 18px;
        width: 100%
    }
}

.all__service-content p a {
    font-size: 17px;
    font-weight: 600;
}


@media (max-width:800px) {
    h1.section-title_left {
        margin-bottom: 0
    }

    .all__service-content p a {
        white-space: nowrap;
    }

    .classic__form-item input {
        width: 100%
    }

    h1.section-title {
        font-size: 20px
    }

    .breadcrumbs {

        overflow-x: scroll;
        white-space: nowrap
    }

    .breadcrumbs::-webkit-scrollbar {
        display: none
    }

    .section-black,
    .section-pad {
        border-radius: 40px;
        padding: 80px 0
    }

    .section-black:before {
        bottom: -2554px
    }

    .section-black:after {
        bottom: -2431px
    }

    body {
        font-size: 18px
    }

    .section-offset {
        margin-bottom: 60px
    }

    h2.section-title {
        font-size: 20px;
        gap: 12px
    }

    .section-title {
        font-size: 20px;
        gap: 12px
    }

    h2.section-title:after {
        width: 120px
    }

    .section-title:after {
        width: 120px
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 30px
    }

    .section-subtitle_no-margin {
        margin: 0
    }

}

@media (max-width:650px) {
    .rating-area:not(:checked)>label {
        font-size: 15px;
        line-height: 15px;
        width: 15px
    }

    .stars span:first-of-type {
        font-size: 15px
    }

    .prodoctorov {
        max-width: 150px
    }

    .tab-mobile {
        width: 100%
    }

    .grey-btn,
    .standart__btn {
        font-size: 12px
    }

    .grey-btn {
        height: 40px
    }

    .tabs__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease
    }

    .tabs__content {
        background-color: #fff;
        border-radius: 15px;
        padding: 30px 55px;
        position: relative
    }

    .tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }

    .tabs.active .tabs__container {
        background-color: rgba(34, 56, 88, .357);
        height: 100vh;
        opacity: 1;
        position: fixed;
        right: 50%;
        top: 50%;
        -webkit-transform: translate3d(50%, -50%, 0);
        transform: translate3d(50%, -50%, 0);
        width: 100%;
        z-index: 1000
    }

    .tabs.active .tabs__container .tabs__close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px
    }

    .tabs__active {
        display: block
    }

    .tabs__active-text {
        color: #fff
    }

    .nav-tab {
        color: #223858;
        font-size: 15px;
        padding: 0
    }

    .nav-tab.active {
        background-color: #10d7cb;
        color: #fff;
        font-weight: 500
    }

    .tabs .tabs__container {
        -webkit-transition: opacity .1s ease, width .2s ease;
        transition: opacity .1s ease, width .2s ease;
        width: 10%
    }

    .tabs.active .tabs__container {
        height: 100%;
        width: 100%
    }
}

@media (max-width:640px) {
    .main {
        margin-top: 123px;
    }
}

@media (max-width:502px) {
    .main {
        margin-top: 120px;
    }
}

@media (max-width:380px) {
    .stars span:first-of-type {
        font-size: 15px
    }
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    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;
    display: block
}

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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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
}

[hidden],
template {
    display: none
}

.header {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 12px 0 rgba(13, 26, 46, .17);
    box-shadow: 2px 2px 12px 0 rgba(13, 26, 46, .17);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101
}

.header__top {
    display: block;
    background-color: #f1f4fb;
    height: 47px;
    text-align: center;
    overflow: hidden;
}

.header__top-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 1px solid #e7ecf6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.header__center {
    border-bottom: 1px solid #e7ecf6;
    position: relative;
    z-index: 101
}

.header__center-item .logo picture {
    max-width: 193px;
    min-width: 193px
}

.header__center-container {
    gap: 20px;
    padding: 22px 15px
}

.header__center-center,
.header__center-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.header__center-center {
    gap: 14px;
}

.header__center-center_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.header__center-center_item p {
    font-size: 13px;
    color: #000000;
}

.header__center-center_item a,
.header__center-center_item span {
    font-weight: 600
}

.header__center-center_item picture {
    max-width: 45px;
    min-width: 45px
}

.header__center-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.header__center-btns button {
    max-width: 195px;
    min-width: 195px;
    width: 100%;
}

.header__center-btn {
    margin: 0
}

.header__bottom {
    height: 60px;
    position: relative;
    z-index: 101
}

.header__bottom-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 90px
}

.header__bottom-container,
.header_nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.header_nav {
    gap: 10px;
    width: 100%
}

.header_nav-link {
    cursor: pointer;
    font-weight: 600;
    padding: 20px 0;
    white-space: nowrap
}

.header_nav-link button {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.header_nav-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-transition: padding .2s ease, opacity .1s ease, border-color .2s ease;
    transition: padding .2s ease, opacity .1s ease, border-color .2s ease;
    white-space: nowrap
}

.header_nav-link button,
.header_nav-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_nav-link button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    gap: 8px
}

.header_nav-link button:after {
    border-bottom: 2px solid #10d7cb;
    border-right: 2px solid #10d7cb;
    content: "";
    display: block;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: margin .2s ease, -webkit-transform .2s ease;
    transition: margin .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, margin .2s ease;
    transition: transform .2s ease, margin .2s ease, -webkit-transform .2s ease;
    width: 5px
}

.header__bottom-submenu_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f1f4fb;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(169, 179, 203, .8);
    box-shadow: inset 0 5px 5px -5px rgba(169, 179, 203, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto;
    line-height: 1.57;
    min-height: 100%;
    min-width: 25vw;
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 111
}

.header__bottom-submenu-open {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #223858;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 5px 15px
}

.header__bottom-submenu-open span {
    background: url(../img/icons/header-subnav.png) 50% no-repeat;
    background: url(../img/icons/header-subnav.svg) 50% no-repeat;
    background-size: cover;
    display: block;
    height: 11px;
    position: relative;
    width: 11px
}

.header__bottom-submenu-open span:after,
.header__bottom-submenu-open span:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 11px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.header__bottom-submenu-open span:before {
    right: 0;
    -webkit-transition: right .15s, opacity .1s ease, -webkit-transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s;
    transition: right .15s, opacity .1s ease, -webkit-transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s;
    transition: right .15s, transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s, opacity .1s ease;
    transition: right .15s, transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s, opacity .1s ease, -webkit-transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s
}

.header__bottom-submenu-open span:after {
    left: 0;
    -webkit-transition: left .15s, opacity .1s ease, -webkit-transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s;
    transition: left .15s, opacity .1s ease, -webkit-transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s;
    transition: left .15s, transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s, opacity .1s ease;
    transition: left .15s, transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s, opacity .1s ease, -webkit-transform .15s cubic-bezier(.68, -.55, .265, 1.55) .15s
}

.header__bottom-submenu-open.active span {
    background-image: none
}

.header__bottom-submenu-open.active span:after,
.header__bottom-submenu-open.active span:before {
    opacity: 1
}

.header__bottom-submenu-open.active span:before {
    right: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__bottom-submenu-open.active span:after {
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__bottom-submenu_nav-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    gap: 20px;
    justify-content: space-between;
    line-height: 1.3;
    padding: 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 100%
}

.header__bottom-tabs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.header__bottom-submenu_nav-content-item {
    -webkit-animation: fadeOutFromBlockNav .2s ease-in-out;
    animation: fadeOutFromBlockNav .2s ease-in-out;
    background-color: #fff;
    bottom: 0;
    display: none;
    font-weight: 500;
    height: auto;
    left: 100%;
    margin-left: -100px;
    position: absolute;
    top: 0;
    -webkit-transition: padding .2s ease, margin .2s ease;
    transition: padding .2s ease, margin .2s ease
}

.header__bottom-submenu_nav-content-item.active {
    -webkit-animation: fadeInFromNoneNav .2s ease-in-out;
    animation: fadeInFromNoneNav .2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    max-height: 100%;
    min-width: 100%
}

.header__bottom-submenu_nav-content-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
    overflow-y: scroll;
    padding: 40px;
    width: 100%
}

.header__bottom-submenu_nav-content-item ul::-webkit-scrollbar {
    width: 6px
}

.header__bottom-submenu_nav-content-item ul::-webkit-scrollbar-thumb {
    background-color: #10d7cb;
    border-radius: 10px
}

@-webkit-keyframes fadeInFromNoneNav {
    0% {
        display: none;
        margin-left: -100px
    }

    to {
        display: -webkit-box;
        display: flex;
        margin-left: 0
    }
}

@keyframes fadeInFromNoneNav {
    0% {
        display: none;
        margin-left: -100px
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }
}

@-webkit-keyframes fadeOutFromBlockNav {
    0% {
        display: -webkit-box;
        display: flex;
        margin-left: 0
    }

    to {
        display: none;
        margin-left: -100px
    }
}

@keyframes fadeOutFromBlockNav {
    0% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }

    to {
        display: none;
        margin-left: -100px
    }
}

.burger__bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f4fb;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    min-width: 50px;
    text-align: center;
    width: 50px
}

.burger__menu {
    cursor: pointer;
    margin: 0 auto;
    position: relative
}

.burger__menu:after,
.burger__menu:before {
    content: ""
}

.burger__menu span,
.burger__menu:after,
.burger__menu:before {
    background-color: #10d7cb;
    display: block;
    height: 3px;
    width: 25px
}

.burger__menu:after,
.burger__menu:before {
    left: 0;
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 100
}

.burger__menu:after {
    top: 8px
}

.burger__menu:after,
.burger__menu:before {
    -webkit-transition: top .1s .1s, -webkit-transform .1s cubic-bezier(.23, 1, .32, 1);
    transition: top .1s .1s, -webkit-transform .1s cubic-bezier(.23, 1, .32, 1);
    transition: top .1s .1s, transform .1s cubic-bezier(.23, 1, .32, 1);
    transition: top .1s .1s, transform .1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .1s cubic-bezier(.23, 1, .32, 1)
}

.burger__menu.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
    transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
    transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
    transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s
}

.burger__menu.active span {
    background-color: #f1f4fb
}

.burger__menu.active:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
    transition: top .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
    transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s;
    transition: top .1s, transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s, -webkit-transform .1s cubic-bezier(.68, -.55, .265, 1.55) .1s
}

.header__mobile {
    background-color: #fff;
    display: none
}

.header__mobile-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 10px
}

.header__mobile-container,
.header__mobile-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__mobile-item {
    gap: 5px
}

.header__mobile-item .logo picture {
    max-width: 193px
}

.header__center-center_item-mail {
    display: none
}

.header-tabs__wrapper,
.header__bottom-tabs__content {
    height: 100%
}

@media (max-width:1340px) {
    .header__center-item .logo picture {
        max-width: 160px;
        min-width: 160px
    }

    .header__center-center_item picture {
        max-width: 30px;
        min-width: 30px
    }
}

.header__mobile-content.is-visible {
    -webkit-animation: fadeInFromNoneBurger .2s ease-in-out;
    animation: fadeInFromNoneBurger .2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__mobile-content.is-hidden {
    -webkit-animation: fadeOutFromBlockBurger .2s ease-in-out;
    animation: fadeOutFromBlockBurger .2s ease-in-out
}

@media (max-width:1280px) {
    #header__bottom-submenu_nav-bg {
        top: 136px
    }

    .header {
        background-color: transparent
    }

    .header__mobile-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .header__mobile-item-phone {
        font-size: 16px;
        line-height: 120%;
        color: #10d7cb;
    }

    .header__mobile-item_grow {
        flex: 1 1 100%;
    }

    .header.active {
        height: 100%;
        min-height: 100vh;
        overflow: hidden
    }

    .header__mobile-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -100px
    }

    .header__mobile {
        display: block;
        position: relative;
        z-index: 105;
    }

    .header__center-item:first-of-type {
        display: none
    }
}

@-webkit-keyframes fadeInFromNoneBurger {
    0% {
        display: none;
        margin-top: -100vw
    }

    to {
        display: -webkit-box;
        display: flex;
        margin-top: 0
    }
}

@keyframes fadeInFromNoneBurger {
    0% {
        display: none;
        margin-top: -100vw
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0
    }
}

@-webkit-keyframes fadeOutFromBlockBurger {
    0% {
        display: -webkit-box;
        display: flex;
        margin-top: 0
    }

    to {
        display: none;
        margin-top: -100vw
    }
}

@keyframes fadeOutFromBlockBurger {
    0% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0
    }

    to {
        display: none;
        margin-top: -100vw
    }
}

@media (min-width:1280px) {
    .header__bottom-submenu_body {
        height: calc(100vh - 202px)
    }
}

@media (max-width:1280px) {
    .header__bottom-submenu_body {
        height: calc(100vh - 292px)
    }
}

@media (max-width:1180px) {
    .header__bottom-submenu_body {
        height: calc(100vh - 346.22px)
    }

    .header__center-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 32px;
    }

    .header__bottom-container {
        gap: 30px
    }
}

@media (min-width:1024px) {
    .header-tab {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding: 0;
        text-transform: uppercase;
        width: 100%
    }

    .header-tab:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 15px;
        opacity: 0;
        position: absolute;
        right: -30px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: right .2s ease;
        transition: right .2s ease;
        width: 15px
    }

    .header-tab.active {
        color: #10d7cb
    }

    .header-tab.active:after {
        opacity: 1;
        right: -10px
    }

    .header_nav-link {
        position: relative
    }

    .header_nav-link ul {
        background-color: #fff;
        border-radius: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-box-shadow: 2px 2px 12px 0 rgba(13, 26, 46, .17);
        box-shadow: 2px 2px 12px 0 rgba(13, 26, 46, .17);
        margin-left: -20px;
        min-width: 321px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 60px
    }

    .header_nav-link:hover ul {
        border-color: #10d7cb;
        opacity: 1;
        padding: 20px;
        pointer-events: all;
        z-index: 105
    }

    .header__bottom-submenu_body-animation {
        border-bottom: 1px solid #f1f4fb;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .header__bottom-submenu_body-animation.is-visible {
        border-bottom: none
    }

    #header__bottom-submenu_nav-bg {
        background-color: rgba(34, 56, 88, .259);
        height: 100%;
        left: 0;
        /* pointer-events: none; */
        position: absolute;
        right: 0;
        /* top: 201px; */
        top: 0;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        width: 0;
        z-index: 100
    }

    #header__bottom-submenu_nav-bg.active {
        width: 100%
    }

    #header__bottom-submenu_body-animation {
        display: none;
        margin-left: -100vw
    }

    #header__bottom-submenu_body-animation.is-visible {
        -webkit-animation: fadeInFromNone .2s ease-in-out;
        animation: fadeInFromNone .2s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    #header__bottom-submenu_body-animation.is-hidden {
        -webkit-animation: fadeOutFromBlock .2s ease-in-out;
        animation: fadeOutFromBlock .2s ease-in-out
    }

    .header__bottom-submenu_body {
        bottom: 0;
        -webkit-box-shadow: inset 0 5px 5px -5px rgba(169, 179, 203, .8);
        box-shadow: inset 0 5px 5px -5px rgba(169, 179, 203, .8);
        left: 0;
        opacity: 0;
        overflow-y: scroll;
        pointer-events: none;
        position: absolute;
        top: 60px;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        width: 50%;
        z-index: 100
    }

    .header__bottom-submenu_body::-webkit-scrollbar {
        display: none
    }

    .header__bottom-submenu-active .header__bottom-submenu_body {
        opacity: 1;
        pointer-events: all
    }

    .header__bottom-submenu_nav-link {
        padding-right: 20px;
        position: static
    }

    .header__bottom-submenu_nav-content-item.active {
        -webkit-box-shadow: inset 0 5px 5px -5px rgba(169, 179, 203, .8);
        box-shadow: inset 0 5px 5px -5px rgba(169, 179, 203, .8)
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        margin-left: -100vw
    }

    to {
        display: -webkit-box;
        display: flex;
        margin-left: 0
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        margin-left: -100vw
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }
}

@-webkit-keyframes fadeOutFromBlock {
    0% {
        display: -webkit-box;
        display: flex;
        margin-left: 0
    }

    to {
        display: none;
        margin-left: -100vw
    }
}

@keyframes fadeOutFromBlock {
    0% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }

    to {
        display: none;
        margin-left: -100vw
    }
}

@media (max-width:1024px) {
    .header__bottom-submenu.tabs-container {
        flex-direction: column;
    }

    .header-tabs__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-tab {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        gap: 8px;
        justify-content: space-between;
        padding: 0
    }

    .header-tab:after {
        border-bottom: 2px solid #10d7cb;
        border-right: 2px solid #10d7cb;
        content: "";
        display: block;
        height: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        width: 5px
    }

    .header-tab.active {
        color: #10d7cb
    }

    .header-tab.active:after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .header__bottom-submenu_nav-content-item {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        opacity: .65;
        padding: 0;
        position: static
    }

    .header__bottom-submenu_nav-content-item ul {
        gap: 10px;
        padding: 0
    }

    .header__bottom-submenu_nav-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .header__bottom-submenu {
        border-bottom: 1px solid #e7ecf6;
        width: 100%
    }

    .header__bottom-submenu_body {
        height: auto
    }

    .header__bottom-submenu_body-animation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0
    }

    .header__bottom-submenu_body-animation.is-visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        opacity: 1;
        padding-top: 0;
        width: 100%
    }

    .header__bottom-submenu_body-animation.is-hidden {
        display: none;
        opacity: 0;
        padding-top: -100px
    }

    .header__bottom-tabs__container {
        display: block
    }

    .header__bottom-submenu_nav {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        gap: 10px;
        min-height: auto;
        min-width: auto;
        padding: 0
    }

    .header__bottom-submenu_nav-link {
        font-family: Inter, sans-serif;
        font-size: 15px;
        text-transform: none
    }

    .header.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .header__mobile-container {
        border-bottom: 1px solid #e7ecf6
    }

    .header__center {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__bottom-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .header__mobile-content {
        gap: 15px
    }

    .header_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .header_nav-link {
        border-bottom: 1px solid #e7ecf6;
        padding: 0 0 15px
    }

    .header__bottom {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header__bottom-submenu-open span {
        display: none
    }

    .header__bottom-submenu-open {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        color: #223858;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        font-weight: 600;
        gap: 8px;
        padding: 0 0 15px;
        -webkit-transition: margin .2s ease;
        transition: margin .2s ease
    }

    .header__bottom-submenu-open:after {
        border-bottom: 2px solid #10d7cb;
        border-right: 2px solid #10d7cb;
        content: "";
        display: block;
        height: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: margin .2s ease, -webkit-transform .2s ease;
        transition: margin .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, margin .2s ease;
        transition: transform .2s ease, margin .2s ease, -webkit-transform .2s ease;
        width: 5px
    }

    .header__bottom-submenu-open.active:after {
        margin-top: 2px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .header__mobile-content.is-visible {
        height: 100%;
        overflow-y: scroll;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header__bottom {
        height: auto
    }

    .header_nav-link {
        font-size: 15px
    }

    .header_nav-link .panel-title {
        -webkit-transition: margin .2s ease;
        transition: margin .2s ease
    }

    .header_nav-link .panel-active {
        margin-bottom: 15px
    }

    .header_nav-link .panel-active:after {
        margin-top: 3px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .header_nav-link .panel-body {
        -webkit-animation: panelTitle .3s ease;
        animation: panelTitle .3s ease;
        display: none;
        font-size: 14px;
        margin-top: -20px;
        opacity: .65
    }

    .header_nav-link .panel-body.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0
    }

    .header__bottom-tabs__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 1;
        position: static
    }

    .header__bottom-tabs__content {
        padding: 0
    }
}

@-webkit-keyframes panelTitle {
    0% {
        display: none;
        margin-top: -20px
    }

    to {
        display: -webkit-box;
        display: flex;
        margin-top: 0
    }
}

@keyframes panelTitle {
    0% {
        display: none;
        margin-top: -20px
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0
    }
}

@media (max-width:640px) {

    .burger__menu span,
    .burger__menu:after,
    .burger__menu:before {
        width: 20px;
        height: 2px;
    }

    .burger__bg {
        height: 30px;
        min-width: 30px;
        width: 30px;
    }

    .header__top {
        height: auto
    }

    .header__top p {
        color: #8994ad
    }

    .header__top-container {
        padding: 5px 15px
    }

    .header__center-center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
        gap: 10px
    }

    .header__center-btns,
    .header__center-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .header__center-btns button {
        max-width: 100%
    }

    .header__center-center_item a,
    .header__center-center_item span {
        font-size: 14px;
        opacity: .85
    }

    .header__center-center_item p {
        font-size: 14px;
        font-weight: 500;
        opacity: .85
    }

    .header__center-center_item-mail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__center-center_item-phone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__center-center_item-phone p {
        display: none
    }

    .header__center-center_item-time {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__center-center_item-time p {
        display: none
    }

    .header__center-center_item-addres {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header__center-center_item-addres div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 3px;
        flex-direction: column;
    }

    .header__center-center_item-mail {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header__mobile-item .logo picture {
        max-width: 100px
    }

    .standart__btn_section {
        height: 40px
    }

    .header__btn {
        font-size: 12px;
        height: 30px;
        font-weight: 400;
    }
}

.classic__form {
    background-color: #223858;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.classic__form>span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.classic__form>span>a {
    text-decoration: underline
}

.classic__form .standart__btn {
    max-width: 100%;
    padding: 5px;
    white-space: nowrap
}

.form-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1
}

.classic__form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.classic__form-item input {
    background-color: hsla(0, 0%, 100%, .25);
    border-radius: 10px;
    color: #fff;
    height: 50px;
    padding: 12px 20px
}

.classic__form-item input::-webkit-input-placeholder {
    color: #fff
}

.classic__form-item input::-moz-placeholder {
    color: #fff
}

.classic__form-item input:-ms-input-placeholder {
    color: #fff
}

.classic__form-item input::-ms-input-placeholder {
    color: #fff
}

.classic__form-item input::placeholder {
    color: #fff
}

@media (max-width:600px) {
    .form-title {
        font-size: 17px
    }
}

.intro {
    background: url(../img/intro/bg.webp) 50% no-repeat;
    background-size: cover;
    border-radius: 80px;
    height: 100%;
    width: 100%
}

.intro-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    overflow: hidden
}

.intro-inner,
.intro-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.intro-item {
    -ms-flex-preferred-size: calc(68% - 120px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-basis: calc(68% - 120px);
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0
}

.intro-item p {
    font-size: 17px
}

.intro-item p:last-of-type {
    margin-bottom: 30px
}

.intro-item p a {
    color: #10d7cb
}

.intro-item p a:hover {
    color: #223858
}

h1.intro-title {
    font-size: 52px;
    margin-bottom: 5px;
    text-align: left
}

.intro-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 35px 40px
}

.intro_form-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%
}

.intro_form-title:after {
    background-color: hsla(0, 0%, 100%, .25);
    content: "";
    display: block;
    height: 1px;
    width: 20%
}

.intro_form-item {
    gap: 15px
}

.intro_form-item>* {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    flex-basis: calc(33.33333% - 10px)
}

.intro_form-item .standart__btn {
    max-width: 100%
}

.intro-pictures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    max-height: 730px
}

.intro-pictures picture {
    height: 100%;
    max-height: 560px;
    min-height: 560px;
    overflow: hidden
}

.intro-pictures picture img {
    border-radius: 20px;
    height: 100%;
    max-height: 560px;
    min-height: 560px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1230px) {
    h1.intro-title {
        font-size: 40px
    }

    .intro-item {
        max-width: 60%
    }

    .intro_form-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .intro_form-item>input {
        -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px);
        max-width: calc(50% - 7.5px)
    }

    .intro_form-item .standart__btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:1024px) {
    h1.intro-title {
        font-size: 24px
    }

    .intro-item {
        padding: 40px 0
    }
}

@media (max-width:800px) {
    .intro {
        border-radius: 40px;
        background: none;
        background-color: #F1F5FA
    }

    h1.intro-title {
        font-size: 23px
    }

    .intro-container {
        padding: 0
    }

    .intro-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 35px
    }

    .intro-pictures {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-height: none;
        padding-top: 40px
    }

    .intro-pictures picture {
        max-height: 220px;
        min-height: 220px;
        min-width: 320px
    }

    .intro-pictures picture img {
        max-height: 220px;
        min-height: 220px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .intro-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        gap: 10px;
        max-width: 100%;
        padding: 0 15px 40px
    }

    .intro-item p:last-of-type {
        margin-bottom: 25px
    }
}

@media (max-width:660px) {
    .intro_form-item>input {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .intro_form-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5px
    }

    .intro_form-title:after {
        width: 100%
    }

    .intro-form {
        padding: 25px
    }

    .intro-item .classic__form-item input {
        width: 100%;
    }

    .intro-item form {
        flex-direction: column;
    }

    .intro-item form .standart__btn {
        flex-basis: auto;
    }

    .intro-item p {
        font-size: 14px
    }
}

@media (max-width:385px) {
    .intro_form-title {
        font-size: 15px
    }

    h1.intro-title {
        font-size: 18px
    }
}

.service-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px
}

.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-item {
    -ms-flex-preferred-size: calc(25% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 1px dashed #d4dbea;
    border-radius: 30px;
    flex-basis: calc(25% - 15px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 24px
}

.service-item p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: .55;
    padding: 0 24px
}

.service-item p:last-of-type {
    margin-bottom: 15px
}

.service-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f4fb;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 24px;
    width: 100%
}

.service-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.service-attribute {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.service-price {
    background-color: #10d7cb;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px
}

.service-img {
    max-width: 105px;
    min-width: 105px;
    width: 100%
}

.service-img img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-item:nth-of-type(2n) .service-btn,
.service-item:nth-of-type(2n) .service-head {
    background-color: #eefaf8
}

.service-item:nth-of-type(2n) .service-btn:hover {
    background-color: #223858
}

.service-btn {
    margin: 0 24px
}

.service-btn_second {
    background-color: #fff;
    border: 1px solid #fff;
    color: #10d7cb;
    width: 100%
}

.service-btn_second:after {
    border-color: #10d7cb
}

.service-btn_second:hover {
    background-color: #10d7cb;
    color: #fff
}

.service-btn_second:hover:after {
    border-color: #fff
}

.service-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-preferred-size: calc(25% - 15px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #10d7cb url(../img/service/bg.jpg) 50% no-repeat;
    background-size: cover;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(25% - 15px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 25px
}

.service-form p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #fff;
    flex-grow: 1;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.service-doctor {
    max-width: 141px
}

@media (max-width:1420px) {

    .service-form,
    .service-item {
        -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px)
    }
}

@media (max-width:1080px) {
    .service-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-left: 15px;
        padding-right: 15px
    }

    .service-inner::-webkit-scrollbar {
        display: none
    }

    .service-container {
        margin-right: 15px;
        padding: 0
    }

    .service-form,
    .service-item {
        /* -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 320px; */
        width: 100%;
        flex-basis: auto;

        background: none;
        background-color: #10d7cb;
    }
}

@media (max-width:550px) {
    .service-inner {
        gap: 10px;
        margin-bottom: 30px
    }

    .service-form,
    .service-item {
        gap: 20px;
        /* max-width: 320px; */
        padding-bottom: 20px
    }

    .service-name {
        font-size: 12px
    }

    .service-price {
        font-size: 12px;
        padding: 2px 8px
    }

    .service-img {
        max-width: 50px;
        min-width: 50px
    }

    .service-head {
        padding: 20px
    }

    .service-item p {
        padding: 0 10px;
        font-size: 16px;
    }

    .service-btn {
        margin: 0 24px
    }

    .service-form p {
        font-size: 14px
    }

    .service-doctor {
        max-width: 120px
    }
}

@media (max-width:380px) {
    .service-item {
        /* max-width: 280px;
    min-width: 280px */
    }
}

.why__we-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.why__we-inner,
.why__we-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.why__we-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-color: #fff;
    border-radius: 20px;
    border-top-left-radius: 50px;
    flex-basis: calc(33.33333% - 13.33333px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-end;
    min-height: 265px;
    padding: 101px 35px 35px;
    position: relative;
    z-index: 2
}

.why__we-item>span:first-of-type {
    font-size: 20px;
    font-weight: 500
}

.why__we-item>span:last-of-type {
    color: #10d7cb;
    font-weight: 600;
    position: absolute;
    right: 25px;
    top: 25px
}

.why__we-item:before {
    background-color: #223858;
    border-radius: 45%;
    border-bottom-right-radius: 50%;
    content: "";
    display: block;
    height: 101px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 101px;
    z-index: 4
}

.why__we-item picture {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 5
}

.why__we-item picture img {
    -o-object-fit: contain;
    object-fit: contain
}

.why__we-item_aqua {
    background-color: #10d7cb;
    color: #fff
}

.why__we-item_aqua>span:last-of-type {
    color: #fff
}

@media (max-width:952px) {
    .why__we-inner {
        gap: 10px
    }

    .why__we-item {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px)
    }
}

@media (max-width:650px) {
    .why__we-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:450px) {
    .why__we-item {
        gap: 10px;
        min-height: 100px;
        padding: 85px 20px 20px
    }

    .why__we-item picture {
        max-height: 56px;
        max-width: 56px
    }

    .why__we-item:before {
        height: 81px;
        width: 81px
    }

    .why__we-item>span:first-of-type {
        font-size: 15px
    }
}

.about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f1f4fb;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 10px
}

.about-head {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 35px 10px;
    position: relative
}

.about-head:after,
.about-head:before {
    background: url(../img/icons/about_bg.png) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 170px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 179px
}

.about-head:after {
    right: -85px
}

.about-head:before {
    left: -85px
}

.about_title {
    max-width: 100%;
    padding: 0 85px
}

.about-slide {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    height: auto;
    justify-content: space-between;
    padding: 20px
}

.about-item,
.about-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-preferred-size: calc(60.54% - 35px);
    flex-basis: calc(60.54% - 35px);
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    height: 100%;
    padding: 50px 0 50px 35px
}

.about-item p:last-of-type {
    margin-bottom: 30px
}

.about-item>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    gap: 20px;
    opacity: .85
}

.about-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.about-picture {
    -ms-flex-preferred-size: calc(39.46% - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(39.46% - 35px);
    height: 100%;
    width: 100%
}

.about-picture img {
    border-radius: 10px;
    height: 100%;
    max-width: 542px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-wrapper {
    position: relative
}

.about_swiper-pag {
    bottom: calc(30px + 5%);
    position: absolute;
    right: 30px;
    z-index: 6
}

.about-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    padding: 55px
}

.about-bonus,
.about-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-bonus {
    -ms-flex-preferred-size: calc(33.33333% - 60px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    flex-basis: calc(33.33333% - 60px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: center
}

.about-bonus picture {
    margin-bottom: 5px;
    max-height: 50px;
    max-width: 50px
}

.about-bonus span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500
}

.about-bonus p {
    opacity: .55
}

.swiper-pagination_box-about {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 60px;
    color: #fff;
    display: none;
    font-weight: 500;
    gap: 5px;
    padding: 5px 15px
}

@media (max-width:1024px) {
    .about-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 40px
    }

    .about-picture {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 400px;
        max-height: 400px
    }

    .about-picture img {
        height: 400px;
        max-width: 100%
    }

    .about_swiper-pag {
        bottom: auto;
        right: 50px;
        top: 350px
    }

    .about-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0
    }
}

@media (max-width:830px) {
    .about-footer {
        padding: 35px 20px
    }

    .about-bonus {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        gap: 10px
    }

    .about-bonus span {
        font-size: 15px
    }

    .about-bonus picture {
        height: 40px;
        width: 40px
    }
}

@media (max-width:640px) {
    .about-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:550px) {
    .about-btn {
        max-width: 100%
    }

    .about-head:after,
    .about-head:before {
        display: none
    }

    .about-head {
        padding: 20px 10px
    }

    .about_title {
        padding: 0
    }

    .about-picture {
        height: 230px;
        max-height: 230px;
        width: 100%;
    }

    .about-picture img {
        height: 230px;
        max-height: 230px;
    }

    .about_swiper-pag {
        top: 205px
    }

    .about-title {
        font-size: 15px
    }

    .about-item {
        gap: 10px
    }

    .about-item p:last-of-type {
        margin-bottom: 10px
    }

    .about-item>div {
        gap: 10px
    }

    .swiper-pagination_box-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 30px;
        position: absolute;
        top: 210px;
        z-index: 10
    }
}

@media (max-width:460px) {
    .about_swiper-pag {
        right: 40px
    }
}

.call {
    background-color: #223858;
    border-bottom: 40px solid #fff;
    border-top: 40px solid #fff
}

.call-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    justify-content: space-between
}

.call-picture {
    border: 20px solid #fff;
    border-radius: 50%;
    margin-bottom: -40px;
    margin-top: -40px;
    max-width: 505px;
    min-width: 505px;
    overflow: visible;
    position: relative;
    width: 100%
}

.call-picture:after,
.call-picture:before {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    z-index: 3
}

.call-picture:before {
    background-color: hsla(0, 0%, 100%, .05);
    height: calc(100% + 120px);
    width: calc(100% + 120px)
}

.call-picture:after {
    background-color: hsla(0, 0%, 100%, .1);
    height: calc(100% + 200px);
    width: calc(100% + 200px)
}

.call-picture img {
    border-radius: 50%;
    max-width: 505px;
    position: relative;
    z-index: 6
}

.call_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 670px
}

h2.call_form-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 36px;
    text-align: left
}

.call_form-subtitle {
    margin-bottom: 25px;
    text-align: left
}

.call_form-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.call_form-item>* {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    height: 50px;
    max-width: 100%
}

.call_form-item label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-left: 13px
}

.call_form-item label:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    content: "";
    display: block;
    height: 24px;
    min-width: 24px;
    order: 1;
    width: 24px
}

.call_form-item label:after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background-color: #dde3ef;
    content: "";
    display: block;
    height: 60%;
    order: 2;
    width: 1px
}

.call_form-item label.tel:before {
    background: url(../img/icons/phone.png) 50% no-repeat;
    background: url(../img/icons/phone.svg) 50% no-repeat;
    background-size: cover
}

.call_form-item label.name:before {
    background: url(../img/icons/user.png) 50% no-repeat;
    background: url(../img/icons/user.svg) 50% no-repeat;
    background-size: cover
}

.call_form-item input {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    background-color: #fff;
    color: #223858;
    height: 50px;
    order: 3;
    padding-left: 0;
    width: 100%
}

.call_form-item input::-webkit-input-placeholder {
    color: #223858;
    opacity: .55
}

.call_form-item input::-moz-placeholder {
    color: #223858;
    opacity: .55
}

.call_form-item input:-ms-input-placeholder {
    color: #223858;
    opacity: .55
}

.call_form-item input::-ms-input-placeholder {
    color: #223858;
    opacity: .55
}

.call_form-item input::placeholder {
    color: #223858;
    opacity: .55
}

.call_form-item span {
    color: #fff;
    font-size: 13px;
    opacity: .85
}

.call_form-item span a {
    text-decoration: underline
}

@media (max-width:1200px) {
    .call {
        border: none;
        margin-top: 270px
    }

    .call-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .call-picture {
        border-width: 10px;
        height: 400px;
        margin-bottom: 40px;
        margin-top: -200px;
        max-width: 400px;
        min-width: 400px;
        width: 400px
    }

    .call-picture img {
        max-height: 400px;
        max-width: 400px
    }

    .call-picture:before {
        height: calc(100% + 80px);
        width: calc(100% + 80px)
    }

    .call-picture:after {
        height: calc(100% + 50px);
        width: calc(100% + 50px)
    }

    .call_form {
        max-width: 100%;
        padding-bottom: 45px
    }

    h2.call_form-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .call_form-subtitle {
        text-align: center
    }
}

@media (max-width:550px) {
    .call {
        margin-top: 170px
    }

    .call_form-item {
        gap: 15px
    }

    .call_form-item>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .call_form-item label:before {
        height: 19px;
        min-width: 19px;
        width: 19px
    }

    h2.call_form-title {
        font-size: 20px
    }

    .call_form-item span {
        font-size: 12px;
        text-align: center
    }

    .call-picture {
        margin-bottom: 0;
        margin-top: -115px;
        max-height: 250px;
        max-width: 250px;
        min-height: 250px;
        min-width: 250px
    }

    .call-picture img {
        max-width: 230px;
        min-width: 230px
    }
}

.wards-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 40px;
    justify-content: space-between
}

.wards-inner,
.wards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wards-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #f1f4fb;
    border-radius: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    max-width: calc(33.33333% - 26.66667px);
    min-height: 100%;
    overflow: hidden;
    padding: 30px 0 25px
}

.wards-item p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    opacity: .55;
    padding: 0 65px;
    text-align: center
}

.wards-item span {
    color: #10d7cb;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-align: center
}

.wards-pictures {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin: 0 -15px 15px
}

.wards-pictures picture,
.wards__item {
    max-width: 120px
}

.wards-pictures picture img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.wards-pictures picture:nth-of-type(2),
.wards__item:nth-child(2n),
.wards__item:nth-child(2n) picture {
    max-width: 200px
}

.wards-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase
}

.wards-item_popular {
    margin-bottom: 30px;
    margin-top: 0
}

.wards-item_popular .standart__btn {
    background-color: #10d7cb;
    border-color: #10d7cb;
    color: #fff
}

.wards-item_popular .standart__btn:after {
    border-color: #fff
}

.wards-item_popular .standart__btn:hover {
    background-color: #fff;
    color: #10d7cb
}

.wards-item_popular .standart__btn:hover:after {
    border-color: #10d7cb
}

@media (max-width:960px) {
    .wards-item_popular {
        margin-bottom: 0;
        margin-top: 0
    }

    .wards-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 0
    }

    .wards-inner {
        gap: 10px
    }

    .wards-item p {
        padding: 0 10px
    }

    .wards-title {
        font-size: 15px
    }
}

@media (max-width:750px) {
    .wards-container {
        padding: 0
    }

    .wards-inner {
        overflow-x: scroll;
        padding: 0 15px
    }

    .wards-inner::-webkit-scrollbar {
        display: none
    }

    .wards-item {
        min-width: 320px
    }
}

@media (max-width:550px) {
    .wards-item {
        gap: 10px;
        padding: 20px 0
    }

    .wards-item span {
        font-size: 12px
    }
}

@media (max-width:360px) {
    .wards-item {
        min-width: 280px
    }

    .wards-title {
        font-size: 12px
    }
}

h2.gallery-title {
    margin-bottom: 35px
}

.swiper__gallery {
    margin-bottom: 75px
}

.gallery-content {
    position: relative
}

.gallery-slide {
    display: block;
    max-height: 215px;
    max-width: 335px;
    width: 100%
}

.gallery-slide img {
    border-radius: 15px;
    max-height: 215px;
    max-width: 335px;
    min-height: 215px;
    min-width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.gallery__slider-button {
    background-color: #f1f4fb
}

.gallery__slider-button:after {
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.gallery__slider-button:hover {
    background-color: #c7e2fc
}

.gallery__slider-button:hover:after {
    border-color: #000
}

.swiper-pagination-gallery {
    bottom: -45px !important;
    top: auto !important
}

@media (max-width:1580px) {
    .gallery_swiper-pag {
        display: none
    }
}

@media (max-width:1450px) {

    .gallery-slide,
    .gallery-slide img {
        max-height: 300px;
        max-width: 100%;
        min-height: 300px
    }

    .gallery-slide img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:610px) {
    .gallery-container {
        padding: 0
    }

    .gallery-slide,
    .gallery-slide img {
        max-height: 205px;
        min-height: 205px
    }

    .swiper__gallery {
        margin-bottom: 30px;
        padding: 0 15px
    }

    .swiper-pagination-gallery {
        display: none
    }
}

.all__gallery-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.all__gallery-content,
.all__gallery-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all__gallery-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.all__gallery-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    display: block;
    flex-basis: calc(33.33333% - 13.33333px);
    max-height: 290px;
    max-width: 453px;
    min-height: 290px
}

.all__gallery-item img {
    border-radius: 15px;
    height: 100%;
    max-height: 290px;
    max-width: 453px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1024px) {
    .all__gallery-item {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:550px) {
    .all__gallery-content {
        gap: 10px
    }

    .all__gallery-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-height: 225px;
        min-height: 225px;
        width: 100%
    }

    .all__gallery-item img {
        max-height: 225px
    }
}

.specialists-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    justify-content: space-between;
    padding: 10px
}

.specialists-card picture {
    height: 100%;
    margin-bottom: 20px;
    margin-top: -96px;
    max-height: 193px;
    max-width: 184px;
    position: relative;
    z-index: 3
}

.specialists-card picture:before {
    background: url(../img/specialists/bg.png) 50% no-repeat;
    background: url(../img/specialists/bg.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 87px;
    position: absolute;
    right: 18%;
    top: 40%;
    -webkit-transform: translate3d(18%, -40%, 0);
    transform: translate3d(18%, -40%, 0);
    width: 87px;
    z-index: 3
}

.specialists-card picture img {
    height: 100%;
    max-height: 193px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 4
}

.specialists-card .doctor-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;

    font-weight: 700;
    margin: 0 20px;
    text-align: center;
    text-transform: uppercase
}



.specialists-card p {
    margin-bottom: 15px;
    text-align: center
}

.specialists-card span {
    background-color: #10d7cb;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: auto;
    padding: 3px 10px
}

.specialists-btn {
    margin: 0;
    width: 100%
}

.specialists-wrapper {
    margin-bottom: 50px;
    padding-top: 100px
}

.specialists-content {
    margin-bottom: 30px;
    position: relative
}

.specialists-slide {
    height: auto
}

@media (max-width:1600px) {
    .swiper__specialists {
        max-width: 85%
    }

    .specialists_swiper-pag {
        left: 0;
        right: 0;
        width: 100%
    }
}

@media (max-width:730px) {
    .swiper__specialists {
        max-width: 80%
    }
}

@media (max-width:550px) {
    .specialists-container {
        padding: 0
    }

    .specialists-wrapper {
        margin-bottom: 0
    }

    .swiper__specialists {
        max-width: 100%;
        padding: 0 15px
    }

    .specialists_swiper-pag {
        display: none
    }

    .specialists-card h4 {
        font-size: 13px
    }
}

.all__specialists-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.all__specialists-content,
.all__specialists-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all__specialists-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 155px
}

.all__specialists-card {
    -ms-flex-preferred-size: calc(25% - 15px);
    background-color: #f1f4fb;
    flex-basis: calc(25% - 15px);
    height: auto;
}

.all__specialists-card picture {
    height: 100%;
    margin-top: -120px;
    max-height: 220px;
    max-width: 209px;
    min-height: 220px;
    width: 100%
}

.all__specialists-card picture img {
    max-height: 220px;
    max-width: 209px;
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.all__specialists-btn {
    background-color: #fff
}

h1.all__specialists_section-title {
    margin-bottom: 170px
}

@media (max-width:1024px) {
    .all__specialists-card {
        -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px)
    }
}

@media (max-width:800px) {
    .all__specialists-content {
        padding-top: 70px
    }

    .all__specialists-card {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }

    h1.all__specialists_section-title {
        margin-bottom: 110px
    }
}

@media (max-width:550px) {
    h1.all__specialists_section-title {
        margin-bottom: 70px
    }

    .all__specialists-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .all__specialists-card picture,
    .all__specialists-card picture img {
        min-height: 190px
    }
}

.specialist-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 110px;
    justify-content: space-between;
    width: 100%
}

.specialist-img {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    height: 100%;
    max-height: 450px;
    max-width: 335px;
    min-height: 450px;
    min-width: 335px;
    position: relative;
    width: 100%;
    z-index: 5
}

.specialist-img:before {
    background: #10d7cb url(../img/specialist/bg.png) 50% no-repeat;
    background: #10d7cb url(../img/specialist/bg.svg) 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 42px);
    left: 60px;
    position: absolute;
    width: 100%
}

.specialist-img img {
    height: 100%;
    max-height: 450px;
    min-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 6
}

.specialist-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.specialist-inner,
.specialist_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.specialist_body {
    gap: 60px;
    max-width: 955px;
    width: 100%
}

.specialist_body-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    height: auto;
    justify-content: space-between;
    max-height: 450px;
    min-height: 450px;
    padding-top: 42px;
    width: 100%
}

.specialist_body-btn {
    max-width: 100%
}

.specialist_body-head_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto;
    justify-content: space-between
}

.specialist_body-head_name,
.specialist_body-head_name>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.specialist_body-head_name>div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 511px
}

.specialist_body-head_name>div:first-of-type p {
    color: rgba(34, 56, 88, .85);
    font-size: 17px
}

.specialist_body-head_name>div:first-of-type p span {
    font-weight: 600
}

.specialist_body-head_name>div:last-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

h1.section-title_specialist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 32px;
    gap: 25px;
    margin-bottom: 15px;
    text-align: left;
    white-space: normal;
}

h1.section-title_specialist:after {
    background-color: #10d7cb;
    content: "";
    display: block;
    height: 2px;
    width: 180px
}

.specialist_body-stars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.specialist_body-napopravku {
    max-width: 169px;
    min-width: 169px
}

.specialist_body-prodoctorov {
    max-width: 205px;
    min-width: 205px
}

.specialist_body-reception {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #f1f4fb;
    border-radius: 20px;
    height: auto;
    justify-content: space-between;
    max-width: 335px;
    min-width: 30%;
    padding: 25px;
    width: 100%
}

.specialist_body-reception,
.specialist_body-reception ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.specialist_body-reception ul {
    gap: 15px
}

.specialist_body-reception ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px dashed #d3dbee;
    color: rgba(34, 56, 88, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px
}

.specialist_body-reception ul li:first-of-type {
    border-bottom: none
}

.specialist_body-reception ul li p {
    color: #223858;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.specialist_body-reception ul li span {
    font-weight: 600
}

.specialist_body-center {
    border-top: 1px solid #e7ecf6;
    padding-top: 30px
}

.specialist_body-center ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    gap: 10px
}

.specialist_body-center ul li {
    opacity: .85
}

.specialist_body-center ul li span {
    color: #10d7cb;
    font-weight: 600
}

h4.section-title_specialist {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left
}

.specialist_body-certificate {
    border-top: 1px solid #e7ecf6;
    padding-top: 30px
}

.specialist_body-certificate-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.specialist_body-certificate-inner .specialist_body-certificate_item {
    border: 3px solid #f1f4fb;
    border-radius: 15px;
    max-height: 210px;
    max-width: 156px;
    min-height: 210px;
    min-width: 156px
}

.specialist_body-certificate-inner .specialist_body-certificate_item img {
    max-height: 210px;
    min-height: 210px;
    min-width: 156px;
    padding: 11px
}

.specialist_body-certificate_item {
    -ms-flex-preferred-size: calc(20% - 12px);
    flex-basis: calc(20% - 12px);
    min-height: 210px
}

.specialist_body-certificate_item:after {
    bottom: -4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.specialist_body-certificate_item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1265px) {
    h1.section-title_specialist {
        white-space: normal
    }

    .specialist-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        justify-content: center
    }

    .specialist_body {
        max-width: 100%
    }
}

@media (max-width:915px) {
    .specialist_body-reception ul {
        margin-bottom: 30px
    }

    .specialist_body-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        max-height: none;
        min-height: 0
    }

    .specialist_body-reception {
        max-width: 100%
    }

    .specialist_body-certificate-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .specialist_body-certificate-inner::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:800px) {
    .specialist-inner {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

@media (max-width:550px) {
    .specialist_body-center {
        padding-top: 15px
    }

    .specialist_body-head_name>div:first-of-type p {
        font-size: 14px
    }

    .specialist_body-head_name>div:first-of-type {
        gap: 5px
    }

    .specialist_body-stars {
        gap: 10px
    }

    .specialist_body-napopravku {
        max-width: 136px;
        min-width: 136px
    }

    .specialist_body-prodoctorov {
        max-width: 154px;
        min-width: 154px
    }

    h4.section-title_specialist {
        font-size: 15px;
        margin-bottom: 20px
    }

    .specialist_body-center ul {
        font-size: 14px;
        gap: 15px
    }

    .specialist_body {
        gap: 50px
    }

    .specialist_body-certificate-inner .specialist_body-certificate_item,
    .specialist_body-certificate-inner .specialist_body-certificate_item img {
        max-height: 190px;
        max-width: 141px;
        min-height: 190px;
        min-width: 141px
    }
}

.payment-banner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 32px;
    align-items: center;
}

.payment-banner__right {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #223858;
    padding: 30px;
    border-radius: 30px;
}

.payment-banner__left p {
    font-size: 24px;
    font-weight: 700;
    font-family: Unbounded;
}

.payment-banner-card {
    display: flex;
    flex-direction: column;
}

.payment-banner-card:nth-child(4) {
    background: #10D7CB;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}

.payment-banner__tumbler {
    border: 1px solid #fff;
    height: 39px;
    max-width: 88px;
    border-radius: 20px;
}

.tumbler-button {
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-banner-card__top {
    font-family: Unbounded;
    font-size: 28px;
}

.payment-banner-card__top span {
    font-size: 60px;
}

.payment-banner__left p span {
    color: #10D7CB;
}

.payment-banner .text-small {
    font-size: 17px;
}

section.payment-banner-section {
    padding: 0px 0 80px;
}

.payment-banner-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

@media (max-width:380px) {
    .specialist_body-napopravku {
        max-width: 100px;
        min-width: 100px
    }

    .specialist_body-prodoctorov {
        max-width: 120px;
        min-width: 120px
    }
}

.certificate {
    background: url(../img/intro/bg.jpg) 50% no-repeat;
    background-size: cover
}

.certificate-content {
    margin-bottom: 50px;
    position: relative
}

.certificate-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    height: auto;
    max-height: 365px;
    position: relative;
    width: 100%
}

.certificate-item img {
    border-radius: 10px;
    height: 100%;
    max-height: 315px;
    max-width: 224px;
    min-height: 335px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.certificate-item:after {
    background-color: #10d7cb;
    content: "";
    display: block;
    height: 4px;
    width: 80px
}

.certificate-item:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #10d7cb;
    border-radius: 50%;
    color: #fff;
    content: "+";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    opacity: 0;
    padding-bottom: 3px;
    position: absolute;
    right: 50%;
    top: 60%;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
    width: 40px
}

.certificate-item:hover:before {
    opacity: 1;
    top: 50%
}

@media (max-width:450px) {
    .swiper__certificate {
        padding: 0 15px
    }

    .certificate-container {
        padding: 0
    }

    .certificate-content {
        margin-bottom: 30px
    }
}

@media (max-width:370px) {
    .certificate-item img {
        max-width: 200px;
        min-height: 280px
    }
}

.all__certificates-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.scroll-up {
    position: fixed;
    bottom: -60px;
    cursor: pointer;
    right: 53px;
    z-index: 20;
    transition: all .4s;
}

.scroll-up.active {
    bottom: 131px;
}

.scroll-up img {
    width: 48px;
}

.scroll-up:hover {
    transform: scale(1.1);
}

.all__certificates-content,
.all__certificates-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all__certificates-content {
    -ms-flex-wrap: wrap;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px
}

.all__certificates-item {
    border: 4px solid #f1f4fb;
    border-radius: 15px;
    max-width: calc(20% - 16px);
    min-height: 365px;
    padding: 15px
}

.all__certificates-item img {
    max-height: 330px;
    max-width: 234px
}

.all__certificates-item:after {
    bottom: -5px;
    position: absolute
}

@media (max-width:1290px) {
    .all__certificates-item {
        -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
        max-width: calc(25% - 15px)
    }

    .all__certificates-item img {
        max-width: 100%
    }
}

@media (max-width:940px) {
    .all__certificates-item {
        -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px);
        max-width: calc(33.33333% - 13.33333px)
    }
}

@media (max-width:800px) {
    .all__certificates-inner {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

@media (max-width:720px) {
    .all__certificates-content {
        gap: 10px
    }

    .all__certificates-item {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        max-height: 300px;
        max-width: calc(50% - 5px);
        min-height: 300px;
        padding: 0
    }

    .all__certificates-item img {
        border-radius: 15px;
        max-height: 300px;
        min-height: 300px;
        overflow: hidden;
        padding: 10px 10px 20px
    }
}

@media (max-width:550px) {

    .all__certificates-item,
    .all__certificates-item img {
        max-height: 230px;
        min-height: 230px
    }
}

@media (max-width:380px) {

    .all__certificates-item,
    .all__certificates-item img {
        max-height: 160px;
        min-height: 160px
    }
}

.dont__heal-content,
.dont__heal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.dont__heal-content {
    -ms-flex-preferred-size: calc(67.6% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #10d7cb;
    border-radius: 30px;
    color: #fff;
    flex-basis: calc(67.6% - 20px);
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    padding: 60px 90px;
    position: relative
}

.dont__heal-content>p {
    font-size: 17px;
    font-weight: 500
}

.dont__heal-content>p:last-of-type {
    margin-bottom: 35px
}

.dont__heal-content>div,
.dont__heal-content>div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.dont__heal-content>div div {
    -ms-flex-preferred-size: calc(50% - 10px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid hsla(0, 0%, 100%, .35);
    border-radius: 10px;
    flex-basis: calc(50% - 10px);
    padding: 8px;
    position: relative
}

.dont__heal-content>div div p {
    font-weight: 600;
    margin-right: 10px
}

.dont__heal-content>div div picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 64px;
    /*min-height: 64px;*/
    width: 100%;
    padding: 10px 0 10px 0;
}

.dont__heal-content>div div picture img {
    max-width: 34px
}

.dont__heal-content>div div:before {
    background: url(../img/icons/to4ka.png) 50% no-repeat;
    background: url(../img/icons/to4ka.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px
}

.dont__heal-content:after,
.dont__heal-content:before {
    border-radius: 50%;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: -70%;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    z-index: 1
}

.dont__heal-content:after {
    background-color: hsla(0, 0%, 100%, .15);
    height: 496px;
    top: -50%;
    width: 496px
}

.dont__heal-content:before {
    background-color: hsla(0, 0%, 100%, .1);
    height: 530px;
    top: -50%;
    width: 530px
}

.dont__heal-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 453px
}

h2.dont__heal-title {
    margin-bottom: 10px;
    text-align: left
}

h2.dont__heal-title:after {
    display: none
}

.dont__heal-form {
    gap: 20px;
    padding: 55px 59px
}

.dont__heal-form>span {
    opacity: 1
}

.dont__heal-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px
}

.dont__heal-item label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-left: 13px
}

.dont__heal-item label:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    content: "";
    display: block;
    height: 24px;
    max-width: 24px;
    order: 1;
    width: 100%;
}

.dont__heal-item label:after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background-color: #dde3ef;
    content: "";
    display: block;
    height: 60%;
    order: 2;
    width: 1px
}

.dont__heal-item label.tel:before {
    background: url(../img/icons/phone.png) 50% no-repeat;
    background: url(../img/icons/phone.svg) 50% no-repeat;
    background-size: cover
}

.dont__heal-item label.name:before {
    background: url(../img/icons/user.png) 50% no-repeat;
    background: url(../img/icons/user.svg) 50% no-repeat;
    background-size: cover
}

.dont__heal-item input {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    background-color: #fff;
    color: #223858;
    height: 50px;
    order: 3;
    padding-left: 0;
    width: 100%
}

.dont__heal-item input::-webkit-input-placeholder {
    color: #223858;
    opacity: .55
}

.dont__heal-item input::-moz-placeholder {
    color: #223858;
    opacity: .55
}

.dont__heal-item input:-ms-input-placeholder {
    color: #223858;
    opacity: .55
}

.dont__heal-item input::-ms-input-placeholder {
    color: #223858;
    opacity: .55
}

.dont__heal-item input::placeholder {
    color: #223858;
    opacity: .55
}

.dont__heal_form-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width:1200px) {
    .dont__heal-content {
        padding: 25px 20px
    }

    .dont__heal-content>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    h2.dont__heal-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 20px
    }
}

@media (max-width:900px) {
    .dont__heal-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .dont__heal-form {
        max-width: 100%
    }
}

@media (max-width:550px) {
    .dont__heal-content {
        border-radius: 15px;
        gap: 10px
    }

    h2.dont__heal-title {
        margin-bottom: 5px
    }

    .dont__heal-content>p {
        font-size: 14px
    }

    .dont__heal-content>p:last-of-type {
        margin-bottom: 10px
    }

    .dont__heal-content:before {
        top: -400px
    }

    .dont__heal-content:after {
        top: -360px
    }

    .dont__heal-content:after,
    .dont__heal-content:before {
        right: -30%
    }

    .dont__heal-content>div {
        gap: 10px
    }

    .dont__heal-content>div div {
        gap: 15px
    }

    .dont__heal-content>div div picture {
        max-width: 55px;
        min-height: 55px;
        min-width: 55px
    }

    .dont__heal-form {
        gap: 15px;
        padding: 25px 20px
    }

    .dont__heal-item {
        gap: 15px;
        margin-bottom: 0
    }

    .dont__heal-form>span {
        opacity: .45
    }
}

.text-container ul {
    margin-bottom: 20px;
}

.text-container ul li {
    padding-bottom: 16px;
}

.text-container p {
    margin-bottom: 15px;
}

.text-container>.tpl-block-list-objects {
    display: block;
}

.text h1 {
    font-size: 42px;
    margin-bottom: 25px;
}

.text h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.text h2,
.text h3 {
    font-weight: 700;
    line-height: 1.25
}

.text h3 {
    font-size: 26px;
    margin-bottom: 5px
}

.text blockquote {
    margin: 20px 20px;
    padding: 15px 10px;
    border: 1px solid #10D7CB;
    border-radius: 10px;

}

.text h4 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600
}

.text h5 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600
}

.text-container picture {
    border-radius: 30px;
    display: inline;
    float: right;
    margin-left: 90px;
    max-height: 520px;
    max-width: 655px;
    overflow: hidden;
    width: 50%
}

.text-container picture img {
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-container>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px
}

.text-container>div div>* {
    margin-bottom: 20px
}

.text-container>div div>:last-child {
    margin-bottom: 0
}

.text-container>div div p {
    color: rgba(34, 56, 88, .55)
}

.text-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-container ul,
.text-container ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.text-container ul>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-container ul>li:before {
    background: url(../img/icons/galo4ka-text.png) 50% no-repeat;
    background: url(../img/icons/galo4ka-text.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 20px;
    min-width: 20px;
    width: 20px
}

.text-container ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: list 0;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-container ol {
    margin-bottom: 20px;
}

.text-container ol,
.text-container ol>li {
    padding-bottom: 16px;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.text-container ol>li:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid rgba(34, 56, 88, .15);
    border-radius: 50%;
    color: #10d7cb;
    content: counter(list);
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 1;
    min-width: 50px;
    width: 50px
}

@-webkit-keyframes textAnimation {
    0% {
        display: none;
        margin-top: -50px;
        opacity: 0
    }

    to {
        display: -webkit-box;
        display: flex;
        margin-top: 0;
        opacity: 1
    }
}

@keyframes textAnimation {
    0% {
        display: none;
        margin-top: -50px;
        opacity: 0
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        opacity: 1
    }
}

.text-item_hide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.text-item_hide div.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.text-item_hide>div:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.text-item_hide>div:last-of-type {
    -webkit-animation: textAnimation .2s forwards;
    animation: textAnimation .2s forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    display: none;
    margin-top: -50px;
    opacity: 0
}

.text-item_hide>div:last-of-type.active {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: block;
    margin-top: 0;
    opacity: 1;
    order: 2
}

.text-item_hide button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #10d7cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    order: 2;
    text-transform: uppercase
}

.text-item_hide button:after {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: block;
    height: 5px;
    margin-bottom: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    width: 5px
}

.text-item_hide button:hover {
    color: #000
}

.text-item_hide button.active {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative
}

.text-item_hide button.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media (max-width:1024px) {
    .text-container picture {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-height: 400px;
        width: 100%
    }

    .text-container>div {
        gap: 30px
    }
}

@media (max-width:650px) {
    .text h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .text h2 {
        font-size: 20px
    }

    .text-container>div div>* {
        margin-bottom: 15px
    }

    .text h4 {
        font-size: 15px
    }

    .text-container ol>li:before {
        font-size: 20px;
        height: 40px;
        max-width: 40px;
        min-width: 40px
    }

    .text h3 {
        font-size: 15px
    }

    .text-item_hide .text-hide_title {
        font-size: 12px
    }
}

.text-container a {
    color: #10d7cb;
}

.text__give-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #dde3ef;
    justify-content: space-between;
    padding-top: 30px
}

.text__give-inner,
.text__give-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.text__give-item {
    gap: 20px;
    text-transform: uppercase
}

.text__give-item>span {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px
}

.text__give-telegram:before {
    background: url(../img/icons/soc/telegram2.png) 50% no-repeat;
    background: url(../img/icons/soc/telegram2.svg) 50% no-repeat
}

.text__give-ok:before {
    background: url(../img/icons/soc/ok2.png) 50% no-repeat;
    background: url(../img/icons/soc/ok2.svg) 50% no-repeat
}

.text__give-vk:before {
    background: url(../img/icons/soc/vk2.png) 50% no-repeat;
    background: url(../img/icons/soc/vk2.svg) 50% no-repeat
}

.text__give-ok,
.text__give-telegram,
.text__give-vk {
    background-size: cover
}

.text__give-soc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.text__give-soc picture {
    border-radius: 5px;
    height: 40px;
    min-width: 40px;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 40px
}

.text__give-soc picture img,
.text__give-soc picture:before {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.text__give-soc picture:before {
    bottom: 0;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.text__give-soc>a:hover picture {
    background-color: #10d7cb
}

.text__give-soc>a:hover picture img {
    opacity: 0
}

.text__give-soc>a:hover picture:before {
    opacity: 1
}

@media (max-width:1100px) {
    .text__give-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width:615px) {
    .text__give-item>span {
        font-size: 13px
    }

    .text__give-soc picture {
        height: 20px;
        min-width: 20px;
        width: 20px
    }

    .text__give-soc {
        gap: 10px
    }
}

@media (max-width:380px) {
    .text__give-item {
        gap: 10px
    }

    .text__give-item>span {
        font-size: 12px
    }

    .text__give-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.price {
    background: url(../img/price/bg.jpg) 50% no-repeat;
    background-size: cover
}

.price-inner {
    gap: 30px;
    margin-bottom: 50px
}

.price-inner,
.price-item tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.price-item tbody {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.price-item tbody tr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border-radius: 15px;
    gap: 20px;
    justify-content: space-between;
    padding: 25px 40px
}

.price-item tbody tr,
.price-item tbody tr td:first-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.price-item tbody tr td:first-of-type {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    max-width: 40%;
    text-transform: uppercase
}

.price-item tbody tr td:nth-of-type(2) {
    width: 100%;
    max-width: 50%;
    text-align: left;
}

.price-item tbody tr td:last-of-type {
    height: 50px;
    min-width: 140px;
    max-width: 14%;
    width: 100%
}

.price-item tbody tr td:last-of-type button {
    border: 1px solid rgba(31, 131, 255, .35);
    border-radius: 50px;
    color: #10d7cb;
    font-weight: 600;
    height: 50px;
    padding: 15px 0;
    white-space: nowrap;
    width: 100%
}

.price-item tbody tr td:last-of-type button:hover {
    background-color: #10d7cb;
    border-color: #10d7cb;
    color: #fff
}

@media (max-width:1200px) {
    .price-item tr td:first-of-type {
        max-width: 20%
    }
}

@media (max-width:935px) {
    .price-item tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding: 20px
    }

    .price-item tbody tr td:first-of-type {
        font-size: 13px;
        max-width: 100%
    }

    .price-item tbody tr td:nth-of-type(2) {
        margin-bottom: 10px;
        max-width: 100%
    }

    .price-item tbody tr td:last-of-type {
        height: 45px;
        max-width: 100%
    }

    .price-item tbody tr td:last-of-type button {
        height: 45px
    }
}

@media (max-width:650px) {
    .price-tabs {
        width: 100%
    }
}

.all__price-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    white-space: nowrap
}

.all__price-tabs .nav-tab {
    background-color: #f1f4fb;
    border: 1px solid #f1f4fb;
    border-radius: 30px;
    color: hsla(0, 1%, 50%, .55);
    cursor: pointer;
    line-height: 1;
    padding: 15px 23px;
    -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

.all__price-tabs .nav-tab:hover {
    border-color: #10d7cb
}

.all__price-tabs .nav-tab.active {
    padding: 15px 21px;
    background-color: #10d7cb;
    border-color: #10d7cb;
    color: #fff
}

.all__price-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.all__price-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.all__price-item tbody tr {
    background-color: #f6f8fd
}

.all__price-pay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #d4dbea;
    border-radius: 10px;
    color: rgba(34, 56, 88, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    gap: 25px;
    padding: 24px 30px
}

@media (max-width:650px) {
    .all__price-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .all__price-pay {
        font-size: 14px;
        gap: 15px;
        padding: 15px
    }

    .all__price-pay picture {
        max-width: 51px;
        min-width: 26px
    }
}

.consultation-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0
}

.consultation-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    margin: 60px 0 65px 60px;
    width: calc(56.46% - 55px)
}

.consultation-form>p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 17px;
    font-weight: 500
}

.consultation-form>span {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.consultation-form>a {
    font-size: 28px
}

.consultation-form_second {
    width: calc(44.5% - 55px)
}

.consultation-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    justify-content: space-between
}

.consultation-inner_second {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 100px;
    justify-content: flex-start;
    position: relative
}

.consultation-inner_second:before {
    background-color: #10d7cb;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 455px;
    z-index: 2
}

.consultation-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px
}

.consultation-item>* {
    height: 50px;
    width: calc(50% - 10px)
}

.consultation-item label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: calc(50% - 10px);
    padding-left: 13px
}

.consultation-item label:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    content: "";
    display: block;
    height: 24px;
    min-width: 24px;
    order: 1;
    width: 24px
}

.consultation-item label:after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background-color: #dde3ef;
    content: "";
    display: block;
    height: 60%;
    order: 2;
    width: 1px
}

.consultation-item label.tel:before {
    background: url(../img/icons/phone.png) 50% no-repeat;
    background: url(../img/icons/phone.svg) 50% no-repeat;
    background-size: cover
}

.consultation-item label.name:before {
    background: url(../img/icons/user.png) 50% no-repeat;
    background: url(../img/icons/user.svg) 50% no-repeat;
    background-size: cover
}

.consultation-item input {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    background-color: #fff;
    color: #223858;
    height: 50px;
    order: 3;
    padding-left: 0;
    width: 100%
}

.consultation-item input::-webkit-input-placeholder {
    color: #223858;
    opacity: .55
}

.consultation-item input::-moz-placeholder {
    color: #223858;
    opacity: .55
}

.consultation-item input:-ms-input-placeholder {
    color: #223858;
    opacity: .55
}

.consultation-item input::-ms-input-placeholder {
    color: #223858;
    opacity: .55
}

.consultation-item input::placeholder {
    color: #223858;
    opacity: .55
}

.consultation-item>span {
    font-size: 13px
}

.consultation-item>span a {
    text-decoration: underline
}

.consultation-item_second>label {
    -ms-flex-preferred-size: calc(70% - 10px);
    flex-basis: calc(70% - 10px)
}

.consultation-item_second>button {
    -ms-flex-preferred-size: calc(40% - 10px);
    flex-basis: calc(40% - 10px)
}

.consultation-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.consultation-title,
h2.consultation-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

h2.consultation-title:after {
    height: 3px;
    width: 323px
}

.consultation-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
    padding-right: 110px;
    position: relative;
    z-index: 5
}

.consultation-right picture {
    height: 100%;
    max-width: 371px;
    position: relative;
    z-index: 5
}

.consultation-right picture img {
    /* height: 100% */
    height: auto;
}

.consultation-right picture>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: -100px;
    position: absolute;
    top: 95px;
    z-index: 5
}

.consultation-right picture>div span {
    background-color: hsla(0, 0%, 100%, .15);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    margin-top: -17px;
    padding: 25px;
    position: relative
}

.consultation-right picture>div span:before {
    background: url(../img/icons/to4ka2.png) 50% no-repeat;
    background: url(../img/icons/to4ka2.svg) 50% no-repeat;
    background-size: cover;
    bottom: -4px;
    content: "";
    display: block;
    height: 18px;
    min-width: 18px;
    position: absolute;
    right: -4px;
    width: 18px
}

.consultation-right picture>div picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    justify-content: center;
    width: 55px
}

.consultation-right picture>div picture img {
    max-width: 31px
}

.consultation-right:after,
.consultation-right:before {
    content: "";
    display: block;
    height: 395px;
    position: absolute;
    width: 392px;
    z-index: 4
}

.consultation-right:before {
    background: url(../img/consultation/bg1.png) 50% no-repeat;
    background: url(../img/consultation/bg1.svg) 50% no-repeat;
    background-size: cover;
    bottom: -215px;
    left: -100px
}

.consultation-right:after {
    background: url(../img/consultation/bg2.png) 50% no-repeat;
    background: url(../img/consultation/bg2.svg) 50% no-repeat;
    background-size: cover;
    bottom: -65px;
    right: -35px
}

.consultation-right_second {
    padding-right: 20px
}

.consultation-right_second picture {
    max-width: 495px
}

.consultation-right_second picture {
    display: flex;
    align-items: flex-end;
}

.consultation-right_second:before {
    bottom: -295px;
    left: -37px
}

.consultation-right_second:after {
    background: url(../img/consultation/bg3.png) 50% no-repeat;
    background: url(../img/consultation/bg3.svg) 50% no-repeat
}

@media (max-width:1400px) {
    .consultation-inner {
        gap: 110px
    }

    .consultation-right {
        padding-right: 20px
    }
}

@media (max-width:1024px) {
    .consultation-item_second>button {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }

    .consultation-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .consultation-form {
        margin: 0;
        padding: 25px 20px 0;
        width: 100%
    }

    .consultation-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }

    .consultation-inner_second:before {
        bottom: -300px;
        height: 450px;
        left: 0;
        top: auto;
        width: 100%
    }
}

@media (max-width:625px) {

    .consultation-item_second>button,
    .consultation-item_second>label {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .consultation-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .consultation-right:before {
        left: -64px
    }

    .consultation-right:after {
        bottom: -170px;
        right: -270px
    }

    .consultation-right picture {
        max-height: 315px;
        max-width: 233px
    }

    .consultation-right picture>div {
        left: -112px;
        top: 41px
    }

    .consultation-right picture>div span {
        padding: 25px 15px 15px
    }

    .consultation-right picture>div picture {
        height: 45px;
        width: 45px
    }

    .consultation-right picture>div picture img {
        max-width: 25px
    }

    .consultation-item label {
        max-width: 100%
    }

    .consultation-item>* {
        width: 100%
    }

    .consultation-item>span {
        font-size: 12px;
        opacity: .45
    }

    .consultation-title {
        font-size: 20px
    }

    .consultation-form {
        gap: 15px
    }

    .consultation-form>p {
        font-size: 14px
    }

    .consultation-form>p:last-of-type {
        margin-bottom: 15px
    }

    .consultation-form>span {
        font-size: 13px;
        margin-bottom: 0
    }

    .consultation-item {
        gap: 15px;
        row-gap: 15px
    }

    .consultation-right_second {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .consultation-inner_second:before {
        border-radius: 0;
        bottom: -400px
    }

    .consultation-right_second:after {
        display: none
    }

    .consultation-form>a {
        font-size: 18px
    }
}

@media (max-width:370px) {
    .consultation-right picture {
        max-width: 150px
    }

    .consultation-right:before {
        bottom: -300px;
        left: -200px
    }

    .consultation-right:after {
        bottom: -270px;
        right: -290px
    }

    .consultation-right picture>div {
        left: -134px;
        top: 0
    }
}

.reviews-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-top: -15px
}

.reviews-container {
    overflow: visible
}

.reviews-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    max-width: calc(50% - 100px);
    padding-left: calc(50% - 703px);
    padding-top: 15px;
    width: 100%
}

.reviews-content_btn {
    margin-bottom: 90px;
    padding: 0 10px
}

h2.reviews-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left
}

.reviews-slider {
    max-width: 50%
}

.reviews-slide {
    height: auto
}

.reviews-subtitle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}

.swiper__reviews {
    padding-top: 15px
}

.reviews__slider-button {
    background-color: #f1f4fb
}

.reviews__slider-button:after {
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.reviews__slider-button:hover {
    background-color: #10d7cb
}

.reviews__slider-button:hover:after {
    border-color: #fff
}

.reviews-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 4px solid #f1f4fb;
    border-radius: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto;
    max-width: 700px;
    min-height: 100%;
    padding: 35px;
    position: relative
}

.reviews-item,
.reviews-item>div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews-item>div:first-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dde3ef;
    gap: 25px;
    padding-bottom: 25px
}

.reviews-item>div:first-of-type span {
    font-size: 22px;
    font-weight: 600
}

.header__lic {
    font-size: 14px !important;
}

.reviews-item>div:first-of-type picture {
    height: 60px;
    width: 60px
}

.reviews-item>div:first-of-type picture img {
    border-radius: 10px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

.reviews-item>div:last-of-type {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #dde3ef;
    color: #10d7cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding-top: 20px
}

.reviews-item>div:last-of-type>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.reviews-item>div:last-of-type>div a {
    text-decoration: underline
}


.reviews-item:after {
    background: url(../img/icons/1.png) 50% no-repeat;
    background: url(../img/icons/1.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 30px;
    top: -12px;
    width: 32px
}

.reviews-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: rgb(34 56 88);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    gap: 15px;
    max-height: 190px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

.reviews-text:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.reviews-text p:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5px
}

.reviews-text_original {
    max-height: 40vh;
    overflow-y: scroll
}

.reviews-text_original:after {
    display: none
}

.reviews-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    background-color: #fff;
    border: 0;
    color: #10d7cb;
    height: auto;
    justify-content: flex-start;
    padding: 0;
    width: auto
}

.reviews-btn:after {
    border-color: #10d7cb;
    margin-bottom: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.reviews-btn:hover {
    color: #223858
}

.reviews-btn:hover:after {
    border-color: #223858
}

@media (max-width:1415px) {
    .reviews-content {
        padding-left: 15px
    }

    .reviews-slider {
        max-width: 60%
    }

    .reviews-item {
        margin-right: 15px
    }
}

@media (max-width:930px) {
    .reviews-item>div:first-of-type span {
        font-size: 18px
    }

    .reviews-item>div:first-of-type picture img {
        height: 50px;
        min-width: 50px;
        width: 50px
    }

    .reviews-item>div:first-of-type picture {
        height: 50px;
        width: 50px
    }

    .reviews-item {
        padding: 25px
    }

    .reviews-item>div:first-of-type {
        gap: 15px;
        padding-bottom: 20px
    }

    .reviews-item:after {
        height: 15px;
        top: -10px;
        width: 20px
    }

    .reviews-item>div:nth-of-type(2) {
        padding-bottom: 15px
    }

    .reviews-content_btn {
        margin-bottom: 20px
    }

    .reviews-btn {
        font-size: 12px
    }
}

@media (max-width:780px) {
    .reviews-subtitle {
        margin-bottom: 0
    }

    .reviews-item>div:last-of-type {
        gap: 10px
    }

    .reviews-inner,
    .reviews-item>div:last-of-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews-inner {
        gap: 30px;
        padding-bottom: 75px;
        position: relative
    }

    .reviews-content {
        max-width: 100%
    }

    .reviews-content_btn {
        margin-bottom: 0;
        max-width: 215px
    }

    .reviews-content>div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        justify-content: center;
        left: 15px;
        /*position: absolute;*/
        margin-top: 20px;
        right: 15px;
        width: calc(100% - 30px)
    }

    .reviews-slider {
        max-width: 100%
    }

    .reviews-content>.reviews-swiper-pag_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.all__reviews-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.all__reviews-content,
.all__reviews-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all__reviews-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    row-gap: 45px
}

.all__reviews-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

@media (max-width:1430px) {
    .all__reviews-item {
        max-width: calc(50% - 30px)
    }
}

@media (max-width:970px) {
    .all__reviews-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
        row-gap: 20px
    }

    .all__reviews-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        max-width: 100%
    }
}

.blog-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 50px
}

.blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-preferred-size: calc(33.33333% - 26.66667px);
    border: 1px dashed #d4dbea;
    border-radius: 30px;
    flex-basis: calc(33.33333% - 26.66667px);
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
}

.blog-head,
.blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.blog-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dde3ef;
    justify-content: space-between;
    padding-bottom: 20px
}

.blog-head picture {
    flex: 0 0 100px;
    height: 100px;
}

.blog-head picture img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-head p {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: 600;
}

.blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border-bottom: 1px solid #dde3ef;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 20px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.blog-content,
.blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.blog-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap
}

.blog-footer,
.blog-footer>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.blog-footer>div {
    color: rgba(34, 56, 88, .55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.blog-footer>div picture {
    min-width: 20px
}

@media (max-width:1230px) {
    .blog-item {
        -ms-flex-preferred-size: calc(33.33333% - 6.66667px);
        flex-basis: calc(33.33333% - 6.66667px);
        gap: 15px;
        padding: 20px
    }

    .blog-head h4 {
        font-size: 12px
    }

    .blog-head picture {
        max-width: 70px;
        min-width: 70px
    }

    .blog-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        gap: 10px;
        justify-content: space-between
    }
}

@media (max-width:1100px) {
    .blog-container {
        padding: 0
    }

    .blog-inner {
        overflow-x: scroll;
        padding: 0 15px
    }

    .blog-inner::-webkit-scrollbar {
        display: none
    }

    .blog-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 370px
    }
}

@media (max-width:550px) {
    .blog-inner {
        margin-bottom: 30px
    }

    .blog-item {
        min-width: 320px
    }

    .blog-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-content,
    .blog-head {
        padding-bottom: 15px
    }
}

.all__articles-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.all__articles-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.all__articles-item {
    -ms-flex-preferred-size: calc(33.33333% - 26.66667px);
    flex-basis: calc(33.33333% - 26.66667px)
}

@media (max-width:1110px) {
    .all__articles-item {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:810px) {
    .all__articles-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .all__articles-content {
        margin-bottom: 30px
    }
}

.contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.contact-content,
.contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f1f4fb;
    border-radius: 15px;
    gap: 50px;
    justify-content: center;
    padding: 22px 10px;
    position: relative
}

.contact-content:after {
    background: url(../img/icons/contact/bg.png) top no-repeat;
    background: url(../img/icons/contact/bg.svg) top no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 105px;
    left: 25px;
    position: absolute;
    width: 60px
}

.contact-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.contact-item p {
    font-size: 13px
}

.contact-item a,
.contact-item span {
    font-weight: 600
}

.contact-item picture {
    width: 45px
}

.contact-item picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.map-item {
    background: url(../img/map.webp) 50% no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 600px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.map-item>iframe {
    border-radius: 15px !important
}

.contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-date {
    display: none;
}

@media (max-width:890px) {
    .contact-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        padding: 20px
    }

    .contact-content:after {
        background: url(../img/icons/contact/bg.png) 50% no-repeat;
        background: url(../img/icons/contact/bg.svg) 50% no-repeat;
        bottom: auto;
        height: 150px;
        left: auto;
        right: 20px;
        top: 20px
    }
}

@media (max-width:550px) {
    .contact-item p {
        font-size: 12px
    }

    .contact-item picture {
        width: 40px
    }
}

@media (max-width:385px) {
    .contact-content:after {
        right: 10px;
        top: 10px
    }

    .contact-content {
        padding: 10px
    }
}

.another-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.another-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #f1f4fb;
    border-radius: 10px;
    flex-basis: calc(33.33333% - 13.33333px);
    gap: 25px;
    justify-content: space-between;
    padding: 4px 20px 4px 4px;
    white-space: nowrap
}

.another-item,
.another-item picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.another-item picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #10d7cb;
    border-radius: 6px;
    height: 52px;
    justify-content: center;
    max-width: 52px;
    min-width: 52px;
    width: 52px
}

.another-item picture img {
    height: 25px;
    width: 25px
}

.another-item span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    gap: 10px;
    justify-content: space-between;
    width: 100%
}

.another-item span:after {
    border-bottom: 2px solid #10d7cb;
    border-right: 2px solid #10d7cb;
    content: "";
    display: block;
    height: 7px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 7px
}

@media (max-width:900px) {
    .another-item {
        -ms-flex-preferred-size: calc(50% - 2.5px);
        flex-basis: calc(50% - 2.5px)
    }

    .another-inner {
        gap: 5px
    }
}

@media (max-width:550px) {
    .another-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.all__service-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    justify-content: space-between
}

.all__service-inner>* {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px)
}

.all__service-item {
    height: auto
}

.all__service-content,
.all__service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between
}

.all__service-content {
    height: 100%
}

.all__service-content p {
    font-size: 17px
}

.all__service-content>div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 10px;
    justify-content: space-between
}

.all__service-content>div,
.all__service-content>div>span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all__service-content>div>span {
    font-size: 17px;
    font-weight: 500;
    gap: 15px
}

.all__service-content>div>span picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f1f4fb;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    justify-content: center;
    min-width: 55px;
    width: 55px
}

.all__service-content>div>span picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 31px
}

.all__service-btn {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap: 5px;
    height: 55px;
    line-height: 1;
    max-width: 254px;
    padding: 15px 5px
}

@media (max-width: 800px) {
    .all__service-btn {
        max-width: 100%;
        /*254px*/
        width: calc(100% - 50px);
        padding: 15px 5px;
        margin: 0 25px;
    }
}

.all__service-btn span:first-of-type {
    font-size: 18px
}

.all__service-btn span:last-of-type {
    font-size: 24px
}

.all__service-btn:hover {
    background-color: #10d7cb;
    color: #fff
}

.all__service-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 35px 40px
}

.all__service-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 100%
}

.all__service-title:after {
    background-color: hsla(0, 0%, 100%, .25);
    content: "";
    display: block;
    height: 1px;
    width: 50%
}

.all__service-form_item {
    gap: 15px
}

.all__service-form_item>* {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.all__service-img {
    height: auto;
    width: 100%
}

.all__service-img img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.all__service-breadcrumbs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 50vw;
    overflow-x: scroll;
    white-space: nowrap
}

.all__service-breadcrumbs::-webkit-scrollbar {
    display: none
}

@media (max-width:1154px) {
    .all__service-inner {
        gap: 20px
    }

    .all__service-inner>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:1024px) {
    .all__service-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .all__service-inner>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .all__service-breadcrumbs {
        margin-bottom: 0;
        max-width: none
    }

    .all__service-img {
        max-height: 500px
    }

    .all__service-img img {
        max-height: 500px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:550px) {

    /*.all__service-content p {
    font-size: 16px
    }*/
    .all__service-content>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px
    }

    .all__service-content>div>span {
        font-size: 14px
    }

    .all__service-content>div>span picture {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .all__service-content>div>span picture img {
        width: 23px
    }

    .all__service-btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px
    }

    .all__service-btn span:first-of-type {
        font-size: 13px;
        padding-top: 4px
    }

    .all__service-btn span:last-of-type {
        font-size: 18px
    }

    .all__service-item {
        gap: 35px
    }

    .all__service-form {
        padding: 20px 25px
    }

    .all__service-form_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .all__service-form_item>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 45px;
        min-height: 45px
    }

    .all__service-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 5px
    }

    .all__service-title:after {
        width: 100%
    }
}

.about__price-section-subtitle {
    margin-bottom: 130px
}

.about__price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 130px
}

.about__price-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    border: 1px dashed #d4dbea;
    border-radius: 20px;
    flex-basis: calc(33.33333% - 13.33333px);
    padding: 35px 45px;
    position: relative;
    z-index: 6
}



.about__price-item picture {
    position: absolute;
    right: 50%;
    top: -70px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 4
}

.about__price-item:before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px dashed #d4dbea;
    border-radius: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5
}

.about__price-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: center;
    z-index: 10
}

@media (max-width:900px) {
    .about__price-item {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:650px) {
    .about__price-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .about__price-section-subtitle {
        margin-bottom: 100px
    }

    .about__price-item span {
        font-size: 14px
    }

    .about__price-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding: 20px 50px;
        text-align: center
    }

    .about__price-item picture {
        height: 80px;
        top: -60px;
        width: 80px
    }

    .about__price-inner {
        row-gap: 85px
    }
}

.what__heal-inner {
    gap: 20px
}

.what__heal-inner,
.what__heal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.what__heal-item {
    -ms-flex-preferred-size: calc(25% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    flex-basis: calc(25% - 15px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 10px 10px 0
}

.what__heal-item picture {
    height: 100%;
    margin-bottom: 15px;
    max-height: 180px;
    min-height: 180px;
    width: 100%
}

.what__heal-item picture img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.what__heal-item h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase
}

.what__heal-item h4,
.what__heal-item p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.what__heal-item p {
    color: rgba(34, 56, 88, .55);
    margin-bottom: 10px
}

.what__heal-item span {
    color: #10d7cb;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.what__heal-btn {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    margin-bottom: -13px;
    max-width: none;
    padding: 5px 10px;
    text-transform: none;
    white-space: nowrap;
    width: auto
}

.what__heal-btn:hover {
    background-color: #fff
}

@media (max-width:1160px) {

    .section-subtitle_what__heal,
    .section-title_what__heal {
        padding: 0 15px
    }

    .what__heal-container {
        padding: 0
    }

    .what__heal-item h4 {
        font-size: 15px
    }

    .what__heal-item {
        gap: 10px;
        min-width: 320px
    }

    .what__heal-inner {
        overflow-x: scroll;
        overflow-y: visible;
        padding: 0 15px
    }

    .what__heal-inner::-webkit-scrollbar {
        display: none
    }

    .what__heal-btn {
        margin-bottom: 20px
    }
}

@media (max-width:550px) {
    .what__heal-item picture {
        margin-bottom: 10px
    }

    .what__heal-inner {
        gap: 10px
    }
}

.stage-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f1f4fb;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 10px
}

.stage-head {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 35px 10px;
    position: relative
}

.stage-head:after,
.stage-head:before {
    background: url(../img/icons/about_bg.png) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 170px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 179px
}

.stage-head:after {
    right: -85px
}

.stage-head:before {
    left: -85px
}

.stage-content {
    background-color: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    padding: 10px
}

.stage-picture {
    height: auto
}

.stage-picture img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stage-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: list 0;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    height: 100%;
    padding: 35px 0
}

.stage-item,
.stage-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stage-item li {
    gap: 12px
}

.stage-item li,
.stage-item li:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.stage-item li:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #10d7cb;
    border-radius: 10px;
    color: #fff;
    content: "0" counter(list);
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    height: 80px;
    justify-content: center;
    line-height: 1;
    max-height: 80px;
    max-width: 80px;
    width: 100%;
    z-index: 10
}

.stage-item li:nth-child(1n+10):before {
    content: counter(list)
}

.stage-item li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.stage-item li div span:first-of-type {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25
}

.stage-item li div span:last-of-type {
    font-size: 17px
}

.stage-item li:after {
    background: url(../img/icons/line-dashed.png) 50% no-repeat;
    background: url(../img/icons/line-dashed.svg) 50% no-repeat;
    background-size: cover;
    bottom: -50px;
    content: "";
    display: block;
    height: 50px;
    left: 40px;
    position: absolute;
    width: 1px;
    z-index: 5
}

.stage-item li:last-of-type:after {
    display: none
}

.stage-title {
    max-width: 100%;
    padding: 0 85px
}

@media (max-width:1110px) {
    .stage-content {
        gap: 20px
    }
}

@media (max-width:900px) {
    .stage-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:550px) {

    .stage-head:after,
    .stage-head:before {
        display: none
    }

    .stage-title {
        padding: 0
    }

    .stage-head {
        padding: 20px 10px
    }

    .stage-item {
        gap: 20px;
        padding: 0 20px 20px
    }

    .stage-item li:before {
        font-size: 13px;
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .stage-item li:after {
        bottom: -30px;
        left: 20px
    }

    .stage-item li div span:first-of-type {
        font-size: 15px
    }

    .stage-item li div span:last-of-type {
        font-size: 13px
    }

    .stage-item li div {
        gap: 0
    }
}

.stocks-inner {
    gap: 55px
}

.stocks-content,
.stocks-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.stocks-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-preferred-size: calc(50% - 90px);
    align-items: flex-start;
    flex-basis: calc(50% - 90px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto;
    width: 100%
}

.stocks-subtitle {
    margin-bottom: 30px
}

.stocks-slider {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.stocks__slider-button {
    background-color: #f1f4fb
}

.stocks__slider-button:after {
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.stocks__slider-button:hover {
    background-color: #10d7cb
}

.stocks__slider-button:hover:after {
    border-color: #fff
}

.stocks-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f4fb;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    min-height: 450px;
    overflow: hidden;
    padding: 30px;
    position: relative
}

.stocks-item>span {
    left: -105px;
    position: absolute;
    top: -85px
}

.stocks-item>picture {
    padding-top: 90px;
    position: relative;
    z-index: 5
}

.stocks-item p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #f1f4fb;
    -webkit-box-shadow: 0 -10px 9px -7px rgba(82, 92, 115, .2);
    box-shadow: 0 -10px 9px -7px rgba(82, 92, 115, .2);
    color: rgba(34, 56, 88, .85);
    flex-grow: 1;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: -25px;
    padding-top: 15px;
    position: relative;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 5
}

.stocks-item p span {
    color: #10d7cb;
    font-weight: 600
}

.stocks-item:after,
.stocks-item:before {
    border-radius: 40px;
    bottom: -130px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
    z-index: 2
}

.stocks-item:before {
    background-color: #10d7cb;
    height: 200px;
    right: -40px;
    width: 400px
}

.stocks-item:after {
    background-color: #c1edf1;
    height: 220px;
    right: -45px;
    width: 420px;
    z-index: 1
}

.stocks-btn {
    position: relative;
    z-index: 5
}

.stocks-content>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 90px
}

@media (max-width:650px) {
    .stocks-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stocks-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 75px;
        position: relative
    }

    .stocks-content>div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
        left: 15px;
        /*position: absolute;*/
        margin-top: 20px;
        right: 15px;
        width: calc(100% - 30px)
    }

    .stocks-slider {
        max-width: 100%
    }

    .stocks-subtitle {
        margin-bottom: 0
    }

    .stocks-btn {
        font-size: 11px;
        margin-bottom: 15px;
        max-width: 100%
    }

    .stocks-item p {
        margin-bottom: 70px
    }
}

.all__stocks-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.all__stocks-content,
.all__stocks-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all__stocks-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}





.drugs-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}

.drug {
    display: flex;
    flex-direction: column;
}

.drug__img {
    width: 100%;
    background: #F1F4FB;
    border-radius: 16px;
    padding: 32px;
}

.drug__title {
    color: #223858;
    font-weight: 600;
    margin: 12px 0 8px 0;
    font-size: 18px;
}

.drug__info {
    color: #7F8DA1;
    font-size: 15px;
    margin-top: 8px;
}

.drug__info span {
    color: #223858;
    font-weight: 600;
}

.drug-item {
    display: grid;
    grid-template-columns: 38% 58%;
    gap: 48px;
}

@media(max-width:880px) {
    .drug-item {
        grid-template-columns: 1fr;
    }

    .drug__img {
        max-height: 300px;
        object-fit: contain;
    }

    .drug-item__desc {
        padding: 0 10px;
    }
}

.drug-item__desc-key {
    font-size: 20px;
    font-weight: 700;
    color: #223858;
    margin-bottom: 12px;
    margin-top: 12px;
    font-family: 'Unbounded';
}

.drug-item__desc-val {
    font-size: 15px;
    color: #7F8DA1;
}

.drugs-message-detail {
    padding: 24px;
    border-radius: 24px;
    background: #F1F4FB;
    font-family: 'Unbounded';
    /*margin-top: 48px;*/
}

.drugs-title {
    margin-bottom: 32px !important;
}

.drugs-group {
    border-radius: 24px;
    padding: 24px;
    border: 2px solid #F1F4FB;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drugs-group__list {
    color: #435671;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.all-drugs-page {
    width: 100%;
    margin-top: 48px;
}

.drugs-groups {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}

.drugs-groups.active {
    display: grid;

}

.drugs-group__heading {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 600;
    font-family: 'Unbounded';
}

.drugs-sort-btn {
    background: #F1F4FB;
    padding: 15px 30px;
    border-radius: 41px;
    color: #223858;
}

.drugs-sort-btn.active {
    background: #10D7CB;
    color: #fff;
}

.drugs-sort-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.drug-item__desc-val p {
    margin: 16px 0;
}

.drug-reviewer {
    border: 2px solid #F1F4FB;
    border-radius: 25px;
    margin-top: 24px;
    padding: 24px;
}

.drug-reviewer__title {
    font-size: 20px;
    font-family: 'Unbounded';
}

.drug-reviewer__spec {
    color: #10D7CB;
    font-weight: 600;
    margin-bottom: 16px;
}

.drug-reviewer__content {
    display: flex;
    gap: 8px;
}

.drug-reviewer__content .content-img:after {
    width: 70%;
}

.drug-reviewer__content {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.drug-reviewer__name {
    color: #223858;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
}

@media(max-width: 992px) {
    .drugs-groups {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .drugs-groups {
        grid-template-columns: repeat(1, 1fr);
    }
}



.all__stocks-item {
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    min-width: 335px
}

@media (max-width:750px) {
    .all__stocks-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100px;
        padding: 5px
    }
}

.medicines-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.medicines-inner>* {
    -ms-flex-preferred-size: calc(50% - 12.5px);
    flex-basis: calc(50% - 12.5px)
}

h2.section-title_medicines {
    margin-bottom: 50px
}

.section-title_medicines {
    margin-bottom: 50px
}

.medicines-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

.medicines-content,
.medicines-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.medicines-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px
}

.medicines-content li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(33.33333% - 13.33333px);
    gap: 8px
}

.medicines-content li:before {
    background-color: #10d7cb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    width: 7px
}

.medicines-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.medicines-btns button {
    max-width: 280px
}

.medicines-btn {
    margin: 0;
    width: 100%
}

.medicines-img {
    height: auto
}

.medicines-img img {
    border-radius: 20px;
    max-height: 100%;
    max-height: 420px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:900px) {
    .medicines-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 100px;
        position: relative
    }

    .payment-banner {
        grid-template-columns: 1fr;
    }

    h2.section-title_medicines {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0
    }

    .section-title_medicines {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0
    }
}

@media (max-width:530px) {
    .medicines-content {
        gap: 15px;
        margin-bottom: 30px
    }

    .medicines-content li {
        -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px)
    }

    .medicines-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medicines-btns button {
        max-width: 100%
    }
}

.faq-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px
}

.faq-item {
    background-color: #f1f4fb;
    border: 1px dashed #d4dbea;
    border-radius: 15px
}

.faq-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    border: 1px dashed #d4dbea;
    border-radius: 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
    text-transform: uppercase
}

.faq-title span {
    background-color: #f1f4fb;
    border-radius: 5px;
    display: block;
    height: 60px;
    min-width: 60px;
    position: relative;
    width: 60px
}

.faq-title span:after,
.faq-title span:before {
    background-color: #10d7cb;
    border-radius: 3px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 18px
}

.faq-title span:after {
    height: 18px;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    width: 2px
}

.faq-title.panel-active span:after {
    height: 0
}

@media(max-width: 1200px) {
    .payment-banner__right {
        grid-template-columns: repeat(2, 1fr);
    }
}

.faq-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f1f4fb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: padding .2s ease;
    transition: padding .2s ease
}

.faq-body.active {
    height: auto;
    opacity: 1;
    padding: 30px 25px;
    pointer-events: all
}

@media(max-width: 767px) {
    .payment-banner__right {
        grid-template-columns: 1fr;
    }
}

@media (max-width:715px) {
    .faq-title {
        font-size: 12px;
        padding: 15px
    }

    .faq-title span {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .faq-title span:before {
        width: 16px
    }

    .faq-title span:after {
        height: 16px
    }

    .faq-body.active {
        gap: 10px;
        padding: 15px
    }

    .faq-inner {
        gap: 10px;
        margin-bottom: 30px
    }
}

.all__faq-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq-tab {
    background-color: #f1f4fb;
    padding: 15px 20px
}

.faq-tabs__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

@media (max-width:800px) {
    .all__faq-inner {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

.article {
    margin-bottom: 20px
}

.article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.article_section-title {
    padding-left: 15px;
    padding-right: 15px
}

.article-item {
    gap: 50px;
    padding: 0 15px
}

.article-item,
.article-item div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sitemap__lvl2 {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    margin-top: 4px;

}

.sitemap__lvl1 {
    /* display: flex; */
    /* flex-direction: column; */
    grid-gap: 8px;
    color: #24c3b9;
    column-count: 2;
    column-gap: 24px;
}

.article-item div {
    gap: 12px
}

.article-item div picture {
    min-width: 20px;
    width: 20px
}

.article-breadcrumbs {
    margin-left: 15px
}

.article-container {
    padding: 0
}

.article-img {
    height: 100%;
    max-height: 590px;
    padding: 0 15px;
    width: 100%
}

.article-img img {
    border-radius: 40px;
    max-height: 590px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:800px) {
    .article-inner {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

.content-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #f1f4fb;
    border-radius: 40px;
    gap: 10px;

    padding: 10px
}

.content-inner,
.content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-item {
    -ms-flex-preferred-size: calc(57% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 30px;
    flex-basis: calc(100%);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 55px 50px
}

.content-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.content-item ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    font-weight: 500;
    gap: 15px;
    margin-left: 20px
}

.content-item ol li {
    color: #10d7cb;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.content-item ol li a {
    color: rgba(34, 56, 88, .85)
}

.content-item ol li:hover,
.content-item ol li:hover a {
    color: #10d7cb
}

.content-author {
    -ms-flex-preferred-size: 43%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 30px;
    flex-basis: 43%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px
}

.content-author,
.content-author>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.content-author>span {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.content-author_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.content-author_card h6 {
    color: rgba(34, 56, 88, .85);
    font-size: 17px
}

.content-author_card>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.content-author_card>div:first-of-type {
    font-size: 17px;
    font-weight: 600;
    gap: 10px
}

.content-author_card>div:first-of-type>span {
    color: #10d7cb
}

.content-img {
    max-height: 225px;
    position: relative;
    width: 100%;
}

.content-img:after {
    background-color: #10d7cb;
    background: url(../img/content/bg.png) 50% no-repeat;
    background: url(../img/content/bg.svg) 50% no-repeat;
    background-size: cover;
    border-radius: 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 90%;
    left: 35px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.content-img img {
    height: 100%;
    max-height: 225px;
    max-width: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 6
}

@media (max-width:1360px) {

    .content-author,
    .content-item {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px)
    }
}

@media (max-width:1024px) {

    .content-author,
    .content-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .content-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:600px) {
    .content-item {
        gap: 15px;
        padding: 20px;

    }

    .content-item h3 {
        font-size: 15px
    }

    .content-item ol {
        font-size: 14px;
        gap: 10px
    }

    .content-author {
        gap: 25px;
        padding: 20px;
        padding-bottom: 110px;
        position: relative;
        overflow: hidden;
    }

    .content-img {
        bottom: 0;
        position: absolute;
        right: 34px
    }

    .content-img:after {
        border-radius: 20px
    }

    .content-author>span {
        font-size: 15px
    }

    .content-author_card h6 {
        font-size: 14px
    }

    .content-author_card>div:first-of-type {
        font-size: 14px;
        gap: 5px
    }

    .content-img img {
        max-width: 153px
    }

    .content__stars.stars.wan {
        order: 1;
    }

    .content__stars.stars.two {
        order: 0;
    }
}

@media (max-width:430px) {
    .content-img img {
        max-width: 100px
    }
}

@media (max-width:360px) {
    /*.content-author>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
    }*/

    /* .content-img {
    position: relative
    } */

    .mob-size {
        width: 110px !important;
        height: 110px !important;
    }

    .content-img:after {
        height: 100px;
        width: 130px
    }
}

.standart__page-inner h2 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase
}

.standart__page-inner h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.standart__page-inner picture {
    border-radius: 20px;
    float: right;
    max-width: 50vw;
    overflow: hidden
}

.standart__page-inner picture img {
    height: 100%;
    width: 100%
}

.standart__page-inner div {
    margin-bottom: 20px
}

.standart__page-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0
}

.standart__page-inner ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.standart__page-inner ul li:before {
    background-color: #10d7cb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    min-width: 6px;
    width: 6px
}

.standart__page-inner ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: list 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0
}

.standart__page-inner ol li {
    gap: 8px
}

.standart__page-inner ol li,
.standart__page-inner ol li:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.standart__page-inner ol li:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid rgba(34, 56, 88, .15);
    border-radius: 50%;
    color: #10d7cb;
    content: counter(list);
    counter-increment: list;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    justify-content: center;
    line-height: 1;
    min-width: 20px;
    width: 20px
}

@media (max-width:730px) {
    .standart__page-inner picture {
        float: none;
        margin-bottom: 20px;
        max-width: 100%
    }

    .standart__page-inner h2 {
        font-size: 18px
    }

    .standart__page-inner h3 {
        font-size: 16px
    }
}

.footer__top {
    background-color: #223858;
    padding: 80px 0
}

.footer__top-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
    justify-content: space-between
}

.footer__top-container,
.footer__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__top-item:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    max-width: 280px;
    width: 100%
}

.footer__top-item:first-of-type button {
    max-width: 280px
}

.footer__top-item:first-of-type>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.footer__top-item:first-of-type>div .logo {
    margin-bottom: 20px;
    max-width: 193px;
    width: 100%
}

.footer__top-item:first-of-type>div span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.footer__top-item:nth-of-type(2) {
    min-width: 40%
}

.footer__top-item:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.footer__top-item:last-of-type>span {
    color: hsla(0, 0%, 100%, .45);
    font-weight: 600;
    text-transform: uppercase
}

.footer__top-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px
}

.footer__top-links a {
    color: hsla(0, 0%, 100%, .45)
}

.footer__top-links a:hover {
    color: #10d7cb
}

.footer__top-pay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.footer__top-telegram:before {
    background: url(../img/icons/soc/telegram.png) 50% no-repeat;
    background: url(../img/icons/soc/telegram.svg) 50% no-repeat
}

.footer__top-ok:before {
    background: url(../img/icons/soc/ok.png) 50% no-repeat;
    background: url(../img/icons/soc/ok.svg) 50% no-repeat
}

.footer__top-vk:before {
    background: url(../img/icons/soc/vk.png) 50% no-repeat;
    background: url(../img/icons/soc/vk.svg) 50% no-repeat
}

.footer__top-ok,
.footer__top-telegram,
.footer__top-vk {
    background-size: cover
}

.footer__top-soc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.footer__top-soc:before {
    background-color: #10d7cb;
    content: "";
    display: block;
    height: 2px;
    width: 180px
}

.footer__top-soc>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.footer__top-soc>div picture {
    height: 40px;
    min-width: 40px;
    position: relative;
    width: 40px
}

.footer__top-soc>div picture img,
.footer__top-soc>div picture:before {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.footer__top-soc>div picture:before {
    bottom: 0;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.footer__top-soc>div>a:hover picture img {
    opacity: 0
}

.footer__top-soc>div>a:hover picture:before {
    opacity: 1
}

.footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: hsla(0, 0%, 100%, .45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    width: 100%
}

.footer-link {
    line-height: 1.67
}

.footer-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.footer-link ul li:first-of-type,
.footer-link:last-of-type {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.footer-link:last-of-type ul {
    gap: 15px
}

.footer-link a:hover {
    color: #fff
}

.footer-link ul li:first-of-type a:hover {
    color: #10d7cb
}

.footer__top-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.footer__top-contact a,
.footer__top-contact span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    gap: 15px
}

.footer__top-contact a picture,
.footer__top-contact span picture {
    min-width: 35px;
    width: 35px
}

.footer__top-contact a:first-of-type {
    font-size: 22px
}

.footer__top-contact a:hover {
    color: #10d7cb
}

.footer__top-contact a:last-of-type {
    margin-bottom: 15px
}

.footer__bottom {
    background-color: #1a3050;
    color: hsla(0, 0%, 100%, .45);
    padding: 20px 0
}

.footer__bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px
}

.footer-mobile_show {
    display: none
}

@media(max-width: 1024px) {
    .sitemap__lvl1 {
        column-count: 1;
    }
}

@media (max-width:1110px) {
    .footer__top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .footer__top-item:first-of-type {
        max-width: 100%
    }
}

@media (max-width:550px) {
    .footer-nav {
        gap: 25px;
        max-height: none;
        display: block;
    }

    .footer-mobile_hidden,
    .footer__top-item:first-of-type>.footer-mobile_hidden {
        display: none
    }

    .footer__top-item:first-of-type>div {
        gap: 10px
    }

    .footer__top-item:first-of-type>div button {
        max-width: 100%
    }

    .footer__top-item:first-of-type>div .logo {
        max-width: 160px
    }

    .footer__top-soc {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .footer__top-soc:before {
        width: calc(100% - 145px)
    }

    .footer__top-soc>div picture {
        height: 35px;
        min-width: 35px;
        width: 35px
    }

    .footer__top-soc>div {
        gap: 10px
    }

    .footer-mobile_show {
        color: #fff;
        gap: 40px
    }

    .footer-mobile_show,
    .footer-mobile_show>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-mobile_show>div {
        gap: 10px
    }

    .footer-mobile_show>div span {
        font-weight: 600;
        opacity: .45;
        text-transform: uppercase
    }

    .footer__top {
        padding: 40px 0
    }
}

.politic-inner {
    gap: 40px
}

.politic-inner,
.politic-inner div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.politic-inner div {
    gap: 20px
}

.politic-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.politic-inner ul li {
    display: -webkit-box;
    gap: 10px
}

.politic-inner ul li:before {
    color: #10d7cb;
    content: "—";
    display: block;
    font-size: 16px
}

.politic h1 {
    margin-bottom: 30px
}

.politic h3 {
    margin-bottom: 10px
}

.popup__bg_standart {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 9%, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: width .3s ease, opacity .2s ease;
    transition: width .3s ease, opacity .2s ease;
    width: 10%;
    z-index: 1000
}

.popup__bg_standart.active {
    opacity: 1;
    pointer-events: all;
    width: 100%
}

.modal-inner {
    height: 100%;
    width: 100%
}

.popup_standart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 20px;
    color: #223858;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 0 15px;
    max-width: 100%;
    padding: 55px;
    position: relative
}

.popup_standart>p {
    margin-bottom: 30px
}

.popup_standart>span {
    font-size: 13px;
    opacity: .55
}

.popup_standart>span a {
    text-decoration: underline
}

h3.popup-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    color: #223858;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    gap: 20px;
    justify-content: flex-start;
    line-height: 1.1;
    margin: 0;
    text-align: left;
    text-transform: uppercase
}

h3.popup-title:after {
    background-color: #10d7cb;
    content: "";
    display: block;
    height: 2px;
    width: 180px
}

.open-popup__bg-third {
    cursor: pointer
}

.popup {
    max-width: 880px;
    width: 100%
}

.popup-third {
    /*height: 530px;
    max-width: 580px*/
    width: 100%;
    max-width: 900px;
    height: 500px;
    margin-top: 15%;
}

.popup-third h3 {
    margin-bottom: 10px
}

.open-popup__bg-third {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.open-popup__bg-third:hover {
    color: #10d7cb;
    cursor: pointer
}

.city {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-height: 420px;
    overflow-y: scroll
}

.city::-webkit-scrollbar {
    width: 6px
}

.city::-webkit-scrollbar-thumb {
    background-color: #10d7cb;
    border-radius: 10px
}

.city li {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.city li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    gap: 10px;
    line-height: 1
}

.city li a:hover {
    color: #10d7cb
}

.city li a:before {
    background: url(../img/icons/map-pin-2.png) 50% no-repeat;
    background: url(../img/icons/map-pin-2.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 19px;
    margin-bottom: 2px;
    width: 19px
}

.city li a.active {
    color: #10d7cb
}

.city li a.active:before {
    background: url(../img/icons/map.png) 50% no-repeat;
    background: url(../img/icons/map.svg) 50% no-repeat;
    background-size: cover
}

.popup-second {
    background-color: #f4f5f9;
    max-width: 755px
}

.popup-second .reviews-card {
    padding: 0
}

.popup_form input {
    width: 100%;
}

.close_popup {
    cursor: pointer;
    opacity: .45;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    width: 16px;
    z-index: 100000
}

.close_popup:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.close_popup img {
    width: 16px
}

.popup_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 100%
}

.popup_form>* {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    flex-basis: calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px)
}

.popup_form input {
    background-color: #f1f4fb;
    border-radius: 10px;
    padding: 12px 20px
}

.popup_form input::-webkit-input-placeholder {
    color: rgba(34, 56, 88, .55)
}

.popup_form input::-moz-placeholder {
    color: rgba(34, 56, 88, .55)
}

.popup_form input:-ms-input-placeholder {
    color: rgba(34, 56, 88, .55)
}

.popup_form input::-ms-input-placeholder {
    color: rgba(34, 56, 88, .55)
}

.popup_form input::placeholder {
    color: rgba(34, 56, 88, .55)
}

.popup_form-search>label {
    -ms-flex-preferred-size: 100%;
    background-color: #f1f4fb;
    border-radius: 10px;
    flex-basis: 100%;
    max-width: 100%;
    position: relative
}

.popup_form-search>label input {
    padding-right: 40px;
    width: 100%
}

.popup_form-search>label:after {
    background: url(../img/icons/search.png) 50% no-repeat;
    background: url(../img/icons/search.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.popup_standart .reviews-item {
    margin: 0;
    padding: 0
}

.popup_standart .reviews-item:after {
    display: none
}

@media (max-width:800px) {
    h3.popup-title {
        font-size: 22px;
        margin-right: 30px
    }

    .popup_standart {
        padding: 20px
    }
}

@media (max-width:650px) {
    .popup_standart>span {
        font-size: 12px
    }

    .popup_standart {
        border-radius: 15px;
        gap: 10px
    }

    .popup_standart>p {
        margin-bottom: 10px;
        opacity: .85
    }

    .close_popup {
        right: 15px;
        top: 15px
    }

    .popup-second .reviews-card>div {
        margin-right: 20px
    }

    .city {
        gap: 10px
    }

    .city li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .popup_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popup_form>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 40px;
        max-width: 100%;
        min-height: 40px
    }
}

.hide-item {
    display: none
}

.hide-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.current-tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #10d7cb;
    border-radius: 50px;
    color: #fff;
    display: none;
    gap: 15px;
    justify-content: space-between;
    padding: 12px 20px;
    width: 100%
}

.current-tab:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px
}

@media (max-width:650px) {
    .current-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.notFound {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.notFound__inter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.notFound__number {
    color: #10D7CB;
    font-size: 150px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.notFound__about {
    color: #223858;
    font-size: calc((100vw - 320px)/(1920 - 320) * (40 - 19) + 19px);
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.notFound__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
    margin-top: 82px;

    gap: 36px;
}

.standart__btn_dark {
    background: #223858;
}

@media (max-width:550px) {
    .notFound__buttons {
        flex-direction: column;
    }

    .notFound__buttons>button {
        max-width: 100%;
    }
}


.notFound__link ul li:first-of-type {
    color: #223858;
    font-weight: 600;
    text-transform: uppercase;
}

.notFound__link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.notFound__link ul li {
    color: #223858;
}

@keyframes showAnimation {
    0% {
        display: none;
        scale: .4
    }

    100% {
        display: flex;
        scale: 1;
    }
}

.show-item {
    display: none;
}

.show-item.show {
    animation: showAnimation .4s linear;
    display: flex;
}

.show-more__btn.active {
    display: none;
}

.header__mobile-item__btn {
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 5px;
    background-color: #10d7cb;
    border-radius: 8px;
}

@media (max-width: 640px) {
    .header__mobile-item__btn {
        width: 30px;
        max-width: 30px;
        height: 30px;
        padding: 3px;
        background-color: #10d7cb;
        border-radius: 8px;
    }

    .popup_standart {
        max-width: calc(100% - 30px);
    }
}

.header__mobile-item__link {
    font-size: 16px;
    line-height: 1;
    color: #10d7cb;
    margin-right: 20px;
}

@media (max-width: 1280px) {
    .header__mobile-item__link {
        display: none;
    }
}

.form-input {
    position: relative;
    max-width: 100%;
}

.consultation-item label {
    max-width: 100%;
    width: auto;
}

/*
    .form-input p.error-message {
    color: #ffbdbd;
    margin-bottom: 15px;
    position: absolute;
    font-size: 12px;
    top: -35px;
    }
    */
.publications__block .publications {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    width: fit-content;
}

.publications a {
    text-decoration: underline;
}

.content-right {
    justify-content: end;
}

.publications__button {
    width: 100%;
    background: none;
    height: 50px;
    position: absolute;
    bottom: -71px;
    left: 0px;
    border-radius: 0 0 20px 20px;
}

.publications__button:hover {
    background: -webkit-linear-gradient(bottom, rgb(110, 110, 110), transparent);
}

.publications__button svg {
    transform: rotateZ(90deg);
}

.scroll-up__left {
    position: fixed;
    bottom: 187px;
    cursor: pointer;
    right: 53px;
    z-index: 20;
}

.header__center-item a,
.header__center-item span {
    font-size: 16px;
}

/* Список литературы */
.literature-body ol {
    list-style-type: none;
    counter-reset: my-counter;
    margin-bottom: 20px;
}

.literature-body ol>li {
    position: relative;
    padding-left: 45px;
    color: #858FA1;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.literature-body ol>li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #10d7cb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.literature-body a {
    color: #10d7cb;
    transition: color .2s ease;
}

.literature__inner {
    margin: 10px
}

.literature__title {
    margin-bottom: 10px;
}

@media (hover: hover) {
    .literature-body a:hover {
        color: #223858;
    }
}

.service-item-swiper {
    border: 1px dashed #d4dbea;
    border-radius: 30px;
}

.clinic__block {
    padding: 0 35px 35px;
}

.clinic__block-title {
    margin-bottom: 40px;
    color: #1a1a18;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.clinic__3dtour-inn {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}

.admin-btn-dropdown:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.admin-btn-dropdown,
a.btn {
    text-decoration: none;
}

.btn-outline-light {
    color: #e0e0e0;
    border-color: #e0e0e0;
}

.admin-btn-dropdown,
.btn3D {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn3D {
    color: #FFF;
    text-align: center;
    background-color: transparent;
    border: 1px solid #FFF;
    font-size: 16px;
    padding: 20px;
}

.btn3D:hover {
    cursor: pointer;
    color: #000;
    background-color: #FFF;
}

.clinic__3dtour-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    display: none;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}

.clinic__3dtour-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.clinic__3dtour-subtitle {
    font-size: .875rem;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.clinic__3dtour--hover__ttl {
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.clinic__3dtour-inn:hover .clinic__3dtour--hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.clinic__3dtour--hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

[data-fancybox]:before {
    content: none;
}

@media (width < 600px) {
    .clinic__3dtour-inn {
        height: 300px;
    }
}

@media (max-width:767px) {
    .mob-size {
        width: 110px;
        height: 150px;
    }
}

.container__popup-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

@media (max-width:1280px) {
    .container__popup-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media (max-width:980px) {
    .container__popup-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media (max-width:760px) {
    .container__popup-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }

    .price {
        background: none;
        background-color: #F1F5FA;
    }

    .certificate {
        background: none;
        background-color: #F1F5FA;
    }
}

@media (max-width:560px) {
    .container__popup-items {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }

    .header__mobile-item .header__mobile-item__btn {
        display: none;
    }

    .header__mobile-item {
        gap: 10px;
    }
}


/*
    .popup-siti-items {
    max-width: 900px;
    height: 500px;
    margin-top: 15%;
    }
    */
.popup-siti-items .popup__items {
    overflow-x: overlay;
}

.hide {
    display: none;
}

input.grey-btn {
    cursor: pointer;
}

input.grey-btn:hover {
    color: #10d7cb;
}

section.poisk {
    margin-top: 200px;

}

.search__icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}

.header-search-button {
    position: relative;
    max-width: 100%;
    flex-basis: auto;
}

.menu_poisk-form.popup_form input {
    border-radius: 4px;
    height: 100%;
    margin-bottom: 0;
    max-width: 180px;
    flex-basis: auto;
    min-width: 130px;
}

.header__bottom-submenu.tabs-container {
    display: flex;
    gap: 15px;
}

.poisk-form .header-search-button input {
    padding: 12px 50px 12px 12px;
}

.menu_poisk-form.popup_form .header-search-button {
    max-width: 100%;
}

.menu_poisk-form.popup_form .search__icon {
    width: 20px;
}

.des-dis-block {
    display: block;
}

.header__mobile-item__btn {
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 1025px) {

    .menu_poisk-form.popup_form,
    .mob-dis-none {
        display: none;
    }

    .des-dis-block {
        display: none;
    }

    .poisk-form .search__icon {
        top: 8px;
        width: 20px;
    }

}

@media (max-width: 490px) {

    .header__mobile-container .header__mobile-item .header__mobile-item__btn[target="_blank"] {
        display: none;
    }

}

@media (max-width: 320px) {

    .header__mobile-container .header__mobile-item-phone {
        font-size: 12px;
    }

}

@media (max-width: 560px) {
    .header__mobile-container .header__mobile-item .header__mobile-item__btn {
        display: block;
    }

    .header__mobile-container .header__mobile-item .header__mobile-item__btn.js-show-modal {
        display: none;
    }

}

.error-message {
    position: absolute;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    opacity: .9;
    margin: 0 auto;
    background: rgb(85, 85, 85);
    pointer-events: none;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.nav-article__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

.nav-article__item {
    padding-bottom: 0px !important
}

.nav-article__link {
    text-decoration: underline
}

.nav-article ol>li:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: none;
    border-radius: none;
    color: #10d7cb;
    content: counter(list);
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    height: auto;
    justify-content: center;
    line-height: 1;
    min-width: auto;
    width: auto;
}

.popup_form-grid {
    display: grid;
}

.popup_form-grid input {
    max-width: 100%;
}

.popup_form-grid textarea {
    max-width: 100%;
    background-color: #f1f4fb;
    border-radius: 10px;
    padding: 12px 20px;
    border: 0;
}

.popup_form-grid textarea::placeholder {
    color: rgba(34, 56, 88, .55);
}

.faq__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

@media(max-width: 767px) {
    .faq__top {
        flex-direction: column;
        margin-bottom: 32px;
    }
}

.similar-services {
    padding: 50px 60px;
}

.similar-services .similar-services__title {
    opacity: 0px;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;

}

.similar-services .similar-services__name {
    opacity: 0.85px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
}

.similar-services .similar-services__item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E8F1
}

.similar-services .similar-services__item {
    display: flex;
    justify-content: space-between;
}

.similar-services .similar-services__link {
    width: 93px;
    height: 25px;
    left: 585px;
    gap: 0px;
    opacity: 0px;
}

@media (min-width: 769px) {
    .literature__inner {
        width: 71%;
    }
}

@media (max-width: 769px) {
    .similar-services {
        font-size: 13px;
    }

    .similar-services .similar-services__name {
        font-size: 14px;
    }
}

@media (max-width: 451px) {
    .similar-services {
        padding: 0px;
    }
}


.img_item_rev {
    position: relative;
    height: 100%;
    max-height: 225px;
    max-width: 168px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img_item_rev img {
    height: 100%;
    max-height: 225px;
    max-width: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 6;
}

.img_item_rev:after {
    background-color: #10d7cb;
    background: url(../img/content/bg.png) 50% no-repeat;
    background: url(../img/content/bg.svg) 50% no-repeat;
    background-size: cover;
    border-radius: 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 90%;
    left: 35px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.item_rev {
    display: flex;
    gap: 50px;
    padding: 60px;
    -webkit-box-shadow: 0px 0px 43px 15px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 43px 15px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 43px 15px rgba(34, 60, 80, 0.2);
    border-radius: 30px;
    max-width: 650px;
}

.item_rev_text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 15px;
}

.item_rev_text_in {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.new_rev_docs {
    margin: 100px 0;
}

.new_rev_docs .container {
    display: flex;
    gap: 100px;
}

.head_item_rev {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.spec_item_rev {
    color: #10d7cb;
}

@media (max-width: 600px) {
    .item_rev_text p {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .new_rev_docs .container {
        gap: 50px;
        flex-direction: column;
    }

    .item_rev {
        gap: 20px;
        padding: 15px;
        border-radius: 15px;
        flex-direction: column;
    }
}

.header__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header__mobile-nav .header_nav-link {
    padding: 0;
    border: none;
}

.header__mobile-nav button::after {
    content: none;
}

.header__mobile-item-phone__description {
    display: none;
}

.mobile-travel {
    display: none;
}

body.active .mobile-travel {
    display: none;
}

@media screen and (width<=600px) {
    .header__mobile-nav .header_nav-link a {
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
    }

    .header__mobile-item-phone {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
        color: #223858;
    }
}

@media screen and (width<=1024px) {
    .mobile-travel {
        display: block;
        transform: translateY(-100%);
        z-index: 100;
        position: fixed;
        left: 0;
        right: 0;
        transition: transform 350ms ease-out;
    }
}

@media screen and (width<=1152px) {
    .header__mobile-item-phone__description {
        display: block;
        font-size: 8px;
        color: #22385880;
        line-height: 1.4;
        font-weight: 500;
        text-align: center;
    }
}

.mobile-travel.fixed {
    transform: translateY(0);
}

.plashka.plashka-mobile {
    display: none;
}

@media (max-width: 800px) {
    .plashka.plashka-desctop {
        display: none;
    }

    .plashka.plashka-mobile {
        display: block;
    }
}