@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

body {
    margin: 0;
}

main,
footer {
    overflow-x: hidden;
}

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: 700;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    display: block;
    width: auto;
    height: auto;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    outline: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -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;
}

template {
    display: none;
}


[hidden] {
    display: none;
}

p {
    margin: 0;
}

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

html.burger-lock,
html.lock {
    overflow: hidden;
}

body.burger-lock,
body.lock {
    overflow: hidden;
}

button,
input {
    padding: 0;
    margin: 0;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: none;
}

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

ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

body,
header,
main,
footer {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #323B44CC;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body {
    min-width: 280px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Exo 2", sans-serif;
    color: #323B44;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #323B44CC;
    text-decoration: none;
}

.text__wrapper a {
    color: #15B3EC;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.text__wrapper a:hover {
    color: #0000EE;
    text-decoration: underline;
}

.text__wrapper blockquote {
    background-color: #F4F6F8;
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #15B3EC;
    border-radius: 10px;
}

/* --- кнопки(button) --- */

.its-button-bord {
    padding: 1px;
    border-radius: 10px;
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.its-button {
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    border-radius: 9px;
    background: transparent;
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
}

.its-button:hover {
    color: #15B3EC;
    background: #fff;
}

.its-button-invers {
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: center;
    color: #15B3EC;
    padding: 10px 15px;
    border-radius: 9px;
    background: #fff;
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
}

.its-button-invers:hover {
    color: #fff;
    background: transparent;
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-220 {
    width: 220px;
}

.w-180 {
    width: 180px;
}

/* --------------- */

h1.page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    margin-bottom: 25px;
}

.text__wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 20px 0;
}

.text__wrapper h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    margin: 20px 0;
}

.text__wrapper h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    margin: 20px 0;
}

.text__wrapper h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    margin: 20px 0;
}

.text__wrapper img {
    border-radius: 10px;
}

.text__wrapper p,
.text__wrapper ol {
    padding-bottom: 20px;
}

.text__wrapper ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 30px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}


.text__wrapper ul li::marker {
    font-size: 25px;
    color: #15B3EC;
}

.text__wrapper ol {
    counter-reset: count;
    list-style-position: inside;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.text__wrapper ol li {
    counter-increment: count;
    position: relative;
    display: -webkit-box;
    padding-left: 40px;
}

.text__wrapper ol li::before {
    content: counter(count, decimal-leading-zero);
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #06ECD3;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    color: #15B3EC;
}

.text__wrapper table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 1px 0;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
}

.text__wrapper table th {
    background: #15B3EC;
    border-radius: 5px;
    padding: 15px 30px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
}

.text__wrapper table tr:nth-child(1) td {
    background: #15B3EC;
    border-radius: 5px;
    padding: 15px 30px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
}

.text__wrapper table td {
    background: #fff;
    border-radius: 0;
    padding: 10px 30px;
}

.text__wrapper table tr:nth-child(2) td {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 20px;
}

.text__wrapper table tr:last-child td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 20px;
}

p.text-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #323B44;
    margin: 20px 0;
}

.section-title {
    position: relative;
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #323B44;
    margin-bottom: 50px;
}

.section-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    height: 5px;
    border-radius: 2px;
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.section-title_invers {
    position: relative;
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.section-title_invers::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
}

.section-subtitle {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #323B44E5;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    max-width: 1150px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.m-bottom {
    margin-bottom: 80px;
}

.section-light {
    padding: 80px 0;
    background: #F7FBFE;
}

.grid-2-g-15 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-3-g-20 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-4-g-20 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

ul.region {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

ul.region li {
    margin-left: 30px;
}

.region__input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #1B4655CC;
    margin-bottom: 20px;
}


.plashka {
    background: #09536C;
}

.plashka__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.plashka__text-par {
    line-height: 18.2px;
    color: #fff;
}

.header__top {
    background: #F4F6F8;
}

.header__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.header__top-city {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.header__top-city-par {
    color: #000;
}

.header__top-city-button {
    color: #15B3EC;
    font-weight: bold;
}

.header__top-city-button:hover {
    text-decoration: underline;
}

.header__top-phone {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
}

.header__top-phone-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #323B44;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.header__top-phone-link:hover {
    color: #15B3EC;
}

.header__top-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.header__bottom {
    background: #fff;
}

.header__bottom.fixed {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .12);
    box-shadow: 0 0 7px rgba(0, 0, 0, .12);
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header__bottom-wrapper {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;

}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu {
    padding: 15px 10px;
    position: relative;
}

.header__menu-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    color: #323B44;
}

.header__submenu {
    max-width: 300px;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #15B3EC transparent;
    position: absolute;
    top: 45px;
    left: 0;
    min-width: 150px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px #00000040;
    box-shadow: 0px 4px 10px 0px #00000040;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.header__menu:last-child .header__submenu {
    left: auto;
    right: 0;
}

.header__sublink {
    padding: 15px;
    border-bottom: 1px solid #00000033;
}

.header__sublink:last-child {
    border-bottom: 0px;
}

.header__sublink a {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    color: #323B44;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.header__sublink a:hover {
    color: #15B3EC;
}

.header__menu .header__menu-txt img {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.header__menu:hover .header__menu-txt img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__menu:hover .header__submenu {
    opacity: 1;
    pointer-events: auto;
}

.header__mobile {
    padding: 15px;
    display: none;
    background: #fff;
}

.header__mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.header__mobile-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 5px;
}

