@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Regular'), url('../fonts/Montserrat/Montserrat-Regular.woff2') format("woff2"), url('../fonts/Montserrat/Montserrat-Regular.woff') format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Medium'), url('../fonts/Montserrat/Montserrat-Medium.woff2') format("woff2"), url('../fonts/Montserrat/Montserrat-Medium.woff') format("woff");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Bold'), url('../fonts/Montserrat/Montserrat-Bold.woff2') format("woff2"), url('../fonts/Montserrat/Montserrat-Bold.woff') format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu-Regular'), url('../fonts/Ubuntu/Ubuntu-Regular.woff2') format("woff2"), url('../fonts/Ubuntu/Ubuntu-Regular.woff') format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu-Medium'), url('../fonts/Ubuntu/Ubuntu-Medium.woff2') format("woff2"), url('../fonts/Ubuntu/Ubuntu-Medium.woff') format("woff");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu-Bold'), url('../fonts/Ubuntu/Ubuntu-Bold.woff2') format("woff2"), url('../fonts/Ubuntu/Ubuntu-Bold.woff') format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus:not(:focus-visible) {
    outline: none;
}

html {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

.blog-video iframe {
    width: 100%;
    height: 500px;
    margin: 12px 0 40px;
}

.video iframe {
    width: 100%;
    height: 500px;
    padding: 15px;
}

.table-wrap-blog {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 2rem 2rem;
    color: #000;
}

.table-wrap-blog table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.table-wrap-blog table tr {
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

.table-wrap-blog tr:nth-child(even) {
    background: #cff;
}

.table-wrap-blog table th,
.table-wrap-blog table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.table-wrap-blog table th {
    color: black;
    background-color: #6cc;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 16px 16px 0px 0px;
}

@media (max-width: 600px) {
    .table-wrap-blog {
        padding: 0;
    }

    ol.content-article {
        columns: 1;
    }
}

@media screen and (max-width: 600px) {
    .table-wrap-blog table {
        border: 0;
    }

    .table-wrap-blog table thead {
        display: none;
    }

    .table-wrap-blog table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .table-wrap-blog table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
    }

    .table-wrap-blog table td:last-child {
        border-bottom: 0;
    }

    .table-wrap-blog table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.slick-dots li button:before {
    font-size: 40px;
}

.slick-dots li.slick-active button:before {
    font-size: 55px;
    color: #7cd7dd;
}

.slick-dots li {
    margin: 0;
    padding: 0;
}

body {
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    margin: 0;
    padding: 0;
    color: #01120e;
    background-color: #ffffff;
    overflow-x: hidden;
    min-width: 320px;
}

.title {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    color: #01120e;
}

p a {
    text-decoration: underline;
    color: #0573a0;
}

.content__wrap li a {
    text-decoration: underline;
    color: #0573a0;
}

.content__wrap li a:hover {
    text-decoration: none;
}

.verticalLine {
    border: 2px solid #ecfcfd;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

input,
textarea {
    line-height: inherit;
    margin: 0;
    padding: 0;
}

input,
button {
    border: none;
    outline: none;
    cursor: pointer;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

button,
input,
a,
textarea {
    outline: none;
    cursor: pointer;
    font: inherit;
}

button:focus,
input:focus,
a:focus,
textarea:focus {
    outline: none;
}

button:active,
input:active,
a:active,
textarea:active {
    outline: none;
}

h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    color: #01120e;
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    font-family: "Ubuntu", sans-serif;
    color: #01120e;
}

h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 47px;
    font-family: "Ubuntu", sans-serif;
    color: #0573a0;
}

h4 {
    font-weight: 600;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    color: #026060;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

figcaption {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

button {
    border: none;
    color: inherit;
    font: inherit;
    text-align: inherit;
    padding: 0;
    background-color: inherit;
    text-rendering: auto;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -weblit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.container {
    width: 1160px;
    margin: 0 auto;
}

.diploms__wrap {
    width: 1160px;
    margin: 0 auto;
}

* {
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray;
}

@media (max-width: 900px) {
    html {
        font-size: 18px;
        -webkit-text-size-adjust: none;
    }

    h1 {
        font-family: "Ubuntu";
        font-weight: 400;
        font-size: 31px;
        line-height: 120%;
        color: #01120e;
        margin: 0;
        padding: 0;
    }

    h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
    }

    h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
    }

    .container {
        padding: 0 20px;
        width: 100%;
    }

    .diploms__wrap {
        padding: 0 20px;
        width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .container {
        padding: 0 16px;
        width: 100%;
    }

    .diploms__wrap {
        padding: 0 16px;
        width: 100%;
    }
}

.popup {}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__top {
    padding: 16px 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;
}

.header__top-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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 8px;
    flex-direction: column;
}

.header__top-block {
    display: flex;
    gap: 10px;
}

.header__top-item__img {
    width: 20px;
    height: 20px;
}

.header__top-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #01120e;
}

.header__top-item__text--style {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 300px;
}

.header__top-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;
    width: 208px;
    padding: 0;
    gap: 4px;
    background: #f4fbf9;
    border-radius: 34px;
}

.header__top-search__img {
    width: 20px;
    height: 20px;
}

.header__top-search__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #01120e;
}

.header__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;
}

.header__bottom-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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__bottom-item__logo {
    width: 54px;
    height: 66.93px;
}

.header__bottom__block-img {
    width: 20px;
    height: 20px;
}

.header__bottom__block {
    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: 4px;
}

.header__bottom__phone-img {
    width: 20px;
    height: 20px;
}

.header__bottom-item__logotext {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #01120e;
}

.header__bottom-inf {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__bottom-call {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__bottom__phone {
    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: 4px;
}

.header__bottom-buttons {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
}

.header__bottom__button {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px 7px;
    border-radius: 8px;
    width: 220px;
    background: #0573a0;
}

.header__bottom__button:first-child {
    background: #ffffff;
    border: 1px solid #0573a0;
}

.header__bottom__tel {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #01120e;
}

.header__bottom-buttons a:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0573a0;
}

.header__bottom-buttons a:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    background-color: #0573a0;
}

.header__bottom-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #01120e;
}

.header__bottom__block-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #01120e;
}

.header__bottom__tel {
    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: 4px;
}

.header__bottom__phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #01120e;
}

.header__menu {
    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;
}

.header__menu {
    background: #ecfcfd;
}

.cssmenumob {
    display: none;
}

.header__burger {
    display: none;
}

.header__cross {
    display: none;
}

.header__mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 4rem;
    z-index: 100;
    padding-top: 0;
    padding-bottom: 4rem;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #effbff;
    -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.04);
    display: none;
    overflow-y: scroll;
}

.footer {
    background: #ecfcfd;
    padding-bottom: 25px;
}

.footer__wrap {
    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;
    padding-top: 80px;
    padding-bottom: 55px;
}

.footer__lists {
    display: -ms-grid;
    display: grid;
    row-gap: 76.27px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 55px;
}

.footer__list {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.footer__list a {
    color: #01120e;
}

.footer__list a:not(:last-child) {
    margin-bottom: 10px;
}

.footer__list p:not(:last-child) {
    margin-bottom: 10px;
}

.footer__list a:hover {
    color: #0573a0;
}

.footer__version {
    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: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 82px;
}

.footer__list-imgs {
    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;
    padding: 0px;
    gap: 28px;
}

.footer__list-soc a:not(:last-child) {
    margin-bottom: 0;
}

.footer__list-soc {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
}

.footer__list-img {
    width: 36px;
    height: 36px;
}

.footer__list-img1 {
    width: 42.87px;
    height: 25.74px;
}

.footer__list-img2 {
    width: 48.39px;
    height: 14.03px;
}

.footer__list-img3 {
    width: 61.86px;
    height: 19.01px;
}

.footer__version-img {
    width: 20px;
    height: 20px;
}

.footer__content {
    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: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.footer__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.footer__content p:not(:last-child) {
    margin-bottom: 5px;
}

.footer__list-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;
}

.footer__list-block1,
.footer__list-block2 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    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;
}

.footer__list .footer__list {
    margin-top: 32px;
}

.footer__list-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer__inf {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__button {
    background: #0573a0;
    border-radius: 12px;
    padding: 16px 34.3px;
    cursor: pointer;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.footer__button1 {
    border: 1px solid #0573a0;
    border-radius: 12px;
    padding: 16px 70.3px;
    cursor: pointer;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #01120e;
}

.footer__button:hover {
    background: #015a7e;
}

.footer__button1:hover {
    background: #015a7e;
    color: #ffffff;
}

.footer__logo-block {
    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: 16px;
    margin-bottom: 32px;
}

.footer__logo-block__img {
    width: 54px;
    height: 66.93px;
}

.footer__logo-block__adress {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.footer__adress,
.footer__email {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

.footer__number {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #3e7fff;
}

.footer__regions a {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #3e7fff;
}

.footer__regions {
    margin-bottom: 40px;
}

.footer__soc {
    width: 24px;
    height: 24px;
}

.footer__bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.footer__list-contacts {
    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: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.footer__list-contacts:nth-child(5) {
    margin-bottom: 45px;
}

.footer__list-contacts:nth-child(7) {
    margin-bottom: 45px;
}

.footer__list-contacts__img {
    width: 20px;
    height: 20px;
}

.footer__list-contacts__city {
    font-size: 14px;
}

.footer__list-contacts__button a {
    color: #01120e;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.footer__list a:hover {
    color: #0573a0;
}

.footer__list-mob,
.footer__list-mob2 {
    display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul:first-child {
    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;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    background: none;
    z-index: 1000;
}

#cssmenu>ul>li {
    float: left;
    border-radius: 2px;
}

#cssmenu>ul>li:hover {
    background: #172233;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 14px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #01120e;
}

#cssmenu>ul>li:hover>a {
    color: #ffffff;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #002d4b;
    content: "";
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #002d4b;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu ul li ul {
    top: 46px;
}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover>ul>li {
    height: 43px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #172233;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #002d4b;
    content: "";
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #002d4b;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#cssmenu ul li ul li ul {
    overflow-y: auto;
    height: 210px;
}

#cssmenu ul li ul li:hover>ul:last-child {
    li:first-child {
        height: 51px;
    }
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenumob {
        display: block;
        overflow-y: scroll;
        width: 100%;
    }

    #cssmenumob ul {
        display: block;
        width: 100%;
        height: -webkit-fill-available;
        overflow-y: scroll;
        position: absolute;
    }

    #cssmenumob.align-center>ul {
        text-align: left;
    }

    #cssmenumob ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenumob ul ul li,
    #cssmenumob li:hover>ul>li {
        height: auto;
    }

    #cssmenumob ul li a,
    #cssmenumob ul ul li a {
        width: 100%;
        border-bottom: 0;
        font-size: 13px;
    }

    #cssmenumob ul ul li a {
        padding-left: 25px;
    }

    #cssmenumob ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenumob ul ul li a {
        color: #01120e;
        background: none;
    }

    #cssmenumob ul ul li:hover>a,
    #cssmenumob ul ul li.active>a {
        color: #01120e;
    }

    #cssmenumob ul ul,
    #cssmenumob ul ul ul,
    #cssmenumob.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenumob>ul>li.has-sub>a:after,
    #cssmenumob>ul>li.has-sub>a:before,
    #cssmenumob ul ul>li.has-sub>a:after,
    #cssmenumob ul ul>li.has-sub>a:before {
        display: none;
    }

    #cssmenumob #menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        color: #01120e;
        cursor: pointer;
        font-weight: 700;
        text-align: center;
        width: 61.4rem;
        height: 9.6rem;
        border-radius: 2.4rem;
        background: #355106;
        margin: 0 auto;
        color: #f5f9ef;
        margin-bottom: 1rem;
        font-size: 4rem;
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: "";
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: "";
    }

    #cssmenumob #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenumob #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenumob .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 41px;
        width: 41px;
        cursor: pointer;
    }

    #cssmenumob .submenu-button.submenu-opened {
        background: #262626;
    }

    #cssmenumob ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenumob .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: "";
    }

    #cssmenumob ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenumob .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #cssmenumob .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: "+";
    }

    #cssmenumob ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenumob .submenu-button.submenu-opened:before {
        display: none;
    }
}

.menu-head__link-arrow.open:after {
    content: "";
    min-width: 10px;
    min-height: 10px;
    background: url(../img/arrov-menu-top.png) no-repeat;
    background-size: 100%;
    margin-left: 5px;
    margin-top: 4px;
}

.menu-head__link-arrow:after {
    content: "";
    min-width: 10px;
    min-height: 10px;
    background: url(../img/arrov-menu-bottom.png) no-repeat;
    background-size: 100%;
    margin-left: 5px;
    margin-top: 4px;
}

.arrow {
    cursor: pointer;
}

.information__wrap {
    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;
}

.information__left {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.information-left .title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 77px;
    line-height: 120%;
}

.information-left__descr {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.form__block {
    width: 373px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 16px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
}

.information__form-wrap {
    text-align: left;
}

.information-left {
    max-width: 558px;
}

.information__right {
    width: 565px;
    height: 627px;
    background: #7cd7dd;
    border-radius: 40px 40px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.information__rightimg {
    width: 389px;
    height: 579px;
    position: absolute;
    left: 98px;
    bottom: 0;
    z-index: 2;
}

.information__rightfon {
    width: 659px;
    height: 659px;
    left: 31px;
    top: 39px;
    position: absolute;
    z-index: 1;
}

.form__title {
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
}

.form__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.form-contact {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

.form-contact__wrap-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.form-contact__wrap-inputs p.error-message {
    font-size: 12px;
    line-height: 1.2;
    color: red;
}

.form-contact__wrap-inputs .error {
    border: 1px solid red;
}

.form-contact__input::-webkit-input-placeholder, .feedback__textarea::-webkit-input-placeholder, .feedback__input::-webkit-input-placeholder {
    color: #cccccc;
}

.form-contact__input::-moz-placeholder, .feedback__textarea::-moz-placeholder, .feedback__input::-moz-placeholder {
    color: #cccccc;
}

.form-contact__input:-ms-input-placeholder, .feedback__textarea:-ms-input-placeholder, .feedback__input:-ms-input-placeholder {
    color: #cccccc;
}

.form-contact__input::-ms-input-placeholder, .feedback__textarea::-ms-input-placeholder, .feedback__input::-ms-input-placeholder {
    color: #cccccc;
}

.form-contact__input::placeholder, .feedback__textarea::placeholder, .feedback__input::placeholder {
    color: #cccccc;
}

.form-contact__input {
    padding: 15px 15px 15px 52px;
    width: 298.5px;
    border-radius: 4px;
    background: url("../img/index/icon-contact-1.svg") rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: 50%;
    background-position-x: 0.8rem;
}

.form-contact__phone {
    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: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 16px 9px;
    width: 309px;
}

.form-contact__name {
    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: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 16px 9px;
    width: 309px;
}

.form-contact__btn {
    padding: 16px 104px;
    gap: 10px;
    background: #0573a0;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    width: 100%;
}

.form__block-check {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #01120e;
    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: 8px;
}

.form__block-check a {
    color: #01120e;
    text-decoration: underline;
}

.form__block-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #01120e;
}

.form__block-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #01120e;
}

.form__block-link {
    text-decoration: underline;
    color: #01120e;
}

.information-content {
    display: none;
}

.information__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    background: #f4fbf9;
    -webkit-box-shadow: 0px 4px 4px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 4px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
    position: relative;
    z-index: 100;
    margin-bottom: 16px;
    margin-top: -27px;
}

@media (min-width: 900px) and (max-width: 1076px) {
    .information__rightimg {
        left: 0;
        width: 350px;
        height: auto;
    }
}

.information__bottom-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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.information__bottom-item__img {
    width: 48px;
    height: 48px;
}

.information__bottom-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.information {
    position: relative;
    z-index: 110;
    margin-top: 30px;
}

.information__fon1 {
    position: absolute;
    width: 200px;
    height: 111px;
    top: 146px;
    left: 93%;
    z-index: -1;
}

.information__fon2 {
    position: absolute;
    width: 196px;
    height: 185px;
    left: -49px;
    top: 351px;
    z-index: -1;
}

.service-content {
    display: none;
}

.service {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.service__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.service__header {
    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;
    padding-top: 80px;
}

.service__header-block__img {
    width: 31px;
    height: 27px;
}

.service__header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0px;
}

.service__header-text {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
}

.service__header-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0573a0;
}

.service__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
}

.service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
    min-height: 294px;
    padding: 24px;
    position: relative;
}

.service__item-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    margin-bottom: 16px;
    color: #01120e;
}

.service__item ul li::before {
    content: "—";
    color: #01120e;
    padding-right: 3px;
}

.service__item ul li:not(:last-child) {
    margin-bottom: 16px;
}

.service__item ul li:last-child {
    margin-bottom: 32px;
}

.service__item-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    z-index: 1;
}

.service__item-fon {
    position: absolute;
    width: 173px;
    height: 140px;
    right: -35px;
    bottom: -35px;
    z-index: 0;
}

.service-fon1 {
    position: absolute;
    margin: auto;
    left: 40.54px;
    top: 200px;
    -webkit-transform: rotate(-6.98deg);
    -ms-transform: rotate(-6.98deg);
    transform: rotate(-6.98deg);
    z-index: -1;
    overflow: hidden;
}

.service-fon2 {
    position: absolute;
    margin: auto;
    left: 1684px;
    top: 521px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    overflow: hidden;
}

.sale {
    background: #ecfcfd;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sale .container {
    z-index: 10;
    position: relative;
}

.sale__header {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 58px;
}

.sale__block {
    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: 40px;
    width: 100%;
}

.sale__block-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 560px;
    height: 391px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1), 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1), 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
    padding: 24px;
}

.sale__block-left__el1 {
    position: absolute;
    width: 236.61px;
    height: 236.61px;
    left: -17px;
    top: 154px;
}

.sale__block-left__el2 {
    position: absolute;
    width: 236px;
    height: 336px;
    right: 0;
    top: 62px;
    overflow: hidden;
    border-radius: 28px;
}

.sale__block-left p {
    max-width: 400px;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    font-family: "Ubuntu";
    margin-bottom: 32px;
    z-index: 3;
}

.sale__block-left__price {
    padding: 12px 16px;
    gap: 10px;
    width: 138px;
    height: 60px;
    background: #ff7a7a;
    border-radius: 12px;
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    z-index: 10;
    margin-bottom: 108px;
}

.sale__block-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: 39.5px;
}

.sale__block-item {
    padding: 24px;
    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;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
}

.sale__block-item__fon {
    display: none;
}

.sale__block-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    max-width: 80%;
}

.sale__block-item__price {
    padding: 10px 5px;
    width: 84px;
    background: #ff7a7a;
    border-radius: 12px;
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    text-align: center;
}

.sale__block-left__button {
    background: #0573a0;
    border-radius: 12px;
    width: 425px;
    padding: 16px 0;
    z-index: 100;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.saleform {
    background-image: url("../img/main/fonzayvka.png");
    background-size: 1196px 377px;
    min-height: 377px;
    background-repeat: no-repeat;
    margin-left: -16px;
}

.saleform__text {
    padding-top: 18px;
    padding-left: 50px;
}

.saleform__block {
    width: 373px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 16px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
}

.saleform__title {
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    margin-bottom: 16px;
    padding-top: 32px;
}

.saleform__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
}

.saleform-contact {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    margin-bottom: 16px;
}

.saleform-contact__wrap-inputs {
    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: 8px;
}

.saleform-contact__input::-webkit-input-placeholder {
    color: #cccccc;
}

.saleform-contact__input::-moz-placeholder {
    color: #cccccc;
}

.saleform-contact__input:-ms-input-placeholder {
    color: #cccccc;
}

.saleform-contact__input::-ms-input-placeholder {
    color: #cccccc;
}

.saleform-contact__input::placeholder {
    color: #cccccc;
}

.saleform-contact__input {
    padding: 15px 15px 15px 52px;
    width: 298.5px;
    border-radius: 4px;
    background: url("../img/index/icon-contact-1.svg") rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: 50%;
    background-position-x: 0.8rem;
}

.saleform-contact__phone {
    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: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 16px 9px;
    width: 309px;
    height: 59px;
}

.saleform-contact__btn {
    padding: 16px 104px;
    gap: 10px;
    background: #0573a0;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.saleform-contact__block {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #01120e;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 309px;
}

.saleform-contact__check {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.saleform-contact__block a {
    color: #01120e;
    text-decoration: underline;
}

.saleform__block-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    position: relative;
}

.saleform__block-descr p {
    margin-left: 28px;
}

.saleform__block-descr:before {
    content: url("../img/main/WA.png");
    position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}

.saleform__block-link {
    text-decoration: underline;
    color: #01120e;
}

.sale__fon1 {
    position: absolute;
    width: 444.06px;
    height: 444.06px;
    left: 0;
    top: 30px;
    z-index: 1;
}

.sale__fon2 {
    position: absolute;
    width: 297.87px;
    height: 297.87px;
    right: -184.26px;
    top: 206.1px;
    z-index: 1;
}

.sale__fon3 {
    position: absolute;
    width: 256.63px;
    height: 256.63px;
    right: -184.26px;
    top: 798.54px;
    z-index: 1;
}

.advantages__title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 48px;
}

.advantages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.advantages-content {
    display: none;
}

.advantages__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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.advantages__item-img {
    width: 64px;
    height: 64px;
}

.advantages__item-title {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

.advantages__item-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    white-space: wrap;
}

.advantages {
    position: relative;
    z-index: 110;
    padding-top: 80px;
    padding-bottom: 20px;
}

.advantages__fon1 {
    position: absolute;
    width: 149px;
    height: 160px;
    left: 60px;
    top: 238px;
    z-index: -1;
}

.advantages__fon2 {
    position: absolute;
    width: 164px;
    height: 109px;
    right: 5%;
    top: 505px;
    z-index: -1;
}

.doctors__title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    text-align: center;
}

