<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-ExtraBold.eot");
    src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
    src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Light.eot");
    src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Regular.eot");
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Bold.eot");
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Black.eot");
    src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

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

*:focus:not(:focus-visible) {
    outline: none;
}

html {
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    margin: 0;
    padding: 0;
    color: #002D4B;
    background-color: #FFFFFF;
}

span, p {
    font-family: "Roboto", sans-serif;
    line-height: 160%;
}

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

input, textarea {
    line-height: inherit;
    margin: 0;
    padding: 0;
}

input,
button {
    border: none;
    outline: none;
    cursor: pointer;
}

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

button, input, a, textarea {
    outline: none;
    cursor: pointer;
    font: inherit;
}

button:focus, input:focus, a:focus, textarea:focus {
    outline: none;
}

button:active, input:active, a:active, textarea:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

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

button {
    border: none;
    color: inherit;
    font: inherit;
    text-align: inherit;
    padding: 0;
    background-color: inherit;
    text-rendering: auto;
}

ul {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
}

li {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -weblit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.container {
    width: 1420px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    html {
        font-size: 14px;
        -webkit-text-size-adjust: none;
    }

    .container {
        padding: 0 8px;
        width: 100%;
    }

    img {
        width: 100%;
        height: 100%;
        -o-object-fit: inherit;
        object-fit: inherit;
    }
}

@media (min-width: 900px) and (max-width: 1440px) {
    .container {
        padding: 0 32px;
        width: 100%;
    }
}

.header {
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 110;
}

.header--color {
    background: #EFFBFF;
}

.header__logo {
    margin-right: 20px;
}

.header__logo__img {
    width: 227px;
    height: 67px;
}

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

.select {
    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: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}

.select__title {
    color: #002D4B;
}

.select__adress {
    text-align: center;
    color: #3E7FFF;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header__tel__span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ADADAD;
}

.header__tel__span--color {
    color: #002D4B;
}

.header__tel__phone {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #172233;
}

.header__button {
    text-align: center;
    padding: 14px 32px 11px;
    border: 1px solid #3E7FFF;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #002D4B;
    cursor: pointer;
}

.header__button a {
    color: #002D4B;
}

.header__button:hover a {
    color: #3E7FFF;
}

.header__menu {
    z-index: 6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cssmenumob {
    display: none;
}

.header__burger {
    display: none;
}

.header__cross {
    display: none;
    width: 28px;
    height: auto;
}

.header__mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 5rem;

    z-index: 100;
    padding-top: 0;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.04);
    display: none;
}

.footer {
    margin-bottom: 30px;
}

.footer a:hover {
    text-decoration: underline
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 91px;
    padding-bottom: 66px;
}

.footer__lists {
    width: 892px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
}

.footer__list a {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #002D4B;
}

.footer__list:nth-child(4) {
    grid-column-start: 3;
}

.footer__list-title {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #002D4B;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer__inf {
    width: 346px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__button {
    padding: 14px 32px 11px;
    border: 1px solid #3E7FFF;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #002D4B;
    cursor: pointer;
    margin-bottom: 32px;
}

.footer__button a {
    color: #002D4B;
}

.footer__button:hover a {
    color: #3E7FFF;
}

.footer__logo {
    width: 227px;
    height: 67px;
    margin-bottom: 40px;
}

.footer__adress, .footer__email a {
    margin-bottom: 16px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #002D4B;
}

.footer__number a {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #3E7FFF;
}

.footer__number {
    margin-bottom: 16px;
}

.footer__email {
    margin-bottom: 16px;
}

.footer__regions a {
    margin-bottom: 40px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #3E7FFF;
}

.footer__regions {
    margin-bottom: 40px;
}

.footer__soc {
    width: 24px;
    height: 24px;
}

.footer__nav {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}

.footer__nav-arrow a {
    color: #002D4B;
}

.footer__nav-arrow a:hover {
    text-decoration: underline;
}

.footer__nav-wrap {
    padding: 32px 260px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FBFBFB;
    margin-bottom: 32px
}

.footer__nav-wrap span {
    font-size: 14px;
}

.footer__nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}


.footer__nav-arrow__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__nav-arrow__prev::after {
    content: "/";
    color: #002D4B;
}

.footer__nav-arrow__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.footer__bottom p {
    width: 1104px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu &gt; ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    background: none;
}

#cssmenu &gt; ul &gt; li {
    float: left;
    border-radius: 2px;
}

#cssmenu &gt; ul &gt; li:hover {
    background: #172233;
}

#cssmenu.align-center &gt; ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center &gt; ul &gt; li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right &gt; ul &gt; li {
    float: right;
}

#cssmenu &gt; ul &gt; li &gt; a {
    padding: 14px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    color: #002D4B;
    text-transform: uppercase;
}

#cssmenu &gt; ul &gt; li:hover &gt; a {
    color: #ffffff;
}

#cssmenu &gt; ul &gt; li.has-sub &gt; a {
    padding-right: 30px;
}

#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #002D4B;
    content: "";
}

#cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #002D4B;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background: #172233;
    max-height: 50vh;
    overflow-y: auto;
    
}
#cssmenu ul ul::-webkit-scrollbar {
    width: 6px;
}
#cssmenu ul ul::-webkit-scrollbar-thumb {
    background-color: #1565d8;
    border-radius: 10px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu li:hover &gt; ul {
    left: auto;
}

#cssmenu.align-right li:hover &gt; ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover &gt; ul &gt; li {
    height: 50px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #172233;
}

#cssmenu ul ul li:hover a {
    font-weight: 600;
}

#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last-item &gt; a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub &gt; a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #002D4B;
    content: "";
}

#cssmenu.align-right ul ul li.has-sub &gt; a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub &gt; a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #002D4B;
    content: "";
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub &gt; a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul &gt; li.has-sub:hover &gt; a:before {
    top: 17px;
    height: 0;
}

#cssmenumob {
    display: none;
}

@media all and (max-width: 900px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenumob {
        display: block;
        overflow-y: scroll;
        width: 100%;
    }

    #cssmenumob ul {
        display: block;
        width: 100%;
        height: -webkit-fill-available;
        overflow-y: scroll;
        position: absolute;
    }

    #cssmenumob.align-center &gt; ul {
        text-align: left;
    }

    #cssmenumob ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenumob ul ul li,
    #cssmenumob li:hover &gt; ul &gt; li {
        height: auto;
    }

    #cssmenumob ul li a,
    #cssmenumob ul ul li a {
        width: 100%;
        border-bottom: 0;
        font-size: 13px;
    }

    #cssmenumob ul ul li a {
        padding-left: 25px;
    }

    #cssmenumob ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenumob ul ul li a {
        color: black;
        background: none;
    }

    #cssmenumob ul ul li:hover &gt; a,
    #cssmenumob ul ul li.active &gt; a {
        color: black;
    }

    #cssmenumob ul ul,
    #cssmenumob ul ul ul,
    #cssmenumob.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenumob &gt; ul &gt; li.has-sub &gt; a:after,
    #cssmenumob &gt; ul &gt; li.has-sub &gt; a:before,
    #cssmenumob ul ul &gt; li.has-sub &gt; a:after,
    #cssmenumob ul ul &gt; li.has-sub &gt; a:before {
        display: none;
    }

    #cssmenumob #menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: black;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        width: 60px;
        height: 96px;
        border-radius: 2.4rem;
        background: #355106;
        margin: 0 auto;
        color: #f5f9ef;
        margin-bottom: 1rem;
        font-size: 4rem;
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: "";
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: "";
    }

    #cssmenumob #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenumob #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenumob .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 41px;
        width: 41px;
        cursor: pointer;
    }

    #cssmenumob .submenu-button.submenu-opened {
        background: #262626;
    }

    #cssmenumob ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenumob .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: "";
    }

    #cssmenumob ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenumob .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #cssmenumob .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: "+";
    }

    #cssmenumob ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenumob .submenu-button.submenu-opened:before {
        display: none;
    }
}

.menu-head__link-arrow.open:after {
    content: "";
    min-width: 10px;
    min-height: 10px;
    background: url('/newstarmed/starmed/src/img/arrov-menu-top.png') no-repeat;
    background-size: 100%;
    margin-left: 5px;
    margin-top: 4px;
}

.menu-head__link-arrow:after {
    content: "";
    min-width: 10px;
    min-height: 10px;
    background: url('/newstarmed/starmed/src/img/arrov-menu-bottom.png') no-repeat;
    background-size: 100%;
    margin-left: 5px;
    margin-top: 4px;
}

.informationtext__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    width: 744px;
    height: 432px;
    word-wrap: normal;
    margin-left: 260px;
}

.informationtext {
    background-image: url('/newstarmed/starmed/src/img/index/banner-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 2px 0px;
    padding: 87px 0 112px 0;
    height: calc(100vh - 152px);
    background-position: center;
}

.information h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    max-width: 744px;
    margin-bottom: 43px;
    color: #FFFFFF;
}

.slide__header {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    max-width: 744px;
    margin-bottom: 43px;
    color: #FFFFFF;
}

.informationtext h1 {
    margin-bottom: 0;
}

.information__list {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.informationtext .information__list {

    margin-bottom: 0;
}

.information__list li:not(:last-child) {
    margin-bottom: 24px;
}

.information__list ul li {
    padding-left: 16px;
    padding-top: 2px;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='24' viewBox='0 0 8 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='8' height='24' fill='%233E7FFF'/%3e%3c/svg%3e ");
    background-size: 8px 24px;
    background-repeat: no-repeat;
}


.information__button {
    text-align: center;
    padding: 14px 32px 11px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #3E7FFF;
}

.information__button a {
    color: #FFFFFF;
}

.information__button:hover {
    background: #FFFFFF;
}

.information__button:hover a {
    color: #3E7FFF;
}

.bannerSlider .slick-slide {
    position: relative;
    height: calc(100vh - 152px);
}

ul.bannerSlider {
    padding-left: 0;
}

.bannerSlider .slide__image img {
    width: 100%;
    object-fit: cover;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 112px 260px;

}


img.slide__image__top-position {
    -o-object-position: center bottom;
    object-position: center bottom;
}


.bannerSlider .slide__text h2 {
    font-size: 48px;
    font-weight: 100;
    color: #fff;
}

.slick-dots {
    position: absolute;
    bottom: 8%;
    right: auto;
    left: 260px;
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    color: #B8B8B8;
    font-family: "Gilroy";
}

.information .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.information .slick-active {
    color: #FFFFFF;
}


.services {
    overflow: hidden;
}

.services__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 388px;
    margin: 112px 312px 185px 260px;
}

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

.services__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.services__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.services__slider {
    overflow: hidden;
}

.services__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.up-btn {
    background-color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 150px;
    right: 55px;
    cursor: pointer;
    border-radius: 40px;
    border: 4px solid #3E7FFF;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.up-btn.is-show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 550px) {
    html .b24-widget-button-position-bottom-right {
        right: 30px;
        bottom: 20px;
    }
    .up-btn {
        bottom: 110px;
        right: 35px;
    }
}
.services__slider__prev::after {
    content: "/";
    color: #002D4B;
}

