/*! 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;
}
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;
}



/* fonts */

/* TTFirsNeue */
@font-face {
    font-family: "TTFirsNeue";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local("TTFirsNeue"), url("../fonts/tt-firs-neue/TTFirsNeue-Light.woff2.html") format("woff2"), url("../fonts/tt-firs-neue/TTFirsNeue-Light.woff2.html") format("woff");
}
@font-face {
    font-family: "TTFirsNeue";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("TTFirsNeue"), url("../fonts/tt-firs-neue/TTFirsNeue-Regular.woff2.html") format("woff2"), url("../fonts/tt-firs-neue/TTFirsNeue-Regular.woff") format("woff");
}
@font-face {
    font-family: "TTFirsNeue";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local("TTFirsNeue"), url("../fonts/tt-firs-neue/TTFirsNeue-Medium.woff2.html") format("woff2"), url("../fonts/tt-firs-neue/TTFirsNeue-Medium.woff") format("woff");
}
@font-face {
    font-family: "TTFirsNeue";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: local("TTFirsNeue"), url("../fonts/tt-firs-neue/TTFirsNeue-DemiBold.woff2.html") format("woff2"), url("../fonts/tt-firs-neue/TTFirsNeue-DemiBold.woff") format("woff");
}
@font-face {
    font-family: "TTFirsNeue";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local("TTFirsNeue"), url("../fonts/tt-firs-neue/TTFirsNeue-Bold.woff2.html") format("woff2"), url("../fonts/tt-firs-neue/TTFirsNeue-Bold.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;
}



/* ------root------ */
:root {
    --font-family: "TT Firs Neue", sans-serif;
    --second-family: "Inter", 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: 120px;
}
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: #f8f9fc;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #636363;
}


.container {
    width: 100%;
    max-width: 1380px;
    padding: 0 10px;
    margin: 0 auto;
}
.section {
    padding: 80px 0;
}
.section-page {
    padding-bottom: 80px;
}

.card {
    border-radius: 20px;
    padding: 40px;
    background: #fff;
}


.standart-btn{
    border-radius: 10px;
    padding: 13px 26px;
    background: #367ae3;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.standart-btn:hover {
    opacity: 0.6;
}

.white-btn{
    color: #0858b1;
    border: 1px solid #0858b1;
    background: transparent;
}
.white-btn:hover {
    opacity: 0.5;
}



.title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 114%;
    color: #0858b1;
}

.page__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.page-title {
    margin-bottom: 40px;
}

.title-h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 117%;
    color: #fff;
}
.title-h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    color: #0858b1;
}
.title-h4 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #0858b1;
}

.above-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 8px;
    border-bottom: 0.80px solid #367ae3;
    margin-bottom: 40px;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #636363;
}

.above-title--nav {
    padding-bottom: 4px;
    margin-bottom: 20px;
        border-bottom: 0.80px solid #636363;
}

.above-title::after {
    content: url("../img/icons/Star.svg");
}
.above-title__swiper::after {
    content: none;
}



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

.ul-item {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}
.ul-item::before {
    content: url("http://honest-narcology.ru/new-assets/img/icons/point.svg");
    position: absolute;
    left: 0;
}

.ol-item {
    list-style-type: none; 
    padding-left: 40px;
    margin-bottom: 17px;
    position: relative;    
}
.ol-item::before {
    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;
    background-color: var(--akcentnyy-400);
    font-weight: 500;
    font-size: 14px;
    color: var(--tekst-svetlyy-100);
    border-radius: 50%; 

    width: 24px; 
    height: 24px;
    position: relative; 
    z-index: 2; 

    position: absolute;
    top: 0;
    left: 0;
}
.ol-item::after {
    content: "";
    display: inline-block;
    width: 34px; 
    height: 34px; 
    border: 1px solid var(--akcentnyy-400);
    border-radius: 50%; 
    position: absolute;
    left: -5px; 
    top: -5px; 
    z-index: 1; 
}

/* 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-buttons */
.swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: -20px;
}
.swiper-button-prev, .swiper-button-next {
    width: 26px;
    height: 19px;
    position: static;
    svg path {
        fill: #367AE3;
    }    
}
.swiper-button-prev::after, .swiper-button-next::after {
    content: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 1;
    pointer-events: none;
    svg path {
        fill: #CCCCCC;
    }
}


/* breadcrumbs */
.breadcrumbs{
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 8px;
    border-bottom: 0.80px solid #636363;
}
.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: 12px;
    line-height: 133%;
    color: rgba(99, 99, 99, 0.7);
}
.breadcrumbs li a {
    color: #636363;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li:after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    display: block;
    /* font-size: 20px; */
    background-color: rgba(99, 99, 99, 0.7);
    font-size: inherit;
}
.breadcrumbs li:last-child::after {
    content: none;
}


.breadcrumbs__blue-bg {
    margin-bottom: 30px;
    padding: 0;
    border-bottom: none;
}
.breadcrumbs__blue-bg  li {
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs__blue-bg  li a {
    color: #fff;
}
.breadcrumbs__blue-bg  li:after {
    background-color: #fff;
}




/* 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;
    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);
    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);
    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);
    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);
    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;
}






/* rating */
.full-stars {
    text-align: center;
}
.full-stars .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.full-stars input {
    position: absolute;
    left: -9999px;
}
.full-stars label {
    margin: 0;
    cursor: pointer;
}
.full-stars label svg {
    margin: 0 2px;
    height: 24px;
    width: 24px;
    fill: #ffe090;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}
.full-stars input:checked ~ label svg {
    fill:  #ccc;
}
.full-stars .rating-group:hover label svg {
    fill: #ffe090;
}
.full-stars .rating-group input:hover ~ label svg {
    fill:  #ccc;
}


/*  media global  */
@media (max-width: 885px) {
    .title {
        font-size: 36px;
    }
    .section {
        padding: 40px 0;
    }
    .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%;
    }
    .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 {
        border-bottom: 0.80px solid #636363;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 129%;
    }
    .card {
        border-radius: 10px;
        padding: 16px;
    }
    
    .breadcrumbs{
        margin-bottom: 20px;
    }
    .breadcrumbs, .breadcrumbs li {
        gap: 4px;
    }
}





/* header */

.header__plashka {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    background: rgba(237, 237, 237, 0.8);
    overflow: hidden;
    -webkit-transition: height 0.3s linear, padding 0.3s linear;
    -o-transition: height 0.3s linear, padding 0.3s linear;
    transition: height 0.3s linear, padding 0.3s linear;
}

.header__plashka.hide {
    padding: 0;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #f8f9fc;
    z-index: 100;
}
.logo {
    display: block;
    width: 141px;
    height: 45px;
}


.header__top {
    padding: 10px 0;
}
.header__top_row {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    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_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.header__top_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}
.header__top_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.header__contact_img {
    width: 19px;
    height: 18px;
    margin-top: 3px;
}
.header__contact_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    color: #0858b1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__contact_link:hover {
    opacity: 0.5;
}
.header__contact_text {
    font-size: 12px;
}