.doctors-content {
    display: none;
}

.doctors__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: 48px 0;
}

.doctors__item {
    height: 391px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1;
    background: #d9fcff;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
    padding-top: 24px;
    padding-left: 24px;
}

.doctors__item-fio {
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}

.doctors__item-spec {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 60%;
    margin-bottom: 190px;
}

.doctors__item-block {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    z-index: 3;
}

.doctors__item-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0573a0;
}

.doctors__item-block__img {
    width: 32px;
    height: 32px;
}

.doctors__item-img {
    position: absolute;
    width: 192px;
    height: 423px;
    right: 0;
    top: -17px;
    overflow: hidden;
    border-radius: 40px;
    z-index: 3;
}

.doctors__item-fon-1 {
    position: absolute;
    width: 197px;
    height: 234px;
    left: 0;
    top: 40.5%;
    z-index: -1;
}

.doctors__button {
    width: 220px;
    padding: 16px 30.5px;
    background: #0573a0;
    border-radius: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.doctors {
    position: relative;
    z-index: 110;
    padding: 80px 0;
}

.doctors__fon1 {
    position: absolute;
    width: 133px;
    height: 142px;
    left: 231px;
    top: 20px;
    z-index: -1;
}

.doctors__fon2 {
    position: absolute;
    width: 196px;
    height: 185px;
    left: 116px;
    top: 474px;
    z-index: -1;
}

.doctors__fon3 {
    position: absolute;
    width: 170.05px;
    height: 153.32px;
    left: 1695px;
    top: 296px;
    z-index: -1;
}

.conditions__top {
    margin-bottom: 80px;
    position: relative;
}

.conditions__top-title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 58px;
    text-align: center;
}

.conditions__top__header {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 406px;
    margin: 40px 191px 120px 263px;
}

.conditions__top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.conditions__top__header h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.conditions__top__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.conditions__top__slider {
    overflow: hidden;
}

.conditions__top__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conditions__top__slider__prev::after {
    content: "/";
}

.conditions__top__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conditions__top-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
}

.conditions__top .slick-slide {
    padding: 0 15px;
}

.conditions__top-slider__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.conditions__top-slider__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.conditions__top-slider__content:hover:before {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.conditions__top__arrow {
    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;
    top: calc(50% - 14px + 40px);
    left: calc(50% - 592.5px - 0.5px);
    position: absolute;
    width: 102%;
    overflow: hidden;
}

.conditions__bottom-contentslider {
    display: none;
}

.conditions__bottom-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.conditions__bottom-item {
    width: 360px;
    height: 460px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 20px;
    overflow: hidden;
    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: 12px;
    padding: 32px;
    position: relative;
    z-index: 1;
}

.conditions__bottom-title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 58px;
    text-align: center;
}

.conditions__bottom-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
}

.conditions__bottom__button {
    background: #0573a0;
    border-radius: 12px;
    width: 296px;
    padding: 16px 0;
    z-index: 100;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.conditions__bottom__price {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #01120e;
    margin-bottom: 36px;
}

.conditions__bottom__slider {
    overflow: hidden;
}

.conditions__bottom__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conditions__bottom__slider__prev::after {
    content: "/";
}

.conditions__bottom__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conditions__bottom-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -16px;
}

.conditions__bottom-slider2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -16px;
}

.conditions__bottom-slider3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -16px;
}

.conditions__bottom .slick-slide {
    padding: 0 16px;
}

.conditions__bottom-slider__content {
    border-radius: 20px;
    overflow: hidden;
    width: 296px;
    height: 180px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.conditions__bottom-slider__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.conditions__bottom-slider__content:hover:before {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.conditions__bottom__arrow {
    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;
    top: calc(50% - 64px - 10px);
    position: absolute;
    width: 88%;
    overflow: hidden;
}

.slider__control[data-slide="next"] {
    left: 48.5%;
}

.slider__control[data-slide="prev"] {
    right: 48.5%;
}

.conditions__bottom__arrow2 {
    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;
    top: calc(50% - 64px - 10px);
    position: absolute;
    z-index: 100000;
    width: 88%;
    overflow: hidden;
}

.conditions__bottom__arrow3 {
    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;
    top: calc(50% - 64px - 10px);
    position: absolute;
    z-index: 100000;
    width: 88%;
    overflow: hidden;
}

.conditions__bottom__fon1 {
    left: -0.05px;
    z-index: -1;
    top: 0;
    position: absolute;
}

.conditions__bottom__fon2 {
    left: 149px;
    z-index: -1;
    top: 306px;
    position: absolute;
}

.animation svg {
    fill: inherit;
    stroke: inherit;
    stroke-width: inherit;
}

.conditions__bottom-item {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.conditions__bottom-item:hover {
    background: #f1feff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1), 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1), 0px 4px 20px rgba(33, 154, 164, 0.1);
}

.conditions {
    background: #ecfcfd;
    position: relative;
    padding-bottom: 80px;
    padding-top: 40px;
}

.conditions__fon1 {
    position: absolute;
    left: 0;
    top: 152px;
}

.conditions__fon2 {
    position: absolute;
    left: 0;
    top: 804px;
}

.conditions__fon3 {
    position: absolute;
    right: 0;
    top: 403px;
}

.slick-dots li button:before {
    font-size: 40px;
}

.slick-dots li.slick-active button:before {
    font-size: 55px;
    color: #7cd7dd;
}

.licences__slider {
    overflow: hidden;
}

.licences__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.licences-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -20px;
}

.licences .slick-slide {
    padding: 0 20px;
}

.licences-slider__content {
    width: 260px;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.licences-slider__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.licences-slider__content:hover:before {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.licences-slider__content:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.licences__arrow {
    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;
    width: 102.5%;
    height: 40px;
    left: calc(50% - 593.5px);
    top: calc(50% - 20px);
    position: absolute;
    overflow: hidden;
}

.licences-title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 48px;
    text-align: left;
}

.licences-content {
    position: relative;
}

.licences {
    padding: 40px 0;
    position: relative;
}

.licences__fon1 {
    position: absolute;
    left: 0;
    top: 314px;
}

.licences__fon2 {
    position: absolute;
    right: 0;
    top: 455px;
}

.price {
    position: relative;
    padding: 40px 0;
}

.price--style {
    padding: 0;
}

.price__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.price__wrap .allprice-title {
    display: none;
}

.price__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    width: 372px;
    text-transform: uppercase;
}

.price__header {
    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: 63px;
}

.price__header-block {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3e7fff;
    border-radius: 2px;
    padding: 24px 40px;
}

.price__header-block__text {
    width: 623px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}

.price__header-block__img {
    width: 58px;
    height: 58px;
    margin-right: 40px;
}

.price-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.price-table__header {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    background: #7cd7dd;
    border-radius: 16px 16px 0px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.price-table__img {
    width: 32px;
    height: 32px;
    margin-left: auto;
}

.price-table__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.price-table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f5ff;
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 16px 16px;
}

.price-table__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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    gap: 48px;
    width: 1160px;
    height: 79px;
    background: #f4fbf9;
}

.price-table__item__header {
    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;
    padding: 1.4rem 1.4rem 1.4rem 2.6rem;
    background: #f3fdde;
    border-radius: 1.6rem;
    margin-bottom: 1rem;
}

.price-table__link {
    max-width: 70%;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #01120e;
}

.price-table__price {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    white-space: nowrap;
}

.price-table__form {
    background: #0573a0;
    border-radius: 12px;
    padding: 10px 56.5px;
}

.price-table__form:hover {
    background: #015a7e;
}

.price-table__item:nth-child(even) {
    background: #d9fcff;
}

.price-table__item:nth-child(odd) {
    background: F4FBF9;
}

.price-table__form a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.price-table__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: 48px;
}

.price__bottom-block__img1 {
    width: 58.79px;
    height: 35.3px;
}

.price__bottom-block__img2 {
    width: 48.39px;
    height: 14.03px;
}

.price__bottom-block__img3 {
    width: 61.86px;
    height: 19.01px;
}

.price__bottom-mob {
    display: none;
}

.price__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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price__bottom-block {
    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: 48px;
}

.price__bottom-button {
    background: #0573a0;
    border-radius: 12px;
    padding: 16px 32px;
    cursor: pointer;
}

.price__bottom a {
    text-align: center;
    color: #ffffff;
}

.price__bottom-mob a {
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.price__bottom-button:hover {
    background: #015a7e;
}

.price__bottom-button a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.price__fon1 {
    position: absolute;
    left: -22px;
    top: 462px;
    z-index: -1;
}

.price__fon2 {
    position: absolute;
    left: 0;
    top: 1019px;
    z-index: -1;
}

.price__fon3 {
    position: absolute;
    right: 0;
    top: 677px;
    z-index: -1;
}

.reviews {
    overflow: hidden;
    background: #ecfcfd;
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
}

.reviews__slider {
    overflow: hidden;
}

.reviews__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__slider__prev::after {
    content: "/";
}

.reviews__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
}

.reviews-section {
    padding-top: 85px;
    padding-bottom: 90px;
}

.reviews-content {

    position: relative;
}

.reviews-content .slick-slide {
    width: 360px;
    margin-right: 20px;
}

.reviews-content .reviews-slider2 .slick-slide {
    width: 360px;
    margin-right: 20px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: -20px;
}

.reviews-slider2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: -20px;
}

.reviews-slider__content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 450px;
}

.reviews-slider__item {
    padding: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
}

.reviews-slider__item2 {
    background: none;
}

.reviews-slider__content2 {
    padding: 0;
}

.reviews-slider__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.reviews-slider__item:hover:before {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.reviews-slider__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
}

.reviews-slider__service {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

.reviews-slider__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.reviews-slider__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.reviews-slider__arrow {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #3e7fff;
    padding-left: 32px;
    text-transform: uppercase;
}

.reviews__arrow {
    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;
    top: calc(50% - 20px);
    left: calc(47% - 604px - 0.5px);
    position: absolute;
    z-index: 100000;
    width: 110.3%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .reviews__arrow {
        display: none;
    }
}

.reviews__arrow2 {
    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;
    top: calc(37%);
    left: calc(47% - 604px - 0.5px);
    position: absolute;
    z-index: 100000;
    width: 110.3%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .reviews__arrow2 {
        display: none;
    }
}

.reviews-slider__item {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.reviews-slider__item-fon1 {
    right: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

.reviews-slider__item-fon2 {
    left: 0;
    bottom: -10px;
    z-index: -1;
    position: absolute;
}

.reviews__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.reviews__header {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    text-align: center;
}

.reviews .container {
    z-index: 2;
}

.reviews__fon1 {
    position: absolute;
    left: 0;
    top: 751px;
    z-index: 0;
}

.reviews__fon2 {
    position: absolute;
    right: 0;
    top: 358.08px;
    z-index: 0;
}

.reviews-button {
    background: #0573a0;
    border-radius: 12px;
    width: 172px;
    margin: 0 auto;
    margin-top: 48px;
    padding: 16px 32px;
    cursor: pointer;
}

.reviews__wrap a {
    color: #ffffff;
    text-align: center;
}

.reviews-button:hover {
    background: #015a7e;
}

.reviews-button a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.content {
    overflow: hidden;
    padding: 80px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #01120e;
    position: relative;
}

.content ul li {
    position: relative;
    margin-bottom: 8px;
}

.content ul {
    margin-left: 21px;
}

.content ul li::before {
    color: #7cd7dd;
    content: "•";
    font-size: 56px;
    left: -24px;
    position: absolute;
    top: -4px;
}

.content ol li {
    position: relative;
    counter-increment: step-counter;
}

.content ol li:not(:last-child) {
    margin-bottom: 10px;
}

.content ol li::before {
    content: counter(step-counter);
    position: absolute;
    width: 29px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #01120e;
    background: #d9fcff;
    border-radius: 3px;
    margin-left: -40px;
    margin-bottom: 10px;
    padding: 2px 11px;
}

ol.content-article {
    columns: 2;
}

ol.content-article a {
    color: #0573a0;
    font-weight: 500;
}

.content__header {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 48px;
}

.content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.content__wrap_n-f {
    display: block;
}

.content__block {
    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;
}

.content__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 759px;
}

.content__right {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 360px;
    height: 420px;
    border-radius: 24px;
}

.content__bottom {
    width: 759px;
}

.content__bottom ul {
    margin-top: 18px;
}

.content__dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.content__fon1 {
    position: absolute;
    left: 70px;
    top: 354.5px;
    z-index: 0;
}

.content__fon2 {
    position: absolute;
    top: 703.5px;
    right: 91px;
    z-index: 0;
}

.contacts {
    position: relative;
}

.contacts__inf {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    width: 354px;
    min-height: 371px;
    left: 380px;
    top: 150.05px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 45px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
}

.contacts__inf p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.contacts__inf p:nth-child(2) {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    text-align: right;
    margin-bottom: 24px;
}

.contacts__inf__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.contacts__inf__text a {
    color: #01120e;
}

.contacts__inf-block {
    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: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.contacts__inf-block__img {
    width: 20px;
    height: 20px;
}

.contacts__inf__fon2 {
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: -1;
}

.contacts__inf__fon1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.contacts__map {
    width: 100%;
    height: 640px;
}

.map__element {
    width: 960px;
    height: 376px;
}

.form {
    padding: 120px 0;
}

.form__wrap {
    margin: 0 auto;
    position: relative;
    padding: 196px 325px 32px 72px;
    width: 1302px;
    height: 575px;
}

.form__photo {
    position: absolute;
    width: 462px;
    height: 575px;
    right: 0;
    top: -0.05px;
    z-index: -1;
    border-radius: 32px;
}

.form-content {
    z-index: 2;
    position: absolute;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 32px;
    width: 905px;
    min-height: 342px;
}

.form-content__text {
    padding-top: 36px;
    padding-left: 36px;
}

.form-content__block {
    width: 373px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 16px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
}

.form-content__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 16px;
}

.form-content__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
}

.form-content-contact {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    margin-bottom: 16px;
}

.form-content-contact__wrap-inputs {
    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: 8px;
}

.form-content-contact__input::-webkit-input-placeholder {
    color: #cccccc;
}

.form-content-contact__input::-moz-placeholder {
    color: #cccccc;
}

.form-content-contact__input:-ms-input-placeholder {
    color: #cccccc;
}

.form-content-contact__input::-ms-input-placeholder {
    color: #cccccc;
}

.form-content-contact__input::placeholder {
    color: #cccccc;
}

.form-content-contact__input {
    width: 298.5px;
    border-radius: 4px;
    padding: 15px 15px 15px 52px;
    background: url("../img/index/icon-contact-1.svg") rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: 50%;
    background-position-x: 0.8rem;
}

.form-content-contact__phone {
    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: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 16px 9px;
    width: 516px;
    height: 59px;
}

.form-content-contact__btn {
    padding: 16px 104px;
    gap: 10px;
    background: #0573a0;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.form-content-contact__block {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #01120e;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 309px;
}

.form-content-contact__check {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.form-content-contact__block a {
    color: #01120e;
    text-decoration: underline;
}

.form-content__block-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    position: relative;
}

.form-content__block-descr p {
    margin-left: 28px;
}

.form-content__block-descr:before {
    content: url("../img/main/WA.png");
    position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}

.form-content__block-link {
    text-decoration: underline;
    color: #01120e;
}

.formanim {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.mob-menu {
    display: none;
}

.mob-menu__head {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8f9;
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
}

.mob-menu__close {
    content: "";
    min-width: 20px;
    min-height: 20px;
    background: url(../img/x.png) no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 27px;
}

.mob-menu__content {
    padding: 15px 0;
}

.mob-menu__btn,
.mob-menu__btn-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
}

.mob-menu__btn.open {
    color: #2770f1;
}

.mob-menu a {
    color: #01120e;
}

.mob-menu__btn:after {
    content: "";
    width: 24px;
    height: 32px;
    background: url("/local/src/img/main/plusmenu.png") no-repeat;
    margin-left: 6px;
}

.mob-menu__btn.open:after {
    content: "";
    width: 24px;
    height: 32px;
    background: url("/local/src/img/main/minusmenu.png") no-repeat;
    margin-left: 6px;
}

.mob-menu__list {
    display: none;
}

.mob-menu__link {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 30px;
    text-align: right;
}

.mob-menu__help {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: rgb(1, 83, 156);
    margin-bottom: 50px;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner {
    width: 1920px;
    max-width: 100%;
    height: auto;
    background: #7cd7dd;
    position: relative;
    margin-bottom: 80px;
}

.banner__wrap {
    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;
    padding: 48px 0;
    gap: 176px;
    isolation: isolate;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 auto;
}

.banner__textblock {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.banner__textblock-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #01120e;
}

.banner__form-wrap {
    position: relative;
    z-index: 2;
}

.banner__fon1 {
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 0;
}

.banner__fon2 {
    position: absolute;
    left: 70px;
    top: 226px;
    z-index: 0;
}

.banner__fon3 {
    position: absolute;
    right: 0;
    bottom: -4px;
    z-index: 0;
}

.banner__fon4 {
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 0;
}

.information__form-wrap {
    text-align: left;
    width: 100%;
}

.reviewer {
    margin-top: 70px;
}

.reviewer-block {
    background-color: #ecfcfd;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.reviewer-block .reviewer__border {
    width: 2px;
    height: 100px;
    background-color: #c9e5e7;
}

.reviewer-block__info {
    margin: 15px;
}

.reviewer-block__info .info {
    padding: 5px 8px;
    color: #ffffff;
    background-color: #58bcc2;
    border-radius: 5px;
    max-width: 550px;
}

.reviewer-block__info .autor {
    color: #7a9cb7;
    margin: 0 0 5px;
    line-height: 25px;
}

.reviewer-block__info .autor-name {
    color: #333333;
    font-family: Ubuntu;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}

.reviewer-block__date {
    position: absolute;
    right: 0px;
    top: 40px;
    border-left: 2px solid #c9e5e7;
    padding: 10px 60px;
}

.reviewer-block__info .publish {
    color: #7a9cb7;
    font-family: Ubuntu;
    margin-top: 15px;
}

.reviewer-block__info.created .info {
    opacity: 100%;
}

.reviewer-block__info .change {
    color: #7a9cb7;
    font-family: Ubuntu;
    margin-top: 15px;
}

.reviewer-block__info .change span {
    color: #333333;
    font-family: Ubuntu;
}

.reviewer-block__date .change {
    margin-bottom: 10px;
}

.reviewer-block__info .publish span {
    color: #333333;
    font-family: Ubuntu;
}

.reviewer-block .photo {
    max-width: 140px;
    margin: 10px;
    border-radius: 10px;
    background-color: #0573a0;
}

.reviewer-block .info-mb {
    display: none;
}

@media (max-width: 991px) {
    .reviewer-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .reviewer-block .reviewer__border {
        width: 90%;
        height: 2px;
        background-color: #c9e5e7;
    }

    .reviewer-block__date {
        position: static;
        border: none;
        padding: 15px;
    }

    .reviewer-block .block__container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .reviewer-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviewer-block__info .info {
        display: none;
    }

    .reviewer-block .info-mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 8px;
        color: #ffffff;
        background-color: #58bcc2;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .reviewer-block__date {
        width: 100%;
    }

    .reviewer-block .photo {
        max-width: 100px;
    }
}

@media (max-width: 575px) {
    .reviewer-block__info {
        margin: 0;
        padding: 20px 0;
        max-width: 170px;
    }

    .reviewer-block__info .info {
        font-size: 12px;
    }

    .reviewer-block__date {
        padding: 10px;
    }

    .reviewer-block__date {
        font-size: 14px;
    }

    .reviewer-block__date span {
        font-size: 14px;
    }

    .reviewer-block__info .autor-name {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }

    .reviewer-block__info .autor {
        font-size: 14px;
        line-height: 20px;
    }

    .reviewer-block .photo {
        max-width: 90px;
    }

    .reviewer-block .info-mb {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    ol.content-article {
        columns: 1;
    }
}

.cost {
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

.cost__block {
    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;
}

.cost__block-title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
}

.cost__wrap {
    margin-left: max(20px, calc((100% - 1160px) / 2));
    margin-top: 48px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

.cost-item__list li {
    padding-left: 30px;
    padding-bottom: 16px;
    content: "";
    background-image: url("../img/main/galki.svg");
    background-size: 20px 25px;
    background-repeat: no-repeat;
}

.cost-item__list span {
    color: #1c5154;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.cost-item {
    position: relative;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    isolation: isolate;
    width: 373px;
    min-height: 509px;
    background: #ecfcfd;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
}

.cost .slick-slide {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cost-item:not(:last-child) {
    margin-right: 20px;
}

.cost-item {
    position: relative;
}

.cost-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 373px;
    border-radius: 15px 15px 0px 0px;
    background: #58bcc2;
}

.cost-item__title {
    line-height: 149%;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 25px;
}

.cost-item__list {
    padding: 0 25px;
}

.cost-item__fon1 {
    left: -0.05px;
    z-index: -1;
    top: 0;
    position: absolute;
}

.cost-item__fon2 {
    right: 0;
    z-index: -1;
    top: 321px;
    position: absolute;
}

.cost__fon1 {
    z-index: -1;
    left: 40.54px;
    top: 261.63px;
    position: absolute;
}

.cost-item__price {
    color: #0573a0;
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
    padding: 0 25px;
}

.cost__block-arrow {
    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;
}

.cost-item__button {
    background: #0573a0;
    border-radius: 12px;
    z-index: 100;
    text-align: center;
    padding: 0 5px;
}

.cost-item__button a {
    padding: 16px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    display: block;
}

.cost-item__block {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.cost-item__fon1 {
    display: none;
}

.cost-item__fon2 {
    display: none;
}

.callbacks {
    background: #ecfcfd;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.callbacks__left-phone-img {
    width: 20px;
    height: 20px;
}

.callbacks__left-phone {
    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: 8px;
}

.callbacks__left-phone__img {
    width: 20px;
    height: 20px;
}

.callbacks__left-phone__tel {
    font-weight: 400;
    font-size: 24px;
    line-height: 149%;
}

.callbacks__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 55px;
}

.callbacks__left {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.callbacks__left-title {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
}

.callbacks__left-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.callbacks__left-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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}

.callbacks__left-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.callbacks__fon1 {
    left: 0;
    z-index: -1;
    top: 98px;
    position: absolute;
}

.callbacks__fon2 {
    right: 0;
    z-index: -1;
    top: 35px;
    position: absolute;
}

.important-block {
    background: #d9fcff;
    border-radius: 13px;
    padding: 24px;
}

.content__blockone {
    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;
}

.content__step-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    margin-bottom: 32px;
}

.content__step-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 952px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.content__step-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    background: #ecfcfd;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 29px;
    position: relative;
    z-index: 2;
    min-height: 210px;
}

.content__step-item__bg {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    color: #b8f5fa;
    position: absolute;
    left: 6px;
    top: 11px;
    z-index: -1;
}

.content__step-item__period {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 8px;
}

.content__step-item__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
}

