/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
    ========================================================================== */
tml {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
        ========================================================================== */
body {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

main {
    display: block;
}

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

/* Grouping content
        ========================================================================== */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

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

/* Text-level semantics
        ========================================================================== */
a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
        ========================================================================== */
img {
    border-style: none;
}

/* Forms
        ========================================================================== */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

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

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

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

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

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
        ========================================================================== */
details {
    display: block;
}

summary {
    display: list-item;
}

/* Misc
        ========================================================================== */
template {
    display: none;
}

[hidden] {
    display: none;
}

.result_wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* fonts */

/* Gilroy */
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("Gilroy"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local("Gilroy"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: local("Gilroy"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: local("Gilroy"), url("../fonts/gilroy/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Extrabold.woff") format("woff");
}





/* reset styles */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    width: 100%;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
}

picture {
    display: block;
}

@media (max-width:768px) {
    picture {
        display: flex;
        justify-content: center;
    }
}



/* ------root------ */
:root {
    --font-family: "Gilroy", sans-serif;
}




/* glob */
html.lock {
    overflow: hidden;
}

html.burger-lock {
    overflow: hidden;
}

html.burger-lock::before {
    opacity: 1;
}

html::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3215686275);
    position: fixed;
    inset: 0;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

main {
    margin-top: 200px;
}

body.lock {
    overflow: hidden;
}

body.burger-lock {
    overflow: hidden;
}

.no-scroll {
    overflow: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 123%;
    color: #6c6c6c;
}


.container {
    width: 100%;
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto;
}

.section {
    padding: 80px 0;
}

.section-page {
    padding-bottom: 80px;
}

.card {
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    background: #fff;
}


.standart-btn {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0069ab), to(#00abdd));
    background-image: -o-linear-gradient(left, #0069ab 30%, #00abdd 100%);
    background-image: linear-gradient(90deg, #0069ab 30%, #00abdd 100%);
    color: #fff;
    border: #90a4af 1px solid;
    font-family: "Gilroy", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.standart-btn:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}


.title {
    text-align: center;
    color: #0f1c24;
    font-family: "Gilroy", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 36px;
}

.title span {
    display: block;
    font-weight: 400;
}

.title-h1 {
    color: #0f1c24;
    font-family: "Gilroy", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3em;
}

.above-title {
    color: #00abdd;
    font-family: "Gilroy", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}


/* form  */

.form {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.form-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.1;
}

.form-subtitle {
    color: #00abdd;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.form-item {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    padding-bottom: 10px;
    color: #333;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 6px 16px;
    font-size: 16px;
    border: 1px solid #818a91;
    background-color: #fff;
    border-radius: 30px;
    min-height: 47px;
}

.form-textarea {
    min-height: 138px;
}

.form-btns {
    width: 100%;
    margin-bottom: 15px;

}

.form-btn {
    min-height: 47px;
}

.form-politic {
    color: #333;
    font-size: 10px;
}

.form-politic a {
    color: #2fafff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.form-politic a:hover {
    color: #0f1c24;
}


/* elementor-section */

.elementor-section {
    background-color: #eff4f6;
    position: relative;
}

.elementor-section-white {
    background-color: #fff;
    position: relative;
}

.elementor-section-bottom {
    padding-bottom: 80px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* z-index: -1; */
    height: 50px;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.elementor-shape .elementor-shape-fill-color {
    fill: #eff4f6;
}


/* faq */
.faq__accordion {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.faq__panel {
    display: none;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
}


/* swiper-pagination */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet {
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-pagination-bullet-active {
    background: #00abdd;
    opacity: 1;
}


/* breadcrumbs */
.breadcrumbs {
    margin-bottom: 40px;
    padding-top: 30px;
}

.breadcrumbs,
.breadcrumbs li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs li,
.breadcrumbs li a {
    font-size: 14px;
    line-height: 133%;
    color: #333;
}

.breadcrumbs li a {
    color: #2fafff;
}

.breadcrumbs li a:hover {
    color: #333;
}

.breadcrumbs li:after {
    content: "/";
    font-size: 14px;
    color: rgba(99, 99, 99, 0.7);
    font-size: inherit;
}

.breadcrumbs li:last-child::after {
    content: none;
}


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

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

.card-item {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 20px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.card-item:hover {
    color: #fff;
    background-color: #0069ab;

    a {
        color: #fff;
    }

    p {
        color: #fff;
    }
}

.card-item img {
    margin-bottom: 20px;
    border-radius: 10px;
}

@media (max-width: 960px) {
    .grid-col-3 {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

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

    .grid-col-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}



/*  media global  */
@media (max-width: 885px) {
    .title {
        font-size: 36px;
    }

    .section {
        padding: 40px 0;
    }

    .elementor-section-bottom {
        padding-bottom: 60px;
    }

    .section-page {
        padding-bottom: 40px;
    }

    .breadcrumbs {
        margin-bottom: 40px;
    }
}

@media (max-width: 688px) {
    body {
        font-size: 14px;
        line-height: 157%;
    }

    .title {
        font-size: 24px;
        line-height: 133%;
        margin-bottom: 20px;
    }

    .page__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .page-title {
        margin-bottom: 20px;
    }

    .title-h1 {
        font-size: 28px;
        line-height: 121%;
    }

    .title-h3 {
        font-size: 18px;
        line-height: 133%;
    }

    .title-h4 {
        font-size: 16px;
    }

    .above-title {
        font-size: 16px;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .card {
        border-radius: 10px;
        padding: 16px;
    }

    .form {
        padding: 20px;
    }

    .form-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .form-subtitle {
        font-size: 16px;
    }

    .form-label {
        padding-bottom: 8px;
    }

    .form-input,
    .footer-btn {
        min-height: 37px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .breadcrumbs,
    .breadcrumbs li {
        gap: 4px;
    }
}



/* animation photo */
.img-animation img {
    -webkit-transition: scale 3s ease;
    -o-transition: scale 3s ease;
    transition: scale 3s ease;
}

.img-animation {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.img-animation::before {
    border-radius: 10px;
    display: block;
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
    -webkit-clip-path: circle(0% at 100% 100%);
    clip-path: circle(0% at 100% 100%);
    z-index: 2;
    -webkit-transition: -webkit-clip-path 0.4s ease-in-out;
    transition: -webkit-clip-path 0.4s ease-in-out;
    -o-transition: clip-path 0.4s ease-in-out;
    transition: clip-path 0.4s ease-in-out;
    transition: clip-path 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.2);
}

.img-animation:hover img {
    scale: 1.05;
}

.img-animation:hover::before {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
}

@-webkit-keyframes transformItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes transformItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.scale-item {
    scale: 0.6;
    opacity: 0;
    -webkit-transition: scale 0.4s ease, opacity 0.3s ease;
    -o-transition: scale 0.4s ease, opacity 0.3s ease;
    transition: scale 0.4s ease, opacity 0.3s ease;
}

.rotate-item {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rotate-item:nth-child(2n) {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.3s ease, -webkit-transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rotate-item:nth-child(3n) {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.3s ease, -webkit-transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rotate-item:nth-child(5n) {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.3s ease, -webkit-transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s ease;
    transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s ease;
    transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s ease, -webkit-transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@-webkit-keyframes textAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes textAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.transform-item {
    opacity: 0;
}

.text-animation {
    opacity: 0;
}

.animation-active.scale-item {
    opacity: 1;
    scale: 1;
}

.animation-active.rotate-item {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.animation-active.text-animation {
    opacity: 1;
    -webkit-animation: textAnimation 0.4s forwards;
    animation: textAnimation 0.4s forwards;
}

.animation-active.transform-item {
    opacity: 1;
    -webkit-animation: transformItem 0.4s forwards;
    animation: transformItem 0.4s forwards;
}

.animation-active.transform-item:nth-child(2n) {
    -webkit-animation: transformItem 0.6s forwards;
    animation: transformItem 0.6s forwards;
}

.animation-active.transform-item:nth-child(3n) {
    -webkit-animation: transformItem 0.7s forwards;
    animation: transformItem 0.7s forwards;
}

.animation-active.transform-item:nth-child(5n) {
    -webkit-animation: transformItem 0.8s forwards;
    animation: transformItem 0.8s forwards;
}

.animation-active.transform-item:nth-child(7n) {
    -webkit-animation: transformItem 0.9s forwards;
    animation: transformItem 0.9s forwards;
}





/* header */
.header__top.hide {
    padding: 0;
    position: relative;
    top: -1000px;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.logo {
    display: block;
    width: 228px;
    max-height: 70px;
}


.header__top {
    padding: 10px 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__top_phone--mobile {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.header__top_phone--mobile a {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    color: #00abdd;
}

.header__top_phone--mobile span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.header__top_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top_adres {
    font-size: 14px;
    opacity: 0.8;
    color: #6c6c6c;
    font-weight: 400;
    line-height: 1.5em;
}

.header__top_adres a {
    display: inline-block;
    color: #6c6c6c;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__top_adres a:hover {
    opacity: 1;
    font-weight: 500;
    color: #0069ab;
}

.header__top_phone {
    color: #0f1c24;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header__top_phone a {
    color: #0f1c24;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__top_phone a:hover {
    text-decoration: underline;
}

.header__top_btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2fafff;
}

.header__top_btn-search img {
    width: 20px;
    height: 20px;
}

.header__top_btns {
    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;
}

.header__top_btn {
    width: 100%;
    display: block;
}

.header__contact_img {
    width: 18px;
    height: 20px;
}


/*  header bottom  */
.header__bottom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, .5);

    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, .5);
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.header__bottom_row.scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;

    .header__nav_phone {
        display: block;
    }

    .header__nav_link {
        padding: 0px 0 20px;
    }
}

.header__bottom_nav {
    width: 100%;
}

.header__bottom_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav_link {
    display: block;
    color: #0f1c24;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.header__nav_link:hover {
    color: #2fafff;
}

.hide-item--active {
    position: relative;
    border: none;

    .header__nav_link {
        color: #2fafff;
    }

    .header__submenu {
        display: block;
    }
}

.header__nav_phone {
    display: none;
    font-size: 25px;
    font-weight: 600;
    color: #00abdd;
    padding-bottom: 20px;
}

.header__nav_phone:hover {
    color: #0390ba;
}




/* header submenu */
.header__submenu {
    display: none;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: 520px;
    overflow-y: auto;
    z-index: 5;
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 5px 20px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, .5);
}

.header__submenu::-webkit-scrollbar {
    width: 3px;
}

.header__submenu::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 3px;
}

.header__submenu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #367ae3;
}

.header__sublink_link {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #0f1c24;
    padding: 10px 0;
    width: 100%;
}

.header__sublink_link:hover {
    color: #2fafff;
}

.header__submenu-top {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}



/* header-mobile__wrapper */
.header-mobile__wrapper {
    display: none;
}

/* burger__menu */
.burger__menu {
    width: 30px;
    height: 30px;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 3px;
}

.burger__menu span {
    display: block;
    width: 30px;
    height: 4px;
    background: #0f1c24;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.burger__menu--active span {
    background: #0069ab;
}

.burger__menu--active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 10px;
}

.burger__menu--active span:nth-child(2) {
    opacity: 0;
}

.burger__menu--active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    bottom: 10px;
}



/* media header */
@media (max-width: 1000px) {
    .header--active {
        position: fixed;
    }

    .header__mobile-wrapper {
        display: block;
    }

    main {
        margin-top: 212px;
    }

    /* header__top */
    .header__top_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__top_item {
        display: none;
    }

    .header__top--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__top_btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .header__top_btn {
        width: 100%;
        display: block;
    }


    /* header__bottom */
    .header__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
        background-color: #fff;
        padding: 0 10px;
        position: absolute;
        top: -9999px;
    }

    .header__bottom--active {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        z-index: 10;
        height: auto;
        max-height: 91vh;
        overflow-y: auto;
        padding-top: 10px;
    }

    .header__bottom--active::-webkit-scrollbar {
        width: 3px;
    }

    .header__bottom--active::-webkit-scrollbar-track {
        background: #DCDCDD;
        border-radius: 3px;
    }

    .header__bottom--active::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #367ae3;
        ;
    }

    .header__bottom_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-shadow: none;

        box-shadow: none;
        -webkit-transition: border .3s, border-radius .3s, -webkit-box-shadow .3s;
        transition: border .3s, border-radius .3s, -webkit-box-shadow .3s;
        -o-transition: border .3s, border-radius .3s, box-shadow .3s;
        transition: border .3s, border-radius .3s, box-shadow .3s;
        transition: border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
    }

    .header__bottom_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        margin: 0;
    }

    .header__nav_item {
        width: 100%;
    }

    .header__nav_link {
        width: 100%;
        padding: 0 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .hide-item__link::after {
        content: url("../img/icons/arrow-bottom.svg");
        display: inline-block;
        -webkit-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        transform: rotate(340deg);
        padding: 0 0 10px 10px;
        width: 19px;
        height: 7px;
    }

    .hide-item--active {
        .hide-item__link::after {
            -webkit-transform: rotate(165deg);
            -ms-transform: rotate(165deg);
            transform: rotate(165deg);
            padding: 0 10px 20px 0;
        }
    }

    .header__submenu {
        display: none;
        position: static;
        width: 100%;
        min-width: 100%;
        border: none;
        border-radius: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
        max-height: 100%;
        margin-top: 10px;
    }

    .header__sublink_link {
        display: block;
        color: #0f1c24;
        padding: 6px 20px;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .header__nav_phone {
        display: block;
        width: 100%;
        padding: 0 20px;
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #0f1c24;
    }

    .header-mobile__wrapper {
        display: block;
    }
}

@media (max-width: 700px) {
    main {
        margin-top: 160px;
    }

    .header__top {
        margin-bottom: 0px;
    }

    .header__top_row {
        gap: 10px;
    }

    .header__top_phone--mobile {
        margin-bottom: 5px;
    }

    .logo {
        width: 200px;
        max-height: 55px;
    }

    .header__bottom--active {
        top: 110px;
    }
}

@media (max-width: 400px) {
    .header__top_btns {
        gap: 5px;
    }

    .header__top_btn {
        font-size: 12px;
        padding: 8px;
    }
}



/* intro  */

.intro {
    padding: 120px 0 50px;
    position: relative;
}

.intro-page {
    padding-top: 0;
}

.intro__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}

@media (max-width:2000px) {
    .intro__bg {
        max-width: 100%;
        width: 100%;
    }
}

.intro__inner {
    width: 60%;
    font-size: 18px;
}

.intro__title {
    text-align: left;
    margin-bottom: 50px;
}

.intro__top {
    margin-bottom: 70px;
}

.intro__bottom_text {
    color: #0f1c24;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.intro__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.intro__label {
    font-size: 16px;
}

.intro__input {
    background-color: #eff4f6;
}

.intro__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.intro__politic {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.intro__editor {
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 25px;
}

.intro__editor p {
    margin-bottom: .9rem;
}

.intro__editor a {
    color: #2fafff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.intro__editor a:hover {
    color: #0f1c24;
}

/* media intro */
@media (max-width: 850px) {
    .intro__inner {
        width: 100%;
    }
}

@media (max-width: 688px) {
    .intro {
        padding: 80px 0 40px;
    }

    .intro__inner {
        font-size: 16px;
    }

    .intro__title {
        margin-bottom: 30px;
    }

    .intro__top {
        margin-bottom: 50px;
    }

    .intro__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .intro__editor {
        padding-top: 10px;
        font-size: 18px;
        margin-bottom: 18px;
    }

    .intro__editor p {
        margin-bottom: .6rem;
    }
}


/* privilege  */

.privilege {
    position: relative;
    overflow: hidden;
}

.privilege::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 105, 171, 0.8)), to(rgba(0, 171, 221, 0.8)));
    background: -o-linear-gradient(left, rgba(0, 105, 171, 0.8) 40%, rgba(0, 171, 221, 0.8) 100%);
    background: linear-gradient(90deg, rgba(0, 105, 171, 0.8) 40%, rgba(0, 171, 221, 0.8) 100%);
    z-index: 0;
}

.privilege__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

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

.privilege__card {
    text-align: center;
}

.privilege__img {
    margin-bottom: 22px;
}

.privilege__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    margin-bottom: 16px;
}

.privilege__text {
    color: #fff;
    font-size: 14px;
    line-height: 157%;
}

/*  media privilege  */
@media (max-width: 950px) {
    .privilege__cards {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

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

    .privilege__name {
        font-size: 18px;
    }
}


/* services  */

.services__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.services__card {
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.services__card_info {
    -webkit-box-shadow: 0 0 13px rgba(2, 29, 92, 0.3);
    box-shadow: 0 0 13px rgba(2, 29, 92, 0.3);
    border-radius: 5px;
    text-align: center;
    width: calc(100% - 40px);
    min-height: 260px;
    background-color: #fff;
    margin: -180px auto 0;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    color: #333;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.services__card_title {
    display: block;
    font-size: 20px;
    color: #0069ab;
    font-weight: 500;
    margin-bottom: 10px;
}

.services__card_title:hover {
    color: #20419e;
}

.services__card_price {
    margin-bottom: 10px;
}

.services__card_price span {
    font-weight: 600;
}

.services__card_btn {
    width: 100%;
}


.services__cards .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services__swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.services__swiper-pagination {
    position: static;
}

.services__swiper {
    padding-bottom: 40px;
}



/* media services */
@media (max-width: 960px) {
    .services__swiper-slide {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
        flex: 1 0 46%;
    }
}

@media (max-width: 688px) {
    .services__cards .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .services__swiper-slide {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .services__card_img img {
        width: 100%;
        max-height: 365px;
    }

    .services__card_info {
        width: calc(100% - 30px);
        margin: -180px auto 0;
        padding: 20px;
    }

    .services__card_title {
        font-size: 16px;
    }
}


/* text-block  */

.text-block {
    text-align: justify;
    color: #6c6c6c;
    font-family: "Gilroy", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.text-block h2 {
    color: #0f1c24;
    font-size: 35px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.text-block h2:first-child {
    margin-top: 0;
}

.text-block h3 {
    color: #0f1c24;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 20px;
}

.text-block h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.text-block p {
    margin-top: 0;
    margin-bottom: .9rem;
    color: #6c6c6c;
}

.text-block p:last-child {
    margin-bottom: 0;
}

.text-block a {
    color: #2fafff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.text-block a:hover {
    color: #0f1c24;
}

.text-block ul:not(.breadcrumbs) {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 20px;
}

.text-block ul:not(.breadcrumbs) li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.text-block ul:not(.breadcrumbs) li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #2fafff;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 6px;
}

.text-block ol {
    list-style: none;
    counter-reset: item;
    padding-left: 40px;
    margin-bottom: 20px;
}

.text-block ol>li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.text-block ol>li::after {
    content: counter(item) ".";
    counter-increment: item;
    display: block;
    color: #2fafff;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}

.text-block img {
    display: block;
    border-radius: 10px;
    height: 100%;
    max-height: 444px;
    max-width: 50%;
    margin: 10px 20px !important;
    float: right;
}

.text-block__article-top {
    text-align: right;
    margin-bottom: 25px;
    font-size: 20px;
}

.paragraph-decor {
    background-color: #eff4f6;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
    padding: 10px;
    margin: 5px;
}

.text-block__link {
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    margin-bottom: 20px;
}

.text-block__more {
    padding: 15px 0;
    font-weight: 700;
    color: #00abdd;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-block__more:hover,
.text-block__more--active {
    color: #0069ab;
}

.text-block table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-bottom: 15px;
}

.text-block th,
.text-block td {
    border: 1px solid #00abdd;
    text-align: left;
    padding: 9px;
}

.text-block th {
    background-color: #f7f7f7;
}


.form__item {
    position: relative;
}

.error-message {
    position: absolute;
    z-index: 4;
    line-height: 1;
    font-size: 9px;
    padding-top: 4px;
    color: red;
    display: none;
}


/* media text-block */
@media (max-width: 688px) {
    .text-block {
        font-size: 16px;
    }

    .text-block h2 {
        font-size: 22px;
    }

    .text-block h3 {
        text-align: left;
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .text-block ul,
    .text-block ol {
        text-align: left;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .text-block img {
        height: 100%;
        max-height: 444px;
        max-width: 100%;
        width: 100%;
        margin: 20px 0;
        float: none;
    }

    .text-block__article-top {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .text-block table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .text-block th:nth-child(2n-1),
    .text-block td:nth-child(2n-1) {
        width: 30%;
    }

    .text-block th:nth-child(2n),
    .text-block td:nth-child(2n) {
        width: 70%;
    }

    .text-block th:nth-child(3),
    .text-block th:nth-child(4) {
        display: none;
    }


    .menu-table th:nth-child(n),
    .menu-table td:nth-child(n) {
        width: 100%;
    }

    .menu-table thead {
        display: none;
    }

    .menu-table,
    .menu-table tbody,
    .menu-table tr,
    .menu-table td {
        display: block;
        width: 100%;
    }

    .menu-table tr {
        margin-bottom: 15px;
    }

    .menu-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .menu-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }

    .day-label {
        font-weight: bold;
        font-size: 18px;
        padding: 15px;
        text-align: left;
        border: 1px solid #ddd;
        background-color: #f2f2f2;
        margin-bottom: -1px;
    }
}



/* consultation */
.consultation {
    padding-top: 80px;
}

.consultation__top {
    padding-bottom: 40px;
}

.consultation__title {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
}

.consultation__title span {
    display: block;
    color: #00abdd;
}

.consultation__bottom {
    padding: 20px 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0069AB3B), to(#00abdd));
    background-image: -o-linear-gradient(left, #0069AB3B 40%, #00abdd 100%);
    background-image: linear-gradient(90deg, #0069AB3B 40%, #00abdd 100%);
    -webkit-transition: background .3s, border-radius .3s, opacity .3s;
    -o-transition: background .3s, border-radius .3s, opacity .3s;
    transition: background .3s, border-radius .3s, opacity .3s;
    color: #0f1c24;
}

.consultation__bottom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

.consultation__bottom_inner {
    padding: 10px;
    max-width: 50%;
}

.consultation__bottom_title {
    font-size: 26px;
    line-height: 1.1;
}

.consultation__bottom_title::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #00abdd;
    margin: 20px 0;
}

.consultation__bottom ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.consultation__bottom ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #2fafff;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 6px;
}

.consultation__form {
    margin-top: -195px;
    max-width: 400px;
}


.consultation-privilege {
    background-color: #eff4f6;
    padding-top: 80px;
}

.consultation-privilege__top {
    padding: 80px 0;
}


/* media consultation */
@media (max-width: 800px) {
    .consultation {
        padding-top: 40px;
    }

    .consultation__top {
        padding-bottom: 20px;
    }

    .consultation__title {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .consultation__bottom_title {
        font-size: 20px;
        line-height: 1.1;
    }

    .consultation__bottom ul li {
        margin-bottom: 10px;
    }

    .consultation__bottom_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .consultation__bottom_inner {
        padding: 10px;
        max-width: 100%;
    }

    .consultation__form {
        margin-top: 20px;
        max-width: 100%;
    }

    .consultation-privilege {
        padding-top: 60px;
    }

    .consultation-privilege__top {
        padding: 0 0 20px 0;
    }
}



/* stages  */
.stages__list {
    list-style: none;
    counter-reset: my-item;
    /* display: flex;
        flex-wrap: wrap;
        gap: 30px; */
}

.stages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.stages__counter {
    border-right: #00abdd 1px solid;
    padding: 10px 20px;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.stages__count {
    text-align: center;
    white-space: pre-wrap;

}

.stages__count span {
    display: block;
    content: counter(my-item);
    counter-increment: my-item;
    color: #0f1c24;
    font-size: 100px;
    font-weight: 600;

}

.stages__count_text {
    display: block;
    color: #00abdd;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

.stages__info {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.stages__title {
    margin-bottom: 20px;
    text-align: center;
}

.stages__subtitle {
    color: #0f1c24;
    font-size: 18px;
    line-height: 1.5;
}

.stages__info ul {
    margin-top: 20px;
    padding-left: 40px;
}

.stages__info ul li {
    display: list-item;
    font-size: 16px;
    line-height: 1.5;
    color: #0f1c24;
    list-style-type: disc;
    list-style-position: inside;
}

.stages__info ul li::marker {
    color: #0f1c24;
    font-size: 1em;
}

.stages__list_btn {
    display: block;
    margin: 0 auto;
}

.stages__list .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stages__swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 46%;
    flex: 1 0 46%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
}

.stages__swiper-pagination {
    position: static;
}

.stages__swiper {
    padding-bottom: 40px;
}



/* media services */
@media (max-width: 900px) {
    .stages__info ul {
        padding-left: 10px;
    }
}

@media (max-width: 800px) {
    .stages__list .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .stages__swiper-slide {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (max-width: 600px) {
    .stages__subtitle {
        font-size: 16px;
    }

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

    .stages__counter {
        border-right: none;
    }

    .stages__count span {
        font-size: 80px;
    }

    .stages__count_text {
        font-size: 18px;
        margin-top: 0;
    }
}


/* price  */

.price__title {
    margin-bottom: 20px;
}

.price__subtitle {
    margin-bottom: 20px;
    text-align: center;
}

.price__lists {
    padding: 30px 30px 0;
}

.price__lists_item {
    margin-bottom: 40px;
}

.price__item_title {
    font-size: 28px;
    text-align: center;
    color: #2fafff;
    margin-bottom: 16px;
    font-weight: 600;
}

.price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #00abdd;
    margin-bottom: 30px;
}

.price__name {
    font-size: 16px;
    color: #2fafff;
    font-weight: 700;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.price__name:hover {
    color: #0f1c24;
}

.price__name_text {
    font-size: 20px;
    font-weight: 600;
    color: #0f1c24;
}

.price__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /* flex-basis: auto; */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price__cost span {
    font-size: 20px;
    font-weight: 600;
    color: #0f1c24;
}

.price__bottom_btn {
    display: block;
    margin: 0 auto;
}

/* media price */
@media (max-width: 600px) {
    .price__lists {
        padding: 30px 10px 0;
    }

    .price__item {
        gap: 10px;
        margin-bottom: 20px;
    }

    .price__right {
        gap: 8px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }

    .price__name {
        font-size: 14px;
        text-align: left;
    }

    .price__cost {
        font-size: 12px;
        text-align: right;
    }

    .price__cost span {
        font-size: 16px;
    }

    .price__btn {
        font-size: 10px;
    }
}


/* doctors  */

.doctors__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 60px;
}

.doctors__photo {
    margin-top: 20px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.doctors__photo img {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 0;
    width: 90%;
}

.doctors__card {
    border-radius: 10px;
    -webkit-box-shadow: -10px 0px 20px -3px rgba(0, 0, 0, .5);
    box-shadow: -10px 0px 20px -3px rgba(0, 0, 0, .5);
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
    padding: 20px;
    background-color: #fff;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-bottom: 20px;
}

.doctors__left {
    padding: 20px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.doctors__btn {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 10px;
}

.doctors__link {
    display: block;
    color: #2fafff;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.doctors__link:hover {
    color: #0f1c24;
}

.doctors__subtitle {
    color: #0f1c24;
    font-weight: 600;
    margin-bottom: 20px;
}

.doctors__fio {
    display: block;
    color: #00abdd;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.1;
    transition: color 0.3s ease;
}

.doctors__fio::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #00abdd;
    margin-top: 20px;
    transition: color 0.3s ease;
}

.doctors__fio:hover {
    color: #0f1c24;
}

.doctors__fio:hover::after {
    background-color: #0f1c24;
}

.doctors__text {
    font-size: 18px;
    margin-bottom: 14px;
}

.doctors__swiper {
    margin-bottom: 20px;
}

.doctors__swiper-pagination {
    position: static;
    margin-bottom: 30px;
}

/* doctor */
.doctor__img {
    max-height: 300px;
}

.doctor__fio {
    display: block;
    color: #2fafff;
    margin-bottom: 20px;
}

/* media doctors */
@media (max-width: 960px) {
    .doctors__row {
        gap: 20px;
    }
}

@media (max-width: 800px) {
    .doctors__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .doctors__photo {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-top: 0;
    }

    .doctors__photo img {
        width: auto;
        max-height: 500px;
    }

    .doctors__left {
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 688px) {
    .doctors__fio {
        font-size: 25px;
    }

    .doctors__text {
        font-size: 16px;
        margin-bottom: 14px;
    }
}


/* doctor  */

.doctor__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.doctor__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    text-align: center;
}

.doctor__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.chief-doctor__img {
    height: auto;
    width: 100%;
    max-width: 350px;
}

.doctor__btn {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 40%;
}

.doctor__info {
    padding: 20px 10px;
}

.doctor__info p {
    margin-bottom: .9rem;
    font-size: 18px;
    line-height: 1.5;
}

.doctor-articles__list {
    list-style: none;
    counter-reset: item;
}

.doctor-articles__list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.doctor-articles__list li::after {
    content: counter(item) ".";
    counter-increment: item;
    display: block;
    color: #0f1c24;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    left: 0;
}

.doctor-articles__list a {
    font-size: 18px;
    line-height: 1.5;
    color: #2fafff;
}

.doctor-articles__list a:hover {
    color: #0f1c24;
}

.doctor__form {
    padding: 30px 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.doctor__form_title {
    margin-bottom: 40px;
}

.doctor__form_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.doctor__form_content>*:not(.form-politic) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}


/* media doctor */
@media (max-width: 870px) {
    .doctor__form {
        padding: 30px 30px 0 30px;
        -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: 20px;
    }
}

@media (max-width: 688px) {
    .doctor__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .doctor__info p {
        font-size: 16px;
    }

    .doctor__info {
        padding: 0;
    }

    .doctor-articles__list li::after {
        font-size: 16px;
        top: 2px;
    }

    .doctor-articles__list a {
        font-size: 16px;
    }

    .doctor__form_content>*:not(.form-politic) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 500px) {
    .doctor__btn {
        width: 100%;
    }
}


/* faq  */
.faq__title {
    margin-bottom: 20px;
}

.faq__subtitle {
    text-align: center;
    margin-bottom: 30px;
}

.faq__name {
    font-weight: 600;
    font-size: 28px;
    color: #00abdd;
    padding-bottom: 30px;
    border-bottom: 1px solid #00abdd;
    margin-bottom: 18px;
    margin-top: 60px;
}

.faq__item {
    list-style-type: none;
    border-bottom: 0.80px solid #00abdd;
    padding: 15px 0;
    margin-bottom: 30px;
}

.faq__panel {
    margin: 10px 0;
    padding: 15px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.faq__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.faq__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

.faq__more {
    border-radius: 5px;
    min-width: 40px;
    height: 40px;
    display: inline-block;
    background:
        -o-linear-gradient(#00ABDD, #00ABDD),
        -o-linear-gradient(#00ABDD, #00ABDD),
        rgba(0, 171, 221, 0.1);
    background:
        -webkit-gradient(linear, left top, left bottom, from(#00ABDD), to(#00ABDD)),
        -webkit-gradient(linear, left top, left bottom, from(#00ABDD), to(#00ABDD)),
        rgba(0, 171, 221, 0.1);
    background:
        linear-gradient(#00ABDD, #00ABDD),
        linear-gradient(#00ABDD, #00ABDD),
        rgba(0, 171, 221, 0.1);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.faq__more--active {
    background:
        -o-linear-gradient(#00ABDD, #00ABDD),
        -o-linear-gradient(#00ABDD, #00ABDD),
        rgba(0, 171, 221, 0.1);
    background:
        -webkit-gradient(linear, left top, left bottom, from(#00ABDD), to(#00ABDD)),
        -webkit-gradient(linear, left top, left bottom, from(#00ABDD), to(#00ABDD)),
        rgba(0, 171, 221, 0.1);
    background:
        linear-gradient(#00ABDD, #00ABDD),
        linear-gradient(#00ABDD, #00ABDD),
        rgba(0, 171, 221, 0.1);
    background-position: center;
    background-size: 50% 2px;
    background-repeat: no-repeat;
}


.faq__accordion--active {
    color: #0069ab;
}

/*  media faq  */
@media (max-width: 688px) {
    .faq__title {
        margin-bottom: 15px;
    }

    .faq__name {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .faq__subtitle {
        margin-bottom: 20px;
    }

    .faq__item {
        padding: 10px;
        margin-bottom: 20px;
    }

    .faq__text {
        font-size: 16px;
        font-weight: 600;
    }

    .faq__panel {
        margin: 0;
        padding: 15px 0;
    }

    .faq__more {
        min-width: 30px;
        height: 30px;
    }
}



/* comments  */

.comments__title {
    margin-bottom: 40px;
    line-height: 1.1;
}

.title span {
    display: block;
    font-weight: 400;
}

.comments__comment {
    padding: 10px;
    color: #0f1c24;
    line-height: 2em;
}

.comment__text {
    line-height: 2em;
    margin-bottom: 26px;
}

.comment__fio {
    font-size: 20px;
    text-transform: uppercase;
}

.comment__date {
    color: #6c6c6c;
}

.comments__swiper-pagination {
    position: static;
    margin-bottom: 20px;
}

/* page reviews */
.comments__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.comment__card {
    background-color: #e2eef6;
    border: 1px black solid;
    padding: 20px;
    border-radius: 5px;
}

.comment__card p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 14px;
}

.comment__card_bottom {
    text-align: right;
}

.comment__card_date {
    font-style: italic;
}

.comment__form {
    margin: 0 auto;
    max-width: 600px;
}

.comment__form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
}

.comment__form_btn {
    flex: 1 0 27%;
}

/*  media comments  */
@media (max-width: 688px) {
    .comments__title {
        margin-bottom: 30px;
    }

    .comment__fio {
        font-size: 16px;
        text-transform: uppercase;
    }

    .comment__card {
        padding: 20px 10px;
    }

    .comment__card p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .comment__card_bottom p {
        margin-bottom: 8px;
    }

    .comment__form__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comment__form__bottom>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
    }
}


/* licenses  */

.license__swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 229px;
    -o-object-fit: cover;
    object-fit: cover;
}

.licenses__img {
    display: block;
    border-radius: 10px;
    border: #eff4f6 solid 3px;
}

.licenses__swiper-pagination {
    position: static;
    margin: 20px 0 35px 0;
}

@media (max-width: 500px) {
    .licenses__img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }

    .license__swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 400px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}



/* structure  */

.structure__cards {
    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: 20px;
}

.structure__card {
    padding: 15px 20px 25px;
    background: #eff4f6;
    max-width: 280px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -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;
    border-radius: 20px;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
}

.structure__card p:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.structure__cards_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

/* media structure */
@media (max-width: 688px) {
    .structure__card p:first-child {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .structure__cards {
        gap: 15px;
    }

    .structure__card {
        padding: 15px 15px 20px;
        border-radius: 10px;
        max-width: 100%;
        width: 100%;
        gap: 15px;
    }

    .structure__cards_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}


/* schedule  */

.table-container {
    width: 100%;
}

.schedule__table {
    width: 100%;
    margin: 0 auto;
    padding: 1px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.schedule__table th,
.schedule__table td {
    text-align: left;
    padding: 12px 15px;
}

.schedule__table th {
    font-weight: 800;
}

.schedule__table tr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eff4f6;
    outline: 1px solid rgb(196 208 213);
    font-weight: 600;
    border-radius: 10px;
    color: #333;
}

.schedule__table tbody {
    counter-reset: rowNumber;
}

.counterCell::before {
    counter-increment: rowNumber;
    content: counter(rowNumber);
}

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

    .schedule__table,
    .schedule__table thead,
    .schedule__table tbody,
    .schedule__table th,
    .schedule__table td,
    .schedule__table tr,
    .schedule__table thead tr {
        display: block;
    }

    .schedule__table tr {
        margin-bottom: 10px;
    }

    .schedule__table td {
        text-align: right;
        padding-left: 38%;
        position: relative;
    }

    .schedule__table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 35%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }

    .schedule__table td:nth-child(1)::before {
        content: "в„– Рї/Рї";
    }

    .schedule__table td:nth-child(2)::before {
        content: "Р¤РРћ";
    }

    .schedule__table td:nth-child(3)::before {
        content: "Р”РѕР»Р¶РЅРѕСЃС‚СЊ";
    }

    .schedule__table td:nth-child(4)::before {
        content: "Р“СЂР°С„РёРє СЂР°Р±РѕС‚С‹";
    }

    .counterCell::after {
        content: counter(rowNumber) " " !important;
        position: static;
        text-align: right;
        padding-left: 0;
        font-weight: normal;
        font-weight: 600;
    }
}



/* about-servise  */

.about-service__subtitle {
    text-align: center;
}

.about-service__tab {
    margin-top: 40px;
}

.about-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.about-service__row>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.about-service__img {
    max-width: 370px;
    width: 100%;
    max-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.about-service__info p {
    margin-bottom: 20px;
}

.about-service__info ul li {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.about-service__info ul li:last-child {
    margin-bottom: 20px;
}

.about-service__info ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #2fafff;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 6px;
}


/* about-servise tabs */
.tabcontent {
    display: none;
}

.tabcontent--active {
    display: block;
    width: 100%;
    height: 100%;
}

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

.tab__btn {
    width: 100%;
    font-weight: 600;
    padding: 10px;
    background-color: #eff4f6;
    color: #00abdd;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab__btn:hover,
.tab__btn--active {
    background-color: #fff;
}

.tab__btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #00abdd;
}


/* media about-service */
@media (max-width: 850px) {
    .about-service__tab {
        margin-top: 25px;
    }

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

    .about-service__img {
        max-width: 80%;
        min-height: 300px;
    }
}

@media (max-width: 600px) {
    .about-service__img {
        max-width: 100%;
    }
}



/* jobs  */

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

.jobs__card {
    border: 1px solid rgba(0, 171, 221, 0.1);
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    background: #fff;
    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;
    gap: 20px;
}

.jobs__name {
    font-weight: 600;
    font-size: 22px;
    line-height: 114%;
    color: #0f1c24;
}

.jobs__card_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 50px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.jobs__salary {
    text-align: right;
    font-size: 16px;
}

.jobs__salary span {
    font-weight: 800;
    font-size: 16px;
    line-height: 156%;
    color: #00abdd;
    text-wrap: nowrap;
}

.jobs__btn {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #00abdd;
    border-radius: 25px;
    padding: 14px 30px;
    background: rgba(0, 171, 221, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jobs__btn:hover {
    color: #fff;
    background: #00abdd;
}

/* media jobs */
@media (max-width: 700px) {
    .jobs__card {
        padding: 20px;
        -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: start;
        gap: 20px;
    }

    .jobs__card_right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 550px) {
    .jobs__card {
        gap: 10px;
    }

    .jobs__card_right {
        -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: start;
    }

    .jobs__btn {
        width: 100%;
    }
}


/* job  */
.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.tag {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #00abdd;
    border-radius: 4px;
    padding: 10px 14px;
    background: #e6f7fc;
}

.job__title {
    margin-bottom: 50px;
}

.job__item {
    margin-bottom: 30px;
}

.job__name {
    font-weight: 500;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.job__list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.job__list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #00a6d9;
}

.job__contact {
    font-size: 18px;
    line-height: 133%;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.job__contact a {
    text-wrap: nowrap;
    font-weight: 600;
    color: #00abdd;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.job__contact a:hover {
    color: #0f1c24;
}


/* media job */
@media (max-width: 700px) {
    .job__title {
        margin-bottom: 20px;
    }

    .job__name {
        font-size: 18px;
    }

    .tags {
        -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: 10px;
        margin-bottom: 20px;
    }
}


/* contacts  */

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

.contact__card {
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 50%);
    padding: 30px 15px 40px;
    text-align: center;
}

.contact__card p {
    font-size: 18px;
    font-weight: 600;
    color: #0f1c24;
    line-height: 1.5;
}

.contact__card a {
    color: #2fafff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-wrap: nowrap;
}

.contact__card a:hover {
    color: #0f1c24;
}

.contacts__maps {
    border-radius: 20px;
    width: 100%;
    height: 358px;
    position: relative;
    overflow: hidden;
}

.contact__map {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* contact media */
@media (max-width: 970px) {
    .contact__cards {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }
}

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

    .contacts__maps {
        border-radius: 10px;
        padding: 0;
        height: 370px;
        position: static;
        overflow: hidden;
    }

    .contact__map {
        position: static;
        height: 370px;
        border-radius: 20px;
        overflow: hidden;
        min-width: 100%;
        padding: 0;
    }
}


/* error  */
.error {
    background: #eff4f6;
    padding: 130px 0 160px;
}

.error__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 90px;
}

.error__info {
    max-width: 376px;
}

.error__title {
    font-weight: 800;
    font-size: 72px;
    line-height: 97%;
    color: #00abdd;
    margin-bottom: 20px;
}

.error__nav {
    margin-top: 15px;
    margin-bottom: 30px;
}

.error__nav_link {
    font-weight: 500;
    line-height: 156%;
    color: #00abdd;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.error__nav_link::before {
    content: "вЂ”";
    font-weight: 500;
    color: #00abdd;
    padding-right: 5px;
}

.error__nav_link:hover {
    color: #0f1c24;
}

.error__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 40px;
}


/* media error */
@media (max-width: 950px) {
    .error {
        padding: 40px 0;
    }

    .error img {
        max-width: 400px;
        width: 100%;
        padding: 0 30px;
    }

    .error__row {
        -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: 30px;
    }
}

@media (max-width: 688px) {
    .error__title {
        font-size: 58px;
        line-height: 86%;
    }

    .error__nav {
        margin-bottom: 25px;
    }

    .error__btn {
        width: 100%;
    }
}


/* footer  */

.footer {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .5);
    padding: 40px 0;
}


.footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 2.5fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer__contact {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.footer__contact:hover {
    text-decoration: underline;
}

.footer__text {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    margin-bottom: 5px;
}

.footer__btn {
    margin-top: 10px;
    width: 100%;
}

.footer__nav_link {
    display: block;
    font-size: 16px;
    color: #2fafff;
    margin-bottom: .9rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer__nav_link:hover {
    color: #333;
}

.footer__logo {
    margin-bottom: 20px;
}

.footer__logo--mobile {
    display: none;
}

.footer__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer__networks svg {
    width: 18px;
    height: 18px;
    fill: #2fafff;
}

.footer__networks svg:hover {
    fill: #333;
}

.footer__copy {
    font-size: 14px;
    color: #333;
}


.footer__plashka {
    font-size: 10px;
    color: #333;
}


/* media footer */
@media (max-width: 1120px) {
    .footer__inner {
        gap: 20px;
    }
}

@media (max-width: 1000px) {
    .footer__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        justify-items: center;
        margin-bottom: 15px;
    }

    .footer__btn {
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .footer__contact {
        text-align: center;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer__text {
        font-size: 12px;
        text-align: center;
    }

    .footer__nav_link {
        font-size: 14px;
        text-align: center;
        margin-bottom: .6rem;
    }

    .footer__logo {
        display: none;
    }

    .footer__logo--mobile {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 12px 0;
    }

    .footer__copy {
        text-align: center;
        font-size: 12px;
        color: #333;
    }

    .footer__plashka {
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .footer {
        padding-bottom: 80px;
    }
}


/* popups */
.popup {
    height: 100vh;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 1000;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
}

.popup__body {
    width: 100%;
    min-height: 100%;
    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;
    padding: 40px 15px 40px;
}

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

.popup__content {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px;

    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: 30px;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.popup.open .popup__content {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.popup__top {
    max-width: 350px;
    margin: 0 auto;
}

.popup__title {
    max-width: 80%;
    color: #333;
    margin: 0 auto;
    margin-bottom: 15px;
}

.popup__subtitle {
    margin: 0;
    text-align: center;
}

.popup__form {
    width: 100%;
}

.popup__form-item {
    margin-bottom: 10px;
}

.popup__input {
    width: 100%;
}

.popup__textarea {
    width: 100%;
    border-radius: 10px;
    padding: 11px 16px;
    background: #fff;
    min-height: 110px;
    margin-bottom: 15px;
}

.popup__btn {
    margin: 6px;
    display: block;
    margin: 0 auto;
}

.close-popup {
    color: #c36;
    padding: 0px;
    width: 30px;
    height: 30px;
    background-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;
    border: 2px solid #c36;
    border-radius: 60px;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.close-popup:hover {
    color: #fff;
    background-color: #c36;
}


/* popup__search */
.popup__content_search {
    padding: 50px 20px;
}

.popup__search-form {
    position: relative;
}

.popup__search_input {
    width: 100%;
    border: 1px solid #666;
    border-radius: 6px;
    padding: .5rem 1rem;
}

.popup__search_input:focus {
    border: 1px solid #000;
}

.popup__search_input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background: url('../img/icons/custom-cross.svg') no-repeat center center;
    background-size: contain;
}

.popup__search-city {
    margin-top: 30px;
}

.popup__search-city_list {
    overflow-y: auto;
    max-height: 300px;
}

.popup__search-city_list::-webkit-scrollbar {
    width: 3px;
}

.popup__search-city_list::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 3px;
}

.popup__search-city_list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #2fafff;
}

.search-item {
    margin-right: 6px;
}

.popup__search-city_link {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 157%;
    width: 100%;
    padding: 8px;
    background: #f5f5f5;
    color: #2fafff;
    border-radius: 4px;
}

.popup__search-city_link--active {
    font-weight: 600;
    color: #0f1c24;
}

.popup__search-city_link:hover {
    color: #0f1c24;
}

.popup__search_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.no-results-message {
    font-size: 20px;
    color: #333;
}

.none {
    display: none !important;
}


/* popup cookie */
.popup__cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 5px 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0069ab), to(#00abdd));
    background: -o-linear-gradient(left, #0069ab 30%, #00abdd 100%);
    background: linear-gradient(90deg, #0069ab 30%, #00abdd 100%);
}

.popup__cookie_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.popup__cookie_text {
    color: #fff;
}

.popup__cookie_text a {
    color: #fff;
    text-decoration: underline;
}

.popup__cookie_btn {
    padding: 6px 20px;
    background: #0069ab;
}


/* media popups */
@media (max-width: 600px) {
    .popup__content {
        gap: 16px;
        border-radius: 10px;
        padding: 20px;
    }

    .popup__top {
        max-width: 100%;
    }

    .popup__input {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .popup__btn {
        margin-bottom: 6px;
    }

    .close-popup {
        width: 25px;
        height: 25px;
        border: 2px solid #c36;
        border-radius: 60px;
        font-size: 32px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }
}


#specialButton {
    position: fixed;
    bottom: 44px;
    left: 80px;
    z-index: 100;
}

.scroll-up {
    cursor: pointer;
    position: fixed;
    bottom: -50px;
    right: 80px;
    z-index: 100;
    width: 45px;
    height: 45px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scroll-up.active {
    bottom: 44px;
}

@media (max-width: 1160px) {
    #specialButton {
        left: 10px;
        bottom: 50px;
    }

    .scroll-up {
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .scroll-up.active {
        bottom: 58px;
    }
}

@media (max-width: 360px) {
    #specialButton {
        bottom: 68px;
    }

    .scroll-up.active {
        bottom: 78px;
    }
}

.section-page--stati blockquote {
    background-color: #eff4f6;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
    padding: 10px;
    margin: 5px;
}

.geography__container {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.geography {
    margin-bottom: 40px;
    padding-block-start: 40px;
}

.geography__list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.geography__list li a {
    transition: color 300ms;
    padding: 5px 8px;
    color: #0054bd;
}

.geography__list li a:hover {
    color: #2fafff;
}

.geography__title {
    text-align: center;
    color: #0f1c24;
    font-size: 35px;
    font-weight: 400;
    line-height: 1em;
}

.geography__text p:not(:last-of-type) {
    margin-block-end: 15px;
}

@media (max-width: 700px) {
    .geography__list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .geography__container {
        padding: 0 20px;
    }
}

.auto-content {
    margin-block-end: 20px;
}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 20px;
}

.footer__nav li {
    flex-basis: 50%;
}

.footer__item_first .footer__content:not(:last-of-type) {
    margin-bottom: 30px;
}

.anchor {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}

.text_yakor_mal {
    text-decoration: none;
    color: #2fafff;
    transition: color 200ms;
}

.text_yakor_mal:hover {
    color: #0043ab;
}

.text_yakor_mal::before {
    color: rgb(47, 175, 255);
    content: "в—Џ";
    padding-right: 10px;
}

.article-form {
    margin-block-end: 20px;
}

.article-form .form__item {
    flex-basis: calc(100% / 3);
}

.reviewers {
    margin-block: 20px;
}

.reviewers-inner {
    border: 5px solid #00abc8;
    border-radius: 20px;
    padding: 20px;
    max-width: 600px;
    margin: auto;
    background: #f9f9f9;
    box-sizing: border-box;
}

.author-block {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    transition: background 0.3s, scale 300ms;
}

.author-block:hover {
    scale: 1.02;
}

.author-block:last-child {
    margin-bottom: 0;
}

.author-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    background: #eee;
}

.author-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author-role {
    color: #555;
    font-size: 14px;
    margin: 0 0 4px;
}

.author-name {
    font-weight: bold;
    font-size: 20px;
    color: #222;
    margin: 0 0 4px;
}

.author-position {
    color: #555;
    font-size: 16px;
    margin: 0;
}

.rassrochkaBlock {
    margin-block: 20px;
}

.rassrochkaBlock__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.rassrochkaBlock__container img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* medicaments */
.medicaments {
    padding-bottom: 100px;
}

.medicaments__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.medicaments__card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    background: #fff;
    display: flex;
}

.medicaments__card_picture {
    flex: 1 0 30%;
    max-width: 174px;
    max-height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.medicaments__card_picture img {
    max-width: 174px;
    max-height: 174px;
    object-fit: cover;
}

.medicaments__card_content {
    flex: 1 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding-left: 20px;
    border-left: 1px solid #e4e4e4;
    margin-left: 20px;
}

.medicaments__card_name {
    font-weight: 600;
    font-size: 22px;
    color: #0F1C24;
}

.medicaments__card_link {
    display: block;
    width: 100%;
    border-radius: 25px;
    padding: 14px 30px;
    background: rgba(0, 171, 221, 0.1);
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #00abdd;
    transition: all 0.3s ease;
}

.medicaments__card_link:hover {
    background: rgba(0, 171, 221, 0.3);
}

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

@media (max-width:600px) {
    .medicaments {
        padding-bottom: 40px;
    }

    .medicaments__cards {
        gap: 10px;
    }

    .medicaments__card {
        padding: 16px;
    }

    .medicaments__card_picture img {
        max-width: 124px;
        max-height: 124px;
    }

    .medicaments__card_content {
        flex: 1 0 60%;
    }

    .medicaments__card_name {
        font-size: 18px;
    }

    .medicaments__card_link {
        padding: 10px 6px;
        font-size: 12px;
    }
}


/* medicament */
.medicament {
    margin-bottom: 100px;
}

.medicament__nav {
    margin-bottom: 40px;
}

.medicament__nav_list {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 0;
}

.medicament__nav_list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.medicament__nav_list li {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.medicament__nav_list a {
    border-radius: 4px;
    padding: 10px 14px;
    background: #f2f2f2;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: rgba(15, 28, 36, 0.5);
    transition: all 0.3s ease;
    width: max-content;
}

.medicament__nav_list a:hover {
    background: #e6f7fc;
    color: #00abdd;
}

.medicament__nav_list a.active {
    color: #00abdd;
    background: #e6f7fc;
}

.medicament__row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.medicament__row_right {
    flex: 1 0 265px;
}

.medicament__picture {
    border-radius: 10px;
    max-width: 263px;
    max-height: 263px;
    aspect-ratio: 1/1;
    width: 100%;
    box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.medicament__picture img {
    max-width: 243px;
    max-height: 243px;
    object-fit: cover;
}

.medicament__warning {
    display: flex;
    gap: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #0F1C24;
    margin-bottom: 10px;
}

.medicament__warning_icon {
    border-radius: 10px;
    background: #e6f7fc;
    min-width: 51px;
    width: 51px;
    height: 51px;
    padding: 13px;
}

.medicament__warning_icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #00abdd;
    min-width: 25px;
    width: 25px;
    height: 25px;
    color: #00abdd;
}

.medicament__text:not(:last-child) {
    margin-bottom: 30px;
}

.medicament .title {
    font-weight: 500;
    font-size: 22px;
    color: #0F1C24;
    margin-top: 30px;
}

.medicament__components {
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 0 16px 4px rgba(46, 3, 9, 0.1);
    background: #fff;
}

.medicament__components ul {
    padding: 0;
}

.medicament__components li {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #6C6C6C;
}

.medicament__components li:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 16px;
}

.medicament__components li p {
    margin: 0;
}

.medicament__review {
    border-radius: 20px;
    padding: 50px;
    background: #eff4f6;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.medicament__review_text {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    color: #0F1C24;
    margin-bottom: 24px;
}

.medicament__review_doc {
    border: 1px solid #0187c2;
    border-radius: 10px;
    padding: 13px;
    font-weight: 400;
    font-size: 28px;
    color: #0187c2;
    display: block;
    width: fit-content;
}

.medicament__review::before {
    content: "";
    display: block;
    width: 489px;
    height: 511px;
    border-radius: 100%;
    background: #f5fcff;
    position: absolute;
    top: 30px;
    right: -92px;
}

.medicament__review_info,
.medicament__review_logo {
    position: relative;
    z-index: 2;
}

.medicament__forms {
    border-radius: 20px;
    padding: 30px;
    background: #eff4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-bottom: 100px;
}

.medicament__forms_title {
    font-weight: 600;
    font-size: 35px;
    color: #0F1C24;
    line-height: 120%;
    margin-bottom: 40px;
}

.medicament__form {
    max-width: 476px;
    width: 100%;
}

.medicament__form_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.medicament__form_wrap .elementor-field-label {
    display: block;
    color: #A6A6A6;
    margin-bottom: 8px;
}

.medicament__form_wrap .elementor-size-md {
    border-radius: 50px;
    width: 100%;
}

.medicament__form_wrap .elementor-field-textual {
    border: none;
    background: #fff;
}

@media (max-width:900px) {
    .medicament__row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }

    .medicament__row__content {
        display: contents;
    }

    .medicament__warning,
    .medicament .title {
        order: -1;
    }

    .medicament__row_right {
        order: -1;
        margin-bottom: 30px;
        flex: 0 1 auto;
    }

    .medicament__picture {
        margin: 0 auto;
        max-width: 350px;
        max-height: 350px;
    }

    .medicament__picture img {
        max-width: 320px;
        max-height: 320px;
    }

    .medicament__review {
        border-radius: 20px;
        padding: 50px;
        background: #eff4f6;
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        gap: 60px;
    }

    .medicament__forms {
        flex-direction: column;
        align-items: stretch;
    }

    .medicament__form {
        max-width: 100%;
    }

    .medicament__forms_title {
        margin-bottom: 0;
    }

    .medicament__forms_picture {
        display: none;
    }
}

@media (max-width:600px) {
    .medicament__forms {
        padding: 24px 20px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

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

@media (max-width:460px) {
    .medicament {
        margin-bottom: 70px;
    }

    .medicament__nav {
        margin-bottom: 30px;
    }

    .medicament__nav_list {
        gap: 10px;
        padding: 0;
    }

    .medicament__row {
        margin-bottom: 10px;
    }

    .medicament__warning_icon {
        display: none;
    }

    .medicament__text:not(:last-child) {
        margin-bottom: 20px;
    }

    .medicament .title {
        font-size: 18px;
    }

    .medicament__review {
        border-radius: 10px;
        padding: 24px 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 60px;
    }

    .medicament__review_text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .medicament__review_doc {
        padding: 10px;
        font-size: 18px;
    }

    .medicament__review::before {
        top: 140px;
        right: -132px;
        width: 455px;
        height: 475px;
    }

    .medicament__review_logo {
        max-width: 100%;
    }

    .medicament__review_logo img {
        object-fit: cover;
        max-width: 100%;
    }
}

.literature {
    margin-block: 30px 60px;
}

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

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

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

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

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

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

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

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__content {
            text-align: center;
            margin: 0 30px 0 0;
        }
    }

    .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;
    }

.nform__bottom {
    margin: 60px 0;
}
.nform__wrapper {
    border-radius: 24px;
    overflow: hidden;
    background-color: #EFF4F6;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.nform__wrapper picture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #F5FCFF;
}
.nform__wrapper picture img {
    padding: 50px;
}
.nform__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    padding: 20px;
}
.nform__text {
    color: #0F1C24;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.nform__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    column-gap: 20px;
}
.nform__form .form-politic {
    font-size: 14px;
}
@media screen and (max-width: 800px) {
    .nform__wrapper {
        flex-direction: column;
    }
    .nform__inner {
        padding: 0;
    }
    .nform__wrapper picture {
        width: 100%;
        height: 130px;
    }
    .nform__text {
        font-size: 18px;
    }
    .nform__form {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}