.header__top_network {
    display: block;
    width: 30px;
    height: 30px;
    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;
    background-color:  #367ae3;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__top_network:hover {
    opacity: 0.5;
}




.nav__link {
	position: relative;
	cursor: pointer;
	text-decoration: none; 

}
.nav__link:after {
	display: block;
	position: absolute;
	left: 0; 
	width: 0;
	height: 2px; 
	background-color: var(--tekst-temnyy-100); 
	content: "";
	-webkit-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out; 
}

.nav__link:hover:after,
.nav__link:focus:after {
    color: var(--tekst-temnyy-100); 
	width: 100%; 
}


.header__nav_link {
    display: block;
    font-weight: 500;  
    padding: 7px 0;  
    color: var(--tekst-temnyy-100);
}




/*  header bottom  */
.header__bottom {
    padding: 10px 0;
}

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

.header__bottom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__nav_link {
    display: block;
    border: 1px solid #636363;
    border-radius: 6px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
}
.header__nav_link:hover {
    border: 1px solid #367ae3;
    background: #367ae3;
    color: #fff;
}

.hide-item--active {
    position: relative;
    border: none;
    background: #367ae3;
    border-radius: 6px;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;

    .header__submenu {
        display: block;
    }
}

/* header submenu */
.header__submenu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    min-width: 330px;
}

.header__sublink button, .header__sublink_link {
    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;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #0858b1;
    padding: 10px 0;
    width: 100%;
}
.header__sublink button::after, .header__sublink_link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 6px;
    background-color: #367ae3;
}
.header__sublink:first-child, .header__sublink:first-child {
    border-top: 0.80px solid #636363;
}
.header__sublink button:hover, .header__sublink_link:hover {
    color: rgba(8, 88, 177, 0.5);
}
.header__sublink button:hover::after, .header__sublink_link:hover::after {
    background-color: rgba(8, 88, 177, 0.5);
}

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

/* header subsubmenu */
.header__subsubmenu {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__sublink {
    position: relative;
    border-bottom: 0.80px solid #636363;
}

.header__subsubmenu_wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 107%;
    border-left: 1px solid #636363;
    border-radius: 0 10px 10px 0;
    padding: 20px;
    background: #fff;
    z-index: 1;
    min-width: 330px;
}

.header__subsubmenu_wrapper.show {
    display: block;
}

.header__subsubmenu > li {
    margin-bottom: 16px;
    text-align: left;
}
.header__subsubmenu > li:last-child {
    margin-bottom: 0;
}

.header__subsubmenu li a {
    font-size: 14px;
    line-height: 157%;
    color: #0858b1;
    text-align: left;
}
.header__subsubmenu li:hover a {
    color: rgba(8, 88, 177, 0.5);
}



.header__bottom_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__bottom_license {
    font-size: 12px;
    line-height: 150%;
    color: #b3b5be;
}
.header__bottom_license span {
    display: block;
}
.header__bottom_search {
    position: relative;
}

.header__search_input {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    padding: 11px 16px 11px 40px;
    background: #fff;
}
.header__search_input::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #99a9b2;
}
.header__search_input::-moz-placeholder {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #99a9b2;
}
.header__search_input:-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #99a9b2;
}
.header__search_input::-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #99a9b2;
}
.header__search_input::placeholder {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #99a9b2;
}
.header__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;
}
.header__search_img {
    position: absolute; 
    top: 50%;
    left: 11px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.header__search-result {
    position: absolute;
    top: 54px;
    right: 0;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    min-width: 329px;
    display: none;
}

.header__search-result_text {
    font-size: 14px;
    line-height: 157%;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-bottom: 0.80px solid #636363;
}

.header__search-result_list {
    max-height: 400px;
    overflow-y: auto;
}

.header__search-result_list::-webkit-scrollbar {
    width: 3px;
}
.header__search-result_list::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 3px;
}
.header__search-result_list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #367ae3;
}

.header__search-result_link {
    display: block;
    font-size: 14px;
    line-height: 157%;
    color: #0858b1;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__search-result_link:hover {
    color: rgba(8, 88, 177, 0.5);
}



/* header-mobile__wrapper */

.header__mobile-wrapper {
    display: none;
}

.header-mobile__wrapper {
    display: none;
    width: 100%;
}