.header__mobile-w {
    width: -webkit-fill-available;
}

.header__menu-btn {
    display: none;
}

.header__mobile-cont {
    display: none;
}

.header__burger {
    width: 30px;
    height: 30px;
    position: relative;
}

.header__burger span {
    width: 30px;
    height: 3px;
    background: #15B3EC;
    position: absolute;
}

.header__burger span:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.header__burger span:nth-child(2) {
    top: 30%;
    left: 0;
    opacity: 1;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.header__burger span:nth-child(3) {
    top: 60%;
    left: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.header__burger.active span:nth-child(1) {
    top: 30%;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__burger.active span:nth-child(2) {
    top: 30%;
    left: 0;
    opacity: 0;
}

.header__burger.active span:nth-child(3) {
    top: 30%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-img {
    background-image: url("../img/general/main-ban.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-out {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.main__block {
    padding: 50px 0;
    width: 70%;
}

.main__block-items {
    list-style: disc;
    margin-bottom: 30px;
}

.main__block-item {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin-left: 30px;
}

.main__block-item::marker {
    font-size: 25px;
    color: #15B3EC;
}

.main__block-form {
    background: #fff;
    border: 1px solid #15B3EC;
    border-radius: 20px;
    padding: 30px;
    width: 80%;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.breadcrumbs__item a.breadcrumbs__link {
    color: #323B4480;
}

.breadcrumbs__item:nth-last-child(1) a.breadcrumbs__link {
    color: #323B44;
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.breadcrumbs__item::after {
    content: ">";
    color: #323B4480;
}

.breadcrumbs__item:nth-last-child(1)::after {
    content: "";
}

.form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.form-title__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.form-title-input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #1B4655CC;
}

.form-title__bot {
    font-family: "Exo 2", sans-serif;
}

.form-par-t {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #1B4655CC;
    margin-bottom: 5px;
}

.form-par-t .form-tel {
    font-size: 16px;
    font-weight: 500;
    color: #15B3EC;
}

.form-par-b {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #1B465599;
}

.form-par-b .form-policy {
    color: #1B465599;
    text-decoration: underline;
}

.about__wrapper {
    /*display: flex;
justify-content: space-between;*/
    gap: 130px;
}

.about__txt {
    width: 100%;
}

.about__txt-title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #323B44;
    margin-bottom: 30px;
}

.about__img {
    width: 100%;
    padding: 25px 0 25px 25px;
}

.about__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.directions__item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px -2px 20px 0px #0000000D;
    box-shadow: 0px -2px 20px 0px #0000000D;
    border-radius: 2px;
    padding: 20px 20px 50px 20px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.directions__item:hover {
    background: #15B3EC;
}

.directions__item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 2px;
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.directions__item:hover::before {
    background: #15B3EC;
}

.directions__item-img {
    margin-bottom: 20px;
}

.directions__item:hover .directions__item-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.directions__item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #323B44;
    margin-bottom: 15px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.directions__item:hover .directions__item-title {
    color: #fff;
}

.directions__item-txt {
    line-height: 20.8px;
    color: #798A9A;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.directions__item:hover .directions__item-txt {
    color: #FFFFFFE5;
}

.directions__item-btn {
    display: none;
}

.page-form1__bord {
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
    padding: 1px;
    border-radius: 15px;
}

.page-form1__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
}

.page-form1__form {
    padding: 50px;
}

.page-form1__title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #323B44;
    margin-bottom: 15px;
}

.page-form1__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: #F7FBFE;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.page-form1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page-form1__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #15B3EC;
    border-radius: 10px;
}

.page-form1__item-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #012037E5;
}

.page-form1__osn {
    max-width: 550px;
}

.page-form1__osn-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.page-form1__osn-sogl a {
    color: #15B3EC;
    /*    text-decoration: underline;*/
}

.page-form1-input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #1B4655CC;
}

.page-form1__osn-sogl {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
}

.page-form1__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 30px;
}

.page-form1__img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.price {
    background: #E7EEF6;
    padding: 80px 0;
}

.price__table {
    width: 100%;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.price__table-hd {
    background: #F0F4F8;
}

.price__table-hd_mobile {
    background: #F0F4F8;
    display: none;
}

.price__table-hd-txt {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    text-align: left;
    color: #323B44;
    padding: 20px 30px;
}

.price__table-hd_mobile .price__table-hd-txt {
    text-align: center;
}

.price__table-hd-txt:nth-child(1) {
    width: 70%;
}

.price__table-hd_mobile .price__table-hd-txt:nth-child(1) {
    width: 100%;
}

.price__table-row {
    background: #fff;
}

.price__table-row-txt {
    padding: 10px 30px;
    border-bottom: 1px solid #F0F4F8;
}

.price__table-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    color: #323B44;
}

.price__table-row-txt:nth-child(1) {
    width: 70%;
}

.price__table-row-txt:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price__table-row:last-child .price__table-row-txt {
    border-bottom: 0;
}

.page-form2__bord {
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
    padding: 1px;
    border-radius: 15px;
}

.page-form2__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
}

.page-form2__form {
    padding: 50px;
}

.page-form2__title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #323B44;
    margin-bottom: 10px;
}

.page-form2__subtitle {
    font-family: "Exo 2", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 31.2px;
    color: #15B3EC;
    margin-bottom: 20px;
}

.page-form2__txt {
    line-height: 19.2px;
    color: #323B44E5;
    margin-bottom: 30px;
}