.services__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.services-section {
    padding-top: 85px;
    padding-bottom: 90px;
}

.services .container {
    display: flex;
    align-items: center;
}

.services-content {
    margin-left: -120px;
}

.services-content .slick-slide {
    display: flex;
}

.services__wrap .container {
    background: #3E7FFF;
}

.services-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
}

.services-slider__content {
    background: #FFFFFF;
    max-width: 356px;
    padding: 22px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 10px;
}

.services-slider__list {
    flex: 1;
}

.services-slider__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 24px;
}

.services-slider__list li:not(:last-child) {
    margin-bottom: 16px;
}

.services-slider__list li:last-child {
    margin-bottom: 32px;
}

.services-slider__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #002D4B;
    position: relative;
}

.services-slider__list li::before {
    color: #3E7FFF;
    content: "•";
    font-size: 28px;
    left: -13px;
    position: absolute;
    top: 0;
}

.services-slider__button {
    display: block;
    text-align: center;
    padding: 14px 73px 11px;
    background-color: #3E7FFF;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.services-slider__item:hover .services-slider__button a {
    color: #FFFFFF;

}

.services-slider__button a {
    color: #FFFFFF;
}

.plan {
    margin-top: 56px;
    margin-bottom: 120px;
}

.plan__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 63px;
    -moz-column-gap: 63px;
    column-gap: 63px;
}

.plan__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    width: 372px;
    color: #002D4B;
    text-transform: uppercase;
}

.plan__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
}

.plan__header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 654px;
}

.plan__header-block__text {
    width: 428px;
}

.plan__header-block__img {
    width: 58px;
    height: 58px;
    margin-right: 40px;
}

.plan__inf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.plan__inf-item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
}

.plan__inf-item__img {
    width: 89px;
    height: 69px;
    margin-bottom: 32px;
}

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

.plan__inf-item {
    width: 245px;
}

.plan__arrow {
    display: none;
}

.licenses {
    margin-bottom: 80px;
    overflow: hidden;

}

.licenses__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 406px;
    margin: 40px 191px 120px 263px;
}

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

.licenses__header h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.licenses__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.licenses__slider {
    overflow: hidden;
}

.licenses__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.licenses__slider__prev::after {
    content: "/";
    color: #002D4B;
}

.licenses__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.licenses__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

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

.licenses .slick-slide {
    width: 356px;
    height: 489px;
}

.licenses-slider__content {
    background: #FFFFFF;
    width: 356px;
    height: 489px;
    padding: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.licenses-slider__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 890px) {
    .services-content .slick-slide {
        display: block;
    }
}

.licenses-slider__content:hover:before {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.form {
    background-image: url("/newstarmed/starmed/src/img/index/fonform.png");
    background-size: 100%;
    background-repeat: repeat;
}

.form__block {
    margin: 0 auto;
    width: 872px;
    background: #2770F1;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 32px 32px 72px 32px;
}

.form__wrap {
    padding: 104px 0;
    font-family: "Roboto";
    color: #FFFFFF;
    text-align: center;
}

.form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.form__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.form-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

.form-contact__wrap-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.form-contact__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-contact__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-contact__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-contact__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-contact__input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-contact__input {
    padding: 15px 15px 15px 52px;
    width: 298.5px;
    border-radius: 4px;
    background: url("/newstarmed/starmed/src/img/index/icon-contact-1.svg") rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: 50%;
    background-position-x: 0.8rem;
}

.form-contact__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.form-contact__phone {
    padding: 15px 15px 15px 52px;
    width: 298.5px;
    border-radius: 4px;
    background: url("/newstarmed/starmed/src/img/index/icon-contact-2.svg") rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: 50%;
    background-position-x: 0.8rem;
}

.form-contact__btn {
    padding: 12.5px;
    gap: 10px;
    background: #152F60;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.form__block-check {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.form__block-check a {
    color: #FFFFFF;
    text-decoration: underline;
}

.form-contact__btn:hover {
    color: #152F60;
    background: #FFFFFF;
}

.personal {
    overflow: hidden;
}

.personal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 388px;
    margin: 224px 312px 370px 260px;
}

.personal-content {
    margin-left: -120px;
}

.personal-content .personal-slide {
    width: 356px;
}

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

.personal__wrap .container {
    background: #3E7FFF;
}

.personal__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.personal__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.personal__slider {
    overflow: hidden;
}

.personal-slider__item {
    padding: 10px;
}

.personal-slider {
    margin-top: 56px;
    margin-bottom: 100px;
}

.personal-slider__content {
    background: #FFFFFF;
    width: 356px;
    min-height: 600px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 10px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personal-slider__img {
    width: 356px;
    height: 533px;
}

.personal-slider__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    word-wrap: normal;
}

.personal-slider__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    margin-top: 32px;
    text-align: left;
    color: #798791;
    padding-left: 32px;
}

.personal__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal__slider__prev::after {
    content: "/";
    color: #002D4B;
}

.personal__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.personal-slider__arrow {
    display: none;
}

.personal-slider__content:hover .personal-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #3E7FFF;
    padding-left: 32px;
    text-decoration: underline;
}

.personal-slider__content:hover .personal-slider__text {
    padding-bottom: 32px;
}

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

.content__right-bg {
    height: 211px;
    background: #fff;
}

@media (min-width: 1599px) {
    .content__right-bg {
        //width: 960px;
        width: 780px;
        height: 211px;
        background: #3E7FFF;
    }
}

.content__left {
    width: 960px;
    height: 684px;
}

.content__right {
    height: 684px;
    width: 700px;
}

.content__right__text {
    padding: 40px;
    margin-top: -144px;
    background: #FFFFFF;
    border-radius: 0px 2px 2px 0px;
}

.content__right__text h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 24px;
}

.content__right__text span {
    display: block;
}

.content__list {
    width: 922px;
    padding: 64px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.content__list--title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;

    color: #002D4B;
}

.content__list ul li {
    position: relative;
    margin-bottom: 16px;
}

.content__list ul {
    margin-left: 16px;
}

.content__list ul li::before {
    color: #3E7FFF;
    content: "•";
    font-size: 28px;
    left: -13px;
    position: absolute;
    top: 0;
}

.stage {
    margin-top: 56px;
    margin-bottom: 80px;
}

.stage__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 63px;
    -moz-column-gap: 63px;
    column-gap: 63px;
}

.stage__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    width: 372px;
    color: #002D4B;
    text-transform: uppercase;
}

.stage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
}

.stage__header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 654px;
}

.stage__header-block__text {
    width: 428px;
}

.stage__header-block__img {
    width: 58px;
    height: 58px;
    margin-right: 40px;
}

.stage__inf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 64px 50px 40px;
}

.stage__inf-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
    text-transform: uppercase;
}

.stage__inf-item__img {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
}

.stage__inf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 32px;
}

.stage__inf-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
}

.stage__inf-block__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.stage__inf-block__desc:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3E7FFF;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 9px;
}

.photogallery {
    overflow: hidden;
}

.photogallery__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 388px;
    margin: 112px 209px 120px 260px;
}

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

.photogallery__wrap .container {
    background: #3E7FFF;
    display: flex;
    align-items: center;
}

.photogallery__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.photogallery__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.photogallery__slider {
    overflow: hidden;
}

.photogallery-slider__item {
    padding: 10px;
}
@media(max-width: 575px) {
    .content .content__wrap {
        overflow: hidden;
    }
}

.photogallery-section .title-section__title {
    max-width: 265px;
}

.photogallery-section .title-section__title span {
    color: #1dbbbd;
}

.photogallery-content {
    margin-left: -100px;
}

.photogallery-content .slick-slide {
    width: 548px;
    height: auto;
}

.photogallery-slider__content {
    width: 548px;
    height: 388px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 10px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.photogallery-slider__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    word-wrap: normal;
}

.photogallery-slider__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    margin-top: 32px;
    text-align: left;
    color: #798791;
    padding-left: 32px;
}

.photogallery__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.photogallery__slider__prev::after {
    content: "/";
    color: #002D4B;
}

.photogallery__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.photogallery__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.photogallery-slider__arrow {
    display: none;
}

.photogallery-slider__content:hover .photogallery-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #3E7FFF;
    padding-left: 32px;
}

.content__bottom {
    width: 922px;
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 72px;
}

.content__bottom--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 24px;
}

.content__bottom ol {
    margin-top: 24px;
}

.content__bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #002D4B;
    margin-bottom: 30px;
}

.content__bottom ol li {
    position: relative;
    counter-increment: step-counter;
}

.content__bottom ol li:not(:last-child) {
    margin-bottom: 16px;
}

.content__bottom ol li::before {
    content: counter(step-counter);
    position: absolute;
    width: 26px;
    height: 26px;
    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;
    font-weight: 600;
    color: white;
    border: 13px solid #3E7FFF;
    border-radius: 4px;
    margin-left: -40px;
    margin-bottom: 10px;
}

.treatment {
    margin-top: 56px;
    margin-bottom: 80px;
}

.treatment__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 63px;
    -moz-column-gap: 63px;
    column-gap: 63px;
}

.treatment__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    width: 372px;
    color: #002D4B;
    text-transform: uppercase;
}

.treatment__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
}

.treatment__header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 654px;
}

.treatment__header-block__text {
    width: 428px;
}

.treatment__header-block__img {
    width: 58px;
    height: 58px;
    margin-right: 40px;
}

.treatment__inf-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
}

.treatment__inf-header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.treatment__inf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 48px 16px 0px;
    gap: 32px;
}

.treatment__inf-block__text {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.treatment__inf-item__img {
    width: 87px;
    height: 64px;
    margin-bottom: 32px;
}

.treatment__inf {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.treatment__inf-slider {
    display: none;
}

.treatment__inf-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0px;
}

.treatment__inf-block__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 8px;
}

.treatment__inf-block__desc:not(:last-child) {
    margin-bottom: 8px;
}

.treatment__inf-block__desc:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #3E7FFF;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 9px;
}

.content ul {
    margin-top: 24px;
    margin-left: 16px;
}

.content ul li {
    position: relative;
    margin-left: 16px;
}

.content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.content ul li:last-child {
    margin-bottom: 24px;
}

.content ul li::before {
    color: #3E7FFF;
    content: "•";
    font-size: 30px;
    left: -16px;
    position: absolute;
    top: 0;
}

.content__bottom ul li::before {
    color: #3E7FFF;
    content: "•";
    font-size: 30px;
    left: -16px;
    position: absolute;
    top: -9px;
}

.content ul li a {
    color: #002D4B;
}

.content ul li a:hover {
    text-decoration: underline;
}

.block-purpose p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding: 24px 40px;
    color: #002D4B;
    background: #F1F5FF;
}

.faq {
    margin-top: 56px;
    margin-bottom: 176px;
}

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

.faq__header {
    width: 445px;
}