.header-mobile__content {
    padding: 30px 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.header-mobile__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.header-mobile__btn {
    width: 100%;
}
.header__contacts--mobile {
    width: 100%;
    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;
}
.header__info--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__licen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


/* burger__menu */
.burger__menu {
    width: 30px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    gap: 3px;
}
.burger__menu span {
    display: block;
    width: 30px;
    height: 3px;
    background: #367AE3;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.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: 12px;
} 

.header__btn-phone--mobile {
    width: 30px;
    height: 30px;
}

/* media header */
@media (max-width: 1170px) {
    .header--active {
        position: fixed;
    }
    .header__mobile-wrapper {
        display: block;
    }
    main {
        margin-top: 135px;
    }

    /* header__top */
    .header__top_row {
        border-radius: 10px;
        padding: 10px;
    }
    .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__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: 85px;
        left: 0;
        width: 100%;
        z-index: 10;
        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, .header__bottom_nav {
        width: 100%;
    }

    .header__bottom_search {
        margin-bottom: 30px;
    }
    .header__search_input {
        background: #f7f8fc;
    }

    .header__bottom_list {
        -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: 0;
    }
    .header__nav_item {
        width: 100%;
        text-align: left;
    }
    .header__nav_link {
        width: 100%;
        padding: 6px 18px;
        text-align: left;
    }

    .header__submenu {
        display: none;
        position: static;
        width: 100%;
        min-width: 100%;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .header__subsubmenu {
        position: static;
    }
    .header__subsubmenu_wrapper {
        display: none;
        position: static;
        border-left: none;
        border-radius: 0;
        padding: 0 0 10px 0;
        background: #fff;
        min-width: 100%;
    }
    .header__subsubmenu li a::before {
        content: "\2014";
        display: inline-block;
        margin-right: 10px;
        font-weight: 600;
    }

    .header__bottom_right {
        display: none;
    }
    .header-mobile__wrapper {
        display: block;
    }


    .header__search_img {
        position: absolute; 
        top: 13px;
        left: 11px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .header__search-result {
        position: static;
        margin-top: 10px;
        padding: 16px;
        background: #f7f8fc;
        min-width: 100%;
    }
    .header__search-result_list {
        max-height: auto;
        overflow-y: hidden;
    }
    .header__search-result_link {
        padding: 5px 0;
    }
}
@media (max-width: 970px) {
    main {
        margin-top: 155px;
    }
}
@media (max-width: 700px) {
    .header__plashka {
        font-size: 10px;
        padding: 10px 0;
    }
    main {
        margin-top: 124px;
    }
    .logo {
        width: 111px;
        height: 35px;
    }
    .header__bottom--active {
        top: 75px;
    }
}
@media (max-width: 606px) {
    .header-mobile__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
@media (max-width: 360px) {
    main {
        margin-top: 138px;
    }
}



/* intro  */

.intro {
    padding: 40px 0;
}
.intro__inner {
    border-radius: 20px;
    padding: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 122, 227, 0.86)), to(rgba(54, 122, 227, 0.86))), url("../img/sections/intro/intro-bg.jpg");
    background: -o-linear-gradient(rgba(54, 122, 227, 0.86), rgba(54, 122, 227, 0.86)), url("../img/sections/intro/intro-bg.jpg");
    background: linear-gradient(rgba(54, 122, 227, 0.86), rgba(54, 122, 227, 0.86)), url("../img/sections/intro/intro-bg.jpg");
}

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

.intro__content {
    max-width: 727px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70px;
}

.intro__content--page {
    max-width: 840px;
    gap: 50px;
}

.intro__content--doctor {
    max-width: 842px;
    gap: 30px;
}

.intro__content--article {
    max-width: 800px;
    gap: 20px;
}

.intro__title {
    margin-bottom: 30px;
}

.intro__text {
    color: #fff;
}

.intro__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.intro__card {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 8px 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}

.intro__card-img {
    width: 22px;
    height: 22px;
}


.intro__form {
    border-radius: 10px;
    padding: 50px 30px;
    background: #f8f9fc;
    max-width: 318px;
}

.intro__form_title {
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.intro__input {
    border-radius: 10px;
    padding: 13px 16px;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
}
.intro__input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.intro__input::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.intro__input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.intro__input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.intro__input::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}

.intro__btn {
    width: 100%;
    padding: 13px 16px;
    margin-bottom: 20px;
}

.intro__politic {
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #808080;
}
.intro__politic a {
    font-size: 12px;
    color: #0858b1;
}
.intro__politic a:hover {
    text-decoration: underline;
    color: #0858b1;
}


/* navigation */

.intro__nav {
    width: 100%;
    padding: 30px;
}

.navigation__list {
    max-height: 140px;
    overflow-y: auto;
}
.navigation__list::-webkit-scrollbar {
    width: 3px;
}
.navigation__list::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 20px;
}
.navigation__list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #367ae3;
}

.navigation__list-item:not(:last-child) {
    margin-bottom: 10px;
}

.navigation__link {
    font-size: 14px;
    line-height: 157%;
    color: #0858b1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.navigation__link::before {
    content: "\2014";
    font-size: 14px;
    line-height: 157%;
    color: #0858b1;
}
.navigation__link:hover {
    color: rgba(8, 88, 177, 0.5);
}



/* intro-doctor */

.intro-doctor__title {
    margin-bottom: 20px;
}

.intro-doctor__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    color: #0858b1;
}

.intro-doctor__img img, .intro-doctor__img--mobile img {
    border-radius: 20px;
    max-width: 308px;
    max-height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
}

.intro-doctor__img--mobile {
    display: none;
}

.intro-doctor__cards {
    gap: 10px;
}