.page-form2__osn {
    max-width: 550px;
}

.page-form2__osn-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.page-form2-input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #1B4655CC;
}

.page-form2__osn-sogl {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
}

.page-form2__osn-sogl a {
    color: #15B3EC;
    /*    text-decoration: underline;*/
}

.page-form2__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.page-form2__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.stage-help__items {
    counter-reset: count;
}

.stage-help__item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px #00000014;
    box-shadow: 0px 0px 20px 0px #00000014;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    position: relative;
    counter-increment: count;
    overflow: hidden;
}

.stage-help__item::after {
    content: counter(count);
    position: absolute;
    right: -10px;
    font-family: "Exo 2", sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 144px;
    color: #15B3EC14;
}

.stage-help__item-img {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage-help__item-txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #323B44;
    z-index: 10;
}

.text__wrapper {
    margin-bottom: 20px;
}

.advantage__items {
    margin-bottom: 30px;
}

.advantage__item-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #15B3ECB2;
    border-radius: 5px;
    margin-bottom: 15px;
}

.advantage__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #fff;
}

.advantage__item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
    padding: 30px 45px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 12px 0px #0000001A;
    box-shadow: 0px 2px 12px 0px #0000001A;
    color: #323B44;
}

.navigation__title {
    font-family: "Exo 2", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.navigation-article__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

.navigation-article__item {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}

.navigation-article__item::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 3px;
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.navigation-article__item-dop {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 20px;
    position: relative;
}

.navigation-article__item-dop::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

a.navigation-article__link {
    color: #323B44;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .2s ease;
    transition: -webkit-text-decoration-color .2s ease;
    -o-transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

a.navigation-article__link:hover {
    -webkit-text-decoration-color: #15B3EC;
    text-decoration-color: #15B3EC;
}

/*.autor{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}*/
.autor__bord {
    /* background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
    padding: 1px; */
    border-radius: 10px;
    border: 1px solid #06ECD3;

}

.autor__inside {
    background: #fff;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
    padding: 20px;
}

.autor__img {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    /*display: flex;
justify-content: center;*/
}

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

.autor__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.autor__txt-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #323B44B2;
    margin: 10px 0;
    position: relative;
}

.autor__txt-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100px;
    height: 5px;
    border-radius: 2px;
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.autor__txt-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    color: #323B44;
}

.autor__txt-spec {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #323B44CC;
}

.autor__txt-update {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #323B4499;
    margin: 10px 0;
}

.page-form3__bord {
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
    padding: 1px;
    border-radius: 15px;
}

.page-form3__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
}

.page-form3__form {
    padding: 50px;
}

.page-form3__title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #323B44;
    margin-bottom: 15px;
}

.page-form3__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: #F7FBFE;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.page-form3__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page-form3__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #15B3EC;
    border-radius: 10px;
}

.page-form3__item-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #012037E5;
}

.page-form3__osn {
    max-width: 550px;
}

.page-form3__osn-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.page-form3__osn-sogl a {
    color: #15B3EC;
    /*    text-decoration: underline;*/
}

.page-form3-input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #1B4655CC;
}

.page-form3__osn-sogl {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
}

.page-form3__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 30px;
}

.page-form3__img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.faq__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.faq__item {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 20px 0px #0000000D;
    box-shadow: 0px 2px 20px 0px #0000000D;
}

.faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.faq__question:hover {
    border: 1px solid #15B3EC;
}

.faq__question.active {
    border: 1px solid #15B3EC;
}

.faq__question-title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #323B44;
}

.faq__question-svg {
    position: relative;
    width: 18px;
    height: 18px;
}