.content__step-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    margin-bottom: 16px;
    word-break: break-all;
}

.content__fon3 {
    position: absolute;
    top: 803.5px;
    left: -28px;
    z-index: 0;
}

.faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.faq {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.faq__header {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    margin-bottom: 48px;
}

.faq__header span {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #002d4b;
}

.faq__plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.faq__minus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    display: none;
    f
}

.faq__open {
    width: 20px;
    height: 20px;
}

.faq__item:not(:last-child) {
    margin-bottom: 6px;
}

.faq__item--style {
    border-radius: 20px;
}

.faq__item {
    cursor: pointer;
    background: #ECFCFD;
    -webkit-box-shadow: 0px 4px 20px 0px #219aa41a;
    box-shadow: 0px 4px 20px 0px #219aa41a;
}

.faq__question {
    padding: 20px 34px 21px 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #01120E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    word-break: break-word;
    font-family: Montserrat;
}

.faq__answer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #01120e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 24px;
    display: none;
    word-break: break-word;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #D4E8F2;
    margin-bottom: 12px;
}

.faq__item--active {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.faq__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.licences--style {
    background: #ecfcfd;
}

.licences--style .licences__fon1 {
    position: absolute;
    top: 274px;
    bottom: 0;
    z-index: 0;
}

.licences--style .licences__fon2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.allprice {
    position: relative;
    margin-bottom: 80px;
}

.allprice__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.allprice__header {
    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;
}

.allprice__header {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.allprice__header-phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0573a0;
}

.allprice__header-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0573a0;
}

.allprice__header-text {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 16px;
}

.allprice__header-textblock {
    margin-bottom: 24px;
}

.allprice__header-block {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3e7fff;
    border-radius: 2px;
    padding: 24px 40px;
}

.allprice__header-block__text {
    width: 623px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}

.allprice__header-block__img {
    width: 58px;
    height: 58px;
    margin-right: 40px;
}

.allprice-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.allprice-table__header {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    background: #7cd7dd;
    border-radius: 16px 16px 0px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.allprice-table__img {
    width: 32px;
    height: 32px;
    margin-left: auto;
}

.allprice-table__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.allprice-table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f5ff;
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 16px 16px;
}

.allprice-table__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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    gap: 48px;
    width: 100%;
    height: 79px;
    background: #f4fbf9;
}

.allprice-table__item__header {
    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;
    padding: 1.4rem 1.4rem 1.4rem 2.6rem;
    background: #f3fdde;
    border-radius: 1.6rem;
    margin-bottom: 1rem;
}

.allprice-table__link {
    width: 70%;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #01120e;
}

.allprice-table__allprice {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    white-space: nowrap;
}

.allprice-table__form {
    background: #0573a0;
    border-radius: 12px;
    padding: 10px 56.5px;
}

.allprice-table__form:hover {
    background: #015a7e;
}

.allprice-table__item:nth-child(even) {
    background: #d9fcff;
}

.allprice-table__item:nth-child(odd) {
    background: F4FBF9;
}

.allprice-table__item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    display: block;
}

.allprice-table__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: 48px;
}

.allprice__bottom-block__img1 {
    width: 58.79px;
    height: 35.3px;
}

.allprice__bottom-block__img2 {
    width: 48.39px;
    height: 14.03px;
}

.allprice__bottom-block__img3 {
    width: 61.86px;
    height: 19.01px;
}

.allprice__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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.allprice__bottom-block {
    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: 16px;
}

.allprice__bottom-button {
    background: #0573a0;
    border-radius: 12px;
    padding: 16px 32px;
    cursor: pointer;
}

.allprice__bottom-button:hover {
    background: #015a7e;
}

.allprice__bottom-button a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.allprice--style {
    margin-bottom: 80px;
}

.allprice__fon1 {
    position: absolute;
    left: -22px;
    top: 462px;
    z-index: -1;
}

.allprice__fon2 {
    position: absolute;
    left: 0;
    top: 1019px;
    z-index: -1;
}

.allprice__fon3 {
    position: absolute;
    right: 0;
    top: 677px;
    z-index: -1;
}

.conditions--style {
    background: none;
}

.contactsinf__fon1 {
    position: absolute;
    left: 70px;
    top: 180px;
    z-index: -1;
}

.contactsinf__fon2 {
    position: absolute;
    right: 245px;
    top: 320px;
    z-index: -1;
}

.contactsinf {
    position: relative;
    padding-bottom: 160px;
}

.contactsinf__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contactsinf__header {
    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;
}

.contactsinf__header-text {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
}

.contactsinf__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
}

.contacts__inf-item__tel {
    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: 8px;
    margin-bottom: 8px;
}

.contacts__inf-block__phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.contacts__inf-item__tel a {
    color: #01120e;
}

.contacts__inf-item__tel a:hover {
    text-decoration: underline;
}

.contacts__inf-item__header {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px;
}

.alldoctors__fon1 {
    position: absolute;
    left: 70px;
    top: 180px;
    z-index: -1;
}

.alldoctors__fon3 {
    position: absolute;
    right: 24px;
    top: 296px;
    z-index: -1;
}

.alldoctors__fon2 {
    position: absolute;
    left: 70px;
    top: 947px;
    z-index: -1;
}

.alldoctors {
    position: relative;
    padding-bottom: 80px;
}

.contentsection {
    padding-bottom: 0;
}

.alldoctors__header {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
}

.alldoctors__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.content.n_p {
    padding: 0;
}

.alldoctors__item {
    height: 391px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1;
    background: #d9fcff;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
    padding-top: 24px;
    padding-left: 24px;
    overflow: hidden;
}

.alldoctors__item-fio {
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    width: 50%;
}

.alldoctors__item-spec {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 50%;
    margin-bottom: 11px;
}

.alldoctors__item-block {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    z-index: 3;
    position: absolute;
    bottom: 28px;
}

.alldoctors__item-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #0573a0;
}

.alldoctors__item-block__img {
    width: 32px;
    height: 32px;
}

.alldoctors__item-img {
    position: absolute;
    width: auto;
    max-width: 297px;
    height: auto;
    right: -33px;
    bottom: 0 !important;
    overflow: hidden;
    border-radius: 40px;
    z-index: 3;
}

.alldoctors__item-img img {
    max-width: 297px;
    height: auto;
    right: -33px;
    bottom: 0 !important;
}

.alldoctors__item-fon-1 {
    position: absolute;
    width: 197px;
    height: 234px;
    left: 0;
    top: 40.5%;
    z-index: -1;
}

.alldoctors__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.onedoctor__fon1 {
    position: absolute;
    left: 70px;
    top: 500px;
    z-index: -1;
}

.onedoctor__fon3 {
    position: absolute;
    right: 24px;
    top: 296px;
    z-index: -1;
}

.onedoctor__fon2 {
    position: absolute;
    left: 70px;
    top: 947px;
    z-index: -1;
}

.onedoctor__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 142px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 142px;
}

.onedoctor-left {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    width: 361px;
}

.onedoctor-right__educ-block {
    display: block;
}

.onedoctor-right__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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    gap: 24px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 16px;
}

.onedoctor__fio {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 48px;
}

.onedoctor__left {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.onedoctor-left__img--style {
    width: 100%;
    height: 391px;
    background: #d9fcff;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 24px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.onedoctor-left__img img {
    position: absolute;
    object-fit: contain;
    bottom: -17px;
    z-index: 1;
}

.onedoctor-left__fon1 {
    position: absolute;
    width: 197px;
    height: 234px;
    left: 0;
    top: 40.5%;
    z-index: 0;
}

.onedoctor-left__spec {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.onedoctor-left__cost {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.onedoctor-left__cost {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.onedoctor-left__cost span {
    font-weight: 700;
    font-size: 20px;
}

.onedoctor-left__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.onedoctor-left__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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 24px;
    padding: 24px;
    background: #d9fcff;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 17px;
    position: relative;
    z-index: 0;
    margin-bottom: 111px;
    overflow: hidden;
    width: 100%;
}

.onedoctor-left__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.onedoctor-left__text span:nth-child(1) {
    font-weight: 700;
}

.onedoctor-left__fon1 {
    position: absolute;
    width: 360px;
    height: 292px;
    left: 1px;
    top: 99px;
    z-index: -1;
}

.onedoctor-left__button {
    background: #0573a0;
    border-radius: 12px;
    padding: 12px 102.5px;
}

.onedoctor-left__block a {
    color: #fff;
}

.onedoctor-left__button:hover {
    background: #015a7e;
}

.onedoctor__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.onedoctor-right__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.onedoctor-right__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.onedoctor-right__header {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.onedoctor-right__header:hover {
    cursor: pointer;
}

.onedoctor-right__educ-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.onedoctor-right__educ-titleblock {
    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;
}

.onedoctor-right__educ-content {
    padding: 16px;
    gap: 24px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 16px;
}

.onedoctor-right__educ-block {
    margin-top: -5px;
    background: #b8f5fa;
    padding: 24px 16px 16px 16px;
}

.onedoctor-right__string {
    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: 16px;
}

.onedoctor-right__string:not(:last-child) {
    margin-bottom: 24px;
}

.onedoctor-right__string-year {
    padding: 10px 14px;
    background: #d9fcff;
    border-radius: 5px;
}

.onedoctor-right__educ-block2 {
    display: block;
}

.onedoctor-right__educ-block2 {
    margin-top: -5px;
    background: #b8f5fa;
    padding: 24px 16px 16px 16px;
}

.diploms {
    position: relative;
}

.diploms__fon1 {
    position: absolute;
    width: 244px;
    height: 220px;
    left: 0;
    top: 213px;
    z-index: 0;
}

.diploms-headerblock {
    margin-top: 30px;
    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: 48px;
}

.diploms__title {
    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    color: #01120e;
}

.diploms-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.diploms-slider__content {
    width: 260px;
    height: 270px;
}

.diploms-slider__content-txt {
    position: absolute;
    width: 260px;
    font-size: 14px;
    text-align: center;
    top: calc(100% - 40px);
}

.diploms-slider__content:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.diploms-slider__content:not(:last-child) {
    margin-right: 39.3px;
}

.diploms__arrow {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
}

.header-mobile__text {
    display: none;
}

@media (max-width: 900px) {
    .header__top {
        display: none;
    }

    .header-mobile__text {
        margin-left: 10px;
        display: block;
    }

    .header-mobile__text p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        margin-right: auto;
        color: rgba(1, 18, 14, 1);
    }

    .header__bottom-item__logotext,
    .header__bottom-inf,
    .header__bottom-buttons,
    .header__top-item,
    .header__top-search__text,
    .header__phone-text {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .header__mobile {
        display: none;
    }

    .header__burger img {
        width: 24px;
        height: 24px;
    }

    .header__bottom-item__logo {
        width: 24px;
        height: 35.61px;
    }

    .header {
        background: #ecfcfd;
        padding: 16px 0;
    }

    .header__bottom__phone {
        font-size: 14px;
        line-height: 140%;
        display: none;
    }

    .header__menu {
        display: none;
    }

    .information__fon1 {
        display: none;
    }

    .information__fon2 {
        display: none;
    }

    .information-left .title {
        max-width: 280px;
        font-size: 48px;
    }

    .information-left__descr {
        max-width: 280px;
        font-size: 18px;
    }

    .form__block {
        width: 100%;
        padding: 16px;
    }

    .form__title {
        font-size: 18px;
        width: 92%;
    }

    .information__right {
        display: none;
    }

    .form-contact {
        width: 100%;
        margin-bottom: 0;
    }

    .form-contact__wrap-inputs,
    .form-contact__btn {
        width: 100%;
    }

    .form-contact__name {
        width: 100%;
    }

    .form-contact__phone {
        width: 100%;
    }

    .form-contact__btn {
        text-align: center;
        padding: 14px 10px;
    }

    .formmodal {
        width: 100%;
    }

    .information__wrap {
        display: block;
        width: 100%;
    }

    .information__bottom {
        display: none;
    }

    .information-left {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    .service__header {
        padding: 0;
    }

    .service__header-text {
        font-size: 28px;
    }

    .service__header-block {
        display: none;
    }

    .service-fon1,
    .service-fon2 {
        display: none;
    }

    .service__item ul li:last-child {
        margin-bottom: 67px;
    }

    .service__item {
        width: 100%;
    }

    .service__item:not(:last-child) {
        margin-right: 16px;
    }

    .service-content {
        display: block;
    }

    .service__item-header {
        font-size: 20px;
    }

    .information-content {
        display: block;
    }

    .information-slider {
        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;
        background: #f4fbf9;
        -webkit-box-shadow: 0px 4px 4px rgba(33, 154, 164, 0.1);
        box-shadow: 0px 4px 4px rgba(33, 154, 164, 0.1);
        border-radius: 24px;
        position: relative;
        z-index: 100;
    }

    .information-slider .slick-slide {
        width: 200px;
    }

    .information-slider__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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px;
    }

    .information-slider__item-img {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .information-slider__item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        word-break: break-all;
        margin: 0 auto;
        text-align: center;
    }

    .service-slider__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #b8f5fa;
        -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        border-radius: 24px;
        min-height: 294px;
        padding: 24px;
        position: relative;
        margin-bottom: 28px;
    }

    .service-slider__item:not(:last-child) {
        margin-right: 20px;
    }

    .service-slider__item-header {
        font-weight: 700;
        font-size: 20px;
        line-height: 149%;
        max-width: 70%;
        margin-bottom: 16px;
    }

    .service-slider__item ul li::before {
        content: "—";
        color: #01120e;
        padding-right: 3px;
    }

    .service-slider__item ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .service-slider__item ul li:last-child {
        margin-bottom: 67px;
    }

    .service-slider__item-price {
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
    }

    .service__content {
        display: none;
    }

    .service__list {
        display: block;
        margin-bottom: 80px;
    }

    .service__wrap {
        gap: 32px;
    }

    .service li {
        font-size: 14px;
    }

    .service-slider .slick-slide {
        width: 280px;
    }

    .service-slider .slick-dots {
        left: 0;
        width: 120px;
        margin-left: 80px;
    }

    .service__item-price {
        font-size: 18px;
    }

    .service-slider__item-fon {
        position: absolute;
        right: 0;
        top: 200px;
        z-index: 0;
    }

    .service {
        padding-bottom: 48px;
    }

    .sale {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sale__header {
        font-size: 28px;
        text-align: left;
        margin-bottom: 32px;
    }

    .sale__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: сenter;
        -ms-flex-pack: сenter;
        justify-content: сenter;
        gap: 40px;
        width: 100%;
    }

    .sale__block-left {
        width: 100%;
        height: 324px;
        padding: 24px;
    }

    .sale__block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        gap: 8px;
    }

    .sale__block-item__fon {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
    }

    .sale__fon1,
    .sale__fon2,
    .sale__fon3 {
        display: none;
    }

    .sale__block-item p {
        max-width: 100%;
        position: relative;
        z-index: 1;
    }

    .sale__block-item__price {
        position: relative;
        z-index: 1;
        align-self: flex-start;
    }

    .sale__block-left__el2 {
        display: none;
    }

    .sale__block-left p {
        font-size: 20px;
        max-width: 230px;
        font-weight: 700;
    }

    .sale__block-left__el1 {
        top: 87px;
    }

    .sale__block-left__price {
        width: 100%;
        text-align: center;
        margin-bottom: 41px;
    }

    .sale__block-left__button {
        width: 100%;
    }

    .saleform {
        background: #b8f5fa;
        background-image: none;
        margin: 0 auto;
        width: 100%;
        -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        border-radius: 32px;
        min-height: 342px;
        margin-left: 0;
        margin: 0 auto;
        margin-top: 72px;
    }

    .saleform__text {
        padding: 32px 16px;
    }

    .saleform__descr {
        font-size: 16px;
    }

    .saleform-contact__phone {
        width: 100%;
    }

    .saleform-contact__check {
        width: 100%;
    }

    .saleform-contact__wrap-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: 16px;
        width: 100%;
    }

    .saleform-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .saleform-contact__btn {
        padding: 14px 74px;
        width: 100%;
        text-align: center;
    }

    .saleform-contact__block {
        width: 100%;
    }

    .saleform__block-descr {
        font-size: 16px;
    }

    .saleform__title {
        font-size: 20px;
        padding-top: 0;
    }

    .advantages {
        padding: 48px 0;
        padding-bottom: 24px;
    }

    .advantages__title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .advantages__fon1,
    .advantages__fon2 {
        display: none;
    }

    .advantages__list {
        display: none;
    }

    .advantages-content {
        display: block;
    }

    .advantages-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .advantages-slider .slick-slide {
        width: 234px;
    }

    .advantages__item:not(:last-child) {
        margin-right: 24px;
    }

    .advantages__item-img {
        margin-bottom: 16px;
    }

    .advantages__item :last-child {
        margin-bottom: 24px;
    }

    .advantages__item-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .advantages__item-descr {
        font-size: 14px;
        word-wrap: break-word;
    }

    .doctors__fon1,
    .doctors__fon2 {
        display: none;
    }

    .doctors {
        padding: 48px 0;
    }

    .doctors__button {
        width: 100%;
    }

    .doctors__title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 32px;
    }

    .doctors__list {
        display: none;
    }

    .doctors-content {
        display: block;
    }

    .doctors-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .doctors-slider .slick-slide {
        width: 270px;
    }

    .doctors-slider .slick-slide:not(:last-child) {
        margin-right: 24px;
    }

    .doctors__item-img {
        height: 318px;
        left: 97px;
        top: 74px;
    }

    .doctors__item-block__img {
        width: 62px;
        height: 54px;
    }

    .doctors__item {
        position: relative;
    }

    .doctors__item:not(:last-child) {
        margin-right: 24px;
    }

    .doctors__item-block {
        margin-top: -53px;
        z-index: 5;
        position: absolute;
        left: 24px;
        bottom: 24px;
    }

    .doctor__link {
        margin-top: 24px;
    }

    .doctors-slider.slick-dotted.slick-slider {
        margin-bottom: 60px;
    }

    .licences-slider .slick-dots {
        bottom: -40px;
    }

    .reviews-slider .slick-list {
        margin-bottom: 30px;
    }

    .reviews__wrap {
        gap: 32px;
    }

    .licences-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .licences__fon1,
    .licences__fon2 {
        display: none;
    }

    .licences {
        padding: 48px 0;
    }

    .price {
        padding: 48px 0;
    }

    .price--style {
        padding: 0;
    }

    .price__fon1,
    .price__fon2,
    .price__fon3 {
        display: none;
    }

    .price-table__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 16px;
        gap: 24px;
        width: 100%;
        height: 151px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #f4fbf9;
    }

    .price-table__link {
        width: 20%;
        font-weight: 700;
        font-size: 16px;
    }

    .price-table__form {
        min-width: 50%;
        padding: 10px 70.5px;
        text-align: center;
    }

    .price-table__items .slick-slide {
        width: 280px;
    }

    .allprice-table {
        margin-bottom: 32px;
    }

    .price-table:not(:last-child) {
        margin-right: 24px;
    }

    .price__bottom {
        display: none !important;
    }

    .price__bottom-block__img1 {
        width: 58.79px;
        height: 35.3px;
    }

    .price__bottom-block__img2 {
        width: 48.39px;
        height: 14.03px;
    }

    .price__bottom-block__img3 {
        width: 61.86px;
        height: 19.01px;
    }

    .price__bottom-mob {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .price__bottom-block {
        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: 48px;
    }

    .price__bottom-button {
        background: #0573a0;
        border-radius: 12px;
        padding: 16px 32px;
        cursor: pointer;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .price__bottom-button:hover {
        background: #015a7e;
    }

    .price__bottom-button a {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: #ffffff;
    }

    .reviews {
        padding-bottom: 48px;
        background: #ecfcfd;
    }

    .reviews-content .slick-slide {
        width: 270px;
        margin-right: 16px;
    }

    .reviews-slider__text {
        font-size: 14px;
    }

    .reviews-slider__name {
        font-size: 18px;
    }

    .reviews-slider__service {
        font-size: 16px;
    }

    .reviews-slider__content {
        padding: 16px;
        width: 100%;
        min-height: 300px;
    }

    .reviews-content .reviews-slider2 .slick-slide {
        width: 270px;
        margin-right: 20px;
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 360px;
    }

    .reviews-button {
        width: 100%;
        margin-top: 54px;
        text-align: center;
    }

    .content {
        padding: 48px 0;
        font-size: 16px;
    }

    .content--style {
        padding: 20px 0;
    }

    .content__fon1,
    .content__fon2 {
        display: none;
    }

    .content__header {
        font-size: 28px;
        margin-bottom: 32px;
        max-width: 94%;
    }

    .content__right {
        margin: 0 auto;
        width: 100%;
        max-width: 360px;
        margin-bottom: 30px;
    }

    .content__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content__left {
        width: 100%;
    }

    .content ul li {
        margin-bottom: 10px;
    }

    .content ol li::before {
        margin-top: 7px;
    }

    .content__bottom {
        width: 100%;
    }

    .contacts__inf {
        overflow: hidden;
        position: absolute;
        z-index: 5;
        width: 280px;
        min-height: 323px;
        left: 0;
        margin: 0 20px;
        padding: 20px;
    }

    .form {
        padding: 48px 0;
    }

    .form__wrap {
        margin: 0 auto;
        position: relative;
        padding: 0 20px;
        width: 100%;
        height: auto;
    }

    .form-content {
        z-index: 2;
        position: relative;
        background: #b8f5fa;
        -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        border-radius: 32px;
        width: 100%;
        margin: 0 auto;
        min-height: 342px;
    }

    .form-content-contact {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;
        margin-bottom: 16px;
    }

    .form-content-contact__wrap-inputs {
        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: 8px;
        width: 100%;
    }

    .form__photo {
        display: none;
    }

    .form-content-contact__phone {
        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: 8px;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 12px;
        padding: 16px 9px;
        height: 59px;
        width: 100%;
    }

    .form-content__text {
        padding: 24px 16px;
    }

    .form-content__title {
        font-size: 26px;
        font-weight: 550;
    }

    .form-content-contact__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .form-content-contact__btn {
        padding: 16px 74px;
        width: 100%;
        text-align: center;
    }

    .form-content__block-descr {
        font-size: 14px;
    }

    .footer__lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 32px;
    }

    .footer__wrap {
        padding-top: 48px;
        padding-bottom: 0;
    }

    .footer__version {
        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: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        gap: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 0;
    }

    .footer__inf {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__button a {
        font-size: 16px;
    }

    .footer__button,
    .footer__button1 {
        width: 100%;
        text-align: center;
    }

    .footer__button1 {
        margin-bottom: 32px;
    }

    .footer__button1 a {
        font-size: 16px;
    }

    .footer__logo-block {
        width: 100%;
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
        margin-bottom: 32px;
    }

    .footer__logo-block__img {
        width: 61.44px;
        height: 66.93px;
    }

    .footer__list-mob,
    .footer__list-mob2 {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-top: 32px;
        width: 100%;
        gap: 6px;
    }

    .footer__list-mob1 {
        display: none;
    }

    .footer__list-contacts:nth-child(5),
    .footer__list-contacts:nth-child(7),
    .footer__lists {
        margin-bottom: 32px;
    }

    .footer__lists:nth-child(2) {
        margin-bottom: 32px;
    }

    .footer__bottom p {
        font-size: 12px;
        text-align: left;
    }
}

@media (min-width: 900px) and (max-width: 1359px) {
    .form__wrap {
        padding: 32px;
        width: 100%;
        height: 350px;
    }

    .form {
        padding-top: 60px;
    }
}

@media (max-width: 1167px) {
    .form__photo {
        display: none;
    }
}

@media (min-width: 900px) and (max-width: 1070px) {
    .doctors__item-spec {
        margin-bottom: 12px;
    }

    .doctors__item-block__img {
        display: none;
    }

    .doctors__item-link {
        font-size: 17px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .saleform {
        background-size: 100% 100%;
        margin-left: 0;
    }

    .price-table__item {
        width: 100%;
    }

    .form-content {
        width: 95%;
    }
}

@media (max-width: 900px) {
    .banner__textblock-title h1 {
        width: 100%;
    }

    .banner__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 48px 20px;
        width: 100%;
        gap: 48px;
    }

    .banner__fon1,
    .banner__fon2,
    .banner__fon3,
    .banner__fon4 {
        display: none;
    }

    .banner__textblock {
        gap: 16px;
    }

    .banner__textblock-descr {
        font-size: 16px;
    }

    .banner {
        margin-bottom: 0;
    }

    .cost__wrap {
        margin-top: 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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
    }

    .cost__block {
        margin-bottom: 30px;
    }

    .callbacks__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48px;
    }

    .content__step .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .content__step-block .slick-list {
        margin-bottom: 30px;
    }

    .callbacks__left-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 24px;
    }

    .callbacks {
        background: #ecfcfd;
        padding: 48px 0;
        position: relative;
        z-index: 1;
        margin: 0;
    }

    .callbacks__left-descr {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .callbacks__left-phone__tel {
        font-size: 20px;
    }

    .callbacks__left-phone__img {
        width: 20px;
        height: 20px;
    }

    .content__fon3 {
        display: none;
    }

    .content__step .slick-slide {
        width: 270px;
    }

    .content__step-item:not(:last-child) {
        margin-right: 16px;
    }

    .content__step-item__period,
    .content__step-item__descr {
        font-size: 14px;
    }

    .content__step-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .content__step ul li::before {
        content: none;
    }

    .content__step ul {
        margin-left: 0;
    }

    .faq-fon1,
    .faq-fon2 {
        display: none;
    }

    .faq__header {
        font-size: 28px;
        margin-bottom: 0;
    }

    .faq__wrap {
        gap: 32px;
    }

    .onedoctor-left__block a {
        width: 100%;
        text-align: center;
    }

    .callbacks__fon1,
    .callbacks__fon2 {
        display: none;
    }
}