.intro-doctor__card {
    padding: 4px 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.intro-doctor__card-img {
    width: 16px;
    height: 16px;
}




/* intro__error  */

.intro__error {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.intro__error_title {
    font-size: 118px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.intro__error_subtitle {
    font-size: 42px;
    line-height: 114%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.intro__error_text {
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.intro__error_btn {
    background: #fff;
    color: #367ae3;
}




/* media intro */
@media (max-width: 1060px) {
    .intro__inner_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .intro__content {
        max-width: 100%;
        gap: 25px;
    }
    .intro__content--page {
        gap: 26px;
    }
    .intro__content--doctor {
        gap: 16px;
    }
    .intro__form {
        max-width: 100%;
    }
    .intro__card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
    }
    .intro-doctor__card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .intro-doctor__img {
        display: none;
    }

    .intro-doctor__img--mobile {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .intro-doctor__img--mobile img {
        width: 60%;
        max-width: 100%;
        max-height: 50vw;
    }
}
@media (max-width: 688px) {
    .intro {
        padding: 10px 0;
    }
    .intro__inner {
        border-radius: 10px;
        padding: 16px;
    }
    .intro__title {
        margin-bottom: 20px;
    }
    .intro__cards {
        gap: 6px;
    }
    .intro__card {
        padding: 8px;
        gap: 8px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .intro__card-img {
        width: 20px;
        height: 20px;
    }
    .intro__form {
        padding: 20px;
    }
    .intro__form_title {
        margin-bottom: 16px;
    }
    .intro__input {
        opacity: 0.8;
    }
    .intro__btn {
        margin-bottom: 16px;
    }
    .intro__nav {
        padding: 20px;
    }
    .navigation__list {
        max-height: 100%;
        overflow-y: hidden;
    }
    .intro__error_title {
        font-size: 80px;
        margin-bottom: 10px;
    }
    .intro__error_subtitle {
        font-size: 24px;
        line-height: 133%;
        margin-bottom: 30px;
    }
    .intro__error_text {
        font-size: 14px;
        line-height: 157%;
    }
    .intro-doctor__title {
        margin-bottom: 16px;
    }
    .intro-doctor__btn {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .intro-doctor__img--mobile img {
        width: 100%;
        max-height: 278px;
    }
}


/* services  */
.services__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 0.80px solid #367ae3;
}

.services__top_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
}
.services__title {
    max-width: 570px;
}

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

.services__card {
    border: 0.80px solid #367ae3;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    transition: all 0.4s ease;
}

/* .services__card--big {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 36%;
            flex: 1 0 36%;
} */
.services__card:nth-child(6n),
.services__card:nth-child(6n+1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 36%;
            flex: 1 0 36%;
}

.services__card_info {
    padding: 30px;
    font-size: 24px;
    line-height: 133%;
}
.services__card_title {
    color: #636363;
    margin-bottom: 14px;
}
.services__card_price {
    color: #0858b1;
}

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

.services__card:hover {
    background: #367ae3;
    .services__card_title {
        color: #fff;
    }
    .services__card_price {
        color: #fff;
    }
}

/* .blue-bg {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.blue-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(54, 122, 227, 0.5);
    transition: all .3s ease;
} */

/* media services */
@media (max-width: 1040px) {
    .services__card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 48%;
                flex: 1 0 48%;
    }
    .services__card--big {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 48%;
                flex: 1 0 48%;
    }
}
@media (max-width: 970px) {
    .services__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
    
    .services__top_item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .services__title {
        max-width: 100%;
    }
}
@media (max-width: 688px) {
    .services__top {
        border-bottom: 0.80px solid #636363;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .services__card {
        border-radius: 10px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
    .services__card--big {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
    
    .services__card_info {
        padding: 20px;
        font-size: 18px;
    }
    .services__card_title {
        margin-bottom: 6px;
    }
    
    .services__card_img {
        border-radius: 10px;
        height: 130px;
    }
}


/* price  */

.price__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.price__top_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
}
.price__title {
    max-width: 550px;
}

.price__list {
    list-style-type: none; 
    counter-reset: my-counter;  
}

.price__item {
    padding: 10px 0;
    border-bottom: 0.80px solid #367ae3;
    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: 15px;
}
.price__item:first-child {
    border-top: 0.80px solid #367ae3;
}
.price__item::before {
    content: "(" counter(my-counter, decimal-leading-zero) ")"; 
    counter-increment: my-counter;
    font-size: 20px;
    line-height: 150%;
    color: #ccc;
}
.price__info {
    max-width: 545px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.price__description {
    display: none;
    margin-top: 10px;
    line-height: 125%;
}
.price__name {
    font-size: 20px;
}

.price__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    gap: 10px;
}
.price__cost {
    font-size: 18px;
    line-height: 133%;
    color: #0858b1;
}
.price__btn {
    padding: 13px 30px;
}

.price__more {
    border-radius: 4px;
    min-width: 30px;
    height: 30px;
    display:inline-block;
    background:
        -webkit-gradient(linear,left top, left bottom,from(#367ae3),to(#367ae3)),
        -webkit-gradient(linear,left top, left bottom,from(#367ae3),to(#367ae3)),
        #f7f8fc;
    background:
        -o-linear-gradient(#367ae3,#367ae3),
        -o-linear-gradient(#367ae3,#367ae3),
        #f7f8fc;
    background:
        linear-gradient(#367ae3,#367ae3),
        linear-gradient(#367ae3,#367ae3),
        #f7f8fc;
    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;
}
.price-page__more {
    background:
        -webkit-gradient(linear,left top, left bottom,from(#367ae3),to(#367ae3)),
        -webkit-gradient(linear,left top, left bottom,from(#367ae3),to(#367ae3)),
        #fff;
    background:
        -o-linear-gradient(#367ae3,#367ae3),
        -o-linear-gradient(#367ae3,#367ae3),
        #fff;
    background:
        linear-gradient(#367ae3,#367ae3),
        linear-gradient(#367ae3,#367ae3),
        #fff;
    background-position:center;
    background-size: 50% 2px,2px 50%; 
    background-repeat:no-repeat;
}
.price__more--active {
    background:
        -webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff)),
        -webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff)),
        #367ae3;
    background:
        -o-linear-gradient(#fff,#fff),
        -o-linear-gradient(#fff,#fff),
        #367ae3;
    background:
        linear-gradient(#fff,#fff),
        linear-gradient(#fff,#fff),
        #367ae3;
    background-position:center;
    background-size: 50% 2px; 
    background-repeat:no-repeat;
}


.price__btn--mobile {
    display: none;
    border-radius: 10px;
    padding: 10px 30px;
    background: #f7f8fc;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #367ae3;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.price__btn--mobile:hover {
    background: #367ae3;
    color: #fff;
}
.price-page__btn--mobile {
    background-color: #fff;
}


 /* price tabs */
.tabcontent {
    display: none;
}
.tabcontent--active {
    display: block;
    width: 100%;
    height: 100%;
}

.price__tab_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
}
.price__tab_btns::-webkit-scrollbar {
    height: 0;
}

.tab__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    border: 1px solid #636363;
    border-radius: 6px;
    padding: 6px 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab__btn:hover {
    color: #fff;
    border: 1px solid #6199ef;
    background: #367ae3;
}

.tab__btn--active {
    color: #fff;
    border: 1px solid #6199ef;
    background: #367ae3;
}
.tab__btn--active::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
}




/* media price */
@media (max-width: 970px) {
    .price__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
    .price__top_item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .price__title {
        max-width: 100%;
    }
}
@media (max-width: 820px) {
    .price__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .price__info {
        max-width: 100%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    }
    .price__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
        gap: 10px;
    }
    .price__cost {
        display: none;
    }
    .price__btn {
        display: none;
    }
    .price__btn--mobile {
        display: block;
        width: 100%;
    }
}
@media (max-width: 660px) {
    .price__top {
        margin-bottom: 20px;
    }
    .price__item {
        gap: 6px;
    }
    .price__item::before {
        font-size: 16px;
    }
    .price__description {
        display: none;
        margin-top: 20px;
        line-height: 157%;
    }
    .price__name {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .price__info {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    }
}


/* privilege  */

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

.privilege__card {
    border: 0.80px solid #367ae3;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.privilege__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    font-size: 20px;
    line-height: 140%;
    color: #0858b1;
}

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

/*  media privilege  */
@media (max-width: 900px) {
    .privilege__cards {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    } 
}
@media (max-width: 600px) {
    .privilege__cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    } 
    .privilege__card {
        border: 0.80px solid #636363;
        border-radius: 10px;
        padding: 20px;
        gap: 30px;
    }
    .privilege__name {
        font-size: 18px;
        line-height: 133%;
    }
}





/* text-block  */
.text-block__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.text-block__contant {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 40px;
    border-top: 0.80px solid #367ae3;
    margin-top: 40px;
}

.text-block__contant--big {
    padding-top: 40px;
    border-top: 0.80px solid #367ae3;
    margin-top: 40px;
}

.text-block__contant--no-border {
    margin-top: 40px;
}

.text-block__title {
    margin-bottom: 20px;
}

.text-block img {
    border-radius: 10px;
    height: 100%;
    max-height: 444px;
}
.text-block p, .text-block h3, .text-block h4  {
    margin-bottom: 20px;
}
.text-block p:last-child {
    margin-bottom: 0;
}

.text-block__text_blue {
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    background: #367ae3;
}

.text-block span {
    font-weight: 600;
}

.text-block ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.text-block ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #367ae3;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
}

.text-block ol {
    list-style: none;
    counter-reset: item;  
}
.text-block ol li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
}
.text-block ol li::after {
    content: counter(item) ".";
    counter-increment: item;
    display: block;
    color: #367ae3;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}
.text-block ol li::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #367ae3;
    color: #367ae3;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 24px;
}


.text-block__form {
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    max-width: 530px;
    position: relative;
    margin-top: 40px;
}

.text-block__form_inner {
    max-width: 254px;
    position: relative;
    z-index: 2;
}

.text-block__form_title {
    font-size: 24px;
    line-height: 133%;
    color: #000;
    margin-bottom: 10px;
}

.text-block__form_subtitle {
    font-size: 14px;
    line-height: 150%;
    color: #636363;
    margin-bottom: 20px;
}

.text-block__form_input {
    display: block;
    border-radius: 10px;
    padding: 13px 16px;
    background: #f8f9fc;
    margin-bottom: 10px;
    width: 100%;
}
.text-block__form_input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.text-block__form_input::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.text-block__form_input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.text-block__form_input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.text-block__form_input::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}

.text-block__form_btn {
    margin-bottom: 16px;
    width: 100%;
}

.text-block__form_politic {
    font-size: 12px;
    line-height: 133%;
    color: #808080;
}

.text-block__form_politic a{
    font-size: 12px;
    line-height: 133%;
    color: #808080;
    color: #0858b1;
}

.text-block__form_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.text-block__form--mobile {
    display: none;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    max-width: 530px;
    position: relative;
    margin-top: 40px;
}

.text-block__more {
    display: none;
}


.text-block__video {
    margin-top: 40px;
}

.text-block__video_text {
    font-size: 18px;
    line-height: 133%;
    color: #0858b1;
    margin-bottom: 10px !important;
}

.text-block__video-container {
    position: relative;
    width: 80%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

#video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: url('../img/icons/video-play.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    display: block;
}

.text-block__video-container:hover .play-button {
    display: block;
}


.text-block__share {
    width: 90%;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    margin-bottom: 10px;
    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: 15px;
}

.text-block__share p{
    margin-bottom: 0 !important;
}

.text-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.text-block__social a {
    display: block;
    width: 22px;
    height: 22px;
}
.text-block__social a:hover {
    opacity: 0.5;
}


/* text-block__editor  */
.editors {
    padding: 40px 0;
}
.editors__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.editor {
    border-radius: 20px;
    padding: 30px;
    background: #fff;

    -webkit-box-flex: 1;

        -ms-flex: 1 1 auto;

            flex: 1 1 auto;
}
.editor-article {
    background: #f8f9fc;
    padding: 20px;
}
.editor p{
    margin: 0;
}
.editor__top {
    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: 15px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 0.80px solid #367ae3;
    font-size: 18px;
    line-height: 156%;
}
.editor__content {
    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: 20px;
}

.editor-article .editor__content{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.editor__info {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}
.editor__fio {
    font-size: 24px;
    line-height: 125%;
    color: #0858b1;
    margin-bottom: 10px !important;
}
.editor__img {
    border-radius: 10px;
    max-width: 100px;
    min-width: 100px;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}


/*  media text-block  */
@media (max-width: 900px) {
    .text-block__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    
    .text-block__contant {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding-top: 40px;
        border-top: 0.80px solid #367ae3;
        margin-top: 40px;
    }
    .text-block__contant--order .text-block__contant_left{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .text-block__share {
        width: 100%;
    }
    .text-block__img {
        width: 100%;
    }
    .text-block__form {
        max-width: 100%;
        margin: 40px 0;
        display: none;
    }
    .text-block__form_inner {
        max-width: 70%;
    }
    .text-block__form_img {
        height: 90%;
    }
    .text-block__form--mobile {
        display: block;
        max-width: 100%;
        margin: 0;
    }
    .text-block__video-container {
        width: 100%;
    }
    .editors__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media (max-width: 600px) {
    .text-block__top--article {
        gap: 0;
    }
    .text-block__contant {
        padding-top: 20px;
        border-top: 0.80px solid #636363;
        margin-top: 20px;
    }
    .text-block__contant--big {
        padding-top: 20px;
        border-top: 0.80px solid #636363;
        margin-top: 20px;
    }
    .text-block__contant--no-border {
        margin-top: 20px;
    }
    .text-block__text_blue {
        padding: 16px;
    }
    .text-block__form {
        border-radius: 10px;
        padding: 16px;
        margin-top: 20px;
    }
    .text-block__form_inner {
        max-width: 100%;
        text-align: center;
    }
    .text-block__form_img {
        display: none;
    }
    .text-block__more {
        display: block;
        width: 100%;
    }
    .text-block__contant_more {
        max-height: 910px;
        overflow: hidden;
        position: relative;
    }
    .text-block__contant_more::before {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
        background: -o-linear-gradient(transparent, #ffffff);
        background: linear-gradient(transparent, #ffffff);
        bottom: 0;
        left: 0;
        content: '';
        height: 30px;
        position: absolute;
        pointer-events: none;
        width: 100%;
        z-index: 2;
    }
    .text-block__contant_more--active {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .text-block__contant_more--active::before {
        content: none;
        height: 0;
    }
    .text-block__video {
        margin-top: 20px;
    }
    .text-block__video_text {
        font-size: 14px;
        line-height: 157%;
    }
    .play-button {
        width: 48px;
        height: 48px;
    }


    /* editor */
    .editor {
        border-radius: 10px;
        padding: 16px;
    }
    .editor__top {
        margin-bottom: 16px;
        font-size: 14px;
    }
    .editor__fio {
        font-size: 16px;
    }
    .editor__text {
        font-size: 12px;
        line-height: 133%;
    }
    .editor__img {
        max-width: 100px;
        min-width: 73px;
    }
}




/* fears faq  */
.fears__title {
    margin-bottom: 40px;
}

.faq__top {
    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;
    margin-bottom: 40px;
}

.faq__link--mobile {
    display: none;
}

.faq__list {
    list-style-type: none; 
    counter-reset: my-counter;    
    position: relative;    
}

.faq__item {
    border: 0.80px solid #367ae3;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}

.faq__panel {
    margin-top: 20px;
    padding: 0 55px;
}

.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__btn::before {
    content: "(" counter(my-counter, decimal-leading-zero) ")"; 
    counter-increment: my-counter;
    display: inline-block;
    font-size: 20px;
    line-height: 150%;
    color: #ccc;
}

.faq__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left;
}

.faq__more {
    border-radius: 4px;
    min-width: 30px;
    height: 30px;
    display:inline-block;
    background:
        -webkit-gradient(linear,left top, left bottom,from(#f7f8fc),to(#f7f8fc)),
        -webkit-gradient(linear,left top, left bottom,from(#f7f8fc),to(#f7f8fc)),
        #367ae3;
    background:
        -o-linear-gradient(#f7f8fc,#f7f8fc),
        -o-linear-gradient(#f7f8fc,#f7f8fc),
        #367ae3;
    background:
        linear-gradient(#f7f8fc,#f7f8fc),
        linear-gradient(#f7f8fc,#f7f8fc),
        #367ae3;
    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:
        -webkit-gradient(linear,left top, left bottom,from(#367ae3),to(#367ae3)),
        -webkit-gradient(linear,left top, left bottom,from(#367ae3),to(#367ae3)),
        #f7f8fc;
    background:
        -o-linear-gradient(#367ae3,#367ae3),
        -o-linear-gradient(#367ae3,#367ae3),
        #f7f8fc;
    background:
        linear-gradient(#367ae3,#367ae3),
        linear-gradient(#367ae3,#367ae3),
        #f7f8fc;
    background-position:center;
    background-size: 50% 2px; 
    background-repeat:no-repeat;
}


/*  media faq  */
@media (max-width: 688px) {
    .faq__text {
        font-size: 16px;
        color: #636363;
    }
    .faq__panel {
        padding: 0;
        font-size: 14px;
    }
    .faq__btn::before {
        font-size: 16px;
    }
    .faq__more {
        min-width: 24px;
        height: 24px;
    }
}
@media (max-width: 600px) {
    .faq__top {
        margin-bottom: 20px;
    }
    .faq__link--mobile {
        display: block;
        margin-top: 10px;
    }
    .faq__link {
        display: none;
    }    
    .faq__btn {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .faq__text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        color: #636363;
    }
}


/* doctors  */

.doctors__card {
    display: block;
    border: 0.80px solid #367ae3;
    border-radius: 20px;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}
.doctors__card:hover {
    background: #367ae3;
    color: #fff;
    p {
        color: #fff;
    }
}

.doctors__img {
    border-radius: 10px;
    width: 100%;
    max-height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
}

.doctors__fio {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #0858b1;
    margin-bottom: 8px;
}

.doctors__post {
    font-size: 14px;
    line-height: 129%;
    color: #636363;
}

.doctors__btn {
    text-align: right;
    margin-top: 33px;
}

.doctors__swiper-slide {
    height: auto;
}

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

/*  media doctors  */
@media (max-width: 1000px) {
    .doctors__grid {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 688px) {
    .doctors__card {
        border: 0.80px solid #636363;
        border-radius: 10px;
        padding: 14px;
    }
    .doctors__img {
        max-height: 228px;
    }
    .doctors__fio {
        font-size: 18px;
        line-height: 133%;
    }
    .doctors__btn {
        margin-top: 20px;
    }
    .doctors__btn a {
        display: block;
    }
    .doctors__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 500px) {
    .doctors__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}



/* medication  */

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


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

.medication__link {
    display: block;
    font-size: 18px;
    line-height: 133%;
    color: #0858b1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.medication__link:hover {
    color: rgba(8, 88, 177, 0.4);
}

/*  media medication  */
@media (max-width: 960px) {
    .medication__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}
@media (max-width: 688px) {
    .medication__link {
        font-size: 14px;
        line-height: 157%;
    }
}
@media (max-width: 560px) {
    .medication__list {
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}


/* guarantees  */

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

.guarantees__card {
    border-radius: 20px;
    padding: 20px 80px 20px 20px;
    background: #367ae3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
}

.guarantees__title {
    font-size: 20px;
    line-height: 140%;
    position: relative;
    z-index: 1;
}

.guarantees__text {
    font-size: 14px;
    line-height: 157%;
    max-width: 480px;
    position: relative;
    z-index: 1;
}

.guarantees__bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*  media guarantees  */
@media (max-width: 960px) {
    .guarantees__card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
}
@media (max-width: 688px) {
    .guarantees__cards {
        gap: 10px;
    }
    .guarantees__card {
        border-radius: 10px;
        padding: 20px;
        gap: 20px;
    }
    .guarantees__title {
        font-size: 18px;
        line-height: 133%;
    }
    .guarantees__bg {
        height: 60%;
    }
}


/* licenses  */

.licenses__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 20px 8fr;
    grid-template-columns: 3fr 8fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-items: end;
    gap: 20px;
}

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

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

.license__swiper-btns {
    margin-top: 20px;
}

.license__right {
    max-width: 860px;
}

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

.licenses__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.licenses__btn--mobile {
    display: none;
}


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


.license-doctor__right {
    max-width: 670px;
}

.license-doctor__swiper-btns {
    margin-top: 50px;
    margin-bottom: 20px;
}

.license-doctor__swiper-btns--mobile {
    display: none;
}

/*  media licenses  */
@media (max-width: 1200px) {
    .licenses__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        justify-items: start;
        gap: 30px;
    }
    .licenses__top {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .licenses__left {
        width: 100%;
    }
    .license__swiper-btns {
        margin-top: 0;
        /* margin-bottom: 20px;
        margin: 13px 0; */
    }
    .license__right {
        min-width: 100%;
        max-width: 100%;
    }
    .licenses__btn {
        display: none;
    }
    .licenses__btn--mobile {
        display: block;
        margin: 30px auto 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 900px) {
    .licenses__grid {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .license-doctor__right {
        max-width: 96vw;
        min-width: 100%;
    }

    .license-doctor__swiper-btns {
        display: none;
    }

    .license-doctor__swiper-btns--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 48px;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .licenses__btn--mobile {
        width: 100%;
    }
    .licenses__grid {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}


/* comments  */

.comments__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.comments__title {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
}

.comments__swiper-slide {
    height: auto;
}

.comments__comment {
    border: 0.80px solid #367ae3;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.comment__bottom {
    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: 12px;
    padding-top: 14px;
    border-top: 0.80px solid #367ae3;
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
}

.comment__name {
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
    color: #0858b1;
}

.comment__age {
    display: inline-block;
    padding-left: 8px;
    border-left: 0.80px solid #636363;
}

.comments__btn--mobile {
    display: none;
}

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

/*  media comments  */
@media (max-width: 1000px) {
    .comments__grid {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 688px) {
    .comments__top {
        margin-bottom: 20px;
    }
    .comments__title {
        font-size: 24px;
        line-height: 133%;
    }
    .comments__title {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .comments__comment {
        border: 0.80px solid #636363;
        border-radius: 10px;
        padding: 16px;
    }
    .comment__bottom {
        font-size: 14px;
        line-height: 157%;
    }
    .comment__name {
        font-size: 16px;
        line-height: 125%;
    }
    .comments__btn {
        display: none;
    }
    .comments__btn--mobile {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .comments__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}



/* articles  */

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

.articles__card {
    border: 0.80px solid #367ae3;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
}

.articles__card:nth-child(1),
.articles__card:nth-child(6n),
.articles__card:nth-child(6n+1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 36%;
            flex: 1 0 36%;
}

.articles__card_img {
    border-radius: 10px;
    width: 100%;
    height: 166px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 40px;
}

.articles__card_title {
    font-size: 22px;
    line-height: 136%;
    margin-bottom: 14px;
}

.articles__card_date {
    color: #367ae3;
}

.articles__btn {
    text-align: right;
    margin-top: 42px;
}
.articles__link {
    padding: 13px 20px;
}

/* media articles */
@media (max-width: 1100px) {
    .articles__card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 48%;
                flex: 1 0 48%;
    }
    .articles__card:nth-child(1),
    .articles__card:nth-child(6n),
    .articles__card:nth-child(6n+1) {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 48%;
                flex: 1 0 48%;
    }
}

@media (max-width: 688px) {
    .articles__card {
        border-radius: 10px;
        padding: 16px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
    .articles__card:nth-child(1),
    .articles__card:nth-child(6n),
    .articles__card:nth-child(6n+1) {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
    .articles__card_img {
        height: 120px;
        margin-bottom: 20px;
    }
    .articles__card_title {
        font-size: 18px;
        line-height: 133%;
    }
    .articles__btn {
        margin-top: 20px;
    }
    .articles__link {
        display: block;
    }
}



/* form  */

.form__inner {
    border-radius: 10px;
    padding: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 105, 204, 0.8)), to(rgba(42, 105, 204, 0.8))), 
        url("../img/sections/form/form-bg.jpg") no-repeat center;
    background: -o-linear-gradient(rgba(42, 105, 204, 0.8), rgba(42, 105, 204, 0.8)), 
        url("../img/sections/form/form-bg.jpg") no-repeat center;
    background: linear-gradient(rgba(42, 105, 204, 0.8), rgba(42, 105, 204, 0.8)), 
        url("../img/sections/form/form-bg.jpg") no-repeat center;
    background-size: cover;
}

.form__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;
    gap: 30px;
}

.form__left {
    color: #fff;
    padding-right: 30px;
    border-right: 1px solid #fff;
}

.form__title {
    color: #fff;
    margin-bottom: 10px;
}

.form__subtitle {
    font-size: 14px;
    line-height: 157%;
}

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

.form__input {
    border-radius: 10px;
    padding: 11px 16px;
    background: rgba(248, 249, 252, 0.2);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
}
.form__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}
.form__input::-moz-placeholder {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}
.form__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}
.form__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}
.form__input::placeholder {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}

.form__btn {
    color: #0858b1;
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.form__politic {
    font-size: 12px;
    line-height: 133%;
    color: #fff;
}
.form__politic a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #fff;
}


/* media form */
@media (max-width: 1010px) {
    .form__right > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
}
@media (max-width: 850px) {
    .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form__left {
        padding-right: 0;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}
@media (max-width: 688px) {
    .form__inner {
        padding: 20px;
    }
    .form__title {
        font-size: 24px;
        line-height: 133%;
    }
}


/* gallery */

.gallery__swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    height: auto; 
}
.gallery__picture {
    width: 100%;
    height: 100%;
}

.gallery__picture img {
    width: 100%;
    height: 100%;
    min-height: 229px;
    -o-object-fit: cover;
       object-fit: cover; 
}

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

/* media gallery */
@media (max-width: 960px) {
    .gallery__grid {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 600px) {
    .gallery__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}



/* contacts  */
.contacts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

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

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
}

.contacts__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    color: #0858b1;
}

.contacts__text {
    font-size: 14px;
    line-height: 171%;
    color: #8a8a8e;
}

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

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

[class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); 
}

/* contact media */

@media (max-width: 970px) {
    .contacts__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 610px) {
    .contacts__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .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;
    }
}



/* footer  */

.footer__inner {
    padding: 70px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

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

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

.footer__contacts_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #0858b1;
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
}

.footer__contact_img {
    min-width: 18px;
    height: 19px;
    margin-top: 4px;
}


.footer__contact_text {
    font-size: 14px;
    line-height: 171%;
    color: #8a8a8e;
}

.footer__contact_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    color: #0858b1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer__contact_link:hover {
    opacity: 0.6;
}

.footer__license p {
    font-size: 12px;
    color: #b3b5be;
}

.footer__nav_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #0858b1;
    margin-bottom: 16px;
}

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

.footer__nav_link {
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    color: #0858b1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer__nav_link:hover {
    opacity: 0.6;
}

.footer__politic {
    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;
    margin-top: 24px;
}

.footer__politic_link {
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    color: #727272;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__politic_link:hover {
    color: #2a2a2a;
}

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

.footer__networks {
    margin-top: 10px;
    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: 10px;
}

.footer__networks__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.footer__networks_link{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 30px;
}
.footer__networks_link:hover {
    opacity: 0.5;
}

.footer__btn-up {
    color: #367ae3;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__license--mobile {
    display: none;
}

.footer__politic--mobile {
    display: none;
}

.footer__plashka {
    padding: 20px 0;
    background: rgba(237, 237, 237, 0.8);
    font-weight: 300;
    font-size: 13px;
    line-height: 123%;
    color: rgba(0, 0, 0, 0.5);
}


/* media footer */
@media (max-width: 1120px) {
    .footer__inner {
        gap: 30px;
    }
    .footer__logo > *{
        width: 212px;
        height: 68px;
    }
    .footer__logo img {
        width: 212px;
        height: 68px;
    }
}

@media (max-width: 1000px) {
    .footer__inner {
        padding: 40px 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .footer__license p {
        font-size: 12px;
        color: #b3b5be;
    }
    .footer__politic {
        margin-top: 30px;
    }
    .footer__plashka {
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
    }
    .footer__license {
        display: none;
    }
    .footer__license--mobile {
        display: block;
        margin-top: 30px;
    }
    .footer__politic{
        display: none;
    }
    .footer__politic--mobile {
        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;
        margin-top: 30px;
    }
    .footer__nav_title {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin: 0;
        -webkit-transform: all 0.3s ease;
            -ms-transform: all 0.3s ease;
                transform: all 0.3s ease;
    }
    .footer__nav_title::after {
        content: url("../img/icons/arrow-bottom.svg");
        display: block;
    }
    .footer__nav_title--active {
        opacity: 0.5;
    }
    .footer__nav_title--active::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .footer__nav_list {
        display: none;
        margin-top: 16px;
    }
}
@media (max-width: 600px) {
    .footer__nav_title {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}




/* 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: 600px;
    background: #f7f8fc;
    border-radius: 10px;
    padding: 30px;

    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 {
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #292929;
    margin-bottom: 10px;
}
.popup__title-error {
    color: #ff4f4f;
}

.popup__subtitle {
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: #8a8a8e;
}

.popup__form {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.popup__input {
    width: 100%;
    border-radius: 10px;
    padding: 13px 16px;
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
}
.popup__input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.popup__input::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.popup__input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.popup__input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}
.popup__input::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
}

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

.popup__btn {
    width: 100%;
}
.popup__btn-reload {
    background: #ff4f4f;
    color: #fff;
}

.popup__politic {
    font-size: 12px;
    line-height: 133%;
    color: #808080;
    margin: 0 auto;
}
.popup__politic a {
    color: #0858b1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.popup__politic a:hover {
    text-decoration: underline;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    top: -22px;
    right: -17px;
    z-index: 1000;
    width: 17px;
    height: 17px;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.close-popup img {
    height: 100%;
}
.close-popup:hover {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}



/* popup__search */
.popup__content_search {
    min-height: 380px;
}
.popup__search-form {
    position: relative;
}

.popup__search_input {
    width: 100%;
    border-radius: 6px;
    padding: 11px 16px 11px 11px;
    background: #fff;
}

.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 {
    -webkit-columns: 3;
        -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
            column-gap: 60px;
}
.popup__search-city_link {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 157%;
    color: #505050;
}
.popup__search-city_link--active {
    font-weight: 600;
    color: #367ae3;
}
.popup__search-city_link:hover {
    color: #367ae3;
}

.none {
    display: none !important;
}

/* popup cookie */
.popup__cookie {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    border-radius: 10px;
    padding: 20px 20px 20px 30px;
    background: #fff;
}

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

.popup__cookie_text {
    color: #505050;
}

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


/* 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 {
        top:-27px;
        right: 0px;
    }
    .popup__search-city_list {
        -webkit-columns: 2;
            -moz-columns: 2;
                columns: 2;
        -webkit-column-gap: 30px;
            -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .popup__cookie {
        bottom: 8px;
        left: 8px;
        right: 8px;
    }
    .popup__cookie_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .popup__cookie_text {
        text-align: center;
    }
    .popup__cookie_btn {
        width: 100%;
    }
}