.faq__question-svg::before {
    content: "";
    display: block;
    background-image: url("../img/svg/faq.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 5px;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity .15s ease, -webkit-transform .2s ease;
    transition: opacity .15s ease, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .15s ease;
    transition: transform .2s ease, opacity .15s ease;
    transition: transform .2s ease, opacity .15s ease, -webkit-transform .2s ease;
}

.faq__question-svg::after {
    content: "";
    display: block;
    background-image: url("../img/svg/faq.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 5px;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.faq__question.active .faq__question-svg::before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__question.active .faq__question-svg::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease;
    -o-transition: max-height .2s ease;
    transition: max-height .2s ease;
}

.faq__answer-txt {
    padding: 20px 30px;
}

.review {
    padding: 80px 0;
    background: #62C8EE;
}

.review__items {
    position: relative;
}

.review__wrapper {
    margin-bottom: 30px;
}

.review__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.review__slide-title {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    color: #323B44;
    position: relative;
}

.review__slide-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 64px;
    height: 5px;
    border-radius: 2px;
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

/* .review__slide-txt{
height: 176px;
} */
.review__slide-txt-par {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.review__slide-btn button {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #15B3EC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-transition: gap .2s ease;
    -o-transition: gap .2s ease;
    transition: gap .2s ease;
}

.review__slide-btn button::after {
    content: "";
    display: block;
    background-image: url("../img/svg/arrow-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 8px;
}

.review__slide-btn button:hover {
    gap: 14px;
}

.review__slider-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.review__slider-button img {
    scale: 0.6;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.review__slider-button:hover img {
    scale: 1;
}

.review__slider-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.review__slider-button_next {
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.review__slider-button_prev {
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.review__slider-button_prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.review__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review__bottom-hr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.review__bottom-hr-bord {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    color: #15B3EC;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
}

.review__bottom-hr-bord:hover {
    background: transparent;
    color: #fff;
}

.review__bottom-dot {
    position: relative;
    width: 100%;
    height: 50px;
}

.review__pagination {
    text-align: right;
    margin-bottom: 10px;
}

.review__pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.review__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.doctors__items {
    position: relative;
}

.doctors__wrapper {
    margin-bottom: 30px;
}

.doctors__slide_bord {
    padding: 10px;
    height: auto;
}

.doctors__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #00000014;
    box-shadow: 0px 0px 10px 0px #00000014;
    border-radius: 10px;
    padding: 30px;
}

.doctors__slide-img {
    width: auto;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

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

.doctors__slide-title {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #323B44;
    margin-bottom: 10px;
    position: relative;
}

.doctors__slide-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 64px;
    height: 5px;
    border-radius: 2px;
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.doctors__slide-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.doctors__slide-txt-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.doctors__slide-txt-spec::before {
    content: "";
    display: block;
    background-image: url("../img/svg/doc-spec.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 17px;
    margin-right: 10px;
}

.doctors__slide-txt-exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.doctors__slide-txt-exp::before {
    content: "";
    display: block;
    background-image: url("../img/svg/doc-exp.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.doctors__slide-txt-exp span {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: #15B3EC;
    padding-left: 5px;
}

.doctors__slide-btn {
    margin-top: auto;
}

.doctors__slider-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #15B3ECE5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.doctors__slider-button img {
    scale: 0.6;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.doctors__slider-button:hover img {
    scale: 1;
}

.doctors__slider-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.doctors__slider-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.doctors__slider-button_next {
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.doctors__slider-button_prev {
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.doctors__slider-button_prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.doctors__bottom {
    position: relative;
}

.doctors__pagination .swiper-pagination-bullet {
    background: #15B3EC;
    opacity: 0.5;
}

.doctors__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15B3EC;
    opacity: 1;
}

.clinic_photo__items {
    position: relative;
}

.clinic_photo__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    background: #fff;
}

.clinic_photo__slide img {
    border-radius: 10px;
}

.clinic_photo__slide-img {
    width: auto;
    height: 390px;
    overflow: hidden;
}

.clinic_photo__slide-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 390px;
    object-fit: cover;
}
.clinic_photo__slider-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #15B3ECE5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}


.clinic_photo__slider-button img {
    scale: 0.6;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.clinic_photo__slider-button:hover img {
    scale: 1;
}

.clinic_photo__slider-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.clinic_photo__slider-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.clinic_photo__slider-button_next {
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clinic_photo__slider-button_prev {
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clinic_photo__slider-button_prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.clinic_photo__bottom {
    margin-top: 40px;
    position: relative;
}

.clinic_photo__pagination .swiper-pagination-bullet {
    background: #15B3EC;
    opacity: 0.5;
}

.clinic_photo__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15B3EC;
    opacity: 1;
}


.pic__slide-hov {
    position: relative;
}

.pic__slide-hov::after {
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/svg/licenses-lupa.svg) center center no-repeat rgb(73 73 73 / 70%);
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.pic__slide-hov:hover::after {
    width: 80px;
    height: 80px;
}

.photogr__items {
    position: relative;
}

.photogr__wrapper {
    margin-bottom: 30px;
}

.photogr__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.photogr__slide-img {
    width: auto;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

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

.photogr__slider-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #15B3EC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.photogr__slider-button img {
    scale: 0.6;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.photogr__slider-button:hover img {
    scale: 1;
}

.photogr__slider-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.photogr__slider-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.photogr__slider-button_next {
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.photogr__slider-button_prev {
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.photogr__slider-button_prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.photogr__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.photogr__bottom-hr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.photogr__bottom-dot {
    position: relative;
    width: 100%;
    height: 50px;
}

.photogr__pagination {
    text-align: right;
    margin-bottom: 10px;
}

.photogr__pagination .swiper-pagination-bullet {
    background: #15B3EC;
    opacity: 0.5;
}

.photogr__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15B3EC;
    opacity: 1;
}

.licenses__slide {
    border-radius: 10px;
    overflow: hidden;
}

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

.licenses__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.licenses__bottom-dot {
    position: relative;
    width: 100%;
    height: 50px;
}

.licenses__pagination {
    margin-bottom: 10px;
}

.licenses__pagination .swiper-pagination-bullet {
    background: #15B3EC;
    opacity: 0.5;
}

.licenses__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15B3EC;
    opacity: 1;
}

.why-us__items {
    counter-reset: count;
}

.why-us__item {
    background: #F7FBFE;
    border-radius: 10px;
    padding: 20px;
    counter-increment: count;
}

.why-us__item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #323B44;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.why-us__item-title::before {
    content: counter(count, decimal-leading-zero);
    font-family: "Exo 2", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: #15B3EC;
}

.plashka-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #09536C;
    color: #fff;
    padding: 18px 15px;
}

.plashka-f__txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
}

.plashka-f__age {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.1px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 1px 4px;
}

.footer-cont {
    background: #F4F9FE;
    padding: 60px 0;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.footer__item-img {
    width: 275px;
    height: auto;
}

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

.footer-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-search-input {
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #BAC7D3;
    padding: 10px 25px 10px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.footer-search-input::-webkit-input-placeholder {
    color: #323B4473;
}

.footer-search-input::-moz-placeholder {
    color: #323B4473;
}

.footer-search-input:-ms-input-placeholder {
    color: #323B4473;
}

.footer-search-input::-ms-input-placeholder {
    color: #323B4473;
}

.footer-search-input::placeholder {
    color: #323B4473;
}

.footer-search-btn {
    position: absolute;
    right: 0;
    padding: 5px 0 5px 5px;
}

.footer__item-payment-text {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    color: #323B44;
    margin-bottom: 20px;
}

.footer__item-payment-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.footer__item-payment-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.footer__item-social {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer__item-social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px #0000001A;
    box-shadow: 0px 2px 20px 0px #0000001A;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.footer__item-social-item:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.footer__item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #323B44E5;
}

.footer__item-spis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.footer__item-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #323B44E5;
}

.footer__item-link a {
    text-decoration: none;
}

.footer__item-link a:hover {
    text-decoration: underline;
}

.copyr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #323B4480;
    margin-bottom: 15px;
}

.cookies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-box-pack: justify;
-ms-flex-pack: justify;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #13BBE9;
    padding: 15px 0;
}

.cookies__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #323B4480;
}

.cookies__link-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    color: #13BBE9;
    padding: 0 20px;
    position: relative;
}

.cookies__link-txt:hover {
    color: #13BBE9;
}

.cookies__link-l::before {
    content: "";
    display: block;
    background-image: url(../img/svg/arrow-right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0px;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease;
}

.cookies__link-l:hover::before {
    left: -5px;
}

.cookies__link-r::after {
    content: "";
    display: block;
    background-image: url(../img/svg/arrow-right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0px;
    -webkit-transition: right .2s ease;
    -o-transition: right .2s ease;
    transition: right .2s ease;
}

.cookies__link-r:hover::after {
    right: -5px;
}

.swiper-pagination-bullet {
    scale: 1;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.swiper-pagination-bullet:hover {
    scale: 1.3;
}

.swiper-pagination-bullet-active {
    scale: 1.3;
}

.form-hov {
    color: #1B465599;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.form-hov:hover {
    color: #15B3EC;
}

a.underline-hov {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .2s ease;
    transition: -webkit-text-decoration-color .2s ease;
    -o-transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

a.underline-hov:hover {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
}


.popup {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 10000;
}

.popup.open {
    opacity: 1;
    pointer-events: all;
}

.popup__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 50px 15px 20px;
    width: 100%;
}

.popup__content {
    max-width: 500px;
    min-height: auto;
    padding: 50px 40px;
    position: relative;
    border-radius: 10px;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.popup.open .popup__content {
    scale: 1;
}

.close-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #323B44;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.close-popup:hover {
    background: #15B3EC;
}

.popup__title {
    font-family: "Exo 2", sans-serif;
    color: #323b44;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.popup__subtitle {
    color: #788b9c;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 15px;
}

.popup__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.popup__input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #1B4655CC;
}

.popup__area {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #1B4655CC;
    resize: none;
}

.popup__policy {
    color: #788b9c;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}

.popup__policy a {
    color: #15B3EC;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .2s ease;
    transition: -webkit-text-decoration-color .2s ease;
    -o-transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

.popup__policy a:hover {
    -webkit-text-decoration-color: #15B3EC;
    text-decoration-color: #15B3EC;
}

.select-city {
    width: 100%;
    max-width: 800px;
}

a.popup__sc-a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .2s ease, -webkit-text-decoration-color .2s ease;
    transition: color .2s ease, -webkit-text-decoration-color .2s ease;
    -o-transition: text-decoration-color .2s ease, color .2s ease;
    transition: text-decoration-color .2s ease, color .2s ease;
    transition: text-decoration-color .2s ease, color .2s ease, -webkit-text-decoration-color .2s ease;
}

a.popup__sc-a:hover {
    color: #323B44;
    -webkit-text-decoration-color: #15B3EC;
    text-decoration-color: #15B3EC;
}

.review__block-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    height: auto;
}

.main-trans {
    background: transparent;
}

.main-trans__block {
    padding: 20px 0;
}

.main-trans__bc {
    margin-bottom: 80px;
}

.o-nas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.o-nas__form {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 340px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #15B3EC1A;
    border-radius: 10px;
    padding: 30px;
}

.o-nas__form-title {
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.o-nas__input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #496B7333;
    background: transparent;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #1B4655CC;
    margin-bottom: 20px;
}

.o-nas__btn {
    margin-bottom: 10px;
}

.o-nas__policy {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.o-nas__policy a {
    color: #15B3EC;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .2s ease;
    transition: -webkit-text-decoration-color .2s ease;
    -o-transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

.o-nas__policy a:hover {
    -webkit-text-decoration-color: #15B3EC;
    text-decoration-color: #15B3EC;
}

.on-cont__ng {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.on-cont__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    height: auto;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

.on-cont__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 7px;
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.on-cont__item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #323B44;
}

.on-cont__item a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #323B44;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.on-cont__item a:hover {
    color: #15B3EC;
}

.info__bc {
    margin-bottom: 40px;
}

.info .section-title {
    text-align: left;
}

.info .section-title::before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.review__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #00000014;
    box-shadow: 0px 0px 20px 0px #00000014;
}

.m-info {
    margin-bottom: 30px;
}

.photo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.photo__pic {
    width: auto;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.main-doc__block {
    padding-top: 20px;
}

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

.doc-title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.doc-title>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.doc-title>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.doc-title>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.doc-title>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.doc-title>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.doc-title>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.doc-title__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.doc-title__pic img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.doc-title__tit {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1 / 2 / 2 / 4;
}

.doc-title__txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2 / 2 / 3 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.doc-title__tit .section-title::before {
    width: 160px;
}

.text__public-title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #323B44;
    margin: 10px 0;
}

.documents {
    position: relative;
    margin-bottom: 60px;
}

.documents__slide {
    padding: 30px 20px;
    background: #F7FBFE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    position: relative;
}

.documents__slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#06ECD3), to(#15B3EC));
    background: -o-linear-gradient(bottom, #06ECD3 0%, #15B3EC 100%);
    background: linear-gradient(0deg, #06ECD3 0%, #15B3EC 100%);
}

.documents__item-img img {
    height: 200px;
    width: auto;
}

.documents__slide-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #323B44;
}

.documents__slide-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.documents__slider-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #15B3ECE5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.documents__slider-button img {
    scale: 0.6;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.documents__slider-button:hover img {
    scale: 1;
}

.documents__slider-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.documents__slider-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.documents__slider-button_next {
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.documents__slider-button_prev {
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.documents__slider-button_prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.documents__inner {
    margin-bottom: 40px;
}

.documents__bottom {
    position: relative;
}

.documents__pagination .swiper-pagination-bullet {
    background: #15B3EC;
    opacity: 0.5;
}

.documents__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15B3EC;
    opacity: 1;
}

.info .price__table {
    -webkit-box-shadow: 0px 2px 15px 0px #0000001A;
    box-shadow: 0px 2px 15px 0px #0000001A;
    margin-bottom: 20px;
}

.stat__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 15px 0px #0000001A;
    box-shadow: 0px 2px 15px 0px #0000001A;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.stat__item:hover {
    -webkit-box-shadow: 0px 2px 15px 10px #0000001A;
    box-shadow: 0px 2px 15px 10px #0000001A;
}

.stat__link {
    height: 100%;
}

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

.stat__item .stat__pic img {
    scale: 1;
    -webkit-transition: scale .2s ease;
    -o-transition: scale .2s ease;
    transition: scale .2s ease;
}

.stat__item:hover .stat__pic img {
    scale: 1.1;
}

.stat__txt {
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #333333E5;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.stat__txt:hover {
    color: #15B3EC;
}

.stat-cur__light.navigation {
    background: #F7FBFE;
}

.cur-stat__pic {
    display: block;
    margin-bottom: 20px;
}

.cur-stat__pic img {
    height: 430px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.cur-stat__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #323B44E5;
}

.cur-stat__subtitle a {
    color: #15B3EC;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.cur-stat__subtitle a:hover {
    color: #0000EE;
    text-decoration: underline;
}

.form-cont {
    background: #62C8EE;
    padding: 40px;
    height: 460px;
    width: 460px;
}

.karta {
    position: relative;
}

.karta__sec {
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.karta__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.karta__form-title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.karta__form-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

.karta__form-input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 15px 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    background: transparent;
    margin-bottom: 20px;
}

.karta__form-input::-webkit-input-placeholder {
    color: #FFFFFFCC;
}

.karta__form-input::-moz-placeholder {
    color: #FFFFFFCC;
}

.karta__form-input:-ms-input-placeholder {
    color: #FFFFFFCC;
}

.karta__form-input::-ms-input-placeholder {
    color: #FFFFFFCC;
}

.karta__form-input::placeholder {
    color: #FFFFFFCC;
}

.karta__form-btn {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    color: #15B3EC;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
}

.karta__form-btn:hover {
    background: transparent;
    color: #fff;
}

.karta__form-sogl {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFFCC;
}

.karta__form-sogl a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .2s ease;
    transition: -webkit-text-decoration-color .2s ease;
    -o-transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease;
    transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
}

.karta__form-sogl a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

@media (max-width: 1370px) {
    .review__slider-button_next {
        right: -60px;
    }

    .review__slider-button_prev {
        left: -60px;
    }

    .doctors__slider-button_next {
        right: -60px;
    }

    .doctors__slider-button_prev {
        left: -60px;
    }
    
    .clinic_photo__slider-button_next {
        right: -60px;
    }

    .clinic_photo__slider-button_prev {
        left: -60px;
    }

    .photogr__slider-button_next {
        right: -60px;
    }

    .photogr__slider-button_prev {
        left: -60px;
    }

    .documents__slider-button_next {
        right: -60px;
    }

    .documents__slider-button_prev {
        left: -60px;
    }
}

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

    .doctors__slider-button {
        display: none;
    }
    
    .clinic_photo__slider-button {
        display: none;
    }

    .photogr__slider-button {
        display: none;
    }

    .documents__slider-button {
        display: none;
    }
}

@media (max-width: 1090px) {
    .plashka {
        display: none;
    }

    .header__bottom.active {
        display: block;
        overflow-x: hidden;
    }

    .header__bottom.active .container {
        padding: 0;
    }

    .header__bottom .logo-inside {
        display: none;
    }

    .header__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .header__link .header__menu-txt img {
        display: none;
    }

    .header__menu-btn {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid #00000033;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

    .header__menu-btn img {
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }

    .header__menu-btn.active img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .header__submenu {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        pointer-events: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

    .header__submenu.active {
        display: block;
        pointer-events: auto;
    }

    .header__bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .header__mobile-cont {
        display: block;
        width: 100%;
        background: #f7fbfe;
        padding: 40px 20px;
    }

    .header__top {
        display: none;
    }

    .header__bottom {
        display: none;
    }

    .header__mobile {
        display: block;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .12);
        box-shadow: 0 0 7px rgba(0, 0, 0, .12);
    }

    .logo-inside img {
        width: 85px;
        height: auto;
    }

    .o-nas__form {
        width: 250px;
    }
}

@media (max-width: 950px) {
    .why-us__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .about__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about__img {
        padding: 0;
    }

    .page-form1__img {
        display: none;
    }

    .page-form2__img {
        display: none;
    }

    .page-form3__img {
        display: none;
    }

    .stage-help__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .karta__sec {
        position: relative;
    }

    .form-cont {
        width: 100%;
        height: auto;
    }

    .karta .container {
        padding: 0;
    }
}

@media (max-width: 850px) {
    .grid-3-g-20 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .plashka__text-par {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: center;
    }

    .main__block {
        width: 100%;
    }

    .main__block-form {
        width: 100%;
    }

    .form-title__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main__block-form .its-button-bord {
        width: auto;
    }

    .form-title__top .its-button {
        width: -webkit-fill-available;
    }

    .grid-4-g-20 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    ul.region {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .advantage__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .o-nas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .o-nas__form {
        width: 100%;
    }

    .on-cont__ng {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .on-cont__item p,
    .on-cont__item a {
        font-size: 14px;
    }

    .navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
    }
}

@media (max-width: 700px) {
    .why-us__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-4-g-20 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    ul.region {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .directions__item-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .directions__item-title {
        text-align: center;
    }

    .directions__item-txt {
        display: none;
    }

    .directions__item-btn {
        display: block;
    }

    .page-form1__form {
        padding: 20px;
    }

    .page-form1__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .page-form1__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-form1__osn-send {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-form1__osn-send .its-button-bord {
        width: auto;
    }

    .page-form1__osn-send .its-button {
        width: -webkit-fill-available;
    }

    .page-form2__form {
        padding: 20px;
    }

    .page-form2__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .page-form2__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-form2__osn-send {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-form2__osn-send .its-button-bord {
        width: auto;
    }

    .page-form2__osn-send .its-button {
        width: -webkit-fill-available;
    }

    .page-form3__form {
        padding: 20px;
    }

    .page-form3__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .page-form3__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-form3__osn-send {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-form3__osn-send .its-button-bord {
        width: auto;
    }

    .page-form3__osn-send .its-button {
        width: -webkit-fill-available;
    }

    .doc-title__tit .section-title {
        margin-bottom: 10px;
    }

    .doc-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .doc-title__img {
        gap: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .doc-title__tit {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .doc-title__txt {
        gap: 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

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

@media (max-width: 500px) {
    p.text-h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .text__wrapper h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .text__wrapper h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
    }

    .text__wrapper h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26.4px;
    }

    .text__wrapper h5 {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.6px;
    }

    .header__top-phone {
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
    }

    .header__top-phone--mobile {
        display: none;
    }

    .header__top-phone-link {
        font-size: 16px;
        font-weight: 700;
        line-height: 20.8px;
    }

    .header__mobile .its-button,
    .header__mobile .its-button-invers {
        /*font-size: 10px;*/
        font-weight: 600;
        line-height: 13px;
        padding: 10px 0;
    }

    h1.page-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .grid-2-g-15 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .m-bottom {
        margin-bottom: 50px;
    }

    .section-light {
        padding: 50px 0;
    }

    main {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
    }

    .section-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .section-title_invers {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
    }

    .section-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
    }

    .about__txt-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        margin-bottom: 15px;
    }

    .price__table-hd {
        display: none;
    }

    .price__table-hd_mobile {
        display: table-row;
    }

    .price__table-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
        padding: 12px 20px;
        border-bottom: 1px solid #F0F4F8;
    }

    .price__table-row-txt {
        padding: 0;
        border-bottom: 0;
    }

    .price__table-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 56%;
        flex: 0 1 56%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .price__table-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 95px;
        flex: 0 1 95px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .price__table-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .stage-help__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .advantage__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .advantages .its-button-bord {
        width: 100%;
    }

    .advantages .its-button {
        width: -webkit-fill-available;
    }

    .autor {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .autor__bord {
        width: -webkit-fill-available;
    }

    .autor__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .autor__img {
        width: 100%;
        height: 200px;
    }

    .autor__txt-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 18.2px;
    }

    .autor__txt-name {
        font-size: 18px;
        font-weight: 700;
        line-height: 23.4px;
    }

    .autor__txt-spec {
        font-size: 14px;
        font-weight: 500;
        line-height: 18.2px;
    }

    .autor__txt-update {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
    }

    .review__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .review__bottom-hr-bord {
        text-align: center;
    }

    .review__pagination {
        text-align: center;
    }

    .photogr__wrapper {
        margin-bottom: 0;
    }

    .photogr__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .photogr__bottom-hr-bord {
        text-align: center;
    }

    .photogr__pagination {
        text-align: center;
    }

    .photogr .its-button-bord {
        width: 100%;
    }

    .doctors__slide {
        padding: 20px;
    }

    .footer__item-search {
        display: none;
    }

    .breadcrumbs {
        font-size: 14px;
    }

    .o-nas__form-title {
        font-size: 24px;
    }

    .grid-3-g-20 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .popup__content {
        padding: 35px 20px;
    }

    .popup__title {
        font-size: 26px;
    }

    .close-popup {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .close-popup svg {
        width: 16px;
        height: 16px;
    }

    .documents__slide-txt {
        display: none;
    }

    .documents__slide {
        padding: 0;
        background: transparent;
    }

    .documents__slide::after {
        display: none;
    }

    .documents__item-img img {
        height: 100%;
        width: 100%;
    }

    .text__public-title {
        font-size: 26px;
    }

    .form-cont {
        padding: 20px;
    }

    .karta__form-title {
        font-size: 26px;
    }

    .karta__form-subtitle {
        font-size: 14px;
    }

    .karta__form-btn {
        font-size: 14px;
    }

    .karta__form-sogl {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .plashka__text {
        padding: 10px 0;
    }

    .grid-4-g-20 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    ul.region {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .page-form1__items {
        padding: 10px;
    }

    .page-form1__item-txt {
        font-size: 14px;
        font-weight: 500;
        line-height: 18.2px;
    }

    .page-form3__items {
        padding: 10px;
    }

    .page-form3__item-txt {
        font-size: 14px;
        font-weight: 500;
        line-height: 18.2px;
    }

    .faq__question-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 20.8px;
    }

    .faq__answer-txt {
        padding: 20px;
    }

    .review__slide-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20.8px;
    }

    .doctors__slide-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 23.4px;
    }

    .doctors__slide-txt-spec {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
    }

    .doctors__slide-txt-exp {
        font-size: 14px;
        line-height: 19.6px;
    }

    .why-us__item {
        padding: 10px;
    }

    .why-us__item-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 19.2px;
        gap: 12px;
        margin-bottom: 10px;
    }

    .footer__item {
        gap: 20px;
    }

    .footer__start {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .copyr {
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .cookies__txt {
        text-align: center;
    }

    .cookies__link-txt {
        font-size: 12px;
        font-weight: 700;
        line-height: 15.6px;
    }

    .on-cont__ng {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 360px) {
    .plashka-f__txt {
        text-align: center;
    }
}


.reviews__text:not(.reviews_text_original).hidden {
    max-height: 150px;
    overflow: hidden;
}

.header-licences {
    padding: 10px 0;
}

.copyr,
.header-licences {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.search__form {
    margin-bottom: 25px;
}

.search__input {
    max-width: 340px;
}

.search__label {
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.search__btn {
    border: none;
    cursor: pointer;
}

.search__link {
    color: #15b3ec;
    font-weight: bold;
}

.search__result {
    margin-bottom: 25px;
}

.city_none.active {
    display: block;
}
.city_none {
    display: none;
}
.breadcrums--folders {
    padding-top: 20px;
}
@media (max-width: 900px) {
    .main-img {
        background: #d7d7d8;
    }
}

.bottom-info__wrapper {
	position: fixed;
	inset: auto 0 0 0;
	z-index: 500;
	color: #fff;
	font: inherit;
	background-color: rgba(0, 0, 0, .73);
	opacity: 0;
	transition: opacity 300ms;
}

.bottom-info__wrapper.active {
	opacity: 1;
}

.bottom-info__wrapper .bottom-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
	.bottom-info__wrapper .bottom-info {
		flex-direction: column;
	}
}

.bottom-info__wrapper .bottom-info__content {
	margin: 0 10px 0 0;
}

.bottom-info__content a {
	color: #52c5ff;
	text-decoration: underline;
	transition: color 300ms;
}

.bottom-info__content a:hover {
	color: #296de7;
}

.bottom-info__wrapper .bottom-info__action {
	display: flex;
}

@media screen and (max-width: 639px) {
	.bottom-info__wrapper .bottom-info__action {
		margin: 10px 0 0;
	}
}

.bottom-info__wrapper .bottom-info__button-agree {
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	color: #000;
	border-radius: 5px;
	padding: 2px 15px;
	text-transform: math-auto;
	display: block;
	background-color: #ffffffe8;
	border: none;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
}

.bottom-info__wrapper .bottom-info__content {
	text-transform: math-auto;
	font-size: 14px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 700px) {
	.bottom-info__wrapper .bottom-info__content {
		text-align: center;
		margin: 0 30px 0 0;
    font-size: 10px;
    line-height: 120%;
	}
}

.bottom-info__wrapper .bottom-info__button-cross {
	width: 28px;
	height: 28px;
	padding: 5px;
	display: flex;
	align-items: center;
	font-family: "Open Sans", sans-serif;
	justify-content: center;
	font-size: 14px;
	background-color: transparent;
	border: none;
	margin-inline-start: 12px;
	cursor: pointer;
}

@media screen and (max-width: 700px) {
	.bottom-info__wrapper .bottom-info__button-cross {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.bottom-info__wrapper .bottom-info__button-cross p {
		width: 28px;
		height: 28px;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		background-color: transparent;
		border: none;
		margin-inline-start: 12px;
		cursor: pointer;
	}
}

.bottom-info__button-cross::after {
	content: "\00D7";
	color: #999;
	line-height: 1;
	transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
	color: #fff;
}

.main__price {
  margin-bottom: 20px;
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.main__number {
    background-image: linear-gradient(180deg, #06ECD3 0%, #15B3EC 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.main__price {
  margin-bottom: 20px;
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.main__number {
    font-size: 30px;
    background-image: linear-gradient(180deg, #06ECD3 0%, #15B3EC 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    white-space: nowrap;
}

@media screen and (max-width: 700px) {
  .main__price {
    font-size: 18px;
  }

  .main__number {
    font-size: 22px;
  }
}