.faq__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    text-transform: uppercase;
    color: #002D4B;
}

.faq__header span {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #002D4B;
}

.faq__plus {
    width: 32px;
    height: 32px;
}

.faq__minus {
    width: 32px;
    height: 32px;
    display: none;
}

.faq__items {
    width: 923px;
}

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

.faq__item--style {
    border: 0.1rem solid #F3F4F7;
    border-radius: 1.6rem;
}

.faq__item {
    cursor: pointer;
    padding: 16px;
    background-color: #fff;
    list-style: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}

.faq__question {
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
    color: #002D4B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    word-break: break-word;
}
 .sitemap-lvl2 {
     margin-left: 16px;
     margin-top: 12px;
     margin-bottom: 12px;
 }
 .sitemap a {
     color: #8ad6d7;
     text-decoration: none;
 }
 .sitemap a:hover {
     color: #002D4B ;
 }
 .sitemap ul {
     display: flex;
    flex-direction: column;
    grid-gap: 12px;
 }

.faq__answer {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #002D4B;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 0 24px;
    display: none;
    word-break: break-word;
}

.faq__item--active {
    /* padding: 2.2rem 3.1rem 2rem 3rem; */
    background-color: #F5F6FA;
    -webkit-box-shadow: 0 2rem 5.2rem -0.8rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 2rem 5.2rem -0.8rem rgba(0, 0, 0, 0.15);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.contacts__wrap {
    height: 376px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.contacts__left {
    width: 50%;
    background: #3E7FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "Roboto";
}

.contacts__left__text p:nth-child(1) {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 32px;
}

.contacts__left__text p:nth-child(2) a {
    color: #FFFFFF;

}

.contacts__left__text p {
    color: #FFFFFF;

}

.contacts__left__phone a {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contacts__left__phone {
    margin-bottom: 16px;
}

.contacts__left__text-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0px;
    gap: 8px;
    height: 26px;
    margin-bottom: 16px;

}

.contacts__left__text-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0px;
    gap: 8px;
    height: 26px;
}

.contacts__right {
    width: 50%;
}

.map__element {
    width: 960px;
    height: 376px;
}

.services__arrow-mob {
    display: none;
}

.personal__arrow-mob {
    display: none;
}

.treatment #items {
    display: none;
}

.box {
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
}

.breadcrumbs {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #3E7FFF;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:last-child {
    color: #6A7983;
}

.breadcrumbs__link {
    color: #3E7FFF;
    text-decoration: none;
}

.breadcrumbs__item + .breadcrumbs__item::before {
    content: "/";
    color: #6A7983;
    width: 6px;
    height: 6px;
    padding: 0 16px;
}

.advantages {
    overflow: hidden;
}

.advantages__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 388px;
    margin: 112px 312px 90px 260px;
}

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

.advantages__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.advantages__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.advantages__slider {
    overflow: hidden;
}

.advantages__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages__slider__prev::after {
    content: "/";
    color: #002D4B;
}

.advantages__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.advantages-section {
    padding-top: 85px;
    padding-bottom: 90px;
}

.advantages-content {
    margin-left: -120px;
}

.advantages-content .slick-slide {
    width: 358px;
}

.advantages__wrap .container {
    display: flex;
    align-items: center;
    background: #3E7FFF;
}

.advantages-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
}

.advantages-slider__content {
    background: #FFFFFF;
    height: 317px;
    padding: 50px 32px 45px 32px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 10px;
}

.advantages-slider__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.advantages-slider__content:hover:before {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.advantages-slider__img {
    width: 136px;
    height: 136px;
}

.advantages-slider__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #002D4B;
}

.advantages-slider__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 24px;
}

.advantages-slider__list li:not(:last-child) {
    margin-bottom: 16px;
}

.advantages-slider__list li:last-child {
    margin-bottom: 32px;
}

.advantages-slider__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #002D4B;
    position: relative;
}

.advantages-slider__list li::before {
    color: #3E7FFF;
    content: "•";
    font-size: 28px;
    left: -13px;
    position: absolute;
    top: 0;
}

.advantages-slider__button {
    display: none;
}

.advantages-slider__item:hover .advantages-slider__button {
    display: block;
    text-align: center;
    padding: 14px 73px 11px;
    background-color: #3E7FFF;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.price {
    margin-top: 56px;
}

.price__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 63px;
    -moz-column-gap: 63px;
    column-gap: 63px;
    padding-bottom: 64px;
}

.price__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    width: 372px;
    color: #002D4B;
    text-transform: uppercase;
}

.price__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
}

.price__header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3E7FFF;
    border-radius: 2px;
    padding: 24px 40px;
}

.price__header-block__text {
    width: 623px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
}

.price__header-block__img {
    width: 58px;
    height: 58px;
    margin-right: 40px;
}

.price-table {
    font-family: "Roboto";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.price-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* border-bottom: 1px solid rgba(229, 229, 229, 0.4); */
}

.price-table__img {
    width: 32px;
    height: 32px;
    margin-left: auto;
}

.price-table__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #002D4B;
}

/* .price-table__list {
position: relative;
display: none;
height: 0;
overflow: hidden;
opacity: 0;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
} */
.price-table__list {
    display: block;
}

.price-table__list.activated {
    display: block;
    opacity: 1;
}

.price-table__list--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    gap: 8px;
    background: #F1F5FF;
    border-radius: 2px;
    margin-bottom: 24px;
    height: auto;
}

.price-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 4px 4px 16px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 8px;
}

.price-table__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.4rem 1.4rem 1.4rem 2.6rem;
    background: #f3fdde;
    border-radius: 1.6rem;
    margin-bottom: 1rem;
}

.price-table__link {
    max-width: 70%;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
}

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

.price-table__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: right;
    color: #002D4B;
    white-space: nowrap;
}

.price-table__form {
    margin-left: 32px;
    padding: 7px 24px;
    background: #3E7FFF;
    border-radius: 2px;
    border: #3E7FFF solid 2px;

}

.price-table__form a {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}

.price-table__form:hover a {
    color: #3E7FFF;
}

.price-table__form:hover {
    background: none;
    border: #3E7FFF solid 2px;
}

.article__wrap {
    width: 1281px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.article__author {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    width: 646px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
    gap: 64px;
    font-family: "Roboto";
}

.article__author-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #153253;
}

.article__author-left p:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #1C8ADF;
}

.article__author-right img {
    width: 258px;
    height: 51px;
}

.article__author-right {
    text-align: center;

}

.reviews {
    overflow: hidden;
}

.reviews__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 388px;
    margin: 112px 312px 100px 260px;
}

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

.reviews__header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.reviews__header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 120px;
    word-wrap: normal;
}

.reviews__slider {
    overflow: hidden;
}

.reviews__slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__slider__prev::after {
    content: "/";
    color: #002D4B;
}

.reviews__slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.reviews-section {
    padding-top: 85px;
    padding-bottom: 90px;
}

.reviews-content {
    margin-left: -120px;
}

.reviews-content .slick-slide {
    width: 684px;
}

.reviews__wrap .container {
    display: flex;
    align-items: center;
    background: #3E7FFF;
}

.reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
}

.reviews-slider__content {
    background: #FFFFFF;
    height: 322px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    margin: 10px;
    padding: 40px;
}


.reviews-slider__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    color: #002D4B;
    text-transform: uppercase;
}

.reviews-slider__text {
    display: block;
    display: -webkit-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #002D4B;
    -webkit-line-clamp: 5;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.reviews-slider__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 24px;
}


.reviews-slider__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
}

.reviews-slider__arrow {
    cursor: pointer
}

.reviews-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #3E7FFF;
    padding-left: 32px;
    text-transform: uppercase;
}

.content__right__text ul li::before {
    color: #3E7FFF;
    content: "•";
    font-size: 30px;
    left: -16px;
    position: absolute;
    top: -9px;
}

.content__list h2, h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.content__list a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3E7FFF;
}

.guarantee-block {
    margin-top: 20px;
    padding: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F1F5FF;
    border-radius: 2px;
}


.banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 25px 0 106px 0;
    margin: 0 auto;
}

.banner__wrap p:first-child {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}

.banner__wrap p:last-child {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.doctors {
    margin-bottom: 120px;
}

.doctors h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 80px;
}

.doctors__descr {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 61px;
}

.doctors__yakor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 80px;
    margin: 0 auto;
}

.doctors__yakor a {
    cursor: pointer;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #6A7983;
}

.doctors__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 53px;
}

.doctors-slider__item {
    padding: 10px;
}

.doctors-slider {
    margin-top: 56px;
    margin-bottom: 100px;
}

.doctors-slider__content {
    background: #FFFFFF;
    width: 326px;
    min-height: 1px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 10px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.doctors-slider__img {
    width: 326px;
    height: 475px;
}

.doctors-slider__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    word-wrap: normal;
    text-align: left;
}

.doctors-slider__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    margin-top: 32px;
    text-align: left;
    color: #798791;
    padding-left: 32px;
    padding-bottom: 8px;
}

.doctors-slider__arrow {
    display: none;
}

.doctors-slider__content:hover .doctors-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #3E7FFF;
    padding-left: 32px;
}

.doctors-slider__content:hover .doctors-slider__text {
    padding-bottom: 32px;
    transition: 1s;
}


.doctor {
    margin-bottom: 64px;
}

.doctor__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 74px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.4);
}

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

.doctor__left__img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.doctor__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    background: #3E7FFF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.doctor__left__img2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #3E7FFF;
    -webkit-box-shadow: 0px 5px 20px -10px rgba(36, 170, 243, 0.05);
    box-shadow: 0px 5px 20px -10px rgba(36, 170, 243, 0.05);
    border-radius: 2px;
}

.doctor__left__img2 img {
    width: 174px;
    height: 15px;
    -o-object-fit: сontain;
    object-fit: сontain;
}

.doctor__fio {
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #002D4B;
}

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

.doctor__pos__item {
    padding: 8px 16px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #002D4B;
}

.doctor__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding-left: 41px;
}

.doctor__descr__title {
    padding: 16px 0px 8px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #002D4B;
}