.allprice-tableblock {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 57%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 900px) and (max-width: 1020px) {
    .content__step-block {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .allprice__header-text {
        font-size: 32px;
    }

    .allprice__header {
        font-size: 16px;
    }

    .allprice__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
    }

    .allprice {
        padding: 48px 0;
    }

    .allprice__fon1,
    .allprice__fon2,
    .allprice__fon3 {
        display: none;
    }

    .allprice-table__item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px;
        gap: 24px;
        width: 100%;
        height: 100%;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        background: #f4fbf9;
    }

    .allprice-tableblock {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .allprice-table__item-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px;
        gap: 24px;
        width: 100%;
        background: #f4fbf9;
    }

    .allprice-table__link-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        font-weight: 700;
        font-size: 16px;
    }

    .allprice-table__allprice-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .allprice-table__item a {
        width: 100%;
    }

    .allprice-table__link {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 40%;
        max-width: 40%;
        font-weight: 700;
        font-size: 16px;
    }

    .allprice-table__allprice {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 40%;
        max-width: 40%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
    }

    .allprice-table__form {
        width: 100%;
        padding: 10px 70.5px;
        text-align: center;
    }

    .allprice-table__items .slick-slide {
        width: 280px;
    }

    .allprice--style {
        margin-bottom: 0;
    }

    .allprice-title {
        font-size: 28px;
    }

    .allprice__bottom-block__img1 {
        width: 58.79px;
        height: 35.3px;
    }

    .allprice__bottom-block__img2 {
        width: 48.39px;
        height: 14.03px;
    }

    .allprice__bottom-block__img3 {
        width: 61.86px;
        height: 19.01px;
    }

    .allprice__bottom-mob {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .allprice__bottom-block {
        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: 48px;
    }

    .allprice__bottom-button {
        background: #0573a0;
        border-radius: 12px;
        padding: 16px 32px;
        cursor: pointer;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .allprice__bottom-button:hover {
        background: #015a7e;
    }

    .allprice__bottom-button a {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: #ffffff;
    }

    .contactsinf__fon1,
    .contactsinf__fon2 {
        display: none;
    }

    .contactsinf__header-text {
        font-size: 32px;
        margin-bottom: 0;
    }

    .contactsinf__block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .contactsinf {
        padding-bottom: 48px;
    }

    .alldoctors {
        padding-bottom: 48px;
    }

    .alldoctors__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    .alldoctors__item-link {
        font-size: 18px;
    }

    .alldoctors__wrap {
        gap: 32px;
    }

    .alldoctors__fon1,
    .alldoctors__fon2,
    .alldoctors__fon3 {
        display: none;
    }

    .alldoctors__header {
        font-weight: 400;
        font-size: 32px;
        line-height: 140%;
    }

    .alldoctors__item-img {
        max-width: 270px;
    }

    .alldoctors__item-block__img {
        height: 54px;
    }

    .alldoctors__item {
        position: relative;
    }

    .alldoctors__item-block {
        margin-top: -53px;
        z-index: 5;
        position: absolute;
        left: 24px;
        bottom: 24px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .alldoctors__list {
        -ms-grid-columns: 2, 1fr;
        grid-template-columns: 2, 1fr;
    }
}

@media (min-width: 1150px) and (max-width: 1560px) {}

@media (min-width: 900px) and (max-width: 1150px) {
    .diploms__fon1 {
        display: none;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .onedoctor__wrap {
        gap: 40px;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .onedoctor__wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .onedoctor-left__block {
        margin-bottom: 50px;
    }
}

@media (max-width: 900px) {

    .diploms__fon1,
    .onedoctor__fon1,
    .onedoctor__fon2,
    .onedoctor__fon3 {
        display: none;
    }

    .onedoctor__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }

    .onedoctor__fio {
        font-weight: 400;
        font-size: 32px;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .onedoctor-left__img--style {
        width: 100%;
    }

    .onedoctor-left__block {
        width: 100%;
        max-width: 100%;
        height: 270px;
        row-gap: 16px;
        padding: 16px;
        margin-bottom: 0;
    }

    .onedoctor-left__img img {
        bottom: 0 !important;
    }

    .onedoctor-left__spec {
        font-size: 20px;
        width: 90%;
    }

    .onedoctor-left__exp {
        width: 90%;
    }

    .onedoctor-left__cost {
        width: 70%;
    }

    .onedoctor-left__button {
        padding: 12px 70.5px;
    }

    .onedoctor-left__fon1 {
        display: none;
    }

    .onedoctor__right {
        width: 100%;
        gap: 16px;
    }

    .onedoctor-right__title {
        font-size: 20px;
    }

    .onedoctor-right__string {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px;
    }

    .onedoctor-right__img {
        width: 18px;
        height: 30px;
    }

    .onedoctor-right__img2 {
        width: 18px;
        height: 30px;
    }

    .allarticles-item__dopblock2-img {
        width: 20px;
        height: 21px;
    }

    .onedoctor-right__educ-block {
        padding: 16px;
    }

    .diploms__wrap {
        padding: 0 20px;
    }

    .diploms-slider__content:not(:last-child) {
        margin-right: 20px;
    }

    .diploms-slider__content {
        margin: 0 auto;
    }
}

.allarticles {
    margin-bottom: 48px;
    position: relative;
}

.allarticles__fon1 {
    position: absolute;
    left: 70px;
    top: 180px;
    z-index: -1;
}

.allarticles__fon3 {
    position: absolute;
    right: 24px;
    top: 296px;
    z-index: -1;
}

.allarticles__fon2 {
    position: absolute;
    left: 70px;
    top: 947px;
    z-index: -1;
}

.allarticles-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 48px;
}

.allarticles__list {
    display: flex;
flex-wrap: wrap;
    gap: 20px;
}

.allarticles__list>* {
flex-basis: calc(33.33% - 13.33333px);
}

@media(max-width: 1024px) {
    .allarticles__list>* {
        flex-basis: calc(50% - 10px);
        }
}

@media(max-width: 650px) {
    .allarticles__list>* {
        flex-basis: 100%;
        }
}

.allarticles-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px !important;
    padding: 32px;
    position: relative;
    z-index: 1;
    background: #b8f5fa;
    border-radius: 32px;
    overflow: hidden;
}

.allarticles-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.allreviews__title {
    font-size: 16px;
}

.allarticles-item__preview {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.allarticles-item__dopblock {
    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: 16px;
    width: 100%;
}

.allarticles-item__dopblock1 {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    z-index: 3;
}

.allarticles-item__dopblock3 {
    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: сenter;
    -ms-flex-pack: сenter;
    justify-content: сenter;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.allarticles-item__dopblock2 {
    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: сenter;
    -ms-flex-pack: сenter;
    justify-content: сenter;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.allarticles-item__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0573a0;
}

.allarticles-item__img {
    width: 32px;
    height: 32px;
}

.allarticles-item__fon {
    position: absolute;
    right: 0;
    bottom: -9px;
    z-index: -1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    isolation: isolate;
    border-radius: 0 0 32px 0;
}

.allarticles-item__dopblock2mob {
    display: none;
}

@media (max-width: 990px) {

    .allarticles__fon1,
    .allarticles__fon2,
    .allarticles__fon3 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .allarticles-item__fon {
        display: none;
    }

    .conditions__bottom-slider__item:not(:first-child) {
        display: none;
    }

    .conditions__bottom__price {
        font-size: 16px;
        margin: 12px 0 64px 0;
        text-align: center;
    }

    .conditions__bottom__button {
        width: 100%;
        margin-left: 11px;
        padding: 14px 54.5px;
    }

    .conditions__bottom-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
    }

    .conditions__bottom__arrow,
    .conditions__bottom__arrow2,
    .conditions__bottom__arrow3 {
        display: none;
    }

    .conditions {
        padding-top: 48px;
    }

    .conditions__top-title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 32px;
    }

    .conditions__bottom-title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 32px;
    }

    .conditions__top-slider .slick-slide {
        width: 264px;
        padding: 0 12px;
    }

    .conditions__top-slider .slick-dots {
        bottom: -40px;
    }

    .conditions__fon1,
    .conditions__fon2,
    .conditions__fon3 {
        display: none;
    }

    .conditions__bottom-content-mobslider {
        display: block;
    }

    .conditions__bottom .slick-list {
        margin-bottom: 0;
    }

    .conditions__bottom-item__title {
        margin-top: 16px;
    }

    .conditions__bottom-item:not(:last-child) {
        margin-right: 20px;
    }

    .conditions__bottom .slick-slide {
        padding: 0 16px;
    }

    .conditions__bottom-item {
        width: 270px;
        height: 400px;
        background: #b8f5fa;
        -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
        border-radius: 20px;
        overflow: hidden;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
        position: relative;
        z-index: 1;
        padding: 32px 16px;
    }

    .conditions__bottom-slider__content {
        width: 90%;
        height: auto;
        border-radius: 20px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .conditions__bottom-content .slick-dots {
        bottom: -40px;
    }
}

@media (max-width: 900px) {
    .allarticles-item {
        padding: 16px;
    }

    .allarticles-item__dopblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .allarticles-item__dopblock2 {
        display: none;
    }

    .allarticles-item__dopblock3mob {
        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: сenter;
        -ms-flex-pack: сenter;
        justify-content: сenter;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .allarticles-item__dopblock2mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: сenter;
        -ms-flex-pack: сenter;
        justify-content: сenter;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

    .allarticles-item__dopblock2mob span {
        font-size: 14px;
    }
}

.article {
    margin-top: 40px;
}

.article__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
}

.article p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.article-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 24px;
}

.article-nav {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 32px 8px 32px;
    background: #ecfcfd;
    border-radius: 32px;
}

.article-nav__header {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
}

.article-nav__list {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.article-nav__list li {
    width: calc(50% - 20px);
}

.article-nav__list li.article-nav_dop {
    font-size: 16px;
    padding-left: 15px;
}

.article-nav__list a {
    color: #01120e;
    width: fit-content;
}

.article-nav__list a:hover {
    text-decoration: underline;
}

.article__banner-content {
    padding: 50px 0 100px;
    text-align: center;
}

.article-content__container {
    max-width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.article-content .form-contact__wrap {
    width: 100%;
}

.article-content__title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 45px;
}

.article-content__subtitle {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 25px;
}

.article-contact__input {
    border-radius: 5px;
    background: #fff;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    padding: 17px 20px;
    width: 315px;
}

.article__form-btn {
    border-radius: 5px;
    background: #0573a0;
    padding: 17px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    width: 315px;
}

.article__form-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.article__form-text {
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.article__form-text a {
    color: #fff;
}

.listcolor li:not(:last-child) {
    margin-bottom: 15px;
}

.listcolor li {
    position: relative;
    counter-increment: step-counter;
}

.listcolor li::before {
    content: counter(step-counter);
    position: absolute;
    width: 29px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #01120e;
    background: #d9fcff;
    border-radius: 3px;
    margin-left: -40px;
    padding: 2px 11px;
}

.article h2 {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
}

.important {
    padding: 24px;
    background: #d9fcff;
    border-radius: 13px;
}

.article ul {
    margin-left: 21px;
}

.article ul li {
    position: relative;
    margin-bottom: 8px;
}

.article ul li::before {
    color: #7cd7dd;
    content: "•";
    font-size: 50px;
    left: -24px;
    position: absolute;
    top: -4px;
}

.article li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.aboutarticle-rating {
    background: #ffffff;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.rating-area {
    overflow: hidden;
    width: 120px;
}

.rating-area:not(:checked)>input {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right;
    width: 23px;
    padding: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 32px;
    color: #b1eeff;
}

.rating-area:not(:checked)>label:before {
    content: "★";
}

.rating-area>input:checked~label {
    color: gold;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
    color: #fce25d;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: #fce25d;
}

.rate-area>label:active {
    position: relative;
}

.aboutarticle-blockright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aboutarticle__wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 3;
    margin-bottom: 32px;
}

.article-social img {
    width: 36px;
    height: 36px;
}

.article-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
    -ms-flex: row;
    flex: row;
    gap: 16px;
}

.aboutarticle-blockleft {
    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;
}

.aboutarticle-block {
    font-size: 18px;
}

.aboutarticle-block span {
    font-weight: 700;
    line-height: 150%;
}

.aboutarticle-blockright p {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px;
}

.aboutarticle {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 80px 0;
    gap: 32px;
    background: #d9fcff;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.aboutarticlefon1 {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 0;
}

.aboutarticlefon2 {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 0;
}

.aboutarticle-blockbottom {
    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;
    position: relative;
    z-index: 2;
}

.aboutarticle-blockbottom a {
    color: #01120e;
}

.aboutarticle-blockbottom p {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.aboutarticle-blockbottom ul {
    margin-left: 21px;
}

.aboutarticle ul li {
    position: relative;
    margin-bottom: 8px;
}

.stati_img img {
    width: 300px;
    float: right;
    border-radius: 24px;
    padding: 0px 0px 0px 5px;
}

@media (max-width: 435px) {
    .stati_img img {
        width: 100%;
        padding: 0px;
    }
}

.aboutarticle-blockbottom ul li::before {
    color: #7cd7dd;
    content: "•";
    font-size: 50px;
    left: -24px;
    position: absolute;
    top: -4px;
}

.aboutarticle li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.comment {
    margin-bottom: 80px;
    position: relative;
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
    overflow: hidden;
    width: 100%;
}

.comment__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.comment__fon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border-radius: 15px;
}

.comment__header {
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    text-align: left;
    color: #000000;
    margin-top: 160px;
    margin-bottom: 48px;
}

.comment-form__fio {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #757575;
}

.comment-form__text {
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
    box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
    border: none;
    width: 100%;
    height: 208px;
    border: none;
    padding: 16px 24px 0px;
    border-radius: 20px;
    margin-bottom: 32px;
}

.comment-form__text input {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #757575;
    width: 100%;
    height: 152px;
    padding: 16px 24px 0px;
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
    box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
    border-radius: 20px;
    max-width: 100%;
    margin-right: 0;
}

.comment-form__fio input {
    padding-left: 12px;
    width: 377.5px;
    height: 59px;
    border: 1px solid #ffffff;
    border-radius: 12px;
}

.comment-form__email input {
    padding-left: 12px;
    width: 377.5px;
    height: 59px;
    border: 1px solid #ffffff;
    border-radius: 12px;
}

.formblock {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    margin-bottom: 8px;
}

.form-item__button button {
    height: 59px;
    padding: 16px 104px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    background: #0573a0;
    border-radius: 12px;
}

.comment-form p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
}

.comment-form {
    padding: 10px 0;
    gap: 10px;
    background: #b8f5fa;
    -webkit-box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    box-shadow: 0px 4px 20px rgba(33, 154, 164, 0.1);
    border-radius: 32px;
    padding: 32px;
}

.buttoncolor:hover {
    background: #015a7e;
    color: #ffffff !important;
}

.formblock-check {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #01120e;
    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: 8px;
    width: 309px;
    float: right;
}

.formblock-check a {
    color: #01120e;
    text-decoration: underline;
}

.commentformfon1 {
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: -1;
}

.commentformfon2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.comment__fon1 {
    position: absolute;
    left: 28px;
    top: 238px;
    z-index: -1;
}

.comment__fon2 {
    position: absolute;
    right: 55px;
    top: 96px;
    z-index: -1;
}

.allcomments {
    padding: 80px 0;
    position: relative;
}

.allcomments__list {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}

.allcomments__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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
    background: #d9fcff;
    border-radius: 32px;
}

.allcomments__item-fio {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.allcomments__item-date,
.allcomments__item-comment {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.allcommentsfon1 {
    position: absolute;
    left: 45px;
    top: 313px;
    z-index: -1;
}

.allcommentsfon2 {
    position: absolute;
    right: 78px;
    top: 328px;
    z-index: -1;
}

.phone__button img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 4px;
}

@media (min-width: 900px) and (max-width: 1330px) {
    .aboutarticle {
        padding: 80px;
    }
}

@media (min-width: 320px) and (max-width: 1170px) {
    .article .content__right {
        display: none;
    }

    .comment__fon1,
    .comment__fon2 {
        display: none;
    }
}

@media (min-width: 900px) and (max-width: 1170px) {
    .formblock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        float: left;
    }

    .comment-form__fio input {
        width: 100%;
    }

    .comment-form__email input {
        width: 100%;
    }

    .comment-form__fio,
    .comment-form__email {
        width: 100%;
    }

    .form-item__button {
        width: 100%;
    }

    .form-item__button button {
        padding: 16px 0;
        width: 100%;
        text-align: center;
    }

    .formblock-check {
        float: left;
    }
}