@media (max-width: 1440px) {
    .footer__nav {
        width: 100%;
    }

    .footer__nav-wrap {
        padding-top: 60px;
        padding-bottom: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1470px) {
    .doctors__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .reviews__header {
        margin: 112px 180px 100px 260px;
    }
}

@media (min-width: 900px) and (max-width: 1280px) {


    .article__wrap {
        width: 100%;
    }

    .services__header {
        margin: 224px 200px 370px 40px;
    }

    .licenses__header {
        margin: 40px 70px 120px 40px;
    }

    .personal__header {
        margin: 224px 200px 370px 40px;
    }

    .reviews__header {
        margin: 224px 200px 370px 40px;
    }

    .photogallery__header {
        margin: 224px 80px 239px 40px;
    }

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

    .price__header h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .content__list {
        width: 100%;
        padding: 0 50px 52px 40px;
        gap: 0;
    }

    .content ul li::before {
        top: 0px;
    }

    .stage__inf-block__desc:before {
        height: 5px;
    }

    .content__bottom {
        width: 100%;
        padding: 0 40px 40px 40px;
        margin: 0;
    }

    .treatment__inf-item {
        padding: 24px 14px 9px 0px;
    }

    .treatment__inf {
        gap: 20px 12px;
    }

    .contacts__wrap {
        width: 100%;
        height: 576px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts__left, .contacts__right {
        width: 100%;
        height: 100%;
    }

    .contacts {
        margin-bottom: 90px;
    }

    .footer__bottom p {
        width: 100%;
    }
}

@media (max-width: 1328px) {
    .content__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content__left {
        width: 70%;
        height: 70%;
        margin-top: 40px;
    }

    .content__right-bg {
        display: none;
    }

    .content__right__text {
        margin-top: 0;
    }

    .content__right {
        height: 100%;
        width: 100%;
    }

    .bannerSlider .slide__text {
        padding: 0 16px 90px;
    }

    .informationtext,
    .bannerSlider .slick-slide {
        height: calc(105vh - 201px);
    }

}

@media (max-width: 900px) {
    .select, .header__tel, .header__button, .header__navigation {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .header__mobile {
        width: 100%;
        bottom: 0;
        height: 100%;

    }

    .header__burger img {
        width: 40px;
        height: 40px;
    }

    .header__logo__img {
        width: 139px;
        height: 38px;
    }

    .header--color {
        background: #FFFFFF;
    }

    .bannerSlider .slide__text {
        top: 40%;

    }

    .bannerSlider .slick-dots li {
        width: 40px;
        font-size: 20px
    }

    .informationtext,
    .bannerSlider .slick-slide {
        position: relative;
        height: calc(80vh - 72px);
    }

    .bannerSlider .slick-slide {
        padding: 0;
        background-image: none;
    }

    .banner {
        background-image: none;

    }

    .slick-dots {
        left: 8px;
    }


    .bannerSlider .slide__text {
        padding: 48px 10px 10px;
    }

    .information h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        color: #FFFFFF;
    }

    .slide__header {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        color: #FFFFFF;
    }

    .information__list li span {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .information__list li:not(:last-child) {
        margin-bottom: 16px;
    }

    .services {
        margin-top: 64px;
        width:100%
    }

    .services__header {
        max-width: 100%;
        margin: 0 8px;
        text-align: left;
    }

    .services__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__wrap .container {
        background: none;
    }

    .services__header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .services__header span {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .services-content {
        margin: 0;
        width:100%
    }

    .services-slider__content {
        background: #FFFFFF;
        max-width: 304px;
        min-height: 348px;
        padding: 16px 16px 32px 16px;
        margin: 0 auto;
    }

    .services-slider__title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .services-slider__content:before {
        display: none;
    }

    .services__slider__prev-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services__slider__prev-mob::after {
        content: "/";
        color: #002D4B;
    }

    .services__slider__next-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .services__arrow-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #002D4B;
        margin: 0 auto;
        margin-top: 30px;
    }

    .services-slider__list li {
        font-size: 14px;
    }

    .services-slider__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .services-slider__item:hover .services-slider__button {
        background-color: none;
        display: block;
        text-align: center;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background: #3E7FFF;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .services-slider__button {
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        background: #3E7FFF;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .plan {
        margin-top: 97px;
        margin-bottom: 64px;
    }

    .plan__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: сenter;
        -ms-flex-pack: сenter;
        justify-content: сenter;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .plan__header h2 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }

    .plan__header-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 16px 8px;
        border: 2px solid #3E7FFF;
    }

    .plan__header-block__text {
        width: 100%;
        line-height: 160%;
    }

    .plan__header-block__img {
        margin-right: 16px;
    }

    .plan__inf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .plan__inf-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 32px;
    }

    .plan__inf-item__img {
        margin-bottom: 24px;
    }

    .plan .slick-slide {
        width: 304px;
        margin: 0 auto;
        min-height: 220px;
    }

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

    .plan__slider__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .plan__slider__prev::after {
        content: "/";
        color: #002D4B;
    }

    .plan__slider__next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .plan__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #002D4B;
        margin-bottom: 40px;
    }

    .licenses {
        margin-bottom: 0;
    }

    .licenses__header {
        max-width: 100%;
        margin: 0 8px;
        text-align: left;
    }

    .licenses__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .licenses__wrap .container {
        background: none;
    }

    .licenses__header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .licenses__header span {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .licenses-content {
        margin: 0;
    }

    .licenses-slider__content {
        background: #FFFFFF;
        width: 239.8px;
        height: auto;
        min-height: 250px;
        padding: 16px;
        margin: 0;
    }

    .licenses-slider__title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .licenses-slider__content:before {
        display: none;
    }

    .licenses__arrow {
        display: none;
    }

    .licenses__slider__prev {
        gap: 12px;
    }

    .licenses__slider__next {
        gap: 12px;
    }

    .licenses-slider__list li {
        font-size: 14px;
    }

    .licenses-slider__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .licenses-slider__item:hover .licenses-slider__button {
        background-color: none;
        display: block;
        text-align: center;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background: #3E7FFF;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .licenses-slider__button {
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        background: #3E7FFF;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .licenses .slick-slide {
        width: 214.8px;
        height: 382px;
    }

    .form {
        background-image: url("/newstarmed/starmed/src/img/index/fonform.png");
        background-size: 100%;
        background-repeat: repeat;
        margin-bottom: 64px;
    }

    .form__block {
        margin: 0 auto;
        width: 100%;
        background: none;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        padding: 0;
    }

    .form__wrap {
        padding: 24px 8px;
        font-family: "Roboto";
        color: #FFFFFF;
        text-align: center;
    }

    .form-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px;
        gap: 10px;
    }

    .form-contact__wrap-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .form-contact__input {
        padding: 15px 100px 15px 52px;
        width: 100%;
        border-radius: 4px;
        background: url("/newstarmed/starmed/src/img/index/icon-contact-1.svg") rgba(255, 255, 255, 0.2);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position-y: 50%;
        background-position-x: 0.8rem;
    }

    .form-contact__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
        gap: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

    .form-contact__phone {
        padding: 15px 100px 15px 52px;
        width: 100%;
        border-radius: 4px;
        background: url("/newstarmed/starmed/src/img/index/icon-contact-2.svg") rgba(255, 255, 255, 0.2);
        background-repeat: no-repeat;
        background-size: 32px;
        background-position-y: 50%;
        background-position-x: 0.8rem;
    }

    .form-contact__btn {
        padding: 12.5px;
        gap: 10px;
        width: 100%;
        background: #152F60;
        border-radius: 4px;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .personal {
        margin-bottom: 64px;
    }

    .personal__header {
        max-width: 100%;
        margin: 0 8px;
        text-align: left;
    }

    .personal__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .personal__wrap .container {
        background: none;
    }

    .personal__header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .personal__header span {
        font-size: 14px;
        margin-bottom: 0;
    }

    .personal-content {
        margin: 0;
    }

    .personal-slider__content {
        background: #FFFFFF;
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 0;
        margin: 0;
    }

    .personal-slider__title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .personal-slider__content:before {
        display: none;
    }

    .personal__slider__prev {
        gap: 12px;
    }

    .personal__slider__next {
        gap: 12px;
    }

    .personal__slider__prev-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .personal__slider__prev-mob::after {
        content: "/";
        color: #002D4B;
    }

    .personal__slider__next-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .personal__arrow-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #002D4B;
        margin: 0 auto;
        margin-top: 30px;
    }

    .personal-slider__list li {
        font-size: 14px;
    }

    .personal-slider__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .personal-slider__item:hover .personal-slider__button {
        background-color: none;
        display: block;
        text-align: center;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background: #3E7FFF;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .personal-slider__button {
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        background: #3E7FFF;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .personal .slick-slide {
        width: 312px;
        height: 570px;
        min-height: 570px;
    }

    .personal-slider__img {
        width: 304px;
        height: 450px;
    }

    .personal-slider__item {
        padding: 0;
    }

    .personal-slider {
        margin-top: 56px;
        margin-bottom: 40px;
    }

    .personal-slider__content:hover .personal-slider__text {
        padding-bottom: 0;
    }

    .personal-slider__text {
        padding-left: 24px;
    }

    .personal-slider__name {
        font-size: 16px;
        padding-left: 24px;
    }

    .personal-slider__content:hover .personal-slider__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        gap: 16px;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #3E7FFF;
        padding-left: 24px;
    }

    .personal-slider__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        gap: 16px;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #3E7FFF;
        padding-left: 24px;
    }

    .content__right__text {
        padding: 32px 8px 16px 8px;
        margin-top: 0;
    }

    .content__left {
        width: 100%;
        height: 228px;
        margin-top: 0;
    }

    .content__right__text h2 {
        font-size: 16px;
    }

    .content__list {
        width: 100%;
        padding: 0 8px;
        font-size: 16px;
        gap: 16px;
    }

    .content ul {
        margin-top: 0;
    }

    .content ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .content ul li:last-child {
        margin-bottom: 16px;
    }

    .content ul li::before {
        top: 0px;
    }

    .stage {
        margin-top: 97px;
        margin-bottom: 10px;
    }

    .stage__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: сenter;
        -ms-flex-pack: сenter;
        justify-content: сenter;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .stage__header h2 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }

    .stage__header-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 16px 8px;
        border: 2px solid #3E7FFF;
    }

    .stage__header-block__text {
        width: 100%;
        line-height: 160%;
    }

    .stage__header-block__img {
        margin-right: 16px;
    }

    .stage__inf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .stage .slick-slide {
        width: 304px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 220px;
    }

    .stage__inf-item {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
        margin: 0 auto;
    }

    .stage__inf-item__img {
        width: 91px;
        height: 61px;
        margin-bottom: 0;
    }

    .stage__slider__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .stage__slider__prev::after {
        content: "/";
        color: #002D4B;
    }

    .stage__slider__next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .stage__inf-block {
        gap: 16px;
    }

    .stage__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #002D4B;
        margin-bottom: 24px;
    }

    .stage__inf-block__desc:before {
        width: 10px;
        height: 5px;
    }

    .photogallery {
        margin-bottom: 64px;
    }

    .photogallery__header {
        max-width: 100%;
        margin: 0 8px;
        text-align: left;
    }

    .photogallery__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .photogallery__wrap .container {
        background: none;
    }

    .photogallery__header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .photogallery__header span {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .photogallery-content {
        margin: 0;
    }

    .photogallery-slider__content {
        background: #FFFFFF;
        width: 100%;
        height: 100%;
        min-height: 1px;
        padding: 0;
        margin: 0;
    }

    .photogallery-slider__title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .photogallery-slider__content:before {
        display: none;
    }

    .photogallery__arrow {
        display: none;
    }

    .photogallery__slider__prev {
        gap: 12px;
    }

    .photogallery__slider__next {
        gap: 12px;
    }

    .photogallery-slider__list li {
        font-size: 14px;
    }

    .photogallery-slider__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .photogallery-slider__item:hover .photogallery-slider__button {
        background-color: none;
        display: block;
        text-align: center;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background: #3E7FFF;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .photogallery-slider__button {
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        background: #3E7FFF;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .photogallery .slick-slide {
        width: 214.8px;
        height: 187px;
    }

    .photogallery .slick-slide:not(:last-child) {
        margin-right: 16px;
    }

    .photogallery-slider {
        margin: 0;
    }

    .photogallery-slider__item {
        padding: 0;
    }

    .content__bottom {
        width: 100%;
        padding: 10px ;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .content__bottom .content-info__img {
        padding-right: 0!important;
        width:100%!important
    }
    .content__bottom p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .treatment {
        margin-top: 97px;
        margin-bottom: 10px;
    }

    .treatment__inf-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: сenter;
        -ms-flex-pack: сenter;
        justify-content: сenter;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        gap: 16px;
        margin-bottom: 30px;
    }

    .treatment__inf-header h2 {
        font-size: 24px;
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .treatment__inf-header span {
        width: 80%;
        text-align: center;
    }

    .treatment__inf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .treatment .slick-slide {
        width: 304px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 220px;
    }

    .treatment__inf-item {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
        margin: 0 auto;
    }

    .treatment__inf-item__img {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .treatment__slider__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .treatment__slider__prev::after {
        content: "/";
        color: #002D4B;
    }

    .treatment__slider__next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
    }

    .treatment__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #002D4B;
        margin-bottom: 24px;
    }

    .treatment__inf-block__text {
        margin-bottom: 16px;
    }

    .faq {
        margin-top: 64px;
        margin-bottom: 64px;
    }

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

    .faq__header {
        width: 100%;
    }

    .faq__header h2 {
        font-size: 24px;
        width: 80%;
    }

    .faq__header span {
        font-size: 18px;
    }

    .faq__items {
        width: 100%;
    }

    .faq__item:not(:last-child) {
        margin-bottom: 0;
    }

    .faq__item:not(:last-child) {
        margin-bottom: 0;
    }

    .faq__item--style {
        border: 0.1rem solid #F3F4F7;
        border-radius: 1.6rem;
    }

    .faq__question {
        font-size: 16px;
    }

    .faq__answer {
        font-size: 14px;
    }

    .faq__item--active {
        /* padding: 2.2rem 3.1rem 2rem 3rem; */
        background-color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .contacts__wrap {
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts__left {
        width: inherit;
        height: inherit;
        background: #3E7FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #FFFFFF;
        font-family: "Roboto";
    }

    .contacts__left__text {
        padding: 32px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts__left__text p:nth-child(1) {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        margin-bottom: 8px;
    }

    .contacts__left__phone {
        text-align: center;
    }

    .contacts__left__text-email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px;
        gap: 8px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .contacts__left__text-email p:nth-child(1) {
        margin-bottom: 0;
    }

    .contacts__left__text-adress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px;
        gap: 8px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .contacts__left__text-adress p:nth-child(1) {
        margin-bottom: 0;
    }

    .contacts__right {
        height: 376px;
        width: 100%;
    }

    .map__element {
        width: 100%;
        height: 376px;
    }

    .footer {
        margin-bottom: 48px;
    }

    .footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        padding-top: 91px;
        padding-bottom: 0;
    }

    .footer__lists {
        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;
        row-gap: 72px;
        padding: 0 5px;
        margin-bottom: 72px;
    }

    .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
    }

    .footer__list a {
        font-size: 16px;
        word-wrap: normal;
    }

    .footer__list-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .footer__inf {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 96px;
    }

    .footer__button {
        padding: 14px 32px 11px;
        border: 1px solid #3E7FFF;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #002D4B;
        cursor: pointer;
        margin-bottom: 32px;
    }

    .footer__logo {
        width: 227px;
        height: 67px;
        margin-bottom: 40px;
    }

    .footer__email {
        margin-bottom: 48px;
    }

    .footer__adress {
        margin-bottom: 24px;
        max-width: 62%;
        text-align: center;
    }

    .footer__number {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .footer__regions a {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .footer__regions {
        margin-bottom: 48px;
    }

    .footer__soc {
        width: 24px;
        height: 24px;
    }

    .footer__nav {
        width: 100%;
        margin: 0 auto;
    }

    .footer__nav-wrap {
        padding-top: 24px;
        padding-bottom: 64px;
        row-gap: 50px;
        text-align: center;
    }

    .footer__nav-wrap span {
        max-width: 90%;
        font-size: 16px;
    }

    .footer__nav-arrow__prev {
        gap: 12px;
    }

    .footer__nav-arrow__next {
        gap: 12px;
    }

    .footer__nav-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        font-size: 14px;
    }

    .footer__bottom p {
        width: 100%;
    }

    .treatment__inf {
        display: none;
    }

    .treatment__inf-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .treatment #items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: сolumn;
        flex-direction: сolumn;
    }

    .advantages__header {
        max-width: 100%;
        margin: 0 8px;
        text-align: left;
    }

    .advantages__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .advantages__wrap .container {
        background: none;
    }

    .advantages__header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .advantages__header span {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .advantages-content {
        margin: 0;
    }

    .advantages-slider__content {
        background: #FFFFFF;
        max-width: 304px;
        min-height: 202px;
        padding: 16px 16px 32px 16px;
        margin: 0 auto;
        height: auto;
    }

    .advantages-slider__title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .advantages-slider__content:before {
        display: none;
    }

    .advantages__slider__prev-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .advantages__slider__prev-mob::after {
        content: "/";
        color: #002D4B;
    }

    .advantages__slider__next-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .advantages__arrow-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #002D4B;
        margin: 0 auto;
        margin-top: 30px;
    }

    .advantages-slider__list li {
        font-size: 14px;
    }

    .advantages-slider__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .advantages-slider__item:hover .advantages-slider__button {
        background-color: none;
        display: block;
        text-align: center;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background: #3E7FFF;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .advantages-slider__button {
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        background: #3E7FFF;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .advantages-slider__img {
        width: 100px;
        height: 100px;
    }

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

    .price__header h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .price__header-block__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
    }

    .price__header-block__img {
        margin-right: 16px;
    }

    .price__header-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 16px 8px;
        border: 2px solid #3E7FFF;
        border-radius: 2px;
    }

    .price__header-block__img {
        width: 160px;
        -o-object-fit: contain;
        object-fit: contain;
    }


    .article {
        margin-bottom: 64px;
    }

    .article__wrap {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .article__author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 24px 22.5px;
        gap: 28px;
    }

    .article__right__text {
        padding: 32px 8px 16px 8px;
        margin-top: 0;
    }

    .article__left {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .article__right__text h2 {
        font-size: 16px;
    }

    .article__list {
        width: 100%;
        padding: 0 8px;
        font-size: 14px;
        gap: 16px;
    }

    .article ul {
        margin-top: 0;
    }

    .article ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .article ul li:last-child {
        margin-bottom: 16px;
    }

    .article ul li::before {
        top: 0px;
    }

    .content {
        margin-bottom: 64px;
    }

    .reviews__header {
        max-width: 100%;
        margin: 0 8px;
        text-align: left;
    }

    .reviews__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__wrap .container {
        background: none;
    }

    .reviews__header h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .reviews__header span {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .reviews-content {
        margin: 0;
    }

    .reviews-slider__content {
        background: #FFFFFF;
        max-width: 304px;
        min-height: 202px;
        padding: 24px 16px 32px;
        margin: 0;
        height: auto;
        gap: 16px;
        margin-bottom: 32px;
    }

    .reviews-slider__name {
        font-size: 18px;
    }

    .reviews-slider__text {
        font-size: 14px;
    }

    .reviews-slider__content:before {
        display: none;
    }

    .reviews .slick-slide {
        width: 304px;
    }

    .reviews-slider__list li {
        font-size: 14px;
    }

    .reviews-slider__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .reviews-slider__item:hover .reviews-slider__button {
        background-color: none;
        display: block;
        text-align: center;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background: #3E7FFF;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .reviews-slider__button {
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 14px 32px 11px;
        border-radius: 2px;
        font-weight: 600;
        background: #3E7FFF;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    .reviews-slider__img {
        width: 100px;
        height: 100px;
    }

    .reviews-slider__arrow {
        font-size: 14px;
        padding: 0;
    }

    .breadcrumbs {
        padding: 0;
    }

    .doctors__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        row-gap: 24px;
    }

    .doctors__yakor a {
        font-size: 13px;
    }

    .doctors-slider__content {
        background: #FFFFFF;
        width: 100%;
        height: auto;
        min-height: 250px;
        margin: 0 auto;
    }

    .doctors-slider__text {
        padding-left: 24px;
    }

    .doctors-slider__name {
        font-size: 16px;
        padding-left: 24px;
    }

    .doctors-slider__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        gap: 16px;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #3E7FFF;
        padding-left: 24px;
    }

    .doctors-slider__content:hover .doctors-slider__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        gap: 16px;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #3E7FFF;
        padding-left: 24px;
    }

    .doctors-slider__content:hover .doctors-slider__text {
        padding-bottom: 8px;
    }

    .doctors-slider__text {
        margin: 0;
        padding-top: 16px;
    }

    .doctors-slider__img {
        width: 100%;
        height: auto;
    }

    .banner__wrap {
        padding: 0;
    }

    .banner {
        margin-bottom: 18px;
        height: auto;
    }

    .bannerSlider {
        height: auto;
    }

    ul .slide {
        padding: 40px 8px 48px 8px;
    }

    .doctors__yakor {
        gap: 10px;
    }

    .banner__wrap p:first-child {
        font-size: 14px;
    }

    .banner__wrap p:last-child {
        font-size: 24px;
    }

    .doctors__yakor p {
        margin-bottom: 0;
    }

    .doctors h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .doctor {
        margin-top: -60px;
    }

    .doctor__wrap {
        width: 100%;
        padding: 0 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .doctor__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        padding: 0 8px;
        margin: 0 auto;
    }

    .doctor__left__img {
        width: 100%;
        height: 450px;

    }

    .doctor__left__img img {
      object-fit: contain;
    }

    .doctor__right {
        padding: 0 32px;
    }

    .doctor__fio {
        font-size: 24px;
    }

    .doctor__descr {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
&lt;!-- .banner {
    background-image: url('/newstarmed/starmed/src/img/about/obloghkamob.png');
}

    @media (min-width: 700px) and (max-width: 900px) {
        .banner {
            background-image: url('/newstarmed/starmed/src/img/about/obloghka.png');
        }

    --&gt;

        .banner__wrap {
            padding: 64px 72px 72px 72px;
        }
    }
    @media (min-width: 900px) and (max-width: 1074px) {
        .doctors__list {
            grid-template-columns: 1fr 1fr;
        }

        .banner__wrap {
            padding: 25px 0 42px 0;
        }
    }


    .banner__wrap p:last-child {
        padding-bottom: 10px;
    }
}