@media (max-width: 900px) {
    .header__bottom {
        justify-content: flex-start;
    }

    .header__burger {
        margin-left: auto;
    }

    .header__cross {
        margin-left: auto;
    }

    .formblock-check {
        float: left;
    }

    .formblock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        float: left;
    }

    .comment-form__fio input {
        width: 100%;
    }

    .comment-form__email input {
        width: 100%;
    }

    .comment-form__fio,
    .comment-form__email {
        width: 100%;
    }

    .form-item__button {
        width: 100%;
    }

    .form-item__button button {
        padding: 16px 0;
        width: 100%;
        text-align: center;
    }

    .comment-form__text {
        margin-bottom: 16px;
    }

    .comment-form {
        padding: 16px;
        max-width: 98%;
    }

    .article-title {
        font-weight: 400;
        font-size: 32px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .article__wrap {
        gap: 8px;
    }

    .article-nav {
        width: 100%;
        padding: 16px;
        margin-bottom: 16px;
    }

    .article-nav__list {
        flex-direction: column;
        flex-wrap: nowrap;
        max-height: 420px;
        overflow-y: scroll;
    }

    .article-nav__list li {
        font-size: 14px;
        line-height: 140%;
        width: 100%;
    }

    .article-nav__list li.article-nav_dop {
        font-size: 12px;
    }

    .article .article-nav__list {
        -webkit-padding-start: 16px;
        padding-inline-start: 16px;
    }

    .article__wrap {
        margin-bottom: 10px;
    }

    .aboutarticle__wrap {
        padding: 48px 16px 32px 16px;
        margin-bottom: 0;
        gap: 32px;
    }

    .aboutarticle li {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .aboutarticle ul {
        margin-bottom: 48px;
    }

    .aboutarticlefon2 {
        display: none;
    }

    .aboutarticle {
        padding: 0;
    }

    .aboutarticle__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comment__wrap {
        gap: 0;
    }

    .comment__header {
        margin-top: 0;
        font-weight: 500;
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 40px;
    }

    .comment {
        margin-bottom: 48px;
        position: relative;
    }

    .allcomments {
        padding: 0;
        position: relative;
    }

    .allcomments__item {
        padding: 16px 24px;
    }

    .allcomments__item-date,
    .allcomments__item-comment {
        font-size: 14px;
    }
}

.form__row__select {
    width: 309px;
    display: block;
    overflow: hidden;
    height: 50px;
    padding: 0 20px;
    background: #fff no-repeat;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    border: solid 1px rgba(38, 44, 71, 0.1);
    border-top-color: rgba(38, 44, 71, 0.1);
    border-right-color: rgba(38, 44, 71, 0.1);
    border-bottom-color: rgba(38, 44, 71, 0.1);
    border-left-color: rgba(38, 44, 71, 0.1);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.hrefscolor:hover {
    color: #0573a0;
    text-decoration: underline;
}

.text-decoration:hover {
    text-decoration: underline;
}

.box {
    text-align: left;
}

.breadcrumbs {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding: 30px 0 0;
    margin: 0;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__link {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: "/";
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 900px) {
    .form__row__select {
        max-width: 100%;
        width: 100%;
    }
}

.active {
    display: block;
    height: 100%;
}

.slick-arrow {
    cursor: pointer;
}

.nonvis {
    position: fixed;
    z-index: -1;
}

.button:hover {
    background: #015a7e;
}

.sitemap__header {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 48px;
}

.sitemap__list__item {
    position: relative;
    margin-bottom: 15px;
}

.sitemap__list__item li::before {
    color: #7cd7dd;
    content: "•";
    font-size: 47px;
    left: -17px;
    position: absolute;
    top: -4px;
}

.sitemap__list li::before {
    color: #7cd7dd;
    content: "•";
    font-size: 47px;
    left: -17px;
    position: absolute;
    top: -4px;
}

.sitemap__list {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding-left: 0.9rem;
}

.sitemap__list a {
    color: #01120e;
}

.sitemap__list a:hover {
    text-decoration: underline;
}

.pagenf__title p {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
}

.pagenf__title {
    margin-bottom: 48px;
}

.pagenf__title h1 {
    margin-bottom: 20px;
}

.pagenf__title a {
    color: #01120e;
    text-decoration: underline;
}

.swiper-slide-prev {
    opacity: 0;
}

.swiper-slide-active {
    margin-left: 0.7rem;
}

.just-validate-error-label {
    display: block;
    position: absolute;
    padding-top: 0.35rem;
    font-size: 1.4rem;
}

.just-validate-error-label:nth-child(3) {
    margin-top: 2rem;
}

.noscroll {
    position: fixed;
    overflow: hidden !important;
    height: 100% !important;
    padding-top: 15rem;
}

.noscroll .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    background-color: #f4fbf9 !important;
    padding: 20px;
    border-radius: 15px;
}

#ya-site-form1 .ya-site-form__form * {
    font-size: 17px !important;
}

@media (max-width: 48em) {
    .just-validate-error-label {
        margin-top: -2rem;
        margin-left: 4rem;
    }

    .just-validate-error-label:nth-child(3) {
        margin-top: 2rem;
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    .header__link--active .i-m-menu-arrow {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header__link .i-m {
        margin-right: 9px;
        background-color: #282828;
        -webkit-mask-size: auto 100%;
        mask-size: auto 100%;
    }

    .header__link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 20px 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #01120e;
        border-top: 1px solid #edeef0;
    }

    .header__imenu {
        display: none;
    }

    .header__imenu>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 98%;
    }

    .header__imenu {
        padding: 10px 25px 20px 20px;
    }

    .header__imenu>li>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        visibility: visible;
        overflow: visible;
        width: 100%;
        height: auto;
        max-height: none;
        padding: 11px 0 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        opacity: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .mob-menu__content ul li ul li ul li {
        margin-bottom: 15px;
    }

    .header__imenu {
        height: auto;
        overflow: auto;
        background-color: transparent;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header__imenu>li:hover ul {
        visibility: visible;
        opacity: 1;
    }

    .header__imenu>li>a.active-link~.i-m {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-color: #282828;
    }

    .header__link--active .i-m-menu-arrow {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header__item--dropdown a {
        position: relative;
    }

    .header__link:hover {
        color: #282828;
        font-weight: 600;
    }

    .header__link:hover .i-m {
        background-color: #282828;
    }

    .header__toggle--active .i-m {
        display: none;
    }

    .header__toggle--active::after,
    .header__toggle--active::before {
        visibility: visible;
        opacity: 1;
    }

    .header__imenu>li>.i-m {
        margin-left: 10px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header__imenu .i-m {
        margin-right: 9px;
        background-color: #282828;
        -webkit-mask-size: auto 100%;
        mask-size: auto 100%;
    }

    .header__imenu .i-m-menu-arrow {
        display: inline-block;
        margin-right: 0;
        margin-left: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #c3c7cc;
        width: 8px;
        height: 14px;
        background-color: #c3c7cc;
        -webkit-mask-image: url("/local/src/img/main/menu-arrow.svg");
        mask-image: url("/local/src/img/main/menu-arrow.svg");
    }

    .i-m-menu-arrow {
        display: inline-block;
        margin-right: 0;
        margin-left: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #c3c7cc;
        width: 20px;
        height: 20px;
        background-color: #c3c7cc;
        -webkit-mask-image: url("/local/src/img/main/menu-arrow.svg");
        mask-image: url("/local/src/img/main/menu-arrow.svg");
    }

    .i-m {
        display: inline-block;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background-color: #282828;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-size: 100% auto;
        mask-size: 100% auto;
    }
}

.helpful__title {
    margin-bottom: 32px;
    width: 100%;
}

.helpful__title:not(:first-child) {
    margin-top: 32px;
}

.licenses__img:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.licenses__wrap {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.licenses__img img {
    width: 232px;
    max-height: 232px;
}

.licenses__img {
    width: 232px;
    height: 100%;
    border-radius: 32px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 4;
    margin: 0 auto;
}

@media (min-width: 900px) and (max-width: 1051px) {
    .licenses__wrap {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .licenses__wrap {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.content__right__image {
    height: auto;
    padding: 10px;
    border-radius: 32px;
}

.delivery th {
    background: #7cd7dd;
    padding: 10px;
    border-radius: 16px 16px 0px 0px;
}

.delivery td {
    padding: 10px;
    background: #d9fcff;
}

@media screen and (max-width: 800px) {
    table.delivery thead {
        display: none;
    }

    table.delivery tr {
        display: -ms-grid;
        display: grid;
        margin-bottom: 1rem;
    }

    table.delivery td {
        display: block;
        border-radius: 7px;
        padding: 5px;
        border-bottom: 2px solid #ffffff;
    }

    table.delivery td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
        padding-right: 10px;
    }
}

.big-table table {
    border-collapse: collapse;
    overflow: auto;
    position: relative;
}

.big-table table th {
    border: 1px solid #0573a0;
    text-align: center;
    padding: 10px;
}

.big-table table td {
    border: 1px solid #0573a0;
    text-align: center;
    padding: 10px;
}

@media (max-width: 900px) {
    .big-table table {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #0573a0;
    }

    .scroll-right:after {
        content: "";
        display: block;
        width: 15px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        background: -o-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
        background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 15px 100%;
        background-position: 100% 0%;
    }

    .scroll-left:before {
        content: "";
        display: block;
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 500;
        background: -o-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
        background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 15px 100%;
    }

    .big-table table th {
        border: 1px solid #0573a0;
        text-align: left;
        padding: 10px;
    }

    .big-table table td {
        border: 1px solid #0573a0;
        text-align: left;
        padding: 10px;
    }
}

.consultation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 1em;
    background-color: #026060;
    color: #fff;
    text-align: center;
    height: 50px;
    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;
}

.consultation__text {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.consultation__text-decor {
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .consultation__text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .consultation__text {
        font-size: 14px;
    }
}

blockquote {
    border-radius: 20px;
    background-color: #ecfcfd;
    color: #0573a0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    padding: 35px 60px;
}

blockquote a {
    color: #0573a0;
    text-decoration: underline;
}

@media (max-width: 575px) {
    blockquote {
        padding: 20px;
    }
}

.hero {
    background-color: #0573a0;
    position: relative;
}

.hero::before {
    content: url("/local/src/img/img/main/polukrug.svg");
    position: absolute;
    bottom: 264px;
    left: 0;
}

.hero::after {
    content: url("/local/src/img/img/main/polukrug.svg");
    position: absolute;
    top: -4px;
    right: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hero__content-text {
    max-width: 680px;
}

.hero-text__title {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}

.hero-text__price {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}

.hero-text__subtitle {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 35px;
}

.hero-text__block {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-block__item {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.hero-block__item:last-child {
    margin-bottom: 0;
}

.hero__img {
    max-height: 440px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 369px;
    position: relative;
}

.hero__img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.hero__img::before {
    content: "";
    position: absolute;
    background-color: #097cab;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.hero__bottom {
    background-color: #05a17b;
    padding: 30px 0;
    z-index: 1;
    position: relative;
}

.hero__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 55px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 55px;
}

.hero__form-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
}

.form-contact__wrap {
    width: 50%;
}

.hero-contact__input {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    padding: 17px 20px;
}

.hero__form-btn {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    background-color: #0573a0;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.hero__form-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.hero__form-text {
    padding: 30px 15px 0;
    color: #0573a0;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
}

.hero__form-text a {
    color: #0573a0;
}

.form-text__mb {
    display: none;
}

.video__content {
    border-radius: 30px;
    background-color: #0573a0;
    margin-top: 40px;
}

.video__text {
    padding: 35px 40px 20px;
}

.video__text-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.video__text-subtitle {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

@media (max-width: 1200px) {
    .hero__content {
        padding: 45px 15px 80px;
    }

    .hero::before {
        display: none;
    }

    .hero::after {
        display: none;
    }

    .video {
        margin: 40px 15px 0;
        padding: 0;
    }

    .video iframe {
        padding: 15px 0;
    }

    .video__text {
        padding: 35px 20px 20px;
    }
}

@media (max-width: 767px) {
    .hero__img {
        display: none;
    }

    .hero__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero__form-title {
        margin-bottom: 20px;
    }

    .article-contact__input {
        width: 100%;
        margin-bottom: 15px;
    }

    .article__form-btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .breadcrumbs {
        padding: 20px 0 0;
    }

    .form-contact__wrap {
        width: 100%;
    }

    .hero__content {
        padding: 25px 20px;
    }

    .hero-text__title {
        color: #fff;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .hero-text__price {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .hero-text__subtitle {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .hero-block__item {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .hero-block__item svg {
        max-width: 20px;
        max-height: 20px;
    }

    .hero__bottom {
        padding: 25px 0;
    }

    .hero__form-title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
    }

    .hero__form-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero__form-btn {
        width: 100%;
        padding: 15px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .form-text__dsk {
        display: none;
    }

    .form-text__mb {
        display: block;
    }

    .hero-text__block {
        flex-direction: column;
    }

    .hero__form-text {
        padding: 15px 0 0;
        background-color: #05a17b;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
    }

    .article-content__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .article-content__subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .article__form-btn {
        font-size: 14px;
        line-height: 20px;
    }

    .video__text {
        padding: 20px 5px;
    }

    .video__text-title {
        color: #fff;
        font-size: 18px;
        line-height: 25px;
    }

    .video__text-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutarticle {
        margin-top: 40px;
    }

    .cost-item {
        width: 278px;
        height: 410px;
    }

    .cost-item:before {
        width: 278px;
    }

    .cost-item__title {
        font-size: 18px;
        line-height: 25px;
        padding: 20px;
    }

    .cost-item__price {
        padding: 0 20px;
        font-size: 26px;
        line-height: 30px;
    }

    .cost-item__list span {
        font-size: 14px;
        line-height: 20px;
    }

    .cost-item__list {
        padding: 0 20px;
    }

    .cost-item__button {
        border-radius: 5px;
    }

    .cost-item__button a {
        font-size: 14px;
        line-height: 20px;
    }
}

.intro-main {
    background-color: rgb(99, 199, 206);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.intro-main::after,
.intro-main::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
}

.intro-main::after {
    width: 800px;
    height: 800px;
    border: 133px solid #b8f5fa;
    border-radius: 50%;
    bottom: -30%;
    right: -150px;
}

.intro-main::before {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 37px solid rgba(184, 245, 250, 0.4);
    top: -110px;
    left: 100px;
}

.intro-main__container {
    width: 100%;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.intro-main__container::after,
.intro-main__container::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
}

.intro-main__container::after {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 94px solid rgba(184, 245, 250, 0.4);
    bottom: -250px;
    left: -300px;
}

.intro-main__container::before {
    width: 100%;
    height: 70px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.intro-main__inner {
    padding-top: 90px;
    position: relative;
    z-index: 3;
}

.intro-main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro-main__item {
    padding-bottom: 90px;
    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;
}

.intro-main__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.intro-main__title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    color: #fff;
}

.intro-main__text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.intro-main__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    width: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.intro-main__form>* {}

.intro-main__form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
}

.intro-main__form-bottom>* {
    -ms-flex-preferred-size: calc((100% - 15px) / 2);
    flex-basis: calc((100% - 15px) / 2);
}

.intro-main__inputs {
    width: 140%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
@media (max-width: 900px) {
.intro-main__inputs {
    width: 100%;
}
}

.intro-main__input {
    width: 100%;
    color: #737272;
    padding: 17px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    max-width: calc((100% - 15px) / 2);
}

.intro-main__input::-webkit-input-placeholder {
    color: #bababa;
}

.intro-main__input::-moz-placeholder {
    color: #bababa;
}

.intro-main__input:-ms-input-placeholder {
    color: #bababa;
}

.intro-main__input::-ms-input-placeholder {
    color: #bababa;
}

.intro-main__input::placeholder {
    color: #bababa;
}

.intro-main__btn {
    width: 100%;
    max-width: calc((100% - 15px) / 2);
    padding: 0;
    background-color: #0573a0;
    border-radius: 10px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #0573a0;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.intro-main__btn:hover {
    background-color: transparent;
    color: #0573a0;
}

.intro-main__politic {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.intro-main__politic a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.intro-main__politic a:hover {
    color: #0573a0;
}

.intro-main__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: 100%;
    max-width: 389px;
    min-width: 25%;
}

.intro-main__picture img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 580px;
}

.intro-main__name {
    font-size: 16px;
    font-weight: 600;
    color: #0573a0;
    position: relative;
}

.intro-main__name::before {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: #0573a0;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.intro-main__prof {
    font-size: 14px;
    font-weight: 400;
    color: rgba(1, 18, 14, 0.45);
}

.intro-main__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: 55px;
    left: 40px;
    right: 40px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 3;
}

.intro-main__info:hover .intro-main__name::before {
    width: 100%;
}

.intro-main__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}

.intro-main__info-before {
    position: absolute;
    bottom: 115px;
    left: 45%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 40px;
    z-index: 1;
    height: 40px;
    background-color: #0573a0;
}

.intro-main__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    padding: 45px 30px;
    background-color: #ecfcfd;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(63, 168, 175, 0.29);
    box-shadow: 0px 5px 5px 0px rgba(63, 168, 175, 0.29);
    margin-bottom: 10px;
}

.intro-main__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-preferred-size: calc((100% - 105px) / 4);
    flex-basis: calc((100% - 105px) / 4);
    color: #01120e;
    font-size: 16px;
    font-weight: 400;
}

.intro-main__advantage-picture {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .intro-main__content {
        -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;
    }

    .intro-main__picture {
        display: none;
    }

    .intro-main__advantages {
        margin-top: 24px;
    }

    .intro-main__item {
        padding-bottom: 0;
    }

    .intro-main__advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .intro-main__advantage {
        -ms-flex-preferred-size: calc((100% - 35px) / 2);
        flex-basis: calc((100% - 35px) / 2);
    }

    .intro-main__container:before {
        height: 110px;
    }
}

@media (max-width: 650px) {
    .intro-main__input {
        max-width: 100%;
    }

    .intro-main__inputs {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 10px;
    }

    .intro-main__btn {
        max-width: 100%;
    }

    .intro-main__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .intro-main__inner {
        padding-top: 30px;
    }

    .intro-main__item {
        gap: 5px;
    }

    .intro-main__subtitle {
        font-size: 16px;
    }

    .intro-main__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .intro-main__text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .intro-main__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .intro-main__input {
        font-size: 14px;
    }

    .intro-main__politic {
        font-size: 13px;
    }

    .intro-main__picture {
        max-width: 295px;
        max-height: 395px;
        display: flex;
    }

    .intro-main__advantages {
        margin-top: 0;
    }

    .intro-main__name {
        font-size: 14px;
    }

    .intro-main__prof {
        font-size: 12px;
    }

    .intro-main__info {
        padding: 15px 20px;
        left: 0;
        right: 0;
    }

    .intro-main__info-before {
        display: none;
    }

    .intro-main__container:before {
        height: 330px;
    }

    .intro-main__advantage {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .intro-main__advantages {
        gap: 20px;
        padding: 25px;
    }

    .intro-main__advantage-picture {
        width: 40px;
        height: 40px;
    }

    .intro-main__advantage-text {
        font-size: 14px;
    }

    .intro-main__container:after {
        bottom: 50px;
    }

    .intro-main:after {
        bottom: -200px;
        left: auto;
        right: -500px;
        border: 70px solid #b8f5fa;
        overflow: hidden;
    }
}

.footer-form__inner {
    background-color: #b8f5fa;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-form__item {
    padding: 50px 0 50px 50px;
    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;
}

.footer-form__title {
    display: block;
    font-size: 42px;
    line-height: 1;
    color: #01120e;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
}

.footer-form__subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #01120e;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-form__container {
    width: 100%;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer-form__picture {
    position: relative;
    background: url("../img/main/footer/bg.png") center center no-repeat;
    background: url("../img/main/footer/bg.svg") center center no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    width: 390px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -25px;
    margin-bottom: -25px;
}

.footer-form__picture>img {
    max-width: 300px;
    padding-top: 20px;
    -o-object-fit: fill;
    object-fit: fill;
}

.footer-form {
    margin-bottom: 80px;
    margin-top: 80px;
}

.footer-form__text {
    font-size: 18px;
    font-weight: 600;
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer-form__politic {
    color: #59979c;
    font-size: 13px;
}

.footer-form__politic a {
    color: #59979c;
}

.footer-form__info {
    top: auto;
    bottom: 20px;
}

.footer-form__icon {
    width: 37px;
    height: 37px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .footer-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-form__picture {
        display: none;
    }

    .footer-form__picture {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-form__item {
        padding: 30px 20px;
    }
}

@media (max-width: 650px) {
    .footer-form__inner {
        padding: 10px;
    }

    .footer-form__title {
        font-size: 26px;
        text-align: center;
    }

    .footer-form__item {
        gap: 15px;
    }

    .footer-form__subtitle {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-form__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        min-height: 50px;
        width: 100%;
        text-align: center;
    }

    .footer-form__picture {
        margin-bottom: 10px;
        height: 265px;
        width: 100%;
    }

    .footer-form__picture>img {
        height: 383px;
        margin-bottom: -133px;
        padding-top: 20px;
        position: relative;
        z-index: 10;
    }

    .footer-form__info {
        bottom: 10px;
        left: 30px;
        right: 30px;
        max-width: calc(100% - 60px);
        z-index: 11;
    }

    .footer-form__icon {
        width: 32px;
        height: 32px;
    }

    .footer-form__icon img {
        position: relative;
        z-index: 12;
    }
}

.stage-new {
    margin-top: 70px;
    padding-bottom: 30px;
}

.stage-new__title {
    font-size: 41px;
    line-height: 1.2;
    margin-bottom: 40px;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.stage-new__container {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.stage-new__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: list 0;
}

.stage-new__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
    border-radius: 15px;
    background-color: #ecf7fd;
    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;
    min-height: 210px;
    position: relative;
    padding: 20px 25px;
    overflow: hidden;
    z-index: -2;
}

.stage-new__item::before {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 20px;
    counter-increment: list;
    content: "0" counter(list);
    font-size: 102px;
    font-weight: 700;
    color: rgb(222, 236, 244);
    z-index: -2;
}

.stage-new__item:nth-child(odd) {
    background-color: #ecfcfd;
}

.stage-new__item:nth-child(odd)::before {
    color: rgb(216, 241, 242);
}

.stage-new__item-title {
    font-weight: 700;
    color: rgb(5, 115, 160);
    font-size: 20px;
}

.stage-new__text {
    font-size: 14px;
    font-weight: 500;
    color: rgb(28, 81, 84);
}

.stage-new__btn-wrapper {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
    background-color: rgb(5, 115, 160);
    padding: 20px 25px;
    border-radius: 15px;
    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;
    color: #fff;
}

.stage-new__btn-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.stage-new__btn-text {
    font-size: 14px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.stage-new__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(88, 188, 194);
    border: 2px solid rgb(88, 188, 194);
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

.stage-new__btn:hover {
    background-color: transparent;
    color: rgb(88, 188, 194);
}

@media (max-width: 880px) {

    .stage-new__btn-wrapper,
    .stage-new__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
    }

    .stage-new {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .stage-new {
        margin-top: 30px;
    }

    .stage-new__container {
        padding: 0;
    }

    .stage-new__inner {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0 15px;
    }

    .stage-new__btn-wrapper,
    .stage-new__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 305px;
        min-height: 170px;
        padding: 15px 20px;
    }

    .stage-new__title {
        padding: 0 15px;
        font-size: 28px;
        margin-bottom: 25px;
    }

    .stage-new__item-title {
        font-size: 18px;
    }

    .stage-new__text {
        font-size: 13px;
    }

    .stage-new__item:before {
        font-size: 76px;
        bottom: -25px;
    }

    .stage-new__btn-title {
        font-size: 18px;
    }

    .stage-new__btn-text {
        font-size: 13px;
    }
}

.new-stocks {
    background-color: #fff;
    padding-top: 40px;
}

.new-stocks__inner {
    padding: 30px 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background: #b8f5fa url("/netcat_files/userfiles/1/stocks.webp") center center no-repeat;
    background-size: cover;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.new-stocks__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.new-stocks__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.new-stocks__stock {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #fff;
    color: #0573a0;
    border-radius: 10px;
    line-height: 1;
}

.new-stocks__btn {
    background-color: #0573a0;
    border: 2px solid #0573a0;
    color: #fff;
    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;
    height: 53px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 130px;
    line-height: 1;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.new-stocks__btn:hover {
    color: #0573a0;
    background-color: transparent;
}

@media (max-width: 1200px) {
    .new-stocks__inner {
        padding: 25px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .new-stocks__text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .new-stocks__name {
        font-size: 18px;
    }

    .new-stocks__stock {
        font-size: 18px;
        white-space: nowrap;
    }

    .new-stocks__btn {
        padding: 0 55px;
    }
}

@media (max-width: 550px) {
    .new-stocks__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .new-stocks__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        background: #b8f5fa url("/netcat_files/userfiles/1/stocks_mobile.webp") center center no-repeat;
        background-size: cover;
        align-items: flex-start;
    }
}

.header__mobile.active .header__mobile-wrapper {
    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: 0 10px;
}

.header__mobile-wrapper .header__bottom-item__logotext,
.header__mobile-wrapper .header__bottom-inf,
.header__mobile-wrapper .header__bottom-buttons {
    display: none;
}

.header__mobiles-btn_show {
    display: none;
}

@media (max-width: 900px) {

    .header__mobile-wrapper .header__bottom-item__logotext,
    .header__mobile-wrapper .header__bottom-inf {
        display: block;
    }

    .header__mobile .header__bottom-buttons {
        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;
    }

    .header__mobile-wrapper .header__bottom-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    header .header__mobiles-btn_show {
        display: -webkit-box;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        margin-bottom: 0;
        flex-direction: row;
    }

    .header__bottom__button {
        width: auto;
        font-size: 12px !important;
        padding: 0 12px;
        height: 42px;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        white-space: nowrap;
    }

    .header .container {
        padding: 0 10px;
    }

    .header__mobile-wrapper {
        align-items: center;
    }

    .header__top-search {
        width: 100%;
    }

    .header__top-search__img {
        display: none;
    }

    .header__mobile-wrapper .header__bottom__button {
        width: 100%;
    }

    .header {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 1000;
        transition: top 0.3s ease;
    }

    .header.header--scroll {
        top: 0;
    }

    .main {
        margin-top: 134px;
    }

    .header__bottom-buttons a:nth-child(2) {
        color: #ffffff;
    }

    .header__mobiles-btn_show .header__bottom__button {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .header__bottom-buttons a:first-child,
    .header__bottom-buttons a:nth-child(2) {
        font-weight: 500;
    }
}

@media(max-width: 420px) {
    .main {
        margin-top: 172px;
    }
}
@media (max-width: 390px) {
    .header__mobiles-btn_show .header__bottom__button {
        font-size: 10px !important;
        padding: 0 5px;
        height: 30px;
    }

    .main {
        margin-top: 160px;
    }
}

.service h2 {
    margin-bottom: 40px;
}

/* .service__container {
    max-height: 350px;
    overflow: hidden;
} */

.service__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 30px;
}

.service__block-item {
    border: 1px solid #d4e8f2;
    color: #0573a0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.service__block-item:hover {
    color: #fff;
    background-color: #58bcc2;
}

.service__btn-div {
    display: flex;
    justify-content: center;
    position: relative;
}

.service__btn-div::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d4e8f2;
}

.service__btn {
    background-color: #0573a0;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    width: 240px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    z-index: 2;
}

@media (max-width: 900px) {
    .service__block {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .service__block {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service__block-item {
        padding: 25px;
        font-size: 15px;
        line-height: 20px;
    }
}

#nc_form_styles .nc-form select[multiple],
#nc_form_styles .nc-form select[size],
.nc-admin select[multiple],
.nc-admin select[size] {
    height: 300px !important;
    width: 300px !important;
}

.tegs__item {
    row-gap: 10px;
    column-gap: 10px;
}

.tegs__item .teg__link {
    color: #01120e;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #f9f6f6;
    border-radius: 10px;
}

.tegs__item .teg__link:hover {
    background-color: #fff;
}

.title-teg {
    margin-bottom: 10px;
    margin-top: 38px;
}

.allarticles-desc.desc {
    margin-bottom: 48px;
}

.allarticles-desc.desc p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.header__bottom-item__wrap {
    flex-direction: column;
}

.header__bottom-item__wrap .license {
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 11px;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .header__bottom-item__wrap .license {
        display: none;
    }
}

.reviewer-block .block__container {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.onedoctor-right__string .doctor__check .check__item {
    padding: 5px;
    margin: 0 0 10px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}

.onedoctor-right__string .doctor__check .check__item .check__link {
    color: #000;
}

.onedoctor-right__string .doctor__check {
    counter-reset: list 0;
}

.onedoctor-right__string .doctor__check .check__item:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    content: counter(list);
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    padding: 10px 14px;
    background: #d9fcff;
    border-radius: 5px;
}

.text-container .poisk-form .header-search-button {
    height: 100%;
    background-color: #eafaf5;
    padding: 0 15px 0px 15px;
    border-radius: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-container .poisk-form .form-input::placeholder {
    color: #000 !important;
}

.text-container .poisk-form .header-search-button .form-input {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #eafaf5;
}

.text-container .poisk-form .btn.grey-btn {
    background-image: url(/local/src/img/header/search-icons.png);
    padding: 10px 20px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eafaf5;
}

.str-form poisk-form {
    display: block;
    margin: 40px 10px 30px 10px;
}

.search__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: list 0;
    -ms-flex-direction: column;
    flex-direction: column;
}

.search__result .poisk-li {
    padding-bottom: 16px;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.search__result .poisk-li:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 0;
    background-color: #eafaf5;
    border-radius: 50%;
    color: #000;
    content: counter(list);
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 1;
    min-width: 50px;
    width: 50px;
}

.search__result .poisk-li a {
    color: #000;
}

.search__result {
    padding-left: 0;
}

.poisk.text.section-offset {
    margin: 50px 0 50px 0;
}

.poisk.text.section-offset .text-container__flex {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.result__text_search {
    margin: 0px 0 20px 0;
}

.result__text_search span {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .onedoctor-right__string .doctor__check {
        padding-left: 0;
    }

    .poisk.text.section-offset {
        margin: 160px 0 50px 0;
    }

    .container__search-top {
        display: none;
    }
}

.container__search-top .header-search-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    background-color: #eafaf5;
    border-radius: 40px;
    max-width: 220px;
}

.container__search-top .header-search-button .form-input {
    width: 100%;
    max-width: 180px;
    background-color: #eafaf5;
}

.container__search-top .header-search-button .btn.grey-btn {
    background-image: url(/local/src/img/header/search_icon.png);
    width: 14px;
    height: 14px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

.header__mobile .container__search-menu .header-search-button {
    margin: 25px 20px;
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 40px;
}

.header__mobile .container__search-menu .header-search-button .form-input {
    width: 100%;
}

.header__mobile .container__search-menu .header-search-button .btn.grey-btn {
    background-image: url(/local/src/img/header/search-icons.png);
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.onedoctor-right__descr li {
    list-style: unset;
    margin-left: 20px;
    margin-bottom: 8px;
}

.onedoctor-right__descr h2 {
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.onedoctor-right__descr p {
    padding: 10px 0;
}

.conditions__top-title {
    text-align: left;
    margin-bottom: 24px;
}

.conditions__top-text {
    margin-bottom: 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.conditions__top__arrow {
    top: calc(50% - 14px + 117px);
}

.conditions__top-subtitle h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 27.58px;
    text-align: left;
    margin-bottom: 32px;
    color: #01120e;
}

@media (max-width: 800px) {
    .conditions__top-subtitle--bottom {
        display: block;
    }
}

.conditions-stay {
    max-width: 1200px;
    background: #ecfcfd;
}

.conditions-stay__tab-content {
    display: none;
    background-color: white;
    border-radius: 20px;
}

.conditions-stay__tab-content.conditions-stay__tab-active {
    display: flex;
}

.conditions-stay__tab-buttons {
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.conditions-stay__tab-button {
    padding: 15px;
    cursor: pointer;
    flex: 1 1 calc(33.33% - 10px);
    padding: 20px;
    border: none;
    margin: 4px;
    border-radius: 10px;
    text-align: center;
}

.conditions-stay__tab-button-active {
    background: #ecfcfd;
}

.conditions-stay__tab-slider {
    margin: 8px 30px 8px 8px;
}

.conditions-stay__tab-info {
    padding: 30px 30px 0px 0px;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
}

.conditions-stay__tab-list_wrap {
    display: flex;
}

.conditions-stay__tab-lists {
    margin-bottom: 10px;
}

.conditions-stay__tab-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.17px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #0573a033;
}

.conditions-stay__tab-list div {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    margin-bottom: 10px;
}

.conditions-stay__tab-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
}

.conditions-stay__tab-list ul {
    position: relative;
}

.conditions-stay__tab-list div {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #01120e99;
}

.conditions-stay__tab-list ul li {
    color: #01120e;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    padding-left: 10px;
}

.conditions-stay__tab-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.conditions-stay__tab-list ul li:before {
    background-color: #0573a0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 4px;
    position: relative;
}

.conditions-stay__tab-list {
    width: 50%;
}

.conditions-stay__tab-bottom {
    display: flex;
    background: #ebf5f7;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.conditions-stay__tab-price {
    padding: 12px 20px;
}

.conditions-stay__tab-price span {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    text-align: left;
    paddin-left: 12px;
    color: #0573a0;
}

.conditions-stay__tab-bottom .header__bottom__button {
    padding: 12px 30px;
    width: auto;
    color: #ffffff;
    background: #0573a0;
    border: none;
}

.swiper__conditions-stay {
    width: 437px;
    height: 286px;
    border-radius: 20px;
}

.swiper__conditions-stay .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    width: 300px;
}

.swiper__conditions-stay .swiper-slide img {
    width: 460px;
}

.swiper__conditions-stay .swiper-button-next,
.swiper__conditions-stay .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -20px;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin: 0 10px;
}

.swiper__conditions-stay .swiper-button-next:after,
.swiper__conditions-stay .swiper-button-prev:after {
    display: none;
}

.swiper__conditions-stay .swiper-button-prev {
    left: 50%;
    transform: translateX(-50%) translateX(-15px);
}

.swiper__conditions-stay .swiper-button-next {
    right: 50%;
    transform: translateX(50%) translateX(15px);
}

.swiper__conditions-stay .swiper-slide {
    width: 432px;
}

@media (max-width: 1000px) {
    .conditions-stay {
        background: #ffffff;
    }

    .conditions-stay__tab-content.conditions-stay__tab-active {
        display: block;
    }

    .conditions-stay__tab-content {
        display: block;
    }

    .conditions-stay__tab-button {
        display: none;
    }

    .conditions-stay__tab-bottom {
        display: block;
    }

    .conditions-stay__tab-list_wrap {
        display: block;
    }

    .conditions__container {
        padding: 0 5px;
    }
}

.conditions-stay__tab-bottom_wrap {
    display: flex;
}

@media (max-width: 1000px) {
    .swiper__conditions-stay {
        width: 316px;
        height: 169px;
    }

    .conditions-stay {
        display: flex;
        overflow-x: scroll;
    }

    .conditions {
        background: white;
    }

    .conditions-stay__tab-content {
        background: #d9fcff;
    }

    .conditions-stay__tab-title {
        padding-bottom: 16px;
        margin-bottom: 10px;
        border-bottom: 1px solid #0573a0;
        font-size: 20px;
        font-weight: 700;
        line-height: 22.98px;
        text-align: left;
    }

    .conditions-stay__tab-info {
        padding: 18px 16px 0px 0px;
        padding-left: 16px;
    }

    .conditions-stay__tab-bottom {
        background: #ffffff;
    }

    .conditions-stay__tab-slider {
        margin: 8px;
    }

    .conditions-stay__tab-content {
        width: 100%;
    }

    .conditions-stay__tab-content:not(:last-child) {
        margin-right: 16px;
    }

    .conditions-stay__tab-list {
        width: auto;
    }

    .conditions-stay__tab-list:not(:last-child) {
        border-bottom: 1px solid #0573a0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .conditions-stay__tab-bottom_wrap {
        display: flex;
    }

    .conditions-stay__tab-bottom {
        padding: 0px 8px 8px 8px;
    }

    .conditions-stay__tab-price {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.63px;
        text-align: center;
    }

    .conditions-stay__tab-price {
        padding: 12px 4px;
        display: grid;
        justify-content: space-evenly;
        width: 50%;
    }

    .conditions-stay__tab-price span {
        padding-top: 4px;
    }
}

@media (min-width: 760px) {
    .payment__container.desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 760px) {
    .payment__container.desktop {
        display: none;
    }
}

@media (min-width: 760px) {
    .payment__container.mobile {
        display: none;
    }
}

@media (max-width: 760px) {
    .payment__container.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.payment__container.mobile .container__price {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
}

.payment__container.mobile .payment_content__item {
    padding: 15px 15px;
}

.payment__container.mobile .container__price span {
    font-size: 18px;
    line-height: 25px;
}

.payment__container.mobile .container__price span {
    padding: 0;
}

.payment__container.mobile .border__content {
    background-color: rgba(5, 115, 160, 0.6);
    height: 31px;
    width: 1px;
}

.payment__container.mobile .container__payment_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment__container .payment_content__item {
    font-size: 14px;
    line-height: 19px;
}

.payment__container .container__price span {
    font-size: 28px;
    font-weight: 500;
    line-height: 39px;
    text-align: left;
    color: #0573a0;
}

.payment__container .payment_content__item {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}

.payment__container {
    -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;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.container__payment_content {
    background-color: #58bcc2;
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
}

.payment__container .border__content {
    background-color: #fff;
    width: 1px;
    height: 100%;
}

.payment__container .container__price {
    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;
    min-width: 180px;
}

.payment__container .container__price span {
    padding: 20px;
}

.payment__container .payment_content__item {
    padding: 10px 20px;
}

.aktsii__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.aktsii__item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
    background: white;
    position: relative;
}

.aktsii__img {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin-bottom: 16px;
}

.aktsii__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aktsii__per {
    display: block;
    padding: 6px 19px;
    border-radius: 8px;
    background: #ffba1a;
    font-size: 20px;
    font-weight: 700;
    color: #01120e;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
}

.aktsii__name {
    display: block;
    width: 100%;
    margin: auto 0;
    color: #01120e;
    font-weight: 500;
    text-align: center;
}

.aktsii__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.aktsii__text .content {
    width: 100%;
}

.aktsii__info {
    width: 360px;
    flex-shrink: 0;
    padding: 24px 28px;
    border-radius: 16px;
    background: #ecfcfd;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.aktsii__info-title {
    font-size: 18px;
    font-weight: 700;
    color: #01120e;
}

.aktsii__info-link {
    font-size: 18px;
    font-weight: 600;
    color: #0573a0;
}

.aktsii__info-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .aktsii__wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 48px;
    }

    .aktsii__name {
        font-size: 16px;
    }

    .aktsii__per {
        font-size: 18px;
    }

    .aktsii__text {
        flex-direction: column;
        gap: 24px;
    }

    .aktsii__info {
        padding: 16px 20px;
        width: 100%;
        min-height: auto;
    }

    .aktsii__info-title {
        font-size: 16px;
    }

    .aktsii__info-subtitle {
        font-size: 14px;
    }

    .aktsii__info-link {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .aktsii__wrapper {
        grid-template-columns: 1fr;
    }
}

.aktsiya__wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.aktsiya__wrapper-img {
    width: 460px;
    height: 100%;
    max-height: 370px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.aktsiya__wrapper-img picture {
    width: 100%;
    height: 100%;
}

.aktsiya__wrapper-img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aktsiya__per {
    display: block;
    padding: 6px 19px;
    border-radius: 8px;
    background: #ffba1a;
    font-size: 20px;
    font-weight: 700;
    color: #01120e;
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 2;
}

.aktsiya__title {
    font-family: "Ubuntu";
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 20px;
}

.aktsiya__cont .content {
    margin-bottom: 20px;
}

.aktsiya__tab {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.aktsiya__tab-items {
    display: flex;
    flex-direction: row;
    gap: 9px;
}

.aktsiya__tab-item {
    padding: 4px 10px;
    border-radius: 6px;
    background: #ffffff;
    color: #01120e80;
    cursor: pointer;
    transition: 0.2s ease;
}

.aktsiya__tab-item:hover {
    color: #01120ecc;
}

.aktsiya__tab-item.active {
    background: #ecfcfd;
    color: #01120ecc;
}

.aktsiya__tab-cont {
    display: none;
}

.aktsiya__tab-cont.active {
    display: block;
}

.aktsiya__btn {
    padding: 12px 30px;
    background: #0573a0;
    color: #ffffff;
    border-radius: 12px;
}

@media (max-width: 900px) {
    .aktsiya__wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .aktsiya__wrapper-img {
        height: 220px;
        width: 100%;
    }

    .aktsiya__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aktsiya__tab-items,
    .aktsiya__tab-conts {
        display: contents;
    }

    .aktsiya__tab-cont,
    .aktsiya__tab-item {
        display: block;
        padding: 0;
        font-size: 14px;
    }

    .aktsiya__tab-item:nth-child(1) {
        order: 1;
    }

    .aktsiya__tab-item:nth-child(2) {
        order: 3;
    }

    .aktsiya__tab-item:nth-child(3) {
        order: 5;
    }

    .aktsiya__tab-cont:nth-child(1) {
        order: 2;
    }

    .aktsiya__tab-cont:nth-child(2) {
        order: 4;
    }

    .aktsiya__tab-cont:nth-child(3) {
        order: 6;
    }

    .aktsiya__btn {
        display: block;
        text-align: center;
        width: 100%;
    }
}

#callback2 .list {
    padding-left: 1em;
}

#callback2 .list li {
    margin: 0.25em 0;
    list-style: inherit;
}

.vidj_block {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 70px;
    right: 50px;
    gap: 16px;
    z-index: 1000;
}

.vidj_block_in {
    position: absolute;
    right: 0px;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    visibility: hidden;
}

.show_new .vidj_block_in {
    right: 76px;
    opacity: 1;
    visibility: visible;
}

.vidj_open {
    background: #72bac0;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 100%;
}

.vidj_open_img_1 {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.vidj_open_img_1.fade-in {
    opacity: 1;
}

.show_next {
    background: center #72bac0 no-repeat url("/netcat_template/images/crist2.svg");
}

.show_next img {
    display: none;
}

.vidj_phone {
    background: #72bac0;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 100%;
}

.vidj_form {
    background: #72bac0;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 100%;
    position: relative;
}

.vidj_whatsapp {
    background: #50cd5e;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 100%;
}

.vidj_tg {
    background: #27a6e6;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 100%;
}

@media (max-width: 900px) {
    .vidj_block_in {
        gap: 10px;
    }

    .vidj_block {
        right: 10px;
        gap: 10px;
    }

    .show_new .vidj_block_in {
        right: 70px;
    }
}

html.lock {
    overflow: hidden;
}

body.lock {
    overflow: hidden;
}

.popup-new {
    background: rgba(0, 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 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 10000;
}

.popup-new.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: 0;
    position: relative;
    border-radius: 6px;
    scale: 0.4;
    -webkit-transition: scale 0.4s ease;
    -o-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

.popup-new.open .popup__content {
    scale: 1;
    opacity: 1;
    transform: none;
}

.close-popup {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: scale 0.2s ease, -webkit-transform 0.2s ease;
    transition: scale 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, scale 0.2s ease;
    transition: transform 0.2s ease, scale 0.2s ease;
    transition: transform 0.2s ease, scale 0.2s ease, -webkit-transform 0.2s ease;
    width: 16px;
    height: 16px;
    z-index: 10000;
}

.close-popup:hover {
    /*-webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    scale: 1.2;
    border: 1px solid #0573A0;
	border-radius: 50%;
    width: 34px;
    height: 34px;*/
}

.close-popup::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #0573A0;
}

.close-popup::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    height: 20px;
    width: 2px;
    border-radius: 2px;
    background: #0573A0;
}

.footer__list .list__grid {
    display: grid;
}

@media (min-width: 980px) {
    .footer__list .list__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        padding: 10px 0 40px 0;
    }
}

@media (max-width: 980px) {
    .footer__list .list__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        padding: 10px 0 40px 0;
    }
}

@media (max-width: 840px) {
    .footer__list .list__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 10px 0 30px 0;
    }
}

@media (max-width: 760px) {
    .footer__list .list__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 10px 0 25px 0;
    }
}

@media (max-width: 560px) {
    .footer__list .list__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 5px 0 20px 0;
    }
}

.footer__list .list__title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.vidj_form::after {
    content: "";
    display: block;
    background: url(https://narko-trezvost.ru/netcat_template/images/red_one.png);
    width: 16px;
    height: 16px;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
}

.breadcrumbs__item.breadcrumbs__item--blog:last-child {
    display: none;
}

.breadcrumbs_black {
    color: #000;
    margin-bottom: 20px;
}

.breadcrumbs_black .breadcrumbs__link {
    color: #000;
}

.breadcrumbs_black .breadcrumbs__item::before {
    color: #000;
}

.popup_callback2_new .form__title_text_new {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.popup_callback2_new p,
.popup_callback2_new p a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000099;
    text-decoration: none;
}

.popup_callback2_new .form__block {
    background-image: url("https://narko-trezvost.ru/local/src/img/Ellipse.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width: 560px) {
    .vidj_open {
        opacity: 0.7;
    }
}

.section__link-wraper .grid__link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 0;
}

.section__link-wraper {
    display: block;
    position: relative;
}

.section__link .button__open {
    width: 190px;
    height: 48px;
    background: #7cd7dd;
    border-radius: 26px;
    font-weight: 600;
    font-size: 16px;
    color: #01120e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.section__link-wraper {
    max-height: 205px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 25px 0;
}

.section__link-wraper.open {
    max-height: 650px;
    overflow: auto;
}

.grid__link li a {
    color: #01120e;
}

.grid__link li:hover a {
    color: #0573a0;
}

@media screen and (max-width: 560px) {
    .section__link .button__open {
        width: 160px;
        padding: 12px 12px;
        font-weight: 600;
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {
    .section__link-wraper .grid__link {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 5px;
    }
}

@media screen and (max-width: 760px) {
    .section__link-wraper .grid__link {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 15px;
        row-gap: 0;
    }
}

.new-text-block {
    font-family: "Montserrat", sans-serif;
}

.new-text-block h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 24px;
    margin-top: 60px;
}

.new-text-block p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.new-text-block__row {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.new-text-block__card {
    position: relative;
    padding: 30px 40px;
    background-color: rgba(5, 115, 160, 0.04);
    border-radius: 20px;
    flex-basis: calc(50% - 10px);
}

.new-text-block__card::after {
    content: "";
    display: block;
    width: 120px;
    height: 115px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("/local/src/img/img/ring-vector.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.new-text-block__card-title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.new-text-block__card-title p {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: rgba(5, 115, 160, 1);
}

.new-text-block__card-title picture {
    width: 50px;
    height: 50px;
}

.new-text-block__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.new-text-block blockquote p {
    margin: 0;
    text-align: left;
}

.new-text-block blockquote {
    position: relative;
    padding-right: 30px;
}

.new-text-block blockquote::after {
    content: "";
    display: block;
    width: 68px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("/local/src/img/img/ring-vector.svg");
    background-repeat: no-repeat;
}

.new-text-block h3 {
    display: flex;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 14px;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: rgba(5, 115, 160, 1);
}

.new-text-block h3 picture {
    margin-right: 12px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.new-text-block h3 span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(5, 115, 160, 1);
}

.new-text-block h4 {
    margin-top: 24px;
    margin-bottom: 10px;
    color: rgba(5, 115, 160, 1);
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.new-text-block table {
    text-align: left;
    padding: 10px;
    border-color: rgba(5, 115, 160, 0.05);
    background-color: rgba(236, 252, 253, 1);
    border-radius: 20px;
    margin-bottom: 24px;
}

.new-text-block table thead th {
    padding: 24px 20px;
    background-color: #FFF;
}

.new-text-block table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.new-text-block table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.new-text-block table td {
    padding: 20px 24px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.new-text-block table tbody tr:nth-child(2n) {
    background-color: #FFF;
}

.new-text-block table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.new-text-block table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.new-text-block img.float-left {
    float: right;
    margin-left: 40px;
}

.new-text-block div.row {
    display: flex;
    gap: 40px;
    margin-bottom: 24px;
}

.new-text-block div.row img {
    border-radius: 30px;
    height: 100%;
    width: auto;
}

.new-text-block div.row h2:first-child,
.new-text-block div.row h3:first-child {
    margin-top: 0;
}

.new-text-block {
    position: relative;
}

.new-text-block::after {
    content: none;
    position: absolute;
    top: 250px;
    left: 70px;
    display: block;
    width: 155px;
    height: 155px;
    background-image: url("/local/src/img/img/pc-img.svg");
    background-repeat: no-repeat;
    z-index: -1;
}

.new-text-block ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-text-block ul.double-coll {
    flex-direction: row;
    flex-wrap: wrap;
}

.new-text-block ul.double-coll li {
    flex-basis: calc(50% - 5px);
}

.new-text-block ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
}

.new-text-block ul li a {
    text-decoration: underline;
    color: #0573a0;
}

.new-text-block ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(5, 115, 160, 0.1);
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 2px;
}

.new-text-block ul li::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(5, 115, 160, 1);
    flex-shrink: 0;
    position: absolute;
    left: 5px;
    top: 7px;
}

@media (max-width: 850px) {
    .new-text-block h2 {
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 16px;
        margin-top: 40px;
    }

    .new-text-block p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;
    }

    .new-text-block::after,
    .new-text-block::before {
        content: none;
    }

    .new-text-block blockquote {
        padding: 24px;
    }

    .new-text-block__row {
        flex-direction: column;
        gap: 10px;
    }

    .new-text-block__card {
        padding: 24px;
    }

    .new-text-block__card-title p {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .new-text-block h3 {
        display: flex;
        align-items: center;
        margin-top: 34px;
        margin-bottom: 14px;
        font-family: Ubuntu, sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: rgba(5, 115, 160, 1);
    }

    .new-text-block h3 picture {
        display: inline-block;
        margin-right: 8px;
        width: 24px;
        height: 24px;
    }

    .new-text-block h3 span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        font-size: 14px;
        border-radius: 50%;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(5, 115, 160, 1);
    }

    .new-text-block table thead {
        display: none;
    }

    .new-text-block table tr {
        display: flex;
        flex-direction: column;
        border-radius: 14px;
    }

    .new-text-block table td {
        padding: 12px 18px;
        font-size: 14px;
    }

    .new-text-block table td:first-child {
        font-weight: 700;
    }

    .new-text-block div.row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .new-text-block div.row.nrw {
        flex-direction: column;
    }

    .new-text-block div.row>img {
        max-width: 450px;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .new-text-block ul li {
        font-size: 14px;
        line-height: 21px;
        padding-left: 26px;
    }

    .new-text-block ul.double-coll li {
        flex-basis: 100%;
    }

    .new-text-block ul li::before {
        width: 18px;
        height: 18px;
        left: 0;
        top: 2px;
    }

    .new-text-block ul li::after {
        width: 8px;
        height: 8px;
        left: 5px;
        top: 7px;
    }
}

.contacts__map {
    position: relative;
}

.map-contacts__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    transition: opacity 0.2s;
    z-index: 10;
}

.map-contacts__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    color: #fff;
    border: initial;
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s;
    z-index: 11;
}

.map-contacts__btn--services {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 74px;
}

.map__wrapper.active .map-contacts__img {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.map__wrapper.active .map-contacts__btn {
    opacity: 0;
    visibility: hidden;
}

.contacts__inf {
    z-index: 13;
}

.popup-btn {
    cursor: pointer;
}

.cost-item__title {
    border-radius: 15px 15px 0px 0px;
    background: #58bcc2;
    min-height: 106px;
}

.cost-item:before {
    display: none;
}

@media (max-width: 575px) {
    .cost-item__title {
        min-height: 90px;
    }
}

.container__tag-title {
    font-weight: 600;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    color: #026060;
}

.special-button {
    display: flex;
    align-items: center;
    gap: 6px;
}

.special-button img {
    width: 24px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.special-button span {
    font-size: 14px;
}

.special-button-container {
    display: flex;
    justify-content: center;
    padding-block-end: 20px;
}

.special-button_desktop {
    display: none;
    width: 45px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media screen and (width>=900px) {
    .special-button-container {
        display: none;
    }

    .special-button_desktop {
        display: block;
        position: fixed;
        left: 20px;
        bottom: 40px;
        z-index: 500;
    }
}

.nalog {
    display: flex;
    padding-top: 80px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.nalog-left-side {
    width: 35%;
}

.nalog-left-side-title {
    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
}

.nalog-left-side-desc {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 52px;
}

.nalog-left-side-icons {
    display: flex;
    gap: 10px;
}

.nalog-left-side-icon-item {
    width: 60px;
    height: 50px;
}

.nalog-right-side-mobile {
    display: none
}

@media (max-width: 900px) {
    .nalog {
        flex-direction: column;
    }

    .nalog-left-side {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .nalog-right-side {
        display: none
    }

    .nalog-right-side-mobile {
        display: block
    }
}

.types-payment {
    padding-top: 40px;
}

.types-payment__wrap {
    background-color: #ECFCFD;
    padding: 24px;
    border: 1px solid rgba(5, 115, 160, 0.04);
    border-radius: 20px;
    position: relative;
}

.types-payment .types-payment__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0573A0;
    margin-bottom: 30px;
}

.types-payment__items {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 11;
}

.types-payment__svg-right {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
}

.types-payment__svg-left {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

@media (max-width: 910px) {
    .types-payment .types-payment__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        color: black;
        margin-bottom: 16px;
    }

    .types-payment__picture img {
        width: 110px;
        height: 68px;
    }

    .types-payment__wrap {
        background-color: white;
        padding: 0px;
        border: 0px solid rgba(5, 115, 160, 0.04);
        border-radius: 0px;
    }

    .types-payment__items-main {
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .types-payment__item {
        border: 1px solid rgba(212, 232, 242, 0.91);
        border-radius: 8px;
    }

    .types-payment__svg-right,
    .types-payment__svg-left {
        display: none;
    }

    .types-payment__items {
        display: flex;
        gap: 12px;
        position: relative;
        z-index: 11;
        width: 898px;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.nc-form {
    display: none;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url('/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play {
    background-position: 0 0;
}

.content__wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.content__wrap th,
.content__wrap td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #d9fcff;
}

.content__wrap tr:nth-child(even) {
    background-color: #d9fcff;
}

@media screen and (max-width: 600px) {

    .content__wrap table,
    .content__wrap thead,
    .content__wrap tbody,
    .content__wrap th,
    .content__wrap td,
    .content__wrap tr {
        display: block;
    }

    .content__wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .content__wrap tr {
        border: 1px solid #d9fcff;
    }

    .content__wrap td {
        border: none;
        border-bottom: 1px solid #d9fcff;
        position: relative;
        padding-left: 50%;
    }

    .content__wrap td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label);
        font-weight: bold;
    }
}

.allprice-table__item a {
    padding: 10px 56.5px;
}

.allprice-table__form {
    padding: 0;
}

.container__search-top .header-search-button .btn.grey-btn {
    background-color: #ffffff;
}

.container__search-top .header-search-button .form-input {
    background-color: #ffffff;
}

.container__search-top .header-search-button {
    background-color: white;
    border-radius: 8px;
}

.header__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top-item__icon {
    position: relative;
}

.header__top-item__icon::before {
    content: "";
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 10px);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("/local/src/img/img/header/local.svg");
}

.header__phone-text {
    position: relative;
}

.header__phone-text::before {
    content: "";
    position: absolute;
    left: -27px;
    top: calc(50% - 10px);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("/local/src/img/header/phone_icon.png");
}

.header__top-wrap {
    display: flex;
    gap: 10px;
}

.header__top-item__text__city {
    font-weight: 500;
}

@media (max-width: 1200px) {
    .header__top-item__icon {
        display: none;
    }

    .header__phone-text::before {
        display: none;
    }
}

.installment-plan__wrap {
    padding: 32px 40px;
    background-color: #B8F5FA;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.installment-plan__title {
    font-weight: 500;
    font-size: 28px;
    color: black;
    margin-bottom: 12px;
}

.installment-plan__sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: black;
    margin-bottom: 30px;
}

.installment-plan__bottom {
    padding: 29px 35px;
    background-color: #D9FCFF;
    border-radius: 16px;
    max-width: 487px;
}

.installment-plan__num-top {
    font-weight: 600;
    font-size: 50px;
    position: relative;
    color: #0573A0;
    display: flex;
    align-items: center;
    gap: 45px;
}

.installment-plan__nums {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.installment-plan__num-top {
    position: relative;
}

.installment-plan__nums-line {
    width: 1px;
    height: 79px;
    background-color: #B5EEF3;
}

.installment-plan__links {
    display: flex;
    justify-content: center;
}

.installment-plan__num-bottom {
    font-weight: 500;
    font-size: 14px;
    color: #0573A0;
}

.installment-plan__num-span::before {
    content: "/";
    position: absolute;
    left: 41px;
    top: 3px;
    font-size: inherit;
    color: #0573A0;
}

.installment-plan__num-span--two::before {
    content: "/";
    position: absolute;
    left: 112px;
    top: 3px;
    font-size: inherit;
    color: #0573A0;
}

.installment-plan__btns {
    margin-bottom: 12px;
}

.installment-plan__btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    background-color: #0573a0;
    padding: 13.5px;
    width: 100%;
    border-radius: 12px;
    display: block;
    text-align: center;
}

.installment-plan__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #0573A0;
    opacity: 0.7;
}

.installment-plan {
    background-color: #ECFCFD;
}

.installment-plan__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    background-color: #0573a0;
    padding: 13.5px;
    width: 100%;
    max-width: 172px;
    border-radius: 12px;
    display: block;
    text-align: center;
}

.installment-plan__picture-percent {
    position: absolute;
    bottom: 0;
    right: 0;
}

.installment-plan__picture-ellipse {
    position: absolute;
    bottom: -10px;
    right: 0;
}

@media (max-width: 1050px) {
    .installment-plan__picture-percent {
        display: none;
    }

    .installment-plan__picture-ellipse {
        display: none;
    }
}

@media (max-width: 650px) {
    .installment-plan__title {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .installment-plan__nums-line {
        width: 100%;
        height: 1px;
        background-color: #B5EEF3;
    }

    .installment-plan__num-top {
        font-size: 40px;
    }

    .installment-plan__num-bottom {
        font-size: 12px;
    }

    .installment-plan__wrap {
        padding: 20px 16px;
        margin-bottom: 24px;
    }

    .installment-plan__sub-title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .installment-plan__bottom {
        padding: 14px 20px;
    }

    .installment-plan__nums {
        margin-bottom: 24px;
        flex-direction: column;
        gap: 16px;
        align-items: start;
    }
}

@media (max-width: 560px) {
    .installment-plan__bottom {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .installment-plan__link {
        width: 100%;
        max-width: 100%;
    }
}

.contact-info__top-item--adress {
    position: relative;
}

.contact-info__top-item--phone {
    position: relative;
}

.contact-info__top-item--time {
    position: relative;
}

.contact-info__top-item--mail {
    position: relative;
}

.contact-info__top-item--adress::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("/local/src/img/img/media/adress.svg");
}

.contact-info__top-item--phone::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("/local/src/img/img/media/phones.svg");
}

.contact-info__top-item--time::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("/local/src/img/img/media/time.svg");
}

.contact-info__top-item--mail::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url("/local/src/img/img/media/maill.svg");
}

.contact-info__top-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 31px;
}

.contact-info__top-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #01120E;
    width: 48%;
}

.contact-info__top-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #01120E;
    width: 48%;
}

.contact-info__wrap {
    background-color: #B8F5FA;
    border-radius: 40px;
    max-width: 646px;
    max-height: 602px;
    position: absolute;
    top: 50px;
    height: 100%;
    z-index: 100;
    left: 50px;
}

.contact-info__top-city {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    color: #0573A0;
    margin-bottom: 12px;
}

.contact-info__top {
    padding: 24px 40px;
}

.contact-info__bottom {
    padding: 19px 0px 40px 40px;
    background-color: #ECFCFD;
    max-height: 446px;
    border-radius: 0 0 40px 40px;
}

.contact-info__bottom-links {
    max-height: 360px;
    overflow: auto;
}

.contact-info__bottom-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 149%;
    color: #01120E;
    margin-bottom: 14px;
}

.maps {
    position: relative;
}

.contact-info__bottom-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.contact-info__bottom-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0573A0;
}

@media (max-width: 733px) {
    .contact-info__top-item {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }

    .contact-info__wrap {
        border-radius: 20px;
    }

    .contact-info__bottom-links {
        max-height: 250px;
        overflow: auto;
        gap: 4px;
    }

    .contact-info__bottom {
        padding: 14px 24px;
    }

    .contact-info__top {
        padding: 14px 24px;
    }

    .contact-info__bottom {
        max-height: 365px;
    }

    .contact-info__bottom-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact-info__top-item {
        width: 100%;
    }

    .contact-info__top-city {
        font-size: 20px;
    }

    .contact-info__top-items {
        flex-direction: column;
    }

    .contact-info__top-items {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        flex-direction: column;
        padding-left: 31px;
    }
}

.contact-info__bottom-links {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #abd5e3 transparent;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.contact-info__bottom-links::-webkit-scrollbar-button {
    display: none;
}

.contact-info__bottom-link:hover {
    color: #189acf;
}

@media (max-width: 733px) {
    .contact-info__bottom-links {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-info__wrap {
        background-color: #B8F5FA;
        border-radius: 20px;
        max-width: 100%;
        max-height: 512px;
        position: absolute;
        width: 91%;
        margin: 17px;
        top: 20px;
        height: 100%;
        left: auto;
    }

    .contact-info__bottom {
        border-radius: 0 0 20px 20px;
    }
}

.map-container {
    position: relative;
    width: 100%;
    height: 720px;
    margin-top: 60px;
}

.map-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.map-loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
}