@media (min-width: 900px) and (max-width: 1220px) {
    .doctor__button {
        font-size: 14px;
    }
}

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

.error__left {
    width: 976px;
    height: 732px;
}

.error__right {
    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: 35px;
    padding-top: 120px;
}

.error__right__header {
    max-width: 390px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

.error__right__descr {
    max-width: 596px;
    padding: 5px 5px 5px 0px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #002D4B;
}

.error__right__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.error__right__btn1 {
    padding: 16px 24px;
    width: 246px;
    background: #3E7FFF;
    border-radius: 2px;
}

.error__right__btn1 a {
    color: #FFFFFF;
}

.error__right__btn2 {
    padding: 16px 24px;
    width: 170px;
    border: 1px solid #3E7FFF;
    border-radius: 2px;
}

.error__right__btn2 a {
    color: #002D4B;
}

@media (max-width: 1280px) {
    .error__right__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .footer__nav-wrap {
        padding: 32px;
    }

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

    .error__left {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

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

    .error__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
        padding-top: 0;
    }

    .error__right__header {
        max-width: 390px;
        font-size: 24px;
        width: 100%;
        padding-left: 10px;
    }

    .error__right__descr {
        max-width: 596px;
        font-size: 16px;
        width: 100%;
        padding-left: 10px;
    }

    .error__right__btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .error__right__btn1 {
        width: 100%;
    }

    .error__right__btn2 {
        width: 100%;
    }
}


.mob-menu {
    display: none;
    top: 63px;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    z-index: 9999;
}

.mob-menu__head {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #f7f8f9;
    padding: 24px 0;
    font-weight: 700;
    font-size: 18px;
}

.mob-menu__close {
    content: "";
    min-width: 20px;
    min-height: 20px;
    background: url(../img/x.png) no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 27px;
}

.mob-menu__content {
    padding-top: 10px;
}

.mob-menu__btn,
.mob-menu__btn-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
}