#map-1 {
    width: 100%;
    height: 100%;
    display: none;
}

.map-loader-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: black;
    padding: 12.5px 31px;
    background-color: #ECFCFD;
    border-radius: 12px;
}

@media (max-width: 1731px) {
    .map-loader-text {
        left: 60%;
    }
}

@media (max-width: 1450px) {
    .map-loader-text {
        left: 72%;
    }
}

@media (max-width: 1220px) {
    .map-loader-text {
        left: 81%;
    }
}

@media (max-width: 1024px) {
    .map-loader-text {
        left: 50%;
        top: auto;
        bottom: -15px;
    }
}

@media (max-width: 733px) {
    .map-container {
        margin-top: 30px;
    }

    .map-loader-text {
        left: 50%;
        top: auto;
        bottom: 33px;
        width: 240px;
    }
}

.content {
    position: relative;
}

.form-banner {
    position: absolute;
    right: 0;
    bottom: 58px;
    max-width: 369px;
    background-color: #05A17B;
    padding: 29px;
    border-radius: 24px;
    z-index: 10;
}

.form-banner .form-contact__phone {
    max-width: 349px;
    width: 100%;
    margin-bottom: 10px;
}

.form-banner__btn {
    max-width: 349px;
    width: 100%;
    margin-bottom: 12px;
}

.form-banner__text {
    max-width: 349px;
    width: 100%;
    color: white;
    font-size: 12px;
}

.form-banner__text a {
    color: white;
}

.form-banner__title {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
}

.form-banner__btn {
    padding: 16px 104px;
    gap: 10px;
    background: #0573a0;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1200px) {
    .form-banner {
        right: 15px;
    }
}

@media (max-width: 1000px) {
    .hero__content {
        flex-direction: column;
    }

    .form-banner {
        position: relative;
        right: 0;
        bottom: 0;
        max-width: 100%;
    }

    .hero__img {
        display: none;
    }

    .form-banner__form {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hero-text__block {
        margin-bottom: 30px;
    }

    .form-banner__input {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .form-banner__btn {
        text-align: center;
        padding: 14px 10px;
    }
}

@media (max-width: 800px) {
    .form-banner__form {
        flex-direction: column;
    }

    .form-banner .form-contact__phone {
        max-width: 100%;
    }

    .form-banner__btn {
        max-width: 100%;
    }

    .form-banner__input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-banner__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .form-banner__title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
    }
}

.header__phone-text--top,
.header__top-adress {
    font-size: 12px;
}

.map-loader-text {
    cursor: pointer;
}

.article-nav_dop picture {
    width: 2em;
    display: block;
}

.article-nav_dop a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

/* Начало попап политики */

.med-cookie {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.med-cookie.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.med-cookie__box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 44px 14px 16px;
    border-radius: 12px;
    background: linear-gradient(134.71deg, rgba(98, 200, 205, 0.96) 0, rgba(71, 174, 180, 0.96) 99.741%);
    box-shadow: 0 10px 28px rgba(42, 129, 134, 0.22);
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.med-cookie__content {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
    flex: 1 1 auto;
}

.med-cookie__content a,
.med-cookie__mobile-full a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.med-cookie__content a:hover,
.med-cookie__mobile-full a:hover {
    opacity: 0.8;
}

.med-cookie__mobile {
    display: none;
    flex: 1 1 auto;
}

.med-cookie__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-top: 2px;
    gap: 8px;
}

.med-cookie__agree,
.med-cookie__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}

.med-cookie__agree:hover,
.med-cookie__toggle:hover {
    background: rgba(255, 255, 255, 0.26);
    border-color: rgba(255, 255, 255, 0.38);
}

.med-cookie__toggle {
    display: none !important;
}

.med-cookie__close {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.med-cookie__close:hover {
    opacity: 1;
}

.med-cookie__close::before {
    content: "×";
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

@media (max-width: 900px) {
    .med-cookie__box {
        padding: 13px 40px 13px 14px;
        border-radius: 10px;
        gap: 10px;
    }

    .med-cookie__content {
        font-size: 13px;
        line-height: 1.4;
    }

    .med-cookie__agree,
    .med-cookie__toggle {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
        border-radius: 6px;
    }

    .med-cookie__close {
        top: 6px;
        right: 7px;
        width: 22px;
        height: 22px;
    }

    .med-cookie__close::before {
        font-size: 18px;
    }
}

@media (max-width: 650px) {
    .med-cookie {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .med-cookie__box {
        display: block;
        padding: 10px 34px 12px 12px;
        border-radius: 10px;
    }

    .med-cookie__content--desktop {
        display: none !important;
    }

    .med-cookie__mobile {
        display: block !important;
        color: #fff;
        font-size: 12px;
        line-height: 1.35;
        margin: 0;
    }

    .med-cookie__mobile-top {
        display: block;
    }

    .med-cookie__mobile-short {
        display: block;
        font-size: 12px;
        line-height: 1.35;
        text-align: left;
    }

    .med-cookie__mobile-full {
        display: none;
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.35;
        text-align: left;
    }

    .med-cookie.is-expanded .med-cookie__mobile-full {
        display: block !important;
    }

    .med-cookie__actions {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 8px 0 0 0;
    }

    .med-cookie__toggle {
        display: inline-flex !important;
    }

    .med-cookie__agree,
    .med-cookie__toggle {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
        border-radius: 6px;
    }

    .med-cookie__close {
        top: 5px;
        right: 6px;
        width: 20px;
        height: 20px;
    }

    .med-cookie__close::before {
        font-size: 16px;
    }
}

/* Конец попап политики */

/*

.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;
    height: auto;
}

.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;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__content {
        text-align: center;
        margin: 0 30px 0 0;
        font-size: 10px
    }
}

.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: .9em;
    line-height: 2;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: uppercase;
    display: block;
    background-color: #ffffffe8;
    border: none;
    cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4em;
    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__button-cross::after {
    content: "\00D7";
    color: #999;
    line-height: 1;
    transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
    color: #fff;
}

*/

.mySwiperDoc {
    padding-bottom: 48px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 21px;
}

.alldoctors__item-star {
    position: absolute;
    top: 24px;
    right: 24px;
}

.swiper-pagination-bullet {
    background: #6ae8f3;
}

.alldoctors__item-title {
    font-weight: 500;
    font-size: 41px;
    text-align: center;
    color: black;
    margin-bottom: 48px;
    padding-top: 30px;
}

.swiper-pagination-bullet-active {
    background: #7CD7DD;
}

.alldoctors__item-stage,
.alldoctors__item-review {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: black;
}

.alldoctors__item {
    position: relative;
}

.alldoctors__item-stage span,
.alldoctors__item-review a {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: black;
}

.alldoctors__item-review a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.swiper-slide .alldoctors__item-block__img {
    width: 42px;
}

.swiper-slide .alldoctors__item-spec {
    margin-bottom: 0px;
}

.alldoctors__item-star--mob {
    display: none;
}

.swiper-slide {
    margin-left: 0px;
}

.alldoctors__items-wrapper {
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .alldoctors__item {
        padding-top: 58px;
    }

    .alldoctors__item-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 140%;
        text-align: left;
        margin-bottom: 32px
    }

    .mySwiperDoc .swiper-slide {
        width: 270px;
    }

    .swiper-slide .alldoctors__item-img img {
        max-width: 197px;
    }

    .swiper-slide {
        width: 100%;
        margin-right: 0px;
        margin-left: 0;
    }

    .alldoctors__item-star {
        display: none;
    }

    .alldoctors__item-star--mob {
        display: block;
        right: auto;
        left: 24px;
    }

    .alldoctors__item-stage,
    .alldoctors__item-review {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .alldoctors__item-stage span,
    .alldoctors__item-review a {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
    }

    .swiper-slide .alldoctors__item-fio {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: var(--black);
        width: 100%;
    }

    .swiper-slide .alldoctors__item {
        gap: 12px;
    }

    .swiper-slide .alldoctors__item-spec {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: black;
    }
}

.faq__wrapper {
    display: flex;
    gap: 20px;
}

@media (max-width: 1023px) {
    .faq__wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.faq__card-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 570px;
    padding: 24px 30px 30px 30px;
    background-color: #F3FEFF;
    border-radius: 16px;
}

.faq__card-top {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #0573A0;
    padding-bottom: 24px;
    border-bottom: 1px solid #D1EFF2;
}

.faq__card-wrapper {
    display: flex;
    gap: 16px;
}

.faq__card-about {
    display: flex;
    flex-direction: column;
}

.faq__card-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #01120E;
    margin-bottom: 8px;
}

.faq__card-stars {
    display: flex;
    gap: 4px;
    align-items: center;
}

.faq__card-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    color: #0573A0;
    margin-top: auto;
}

.faq__card-space {
    max-width: 120px;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-color: #0573A0;
}

.faq__card-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 570px;
    padding: 24px 30px 30px 30px;
    background-color: #0573A0;
    border-radius: 16px;
}

.faq__card-right-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.faq__card-right-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.faq__form {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.faq__form .form-contact__phone {
    width: 100%;
    max-width: 250px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
}

.faq__form .form-contact__btn {
    width: 100%;
    max-width: 250px;
    background-color: #FFFFFF;
    color: #0573A0;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #0573A0;
}



.faq__card-right label {
    display: flex;
}

.form__custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
}

.form__custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form__checkmark {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-color: #FFFFFF;
    border: 2px solid #84A4E4;
    border-radius: 4px;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.form__custom-checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: #84A4E4;
    border-color: #84A4E4;
}

.form__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form__custom-checkbox input[type="checkbox"]:checked~.form__checkmark:after {
    display: block;
}

.form__custom-checkbox .form__checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form__block-check-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
}

.faq_block-check .hrefscolor {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
}

.faq__svg-space {
    width: 100%;
    max-width: 44px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 6px;
    position: relative;
}

.reviews-slider__item-top {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.reviews-slider__item-top-right {
    display: flex;
    flex-direction: column;
}

.reviews-slider__stars {
    display: flex;
    gap: 4px;
}

.reviews-slider__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
    border-top: 1px solid #E9E9E9;
}

.reviews-slider__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 27px;
    color: #01120E;
    text-transform: none;
}

.service__item-discount{
    display: block;
    padding: 6px 19px;
    border-radius: 8px;
    background: #ffba1a;
    font-size: 20px;
    font-weight: 700;
    color: #01120e;
    top: 25px;
    right: 25px;
    z-index: 2;
    display: flex;
    gap: 20px;
    width: 70%;
}
.service__item-discount p a{
    text-decoration: underline;
    color: black;
}

.service__item-newsvg{
  width: 80%;
  height: 64%;
}
@media (max-width: 650px) {
    .intro-main__form-bottom{
        width: 100%;
    }
    .service__item-discount p a{
        font-size: 14px;
    }
    .service__item-discount p{
        padding-bottom: 4px;
        margin-left: -10px;
    }
    .service__item-discount{
        width: 70%;
    }
    .service__item-discount svg{
        margin-top: 3px;
    }
}

/*попап выбора города*/
.popup__body_new {
	margin-top: 10%;
}

.popup__search-form {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px
    min-width:300px;
	padding: 15px 20px;
	position: relative;
	z-index: 1;
}

.city-popup__title {
    margin-left: -260px;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}

.popup__content.popup__content_city {
	gap: 0;
}

.popup__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
}

.popup__content {
	background-color: var(--fon-plashek-2);
	border-radius: 40px;
	gap: 60px;
	max-width: 1000px;
	padding: 40px;
	position: relative;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.popup__content_city {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 600px;
	background-color: #fff;
}

.search__input {
    background-color: #EAF5FA;
	width: 520px;
    height: 54px;
    border-radius: 12px;
    padding: 10px;
}

.search-popup__subtitle {
	font-size: 16px;
    font-weight: 500;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}

.close {
	align-items: center;
	cursor: pointer;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 20px;
}

.close img {
	height: 34px;
	width: 34px;
}

.city {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	max-height: 300px;
	overflow-y: auto;
	width: 100%;
	z-index: 10;
}

.city::-webkit-scrollbar {
	width: 6px;
}

.city::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

.city li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 1px solid #0573A0;
	border-radius: 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 10px 20px;
	-webkit-transition: color 0.3s linear, border-color 0.3s linear;
	transition: color 0.3s linear, border-color 0.3s linear;
	color: black;
}

.city li a {
	color: black;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
}


@media (max-width: 950px) {
	.popup__content {
		padding: 40px 20px;
	}
}

@media (max-width: 650px) {
	.popup__content {
		border-radius: 20px;
		padding: 50px 20px 20px;
	}

	.city-popup__title {
		font-size: 22px;
	}

	.city-popup__title-wrap {
		gap: 10px;
		margin-bottom: 10px;
	}

	.close {
		right: 10px;
		top: 10px;
	}

	.close img {
		height: 26px;
		width: 26px;
	}
}
.select_city{
    text-alinh: center;
    border: 1px solid #E6F1F6;
    border-radius: 12px;
    margin: auto;
}

.search-popup__subtitles{
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    text-align: left;
    margin-left: 10px;
}
.select__cities{
    width: 518px;
    height: 54px;
    display: flex;
}
.select__blue-city{
    display: flex;
    float: right;
    margin-top: 5px;
    background-color: #0573A0;
    width: 189px;
    height: 42px;
    border-radius: 7px;
    color: #fff;
    margin-left: 150px;
}
.select__blue-city svg{
    margin-top: 10px;
    margin-left: 10px;
}
.select__blue-city p{
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.city-result {
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    background: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.city-result.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.city-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    transition: all 0.2s ease;
    gap: 12px;
}

.city-item:hover {
    background-color: #f8f9fa;
    transform: translateX(4px);
}

.city-item.active {
    background-color: #e3f2fd;
}

.city-item:last-child {
    border-bottom: none;
}

.city-icon {
    font-size: 20px;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.city-info {
    flex: 1;
    min-width: 0;
}

.city-name {
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 2px;
    line-height: 1.3;
}

.city-domain {
    font-size: 12px;
    color: #7f8c8d;
    line-height: 1.2;
}

.city-arrow {
    color: #bdc3c7;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.city-item:hover .city-arrow {
    color: #3498db;
    transform: translateX(2px);
}

.search-no-results {
    padding: 24px 16px;
    text-align: center;
    color: #7f8c8d;
}

.no-results-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.no-results-text {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px;
}

.no-results-hint {
    font-size: 12px;
    opacity: 0.8;
}

mark {
    background-color: #fff3cd;
    color: #856404;
    padding: 0 1px;
    border-radius: 2px;
    font-weight: 700;
}

.city-result::-webkit-scrollbar {
    width: 6px;
}

.city-result::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 12px 12px 0;
}

.city-result::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.city-result::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

@media (max-width: 768px) {
    .city-result {
        margin-top: 4px;
        border-radius: 8px;
    }
    
    .city-item {
        padding: 10px 12px;
    }
}
.feedback__form {
    background-color: #B8F5FA;
    border-radius: 30px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #01120E;
    position: relative;
    overflow: hidden;
}

.feedback__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;

}
.feedback__wrap>* {
    flex-basis: calc(50% - 5px);
}

.feedback__button {
    background: #0573a0;
    border-radius: 12px;
    padding: 16px 34.3px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}
.feedback__textarea {
    resize: none;
}

.feedback__textarea, .feedback__input {
    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: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 16px 9px;
    width: 309px;
}

.feedback__textarea {
    width: 100%;
}

.feedback__button {
    max-width: 310px;
    width: 100%;
}

.feedback__wrap-bottom {
    display: flex;
    gap: 10px;
    align-items: center;
}

.feedback__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
z-index: 2;
}

@media (max-width: 810px) {
    .feedback__wrap>* {
        flex-basis: 100%;
        width: 100%;
    }
}

.feedback__title {
    margin-bottom: 34px;
}


.feedback__form-decor-1 {
position: absolute;
display: block;
right: -13%;
top: -150px;
}

.feedback__form-decor-2 {
    position: absolute;
display: block;
right: 0%;
bottom: -180px;
}

.reviews.reviews-all__page {
    background: white;
}

.feeadback__hrefscolor {
    color: #01120E !important;

    &:hover {
        color: #01120ec4 !important; 
    }
}

.reviews-page__item {
    background: #ECFCFD;
    height: auto;
    display: flex;
    flex-direction: column;
}
.reviews-page__item .reviews-slider__bottom {
    flex-grow: 1;
}

.reviews-page__item .reviews-slider__content{
    height: 100%;
}

.reviews-page__item .reviews-slider__item-top picture {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    max-width: 60px;
    max-height:60px; 
    min-height: 60px;
    width: 100%;
    height: 100%;
}

.reviews-page__item .reviews-slider__item-top picture img {
width: 24px;
height: 30px;
object-fit: contain;
}

@media (max-width: 900px) {
    .faq__form>* {
width: 100%;
max-width: 100%;
        min-width: 100%;
    }

    .faq__form>*>* {
        width: 100%;
        max-width: 100%;
                min-width: 100%;
            }
}


.navigation {
    margin-top: 40px;
  }
  .navigation__head {
    border-radius: 20px;
    padding: 30px;
    background: #ecfcfd;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #01120e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .navigation__head-btn {
    border: 1px solid #96dfe4;
    border-radius: 5px;
    padding: 11px;
    background: #fff;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation__head-btn path {
    transition: all 0.3s ease;
  }
  .navigation__head.active .navigation__head-btn path:last-child {
    opacity: 0;
    transform: rotateX(90deg);
  }
  .acc__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .navigation__main {
    border: 1px solid #d4e8f2;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    margin-bottom: 1px;
  }
  .article-nav_os a {
    font-weight: 600;
  }
  .article-nav_dop a {
    font-weight: 500;
  }
  .article-nav__list a:hover {
    color: #0573a0;
    text-decoration: none;
  }

  @media (max-width: 650px) {
    .navigation__head {
        padding: 20px;
      }
      .navigation__main {
        padding: 20px;
      }
      .article-nav__list {
        max-height: none;
      }
  }

.zbdoc-header-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}

.header__bottom-call{
    padding: 5px 0;
}

/* иконка */
.zbdoc-header-live__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;

  animation: zbdocPulse 2.2s infinite;
}

/* текст */
.zbdoc-header-live__text {
  font-size: 15px;
  font-weight: 600;
  color: #0573a0;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  position: relative;
  top: -3px;
}

/* 🔥 синяя онлайн точка */
.zbdoc-live-dot {
  width: 7px;
  height: 7px;
  background: #63c7ce;
  border-radius: 50%;

  animation: zbdocPulseDot 2.2s infinite;
}

/* 🔥 пульсация иконки */
@keyframes zbdocPulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(39,174,96,0));
  }
  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 8px rgba(39,174,96,0.35));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(39,174,96,0));
  }
}

/* 🔥 пульсация точки (синий) */
@keyframes zbdocPulseDot {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0,117,255,0.4);
  }
  50% {
    transform: scale(1.4);
    opacity: 0.4;
    box-shadow: 0 0 6px rgba(0,117,255,0.4);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0,117,255,0.4);
  }
}

/* hover */
.zbdoc-header-live:hover {
  transform: scale(1.05);
}

.zbdoc-header-live:hover .zbdoc-header-live__text {
  text-decoration: underline;
}

/* мобилка */
@media (max-width: 768px) {
  .zbdoc-header-live__text {
    display: none;
  }
  
  .header__bottom-call{
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
}
}

/* Виджет обратной связи*/

.trezvost-contact-widget {
  position: fixed;
  left: 50%;
  bottom: calc(24px + var(--cookie-offset, 0px));
  transform: translateX(-50%);
  z-index: 9990;
  width: calc(100% - 24px);
  pointer-events: none;
}

.trezvost-contact-widget__bar {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(4, 115, 160, 0.24);
  backdrop-filter: blur(16px);
  box-shadow:
    0 10px 30px rgba(4, 115, 160, 0.14),
    0 2px 8px rgba(4, 115, 160, 0.10);
  pointer-events: auto;
  box-sizing: border-box;
}

.trezvost-contact-widget__item,
.trezvost-contact-widget__social {
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.trezvost-contact-widget__item:hover,
.trezvost-contact-widget__social:hover {
  transform: translateY(-1px);
}

.trezvost-contact-widget__item {
  padding: 0 18px;
  border: 2px solid #0473a0;
  border-radius: 12px;
  background: #f4fbff;
  color: #0473a0;
  box-shadow: 0 4px 10px rgba(4, 115, 160, 0.05);
}

.trezvost-contact-widget__item--phone {
  min-width: 210px;
  gap: 10px;
}

.trezvost-contact-widget__item--accent {
  min-width: 180px;
  background: #0473a0;
  color: #ffffff;
}

.trezvost-contact-widget__item--accent:hover {
  background: #036389;
  border-color: #036389;
}

.trezvost-contact-widget__item--outline {
  min-width: 220px;
}

.trezvost-contact-widget__item--phone:hover,
.trezvost-contact-widget__item--outline:hover {
  background: #eaf7fc;
}

.trezvost-contact-widget__social {
  width: 50px;
  min-width: 50px;
  padding: 0;
  border: 2px solid #0473a0;
  border-radius: 50%;
  background: #0473a0;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(4, 115, 160, 0.14);
}

.trezvost-contact-widget__social:hover {
  background: #036389;
  border-color: #036389;
}

.trezvost-contact-widget__icon {
  display: none;
}

.trezvost-contact-widget__icon--phone {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.trezvost-contact-widget__social-icon {
  display: block;
  margin: 0;
  flex: 0 0 auto;
}

.trezvost-contact-widget__social-icon--chat {
  width: 24px;
  height: 24px;
}

.trezvost-contact-widget__social-icon--telegram {
  width: 23px;
  height: 23px;
}

.trezvost-contact-widget__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.trezvost-contact-widget__label--phone {
  overflow: hidden;
  text-overflow: ellipsis;
}

.trezvost-contact-widget__label--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .trezvost-contact-widget {
    width: calc(100% - 20px);
    bottom: calc(20px + var(--cookie-offset, 0px) + env(safe-area-inset-bottom));
  }

  .trezvost-contact-widget__bar {
    padding: 8px;
    gap: 7px;
  }

  .trezvost-contact-widget__item,
  .trezvost-contact-widget__social {
    height: 46px;
    min-height: 46px;
  }

  .trezvost-contact-widget__item {
    padding: 0 15px;
    border-radius: 11px;
  }

  .trezvost-contact-widget__item--phone {
    min-width: 185px;
  }

  .trezvost-contact-widget__item--accent {
    min-width: 165px;
  }

  .trezvost-contact-widget__item--outline {
    min-width: 200px;
  }

  .trezvost-contact-widget__social {
    width: 46px;
    min-width: 46px;
  }

  .trezvost-contact-widget__icon--phone {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .trezvost-contact-widget__social-icon--chat {
    width: 22px;
    height: 22px;
  }

  .trezvost-contact-widget__social-icon--telegram {
    width: 21px;
    height: 21px;
  }

  .trezvost-contact-widget__label {
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .trezvost-contact-widget {
    width: calc(100% - 16px);
    bottom: calc(16px + var(--cookie-offset, 0px) + env(safe-area-inset-bottom));
  }

  .trezvost-contact-widget__bar {
    width: 100%;
    justify-content: center;
    gap: 6px;
    padding: 8px;
  }

  .trezvost-contact-widget__item,
  .trezvost-contact-widget__social {
    height: 42px;
    min-height: 42px;
  }

  .trezvost-contact-widget__item {
    min-width: 0;
    padding: 0 12px;
    flex: 1 1 auto;
    border-radius: 10px;
  }

  .trezvost-contact-widget__item--phone {
    flex: 1.2 1 auto;
  }

  .trezvost-contact-widget__item--outline {
    flex: 1.25 1 auto;
  }

  .trezvost-contact-widget__social {
    width: 42px;
    min-width: 42px;
    flex: 0 0 42px;
  }

  .trezvost-contact-widget__label--desktop {
    display: none;
  }

  .trezvost-contact-widget__label--mobile {
    display: inline;
  }

  .trezvost-contact-widget__label--phone {
    display: inline-block;
    font-size: 12px;
  }

  .trezvost-contact-widget__icon--phone {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .trezvost-contact-widget__social-icon--chat {
    width: 20px;
    height: 20px;
  }

  .trezvost-contact-widget__social-icon--telegram {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 560px) {
  .trezvost-contact-widget {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    transform: none;
    bottom: calc(14px + var(--cookie-offset, 0px) + env(safe-area-inset-bottom));
    box-sizing: border-box;
  }

  .trezvost-contact-widget__bar {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    gap: 5px;
    padding: 6px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .trezvost-contact-widget__item--phone {
    display: none;
  }

  .trezvost-contact-widget__item--accent,
  .trezvost-contact-widget__item--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    height: 38px;
    min-height: 38px;
    padding: 0 8px;
    border-radius: 9px;
  }

  .trezvost-contact-widget__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    flex: 0 0 38px;
  }

  .trezvost-contact-widget__label--desktop {
    display: none;
  }

  .trezvost-contact-widget__label--mobile {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
  }

  .trezvost-contact-widget__social-icon--chat {
    width: 18px;
    height: 18px;
  }

  .trezvost-contact-widget__social-icon--telegram {
    width: 17px;
    height: 17px;
  }
}