.mob-menu__btn.open {
    color: #2770F1;
}

.mob-menu__list a {

    color: #002D4B;
}

.mob-menu__list a:hover {

    color: #2770F1;
}

.mob-menu__content a {
    color: #002D4B;

}

.mob-menu__content a:hover {

    color: #2770F1;
}

.mob-menu__btn:after {
    content: "";
    width: 24px;
    height: 32px;
    background: url('/newstarmed/starmed/src/img/faq/plus.png') no-repeat;
    margin-left: 6px;
}

.mob-menu__btn.open:after {
    content: "";
    width: 24px;
    height: 32px;
    background: url('/newstarmed/starmed/src/img/faq/minus.png') no-repeat;
    margin-left: 6px;
}

.mob-menu__list {
    display: none;
}

.mob-menu__link {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 5px auto;
    text-align: center;
}

.mob-menu__help {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: rgb(1, 83, 156);
    margin-bottom: 50px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
    .popup {
        width: 95%
    }

    .popup__list {
        width: 100%
    }

    .popup__list input {
        width: 100%
    }
}


.city__filter {
    outline: none;
    border-radius: 31.5px;
    border: 2px solid #3E7FFF;
    padding: 5px 20px;
    min-width: 300px;
    font-size: large;
    text-align: center;
    margin-bottom: 30px;
}

.inside_filter {
    text-align: center;
}

.subfolder_ul {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
}

.inside_city {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
}

@media (max-width: 900px) {

    .header_location {
        display: none;
    }

    .city__filter {
        min-width: 1px;
    }

    .city__filter::placeholder {
        font-size: 15px
    }

    .inside_filter {
        text-align: center;
    }

    .city-list a {
        display: inline-block;
        font-size: 14px;
        margin: 0 15px 15px;
        text-decoration: underline;
        position: relative;
    }

}

@media screen and (max-width: 950px) {
    .inside_city {
        width: 33%;
    }
}

@media screen and (max-width: 700px) {
    .inside_city {
        width: 50%;
        padding-left: 25px !important;
    }
}

.hide {
    display: none !important;
}

.regions_link {
    color: #8ad6d7;
    text-decoration: underline !important;
}

.regions_link:hover {
    text-decoration: none !important;
}

.city-list a {
    display: inline-block;
    font-size: 15px;
    margin: 0 15px 15px;
    text-decoration: underline;
    position: relative;
    color: #3E7FFF;
}

.popup {
    margin-top: 100px;
    padding: calc(15 * 1px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    max-width: 500px;
    margin: auto;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3000 !important;
    border-radius: 25px;
}

.popup__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

.popup__list label {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #455271;
}

.popup__list input {
    height: 56px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 22px;
    color: #455271;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}

.popup__list label {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #455271;
}

.popup__list input {
    margin-top: 10px;
    height: 56px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 22px;
    color: #455271;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}

.text__32, .text__16 {
    font-size: 18px;

}

.popup__btn {
    width: 100%;
    height: 56px;
    margin-bottom: 25px;
    padding: 12px;
    background: #3E7FFF;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-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;
    color: #F2F2F2;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    text-transform: uppercase;
}

.popup__caption {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #455271;
}

.stati__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    margin: 40px 0;
    text-align: center;
    color: #4b5152;
}

.subfolder_ul {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
}

.inside_city {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
}

.inside_city a {
    font-size: 17px;
    font-style: normal;
    text-decoration: none;
    color: #3E7FFF;

}

.over-hid {
    overflow: hidden;
}

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

.swiper-slide-prev {
    opacity: 0;
}

.swiper-slide-active {
    margin-left: 0.7rem;
}

.just-validate-error-label {
    display: block;
    position: absolute;
    padding-top: 0.35rem;
    font-size: 1.4rem;
}

.just-validate-error-label:nth-child(3) {
    margin-top: 2rem;
}

.noscroll {
    overflow: hidden !important;
}

.noscroll .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    width: 100%;
    z-index: 100;
}
.noscroll .header&gt;.container {
    height: 100%;
}
@media (max-width: 900px) {
    .subfolder_ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .inside_city a {
        font-size: 16px;
    }

    .city-list a {
        width: 32%;
    }
}

.dopinform h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    text-align: left;
    text-transform: uppercase;
    color: #002D4B;
    margin-bottom: 20px;
}

.dopinform .content__list {
    padding: 64px 35px 52px 40px
}

@media (min-width: 1180px)and(max-width: 1920px) {
    .dopinform__list {
        width: 1170px
    }
}

@media (max-width: 900px) {
    .dopinform h1 {
        font-size: 24px;
    }

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

    .dopinform .content__list {
        width: 100%;
        padding: 0 8px;
        font-size: 16px;
        gap: 16px;
    }

    .price-table__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        gap: 8px;
        padding: 4px 8px;
        width: 100%;
    }
    .price-table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .price {
    overflow: hidden;
    }
    .price-table__link {
        max-width: 90%;
        font-size: 14px;
        word-wrap: wrap;
    }

    .price-table__price {
        font-size: 16px;
    }

    .price-table__form a {
        font-size: 14px;
    }

    .price-table__block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .price-table__title {
        font-size: 18px;
    }

    .price-table__form {
        margin-left: 0;
    }

    .price-table__list--active {
        padding: 16px 8px;
    }

    .price-table__items {
        width: 100%;
    }


    .price-table__header {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 900px) and (max-width: 1030px) {
    .informationtext__wrap {
        margin-left: 60px;
    }
}

@media (max-width: 900px) {
    .informationtext__wrap {
        width: 100%;
        margin-left: 0;
        padding: 40px 8px 65px 8px;
    }

}

@media (max-width: 48em) {
    .just-validate-error-label {
        margin-top: -2rem;
        margin-left: 4rem;
    }

    .just-validate-error-label:nth-child(3) {
        margin-top: 2rem;
        margin-left: 0;
    }
}

.consultation {
  box-sizing: border-box;
  padding: 0.5em 1em;
  background-color: #1565d8;
  color: #fff;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.consultation__text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.consultation__text-decor {
  padding: 0 3px;
  border: 1px solid #fff;
  border-radius: 3px;
}

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

@media (max-width: 575px) {
  .consultation__text {
      font-size: 14px;
  }
}

.banner{
    position: relative;
    background: linear-gradient(90deg, #172233 0%, rgba(23, 34, 51, 0) 100%);
}
.banner&gt;img{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;    
    opacity: 0.8;
}

.pulse{
  position: fixed;
  left: 3%;
  z-index: 5;
  top: 90%;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pulse img {
  width: initial;
  height: initial;
}

.section__text {
    margin-top: 56px;
}

.section__text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    width: 372px;
    color: #002D4B;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section__text p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #002D4B;
    margin-bottom: 5px;
}

.section__text h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
    margin: 20px 0px 10px 0;
}

.section__text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
    margin: 20px 0px 10px 0;
}

.section__text h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #002D4B;
}

@media (max-width: 600px) {

  .article-banner__wrap h1{
    font-size: 26px;
    max-width: 100%;
  }
}
@media(max-width:400px){
.informationtext{
padding: 25px 0 95px 0;
}
}

.nav-2 {
    margin: 30px 0
}

.nav-2__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #EFFBFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px
}

.nav-2__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px
}

.nav-2__icon:before {
    display: block;
    width: 22px;
    height: 25px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMWExIDEgMCAwMTEtMWgyMGExIDEgMCAxMTAgMkg1YTEgMSAwIDAxLTEtMXpNNCAyM2EyIDIgMCAwMTItMmgxOGEyIDIgMCAxMTAgNEg2YTIgMiAwIDAxLTItMnoiIGZpbGw9IiMzMTg5NjQiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PHBhdGggZD0iTTQgNmEyIDIgMCAwMTItMmgxOGEyIDIgMCAwMTIgMnYxMGEyIDIgMCAwMS0yIDJINmEyIDIgMCAwMS0yLTJWNnoiIGZpbGw9IiNmZmYiLz48L2c+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNCA3SDEyVjZoMTJ2MXpNMTggOWgtNlY4aDZ2MXpNMTggMTNoLTZ2LTFoNnYxek0yMiAxMUgxMnYtMWgxMHYxeiIgZmlsbD0iIzNCOTY3MCIvPjxwYXRoIGQ9Ik02IDdhMSAxIDAgMDExLTFoMWExIDEgMCAwMTEgMXYxYTEgMSAwIDAxLTEgMUg3YTEgMSAwIDAxLTEtMVY3eiIgZmlsbD0iIzNCOTY3MCIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMCIgeT0iMiIgd2lkdGg9IjMwIiBoZWlnaHQ9IjIyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+") 50% 50% no-repeat;
    content: ''
}

.nav-2__items a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px;
    color: #000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.nav-2__items a:hover {
    color: #fff;
    background: #13AB7B
}

.nav-2__items ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

@media all and (max-width: 768px) {
    .nav-2 {
        margin:40px 0
    }

    .nav-2__items ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media all and (max-width: 480px) {
    .nav-2__items ul {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1
    }
}
.b-author {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-bottom: 24px;
    width:100%;
}

@media all and (max-width: 768px) {
    .b-author {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.b-author__container {
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #EFFBFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 24px
}

@media all and (max-width: 768px) {
    .b-author__container {
        -moz-border-radius:20px;
        border-radius: 20px
    }
}

.b-author__picture {
    width: 11%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.b-author__picture img {
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto
}

@media all and (max-width: 768px) {
    .b-author__picture img {
        -moz-border-radius:10px;
        border-radius: 10px
    }
}

.b-author__desc {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-author__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.b-author__inner {
    width: 70%
}

.b-author__author {
    margin-bottom: 30px
}

.b-author__author a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.b-author__author a:hover {
    text-decoration: underline
}

.b-author__appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.b-author__tag {
    display: inline-block;
    min-height: 30px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.b-author__tag:hover {
    background-color: #13ab7b;
    color: #fff
}

.b-author__date {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.b-author__date span {
    font-weight: 700
}

.b-author__published {
    text-align: end;
    margin-bottom: 16px
}

.b-author__updated {
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #13ab7b;
    min-height: 42px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.b-author hr {
    border: none;
    background-color: rgba(0,0,0,.1);
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 1px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px
}

.b-author__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: auto
}

.b-author__return {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
    padding: 10px 24px 10px 44px;
    margin-right: auto;
    background-position: 22px center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTk2NGUtMDcgNy4xMDU0N0wxMC45Njg4IDEzLjQzODNMMTAuOTY4OCAwLjc3MjY1N0wzLjE5NjRlLTA3IDcuMTA1NDdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.b-author__return:hover {
    background-color: #13ab7b;
    color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTk2NGUtMDcgNy4xMDU0N0wxMC45Njg4IDEzLjQzODNMMTAuOTY4OCAwLjc3MjY1N0wzLjE5NjRlLTA3IDcuMTA1NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.b-author__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.b-author__time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.b-author__time::before {
    display: inline-block;
    width: 14px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODYzMzIgMTYuNDY3M0wxMC44MzI0IDE4LjA1MTVDMTIuNTQyNyAxOC4zNTEgMTMuNTkxIDE3LjM4OTQgMTMuNTkxIDE1LjUzNzNWNS44MjczMkMxMy41OTEgNC45Mjg4MyAxMy4zNjI0IDQuMzI5ODQgMTIuODg5NSAzLjkxMjEyVjIuNDU0MDVDMTIuODg5NSAwLjY4ODU5NiAxMS42OTE1IC0wLjE3MDQ4NCA5LjcwNTM5IDAuMTg0MTgyTDEuNjE5IDEuNjEwNzNDMC43MzYyNzQgMS43MjEwNyAwLjE4NDU3IDIuMzkwOTkgMC4xODQ1NyAzLjQwNzdWMTQuNTI4NUMwLjE4NDU3IDE1LjYwODIgMC43NTk5MTggMTYuMjcwMyAxLjg2MzMyIDE2LjQ2NzNaTTExLjAyOTUgMy4xNzEyNkw1Ljk3NzQ1IDIuMjgwNjVMMTAuMTk0IDEuNTcxMzJDMTAuOTM0OSAxLjQ0NTIyIDExLjM5MiAxLjc1MjYgMTEuMzkyIDIuMzkwOTlWMy4yNDIxOUMxMS4yNzM4IDMuMjEwNjcgMTEuMTU1NiAzLjE4NzAyIDExLjAyOTUgMy4xNzEyNlpNMi4zMTI1NyAxNC45MzgzQzEuOTQyMTQgMTQuODY3NCAxLjc2MDg3IDE0LjYzODggMS43NjA4NyAxNC4yNjA1VjMuNzcwMjVDMS43NjA4NyAzLjM2ODMgMi4wMjg4NCAzLjE2MzM4IDIuNDcwMiAzLjIzNDMxTDEwLjkxOTEgNC43MjM5MUMxMS42MzY0IDQuODUwMDEgMTIuMDE0NyA1LjE0OTUxIDEyLjAxNDcgNS44MDM2N1YxNS4zNzk3QzEyLjAxNDcgMTYuMTc1NyAxMS41NDk3IDE2LjU2OTggMTAuODAwOSAxNi40MzU4TDIuMzEyNTcgMTQuOTM4M1pNMy42OTE4MyA2LjcyNTgxTDkuNTcxNDEgNy43NjYxNkM5Ljk2NTQ4IDcuODM3MDkgMTAuMjMzNCA3LjU4NDg5IDEwLjIzMzQgNy4yMTQ0NkMxMC4yMzM0IDYuODkxMzIgMTAuMDY3OSA2LjcxMDA0IDkuNzYwNTYgNi42NTQ4N0wzLjkxMjUxIDUuNjIyNEMzLjUxODQzIDUuNTU5MzUgMy4yMzQ3IDUuNzk1NzkgMy4yMzQ3IDYuMTU4MzRDMy4yMzQ3IDYuNDU3ODQgMy40MDAyMSA2LjY3ODUyIDMuNjkxODMgNi43MjU4MVpNMy42OTE4MyA5Ljc3NTk0TDkuNTcxNDEgMTAuODE2M0M5Ljk2NTQ4IDEwLjg3OTMgMTAuMjMzNCAxMC42MjcxIDEwLjIzMzQgMTAuMjY0NkMxMC4yMzM0IDkuOTMzNTcgMTAuMDY3OSA5Ljc1MjI5IDkuNzYwNTYgOS42OTcxMkwzLjkxMjUxIDguNjcyNTNDMy41MTg0MyA4LjYwMTYgMy4yMzQ3IDguODQ1OTIgMy4yMzQ3IDkuMjAwNTlDMy4yMzQ3IDkuNTA3OTcgMy40MDAyMSA5LjcyMDc3IDMuNjkxODMgOS43NzU5NFoiIGZpbGw9IiMxQzFDMUUiLz4KPC9zdmc+Cg==);
    -moz-background-size: 100%;
    background-size: 100%;
    content: ""
}

.b-author__views {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.b-author__views::before {
    display: inline-block;
    width: 22px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU5ODggMTQuMDQyNUMxOC4xNzE2IDE0LjA0MjUgMjIuNTkwOCA4Ljc0MjY5IDIyLjU5MDggNy4xMDE1QzIyLjU5MDggNS40NjAzMSAxOC4xNTU2IDAuMTY4NDU3IDExLjU5ODggMC4xNjg0NTdDNS4xMjIxMiAwLjE2ODQ1NyAwLjU5MDgyIDUuNDYwMzEgMC41OTA4MiA3LjEwMTVDMC41OTA4MiA4Ljc0MjY5IDUuMTA2MSAxNC4wNDI1IDExLjU5ODggMTQuMDQyNVpNMTEuNTk4OCAxMi40NzM0QzYuNDkxMTEgMTIuNDczNCAyLjQ0ODE3IDguMjIyMzEgMi40NDgxNyA3LjEwMTVDMi40NDgxNyA2LjE2NDgyIDYuNDkxMTEgMS43Mzc2IDExLjU5ODggMS43Mzc2QzE2LjY4MjUgMS43Mzc2IDIwLjczMzUgNi4xNjQ4MiAyMC43MzM1IDcuMTAxNUMyMC43MzM1IDguMjIyMzEgMTYuNjgyNSAxMi40NzM0IDExLjU5ODggMTIuNDczNFpNMTEuNTk4OCAxMS40MDA2QzEzLjk4NDYgMTEuNDAwNiAxNS44OTggOS40MzkyIDE1Ljg5OCA3LjEwMTVDMTUuODk4IDQuNzA3NzYgMTMuOTg0NiAyLjgxMDM4IDExLjU5ODggMi44MTAzOEM5LjE5NzA4IDIuODEwMzggNy4yNzU2OCA0LjcwNzc2IDcuMjgzNjkgNy4xMDE1QzcuMjk5NyA5LjQzOTIgOS4xOTcwOCAxMS40MDA2IDExLjU5ODggMTEuNDAwNlpNMTEuNTkwOCA4LjQ4NjUxQzEwLjgyMjMgOC40ODY1MSAxMC4xOTc4IDcuODYyMDUgMTAuMTk3OCA3LjEwMTVDMTAuMTk3OCA2LjM0MDk1IDEwLjgyMjMgNS43MTY0OSAxMS41OTA4IDUuNzE2NDlDMTIuMzU5NCA1LjcxNjQ5IDEyLjk4MzggNi4zNDA5NSAxMi45ODM4IDcuMTAxNUMxMi45ODM4IDcuODYyMDUgMTIuMzU5NCA4LjQ4NjUxIDExLjU5MDggOC40ODY1MVoiIGZpbGw9IiMxQzFDMUUiLz4KPC9zdmc+Cg==);
    -moz-background-size: 100%;
    background-size: 100%;
    content: ""
}

.b-author__socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.b-author__social-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.b-author__social {
    position: relative;
    width: 42px;
    height: 42px;
    background-color: #13ab7b;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.b-author__social img {
    display: block
}

.b-author__social:hover {
    background-color: #28926e
}

.b-author__social:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    content: ""
}

.b-author__social_vk:before {
    margin: -6px 0 0 -9px;
    width: 19px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjMxOCAxMC4xNzZjMC0uMDczLS4wNzMtLjA3My0uMDczLS4xNDYtLjI5NC0uNTg3LS45NTMtMS4zMi0xLjgzMy0yLjEyNi0uNDQtLjM2Ny0uNjYtLjY2LS44MDYtLjgwNy0uMjItLjI5My0uMjItLjUxMy0uMTQ3LS44MDYuMDczLS4yMi4zNjctLjU4Ni44OC0xLjI0Ni4yOTMtLjM2Ny40NC0uNTg3LjY2LS44MDcgMS4xLTEuNDY2IDEuNjEyLTIuNDE5IDEuNDY2LTIuODU5bC0uMDc0LS4wNzNjLS4wNzMtLjA3My0uMTQ2LS4xNDctLjI5My0uMTQ3LS4xNDYtLjA3My0uMzY2LS4wNzMtLjU4NiAwaC0zLjI5OWwtLjA3My4wNzRjLS4wNzQuMDczLS4wNzQuMDczLS4wNzQuMTQ2LS4yOTMuODA3LS42NiAxLjQ2Ny0xLjAyNiAyLjItLjIyLjM2Ni0uNDQuNzMzLS42NiAxLjAyNi0uMjIuMjkzLS4zNjYuNTEzLS41MTMuNjYtLjE0Ny4xNDYtLjI5My4yMi0uMzY3LjM2Ni0uMDczLjA3NC0uMjIuMTQ3LS4yMi4wNzQtLjA3MyAwLS4xNDYgMC0uMTQ2LS4wNzRsLS4yMi0uMjJjLS4wNzMtLjA3My0uMDczLS4yMi0uMTQ3LS4zNjZ2LS4zNjctLjQ0LS40NC0uODA2LS42Ni0uNTEzLS40NGMwLS4wNzMtLjA3My0uMjItLjA3My0uMjkzbC0uMjItLjIyYy0uMDczLS4wNzMtLjIyLS4wNzMtLjI5My0uMTQ2QTYuNTc1IDYuNTc1IDAgMDA4Ljg2LjU3M2MtMS4xNzMgMC0xLjk3OS4wNzMtMi4yNzIuMjItLjE0Ny4wNzMtLjI5My4xNDctLjM2Ny4yOTMtLjE0Ni4xNDctLjE0Ni4yMi0uMDczLjIyLjM2Ny4wNzMuNjYuMjIuODA2LjQ0bC4wNzQuMTQ3Yy4wNzMuMDczLjA3My4yMi4xNDYuNDQuMDc0LjIyLjA3NC40NC4wNzQuNzMydjEuMTczYzAgLjM2Ny0uMDc0LjU4Ny0uMDc0LjgwNyAwIC4yMi0uMDczLjM2Ni0uMTQ2LjQ0LS4wNzQuMTQ2LS4wNzQuMjItLjE0Ny4yMiAwIDAgMCAuMDczLS4wNzMuMDczLS4wNzQgMC0uMTQ3LjA3My0uMjkzLjA3My0uMDc0IDAtLjIyLS4wNzMtLjI5NC0uMTQ2YS44ODMuODgzIDAgMDEtLjM2Ni0uMzY3Yy0uMTQ3LS4xNDctLjI5My0uMzY3LS40NC0uNjYtLjE0Ny0uMjkzLS4zNjctLjU4Ni0uNTEzLTEuMDI2bC0uMTQ3LS4yOTNjLS4wNzMtLjE0Ny0uMjItLjQ0LS4zNjYtLjgwNy0uMTQ3LS4zNjYtLjI5NC0uNjYtLjQ0LTEuMDI2YTEuMDEyIDEuMDEyIDAgMDAtLjIyLS4yOTNoLS4wNzNzLS4wNzQtLjA3NC0uMTQ3LS4wNzQtLjE0Ny0uMDczLS4yMi0uMDczSC42NWMtLjI5MiAwLS40MzkuMDczLS41MTIuMTQ3bC0uMDc0LjA3M3YuMTQ3YzAgLjA3MyAwIC4xNDYuMDc0LjI5My4zNjYuODguODA2IDEuNzYgMS4yNDYgMi42MzkuNDQuODA2Ljg4IDEuNTQgMS4xNzMgMi4wNTMuMzY2LjUxMy42NiAxLjAyNiAxLjAyNiAxLjQ2Ni4zNjcuNDQuNTg3LjczMy42Ni44OGwuMjkzLjI5My4yMi4yMmMuMTQ3LjE0Ni4zNjcuMzY2LjY2LjU4Ni4yOTMuMjIuNjYuNDQgMS4wMjYuNjYuMzY3LjIyLjgwNy4zNjYgMS4yNDYuNTEzLjUxNC4xNDcuOTUzLjIyIDEuMzkzLjE0N2gxLjFjLjIyIDAgLjM2Ni0uMDc0LjUxMy0uMjJsLjA3My0uMDc0YzAtLjA3My4wNzQtLjA3My4wNzQtLjE0NnYtLjI5M2MwLS4yOTQgMC0uNTE0LjA3My0uNzM0LjA3My0uMjIuMDczLS4zNjYuMTQ3LS41MTMuMDczLS4xNDYuMTQ2LS4yMi4yMi0uMjkzbC4xNDYtLjE0N2guMDczYy4xNDctLjA3My4zNjcgMCAuNTE0LjE0Ny4yMi4xNDcuNDQuMzY3LjU4Ni41ODcuMTQ3LjIyLjM2Ny40NC42Ni43MzMuMjkzLjI5My41MTMuNTEzLjY2LjU4NmwuMjIuMTQ3Yy4xNDYuMDczLjI5My4xNDYuNTEzLjIyLjIyLjA3My4zNjYuMDczLjUxMy4wNzNsMi40OTItLjA3M2MuMjIgMCAuNDQtLjA3NC41ODctLjE0Ny4xNDYtLjA3My4yMi0uMTQ3LjIyLS4yOTN2LS4yOTNjLS4xNDctLjE0Ny0uMTQ3LS4yMi0uMTQ3LS4yOTR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.b-author__social_ok:before {
    margin: -10px 0 0 -6px;
    width: 13px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjE2NyAxMy4xMjZjLjQ2My0uNDYzLjUzLTEuMTI1LjEzMy0xLjc4Ny0uMzMyLS41My0uOTI3LS43OTUtMS41OS0uNjYyLS4yNjQuMDY2LS41MjkuMTk4LS43OTMuMzk3LTIuMDUyIDEuMzktNC44MzIgMS4zMjQtNi44ODQtLjA2NmwtLjM5Ny0uMTk5Yy0uNzI4LS4zMy0xLjQ1Ni0uMTk4LTEuODUzLjQ2NC0uNDY0LjY2MS0uMzk4IDEuMzkuMTk4IDEuOTg1LjEzMy4xMzMuMjY1LjE5OS4zMzEuMzMxbC4wNjYuMDY2Yy45MjcuNzI4IDIuMDUyIDEuMTkyIDMuNTA4IDEuMzlsLS44Ni44Ni0yLjI1IDIuMjUxYy0uMi4xOTktLjQ2NC41My0uNDY0Ljk5MyAwIC41OTYuMzMxIDEuMTkxLjkyNyAxLjQ1Ni4xOTguMTMzLjM5Ny4xMzMuNTk1LjEzMy4zMzEgMCAuNzI5LS4xMzMuOTkzLS40NjRsMi41ODItMi41ODEuMDY2LS4wNjZzLjA2NiAwIC4wNjYuMDY2Yy41My41OTUgMS4xMjUgMS4xMjUgMS42NTUgMS43MmwuNzk0Ljc5NWMuMzMuMzMxLjU5Ni40NjMuOTkzLjQ2My41OTUuMDY3IDEuMjU3LS4zMyAxLjUyMi0uOTI2YTEuMzI1IDEuMzI1IDAgMDAtLjMzLTEuNTg5Yy0uNjYzLS42NjItMS4zMjUtMS4zOS0yLjA1My0yLjA1Mkw3Ljk5NyAxNC45OGMuNTk2LS4wNjYgMS4yNTgtLjE5OCAxLjg1My0uNDYzLjk5My0uMzMxIDEuNzIxLS43OTQgMi4zMTctMS4zOXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNi40NzUgMTEuMjczYzIuODQ2IDAgNS4xNjMtMi4yNSA1LjE2My01LjA5NyAwLTEuMzktLjUzLTIuNzE0LTEuNTIzLTMuNzA3QzkuMTIyIDEuNDc3IDcuODY1Ljk0NyA2LjU0MS45NDdjLTIuODQ2IDAtNS4wOTcgMi4zMTctNS4xNjMgNS4wOTcgMCAxLjM5LjUzIDIuNjQ3IDEuNTIzIDMuNjQuOTI2IDEuMDU5IDIuMTg0IDEuNTg5IDMuNTc0IDEuNTg5em0tMS40NTYtNi42MmEyLjA1MyAyLjA1MyAwIDAxMS40NTYtLjU5NWMxLjE5MSAwIDIuMDUyLjkyNyAyLjA1MiAyLjA1MiAwIDEuMTkxLS45MjcgMi4wNTItMi4wNTIgMi4wNTItMS4xOTIgMC0yLjA1Mi0uOTI3LTIuMDUyLTIuMDUyIDAtLjUzLjE5OS0xLjA2LjU5Ni0xLjQ1NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTIuMTY3IDEzLjEyNmMuNDYzLS40NjMuNTMtMS4xMjUuMTMzLTEuNzg3LS4zMzItLjUzLS45MjctLjc5NS0xLjU5LS42NjItLjI2NC4wNjYtLjUyOS4xOTgtLjc5My4zOTctMi4wNTIgMS4zOS00LjgzMiAxLjMyNC02Ljg4NC0uMDY2bC0uMzk3LS4xOTljLS43MjgtLjMzLTEuNDU2LS4xOTgtMS44NTMuNDY0LS40NjQuNjYxLS4zOTggMS4zOS4xOTggMS45ODUuMTMzLjEzMy4yNjUuMTk5LjMzMS4zMzFsLjA2Ni4wNjZjLjkyNy43MjggMi4wNTIgMS4xOTIgMy41MDggMS4zOWwtLjg2Ljg2LTIuMjUgMi4yNTFjLS4yLjE5OS0uNDY0LjUzLS40NjQuOTkzIDAgLjU5Ni4zMzEgMS4xOTEuOTI3IDEuNDU2LjE5OC4xMzMuMzk3LjEzMy41OTUuMTMzLjMzMSAwIC43MjktLjEzMy45OTMtLjQ2NGwyLjU4Mi0yLjU4MS4wNjYtLjA2NnMuMDY2IDAgLjA2Ni4wNjZjLjUzLjU5NSAxLjEyNSAxLjEyNSAxLjY1NSAxLjcybC43OTQuNzk1Yy4zMy4zMzEuNTk2LjQ2My45OTMuNDYzLjU5NS4wNjcgMS4yNTctLjMzIDEuNTIyLS45MjZhMS4zMjUgMS4zMjUgMCAwMC0uMzMtMS41ODljLS42NjMtLjY2Mi0xLjMyNS0xLjM5LTIuMDUzLTIuMDUyTDcuOTk3IDE0Ljk4Yy41OTYtLjA2NiAxLjI1OC0uMTk4IDEuODUzLS40NjMuOTkzLS4zMzEgMS43MjEtLjc5NCAyLjMxNy0xLjM5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

@media all and (max-width: 1024px) {
    .b-author__container {
        padding:24px;
        gap: 24px
    }

    .b-author__picture {
        width: 20%
    }

    .b-author__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .b-author__inner {
        width: 100%
    }

    .b-author__author {
        margin-bottom: 24px
    }

    .b-author__tag {
        min-height: 20px;
        font-size: 13px
    }

    .b-author__date {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 16px;
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .b-author__published {
        text-align: left;
        width: 100%
    }

    .b-author__updated {
        width: 100%
    }

    .b-author__bottom {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .b-author__return {
        display: none
    }

    .b-author__socials span {
        display: none
    }

    .b-author hr {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media all and (max-width: 768px) {
    .b-author {
        margin-bottom:16px
    }

    .b-author__container {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }

    .b-author__picture {
        width: 42%;
        padding-bottom: 0
    }

    .b-author__tag {
        display: block;
        font-size: 10px;
        background-color: #13ab7b;
        color: #fff
    }

    .b-author__tag:hover {
        background-color: #28926e
    }

    .b-author__name {
        display: inline-block;
        width: 100%
    }

    .b-author__social-wrap {
        gap: 6px
    }
}

.cities__city {
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.12);
  padding:
24px 16px;
  border-radius:
8px;
}
.cities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:
16px;
  margin:
40px 0;
}
@media (max-width: 730px) {
  .cities {
    grid-template-columns: repeat(1, 1fr);
  }
}</pre></body></html>