<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*Общие */
@-webkit-keyframes lockFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes lockFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html.lock {
    overflow: hidden;
}

@-webkit-keyframes piyan {
    0% {
        -webkit-transform: rotate3d(0);
                transform: rotate3d(0);
    }

    50% {
        -webkit-transform: rotate3d(2, 5, 2, 6.302rad);
                transform: rotate3d(2, 5, 2, 6.302rad);
    }

    100% {
        -webkit-transform: rotate3d(0);
                transform: rotate3d(0);
    }
}

@keyframes piyan {
    0% {
        -webkit-transform: rotate3d(0);
                transform: rotate3d(0);
    }

    50% {
        -webkit-transform: rotate3d(2, 5, 2, 6.302rad);
                transform: rotate3d(2, 5, 2, 6.302rad);
    }

    100% {
        -webkit-transform: rotate3d(0);
                transform: rotate3d(0);
    }
}

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

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(27, 69, 85, 0.8784313725);
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

body.lock {
    overflow: hidden;
}

body.burger-lock {
    overflow: hidden;
}

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

a,
button {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    background: none;
    font-weight: inherit;
    font-size: inherit;
}

select {
    background-color: inherit;
}

blockquote {
    margin: 0;
}

button {
    border: none;
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

textarea:focus {
    outline-width: 0;
}

input::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    border: none;
    outline: none;
}

input::-moz-placeholder {
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    border: none;
    outline: none;
}

input:-ms-input-placeholder {
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    border: none;
    outline: none;
}

input::-ms-input-placeholder {
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    border: none;
    outline: none;
}

input,
input::placeholder {
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    border: none;
    outline: none;
}

input::-webkit-input-placeholder {
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder {
    color: inherit;
}

input::-ms-input-placeholder {
    color: inherit;
}

input::placeholder {
    color: inherit;
}

picture {
    display: block;
}

picture img {
    width: 100%;
    max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
}

ul li {
    list-style-type: none;
}

ol li {
    list-style-type: none;
}

ol {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-position: inside;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

.section-offset {
    margin-bottom: 100px;
}

.section-title {
    display: block;
    margin-bottom: 40px;
    font-size: 38px;
    width: 100%;
    font-weight: 700;
    line-height: 1.3;
    color: #1B4655;
    text-align: center;
}

.section-title_smb {
    margin-bottom: 20px;
}

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

.section-title_decor::before, .section-title_decor::after {
    display: block;
    content: "";
    width: 50%;
    position: absolute;
    height: 2px;
    border-bottom: 6px double #FF192F;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.section-title_decor::after {
    left: 0;
}

.section-title_decor::before {
    right: 0;
}

.section-title_decor span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 14px;
}

.section-subtitle {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.main-title {
    font-size: 50px;
    color: #1B4655;
    font-weight: 700;
    line-height: 1.2;
}

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

.page-intro .breadcrumbs {
    margin-bottom: 20px;
}

.page-intro {
    background-color: #EBF8FD;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.transform-item {
    opacity: 0;
}

.text-animation {
    opacity: 0;
}

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

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

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

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

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

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

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

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

/* btn */
.standart-btn {
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
}

.standart-btn span {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.standart-btn::before, .standart-btn::after {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
}

.standart-btn::before {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
    z-index: 1;
}

.standart-btn::after {
    -webkit-clip-path: circle(0 at 100% 50%);
            clip-path: circle(0 at 100% 50%);
    z-index: 2;
    background-color: #000;
}

.standart-btn:hover::after {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
}

.opacity-btn {
    border-color: #FF192F;
}

.opacity-btn span {
    color: #FF192F;
}

.opacity-btn::after {
    background: #FF192F;
}

.opacity-btn::before {
    display: none;
}

.opacity-btn:hover span {
    color: #fff;
}

.blue-btn {
    border-color: #13569D;
}

.blue-btn span {
    color: #fff;
}

.blue-btn::before {
    background: linear-gradient(96.24deg, #13569D 0%, #2298D7 100%);
}

.blue-btn::after {
    background: #fff;
}

.blue-btn:hover span {
    color: #13569D;
}

.red-btn {
    border-color: #FF192F;
}

.red-btn span {
    color: #fff;
}

.red-btn::before {
    background: #FF192F;
}

.red-btn::after {
    background: #fff;
}

.red-btn:hover span {
    color: #FF192F;
}

/* breadcrumbs */
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-top: 30px;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 16px;
    color: rgba(27, 69, 85, 0.4784313725);
}

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

.breadcrumbs li::after {
    content: "/";
    display: block;
    font-size: inherit;
}

.breadcrumbs li:last-of-type {
    color: rgba(27, 69, 85, 0.8705882353);
}

.breadcrumbs li:last-of-type::after {
    display: none;
}

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

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

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

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

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

/* tabs */
.tab__content {
    display: none;
}

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

.hide-item__content {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    pointer-events: none;
}

.hide-item__content.active {
    pointer-events: all;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: 300px;
}

.logo__picture {
    max-width: 220px;
}

.logo__text {
    max-width: 300px;
    user-select: none;
}

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

.social__link {
    width: 41px;
    height: 41px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2px;
    padding: 3px;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}

.social__link:hover {
    padding: 0;
}

.social__picture {
    width: 100%;
}

@media (max-width: 1400px) {
    .main-title {
        font-size: 40px;
    }
}

@media (max-width: 1023px) {
    html.burger-lock {
        overflow: hidden;
    }

    .main {
        margin-top: 190px;
    }

    .section-offset {
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .main-title {
        font-size: 32px;
    }

    body {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .social__link {
        width: 36px;
        height: 36px;
    }

    .section-title_decor span {
        width: 100%;
        padding: 0 30px;
    }

    .section-title_decor:after, .section-title_decor:before {
        width: 20px;
        z-index: 3;
    }

    .standart-btn {
        padding: 12px 30px;
        font-size: 14px;
    }

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

    .main-title {
        font-size: 28px;
    }
}

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

main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: 600;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    display: block;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

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

@font-face {
    font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
}
/* swiper CUSTOM */
.swiper {
    width: 100%;
    position: relative;
}

.swiper-pag {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider-button {
    width: 30px;
    pointer-events: all;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 30px;
    cursor: pointer;
    position: relative;
    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;
    border-radius: 50%;
    background-color: #FF192F;
    border: 1px solid #FF192F;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s ease, opacity 0.3s ease;
    transition: background-color 0.3s linear, border-color 0.3s ease, opacity 0.3s ease;
}

.slider-button::after {
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    margin-right: 3px;
}

.slider-button:hover {
    background-color: transparent;
}

.slider-button:hover::after {
    border-color: #FF192F;
}

.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.6;
}

.slider-button_prev::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    margin-right: 0;
    margin-left: 3px;
}

.swiper-pagination-bullets {
    display: none;
}

/* swiper media */
@media (max-width: 1300px) {
    .swiper-pag {
        display: none;
    }

    .swiper-pagination-bullets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 15px;
    }

    .swiper-pagination-bullet {
        background-color: rgba(255, 25, 48, 0.2823529412);
        -webkit-transition: background-color 0.3s linear;
        transition: background-color 0.3s linear;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background-color: #FF192F;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.header {
    border-bottom: 1px solid #F0ECEC;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
}

.header__plashka {
    background-color: #1B4655;
    color: #FFFFFF;
    overflow: hidden;
    -webkit-transition: height 0.35s linear;
    transition: height 0.35s linear;
    font-size: 16px;
    text-align: center;
}

.header__inner {
    color: #333;
}

.header__plashka-height {
    padding: 15px 10px;
}

.header__top {
    padding-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    row-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(30, 37, 40, 0.6901960784);
}

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

.header__picture {
    min-width: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.header__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px;
    max-width: 220px;
}

.header__addresss {
    max-width: 145px;
    word-break: break-all;
}

.header__addresss button {
    display: block;
    position: relative;
    color: #FF192F;
}

.header__addresss button::before {
    display: block;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    -webkit-transition: width 0.35s linear;
    transition: width 0.35s linear;
    background-color: #FF192F;
}

.header__addresss button:hover::before {
    width: 100%;
}

.header__text-decor {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1E2528;
}

.header__phone-decor {
    font-weight: 700;
}

.header__phone {
    color: #1E2528;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.header__phone::before {
    display: block;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    -webkit-transition: width 0.35s linear;
    transition: width 0.35s linear;
    background-color: #FF192F;
}

.header__phone:hover {
    color: #FF192F;
}

.header__phone:hover::before {
    width: 100%;
}

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

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

.header__nav-item {
    padding: 25px 5px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__link {
    font-weight: 500;
    color: #1B4655;
    line-height: 1.1;
    position: relative;
}

.header__link:hover {
    color: #FF192F;
}

.header_hide-item__title {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #1B4655;
    border-right: 2px solid #1B4655;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: border-color 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, border-color 0.3s ease, margin 0.3s ease;
    transition: transform 0.3s ease, border-color 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
    margin: 0 0 3px;
}

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

.header__sublink a:hover {
    color: #FF192F;
}

.burger__menu {
    display: none;
}

.header__content {
    opacity: 0;
    -webkit-transition: opacity 0.35s linear;
    transition: opacity 0.35s linear;
}

.header__text_phone-show {
    display: none;
}

@media (min-width: 1024px) {
    .header_hide-item__title {
        pointer-events: none;
    }

    .header__nav-item:hover .header__content {
        opacity: 1;
        pointer-events: all;
    }

    .header__nav-item:hover .header_hide-item__title {
        border-color: #FF192F;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        margin: 3px 0 0;
    }

    .header__nav-item:last-child .header__content {
        right: 0;
    }

    .header__content {
        height: auto;
        padding: 20px;
        pointer-events: all;
        position: absolute;
        top: calc(100% - 10px);
        background-color: #fff;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 350px;
        min-width: 200px;
        pointer-events: none;
        z-index: 15;
        -webkit-box-shadow: 0px 0px 15px rgba(255, 25, 47, 0.15);
                box-shadow: 0px 0px 15px rgba(255, 25, 47, 0.15);
        border-radius: 20px;
    }

    .header__mobile {
        display: none;
    }

    .header__bottom {
        height: auto !important;
    }
}

@media (max-width: 1023px) {
    .header__btn_picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .header__btn_picture:hover span {
        color: #FF192F;
    }

    .header__btn_picture::after {
        all: initial;
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background: url("../img/icons/question.svg") center center no-repeat;
    }

    .header__content {
        opacity: 1;
    }

    .header {
        position: fixed;
    }

    .header__phone {
        color: #1B4655;
    }

    .header_hide-item__title {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    .header__plashka {
        font-size: 14px;
    }

    .header__plashka-height {
        padding: 8px 10px;
        font-size: 12px;
    }

    .burger__menu {
        width: 46px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        height: 46px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #FF192F;
        position: relative;
        justify-content: center;
        gap: 4px;
    }

    .burger__menu::before, .burger__menu::after {
        content: "";
        position: relative;
        left: 0;
        right: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        -webkit-transition: width 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
        transition: width 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
        transition: width 0.3s ease, transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
        transition: width 0.3s ease, transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
    }

    .burger__menu::before, .burger__menu::after, .burger__menu span {
        display: block;
        width: 20px;
        border-radius: 4px;
        height: 2px;
        background-color: #fff;
    }

    .burger__menu::before {
        bottom: 0;
    }

    .burger__menu::after {
        top: 0;
    }

    .burger__menu span {
        position: relative;
        -webkit-transition: width 0.3s ease, right 0.3s ease;
        transition: width 0.3s ease, right 0.3s ease;
    }

    .burger__menu.active::before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: -6px;
    }

    .burger__menu.active::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: -6px;
    }

    .burger__menu.active span {
        width: 0;
    }

    .header__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header__btns {
        width: 100%;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .header__btn {
        -ms-flex-preferred-size: calc((100% - 8px) / 2);
            flex-basis: calc((100% - 8px) / 2);
    }

    .header__item_hide {
        display: none;
    }

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

    .header__item_phone {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .header__inner {
        position: relative;
    }

    .header__bottom {
        position: absolute;
        right: -10px;
        border: 1px solid #FF192F;
        overflow-y: auto;
        top: 100%;
        background-color: #fff;
        width: 100%;
        max-width: 400px;
        z-index: 1000;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        padding: 10px;
        -webkit-transition: -webkit-clip-path 0.3s linear;
        transition: -webkit-clip-path 0.3s linear;
        transition: clip-path 0.3s linear;
        transition: clip-path 0.3s linear, -webkit-clip-path 0.3s linear;
        padding-bottom: 80px;
        -webkit-clip-path: circle(0% at 100% 0%);
                clip-path: circle(0% at 100% 0%);
    }

    .header__bottom.active {
        -webkit-clip-path: circle(100%);
                clip-path: circle(100%);
    }

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

    .header__nav-item {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }

    .header__nav {
        margin-bottom: 10px;
    }

    .header__link {
        text-align: left;
        width: 100%;
        display: block;
        max-width: calc(100% - 40px);
    }

    .header_hide-item__title {
        width: 30px;
        height: 30px;
        border: 1px solid #FF192F;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 4px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }

    .header_hide-item__title::before {
        display: block;
        margin-bottom: 6px;
        content: "";
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #FF192F;
        border-right: 2px solid #FF192F;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }

    .header_hide-item__title.active {
        -webkit-transform: scale(1, -1);
                transform: scale(1, -1);
    }

    .header__logo .logo__text {
        display: none;
    }

    .header__logo {
        max-width: 50px;
    }

    .header__item_phone .header__picture {
        display: none;
    }

    .header__text_phone-hide {
        display: none;
    }

    .header__text_phone-show {
        display: block;
        color: rgba(27, 70, 85, 0.8980392157);
    }
}

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

    .header__text_phone {
        font-size: 12px;
    }

    .header__btn {
        font-size: 12px;
        padding: 11px 10px;
    }
}
/* form */
@-webkit-keyframes bntGradientAnimation {
    0% {
        opacity: 0.1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }

    22% {
        opacity: 0.7;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }

    40% {
        opacity: 0.7;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }

    100% {
        opacity: 0.5;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}
@keyframes bntGradientAnimation {
    0% {
        opacity: 0.1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }

    22% {
        opacity: 0.7;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }

    40% {
        opacity: 0.7;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }

    100% {
        opacity: 0.5;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}

.form__btn {
    padding: 15px 60px;
    background-color: #FF192F;
}

.form__btn::before {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
    background: #fff;
}

.form__btn::after {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
    background: linear-gradient(110deg, hsla(0, 0%, 100%, 0) 15%, hsla(0, 0%, 100%, 0.75) 25%, hsla(0, 0%, 100%, 0) 35%);
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: 2.5s linear infinite bntGradientAnimation;
            animation: 2.5s linear infinite bntGradientAnimation;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

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

.form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.form__input {
    padding: 14px 25px;
    border-radius: 50px;
    line-height: 1;
    width: 100%;
    background-color: rgba(73, 107, 119, 0.1294117647);
    color: rgba(73, 107, 119, 0.87);
}

.form__politic {
    color: rgba(27, 69, 85, 0.6117647059);
    font-size: 14px;
}

.form__politic a {
    color: #1B4655;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
}

.form__politic a:hover {
    text-decoration-color: #1B4655;
}

@media (max-width: 550px) {
    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 10px;
    }
}
/* standart-form */
.standart-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.standart-form {
    background-color: #1B4655;
    color: #fff;
    padding-top: 42px;
}

.standart-form__item {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.standart-form__title {
    font-size: 38px;
    font-weight: 700;
}

.standart-form__subtitle {
    margin-bottom: 20px;
}

.standart-form__form {
    max-width: 500px;
    margin-bottom: 5px;
}

.standart-form__politic {
    color: rgba(255, 255, 255, 0.5058823529);
    max-width: 280px;
    font-size: 12px;
}

.standart-form__politic a {
    color: rgba(255, 255, 255, 0.5058823529);
    text-decoration: underline;
    -webkit-transition: color 0.3s linear, text-decoration-color 0.3s linear;
    transition: color 0.3s linear, text-decoration-color 0.3s linear;
}

.standart-form__politic a:hover {
    color: #fff;
    text-decoration-color: #fff;
}

.standart-form__input {
    background-color: #496B77;
    color: rgba(255, 255, 255, 0.8274509804);
}

.standart-form__picture {
    width: 100%;
    max-width: 500px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.standart-form__picture::before {
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    background: url("../img/form/bg.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.standart-form__picture img {
    max-width: 274px;
    position: relative;
    z-index: 2;
}

.standart-form_second {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.standart-form__item_second {
    text-align: center;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.standart-form__border {
    padding-bottom: 35px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5333333333);
    margin-bottom: 35px;
}

.standart-form__politic_second {
    max-width: 100%;
}

.standart-form__text {
    margin-bottom: 10px;
}

.standart-form__subtitle_opacity {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5215686275);
}

.standart-form__subtitle_opacity a {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: underline;
}

.standart-form__subtitle_opacity a:hover {
    color: #FF192F;
}

/* standart-form media */
@media (max-width: 1023px) {
    .standart-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .standart-form__item {
        padding-bottom: 0;
    }

    .standart-form__title {
        font-size: 30px;
    }

    .standart-form__subtitle {
        margin-bottom: 15px;
    }

    .standart-form__politic {
        max-width: 100%;
    }

    .standart-form__picture {
        max-width: 290px;
    }

    .standart-form__picture img {
        max-width: 170px;
    }

    .standart-form_second {
        padding: 50px 0;
    }
}

@media (max-width: 600px) {
    .standart-form__title {
        font-size: 26px;
    }

    .standart-form__item {
        width: 100%;
    }

    .standart-form__border {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
/* text */
.text .container {
    padding: 0;
}

.text__content &gt; * {
    padding: 0 10px;
    margin-bottom: 15px;
}

.text__content &gt; *:last-child {
    margin-bottom: 0;
}

.text__content &gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.text__content &gt; ul li {
    padding-left: 20px;
    position: relative;
}

.text__content &gt; ul li::before {
    display: block;
    content: "";
    width: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 5px;
    background-color: #FF192F;
}

.text__content ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    counter-reset: list 0;
}

.text__content ol li {
    padding-left: 40px;
    position: relative;
}

.text__content ol li::before {
    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;
    content: counter(list);
    counter-increment: list 1;
    width: 30px;
    height: 30px;
    position: absolute;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    left: 0;
    top: 0;
    background-color: #FF192F;
}

.text__content h2, .text__content h3, .text__content h4, .text__content h5 {
    color: #1B4655;
    line-height: 1.3;
    font-weight: 700;
}

.text__content h2 {
    font-size: 38px;
    clear: both;
    margin-top: 20px;
}

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

.text__content h3 {
    font-size: 28px;
    margin-top: 35px;
}

.text__content h4 {
    font-size: 22px;
    margin-top: 30px;
}

.text__content h5 {
    font-size: 18px;
    margin-top: 25px;
}

.text__content b {
    color: #333;
}

.text__content picture img {
    border-radius: 10px;
}

.text__content a {
    color: #FF192F;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color 0.3s ease, color 0.3s ease;
    transition: text-decoration-color 0.3s ease, color 0.3s ease;
}

.text__content a:hover {
    text-decoration-color: #FF192F;
}

.text__content blockquote {
    padding: 25px 30px;
    border: 1px solid #FF192F;
    position: relative;
    margin: 40px 10px 15px;
    border-radius: 10px;
}

.text__content blockquote::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "!";
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    background-color: #FF192F;
    color: #fff;
    position: absolute;
    left: 30px;
    top: -20px;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 34px;
    border-radius: 5px;
}

.text__content table {
    display: block;
}

.text__content table thead {
    display: block;
    width: 100%;
}

.text__content table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
}

.text__content table thead tr th {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 20px;
    text-align: left;
    font-weight: 700;
    color: #fff;
    background-color: #FF192F;
    border-right: 1px solid #fff;
}

.text__content table thead tr th:last-child {
    border-right: none;
}

.text__content table tbody {
    display: block;
}

.text__content table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.text__content table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px;
    background-color: #EBF8FD;
    border-right: 1px solid #fff;
}

.text__content table tbody tr td:last-child {
    border-right: none;
}

.text__content-center {
    text-align: center;
}

.float-right {
    float: right;
    margin-left: 50px;
}

.text-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
}

.text-flex &gt; div {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.text__checked {
    margin-top: 50px;
    background-color: #F2F2F2;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.text__checked-picture {
    width: 100%;
    max-width: 165px;
    height: 100%;
    max-height: 165px;
    border-radius: 2px;
    overflow: hidden;
}

.text__checked-picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 2px;
}

.text__checked-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    line-height: 1.3;
}

.text__checked-title {
    color: rgba(27, 69, 85, 0.7058823529);
}

.text__author {
    color: #1B4655;
    font-size: 22px;
    font-weight: 700;
}

.text__checked-job {
    display: block;
    margin-bottom: 15px;
}

.text__date {
    font-size: 14px;
}

.description__content h2 {
    font-size: 38px;
    clear: both;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

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

@media (max-width: 1023px) {
    .text-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }

    .text-flex &gt; div {
        min-width: 200px;
    }

    .text__content h2 {
        font-size: 32px;
    }

    .text__content h3 {
        font-size: 26px;
    }

    .text__content h4 {
        font-size: 20px;
    }

    .text__content h5 {
        font-size: 18px;
    }

    .text__content table {
        overflow-x: auto;
    }

    .text__content table thead tr {
        overflow: visible;
    }

    .text__content table th, .text__content table td {
        min-width: 220px;
    }
}

@media (max-width: 600px) {
    .text-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }

    .text-flex p {
        font-weight: 500;
    }

    .float-right {
        float: none;
        margin-left: 0;
    }

    .text__content h2 {
        font-size: 26px;
    }

    .text__content h3 {
        font-size: 22px;
    }

    .text__content h4 {
        font-size: 18px;
    }

    .text__content h5 {
        font-size: 16px;
    }

    .text__content table thead tr th {
        padding: 15px;
    }

    .text__checked {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }

    .text__author {
        font-size: 18px;
    }

    .text__date {
        font-size: 12px;
    }

    .text__checked-job {
        margin-bottom: 5px;
    }
}

.intro {
    padding-top: 20px;
    background-color: #EBF8FD;
}

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

}

.intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 860px;
    padding-bottom: 52px;
}

.intro__item &gt; p {
    margin-bottom: 15px;
}

.intro__list {
    margin-bottom: 30px;
}

.intro__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
}

.intro__list ul li {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
        flex-basis: calc((100% - 40px) / 2);
    padding-left: 18px;
    position: relative;
}

.intro__list ul li::before {
    display: block;
    content: "";
    background-color: #FF192F;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
}

.intro__form {
    padding: 30px;
    width: 100%;
    max-width: 680px;
    border-radius: 30px;
    background: #F5F7FA;
    border: 1px solid #FF192F;
}

.intro__picture {
    width: 100%;
    max-width: 365px;
    min-width: 365px;
    margin-right: -150px;
}

.intro__picture_big {
    max-width: 413px;
    min-width: 413px;
}

.intro__phone {
    margin-bottom: 4px;
}

.intro__phone a {
    font-weight: 500;
    color: #FF192F;
    white-space: nowrap;
    text-decoration: underline;
}

.intro__phone a:hover {
    color: #1B4655;
}

.intro .breadcrumbs {
    padding-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1430px) {
    .intro__picture {
        margin-right: 0;
    }

    .intro__item {
        padding-bottom: 30px;
    }

    .intro__item &gt; p {
        margin-bottom: 10px;
    }

    .intro__list {
        margin-bottom: 15px;
    }
}

@media (max-width: 1023px) {
    .intro__picture {
        display: none;
    }

    .intro__item {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .intro__list {
        width: 100%;
    }

    .intro__list ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 8px;
        row-gap: 8px;
    }

    .intro__list ul li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }


    .intro__form {
        padding: 20px;
        border-radius: 20px;
    }
}
/* directions */
.directions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    row-gap: 30px;
}

.directions__item {
    -ms-flex-preferred-size: calc((100% - 60px) / 4);
        flex-basis: calc((100% - 60px) / 4);
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #E3E6EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.directions__picture img {
    border-radius: 12px;
}

.directions__name {
    font-size: 18px;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 500;
}

.directions__link {
    width: 100%;
}

.directions__btn {
    margin: 30px auto 0;
}

/* directions media */
@media (max-width: 1023px) {
    .directions__item {
        gap: 8px;
        border-radius: 10px;
    }

    .directions__name {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .directions__link {
        font-size: 12px;
        border-color: #FF192F;
    }

    .directions__link span {
        color: #FF192F;
    }

    .directions__link::after {
        background: #FF192F;
    }

    .directions__link::before {
        display: none;
    }

    .directions__link:hover span {
        color: #fff;
    }
}

@media (max-width: 900px) {
    .directions__inner {
        gap: 10px;
    }

    .directions__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 3);
            flex-basis: calc((100% - 20px) / 3);
    }
}

@media (max-width: 650px) {
    .directions__item {
        padding: 10px;
        max-width: calc((100% - 10px) / 2);
        -ms-flex-preferred-size: calc((100% - 10px) / 2);
            flex-basis: calc((100% - 10px) / 2);
    }

    .directions__btn {
        width: 100%;
        margin-top: 20px;
    }
}
/* help */
.help__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.help__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E3E6EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}

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

.help__item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.help__picture {
    max-height: 260px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
}

.help__picture img {
    border-radius: 12px;
}

.help__name {
    font-size: 22px;
    font-weight: 700;
    color: #1B4655;
}

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

.help__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* help media */
@media (max-width: 1023px) {
    .help__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .help__btn {
        width: 100%;
    }

    .help__item {
        gap: 12px;
        padding: 20px;
    }

    .help__item ul {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

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

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

    .help__item ul {
        margin-bottom: 10px;
    }
}
/* garant */
.garant__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px;
}

.garant__item {
    -ms-flex-preferred-size: calc((100% - 84px) / 3);
        flex-basis: calc((100% - 84px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.garant__picture {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 144px;
    height: 104px;
    overflow: hidden;
    background: url("../img/garant/bg.png") center center no-repeat;
}

.garant__picture img {
    width: auto;
}

.garant__name {
    font-size: 18px;
    font-weight: 700;
    color: #1B4655;
}

.garant__text {
    color: rgba(27, 69, 85, 0.7725490196);
}

/* garant media */
@media (max-width: 1023px) {
    .garant__inner {
        gap: 25px;
    }

    .garant__item {
        -ms-flex-preferred-size: calc((100% - 25px) / 2);
            flex-basis: calc((100% - 25px) / 2);
    }

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

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

    .garant__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
/* about */
.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.about__item {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -ms-flex-preferred-size: calc((100% - 60px) / 4);
        flex-basis: calc((100% - 60px) / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.about__count {
    font-size: 54px;
    font-weight: 700;
    color: #FF192F;
}

/* about media */
@media (max-width: 900px) {
    .about__item {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    .about__inner {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about__item {
        padding: 20px;
    }

    .about__count {
        font-size: 42px;
    }
}
/* main-about */
.main-about {
    background-color: #EBF8FD;
    padding-top: 40px;
}

.main-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.main-about__inner .breadcrumbs {
    padding-top: 0;
    margin-bottom: 8px;
}

.main-about__picture {
    min-width: 337px;
    max-width: 337px;
    margin-right: -50px;
}

.main-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: auto;
    padding-bottom: 40px;
}

/* main-about media */
@media (max-width: 1240px) {
    .main-about__picture {
        margin-right: 0;
    }
}

@media (max-width: 800px) {
    .main-about__picture {
        display: none;
    }

    .main-about__item {
        padding-bottom: 30px;
    }

    .main-about {
        padding-top: 30px;
    }
}
/* certificates */
.certificates__inner {
    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;
}

.certificates__inner .swiper {
    margin-bottom: 20px;
}

.certificates__picture {
    min-height: 486px;
    max-height: 486px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
}

.certificates__picture img {
    min-height: 486px;
    max-height: 486px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

/* certificates media */
@media (max-width: 600px) {
    .certificates__picture {
        min-height: 360px;
        max-height: 360px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .certificates__picture img {
        min-height: 360px;
        max-height: 360px;
        width: auto;
    }

    .certificates__inner {
        padding: 0;
    }

    .certificates__inner &gt; * {
        padding: 0 10px;
    }

    .certificates__tilte {
        margin: 0 10px 30px;
        width: calc(100% - 20px);
        padding: 0;
    }
}
/* main-certificates */
.main-certificates__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.main-certificates__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
        flex-basis: calc((100% - 40px) / 3);
}

@media (max-width: 1023px) {
    .main-certificates__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    }
}

@media (max-width: 600px) {
    .main-certificates__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .main-certificates__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/* why-we */
.why-we__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    row-gap: 50px;
    counter-reset: list 0;
}

.why-we__item {
    -ms-flex-preferred-size: calc((100% - 80px) / 3);
        flex-basis: calc((100% - 80px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding-left: 115px;
    position: relative;
}

.why-we__item::before {
    display: block;
    content: counter(list);
    counter-increment: list;
    font-size: 160px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1B4655;
    z-index: 2;
}

.why-we__item::after {
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #EBF8FD;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.why-we__name {
    font-size: 22px;
    font-weight: 600;
}

.why-we__text {
    display: block;
    color: #808080;
    padding: 15px;
    background: url("../img/why-we/bg.svg") center center;
}

/* why-we media */
@media (max-width: 1023px) {
    .why-we__inner {
        gap: 25px;
        row-gap: 25px;
    }

    .why-we__item:before {
        font-size: 80px;
    }

    .why-we__item {
        padding-left: 60px;
        -ms-flex-preferred-size: calc(50% - 12.5px);
            flex-basis: calc(50% - 12.5px);
    }

    .why-we__item:after {
        width: 50px;
        height: 50px;
    }

    .why-we__text {
        padding: 5px 10px;
    }

    .why-we__name {
        font-size: 18px;
    }
}

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

    .why-we__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
/* doctors */
.doctors__inner {
    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;
}

.doctors__inner .swiper {
    margin-bottom: 20px;
}

.doctors__item {
    padding: 15px;
    border: 1px solid #E3E6EA;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    height: auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
}

.doctors__picture {
    max-height: 240px;
    margin-bottom: 10px;
    min-height: 240px;
    width: 100%;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}

.doctors__picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
    width: auto;
    -o-object-position: top;
       object-position: top;
}

.doctors__name {
    font-size: 20px;
    font-weight: 600;
}

.doctors__jobs {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.doctors__stage {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 6px 15px;
    background-color: #FF192F;
    color: #fff;
    border-radius: 50px;
}

.doctors__stage span {
    font-weight: 700;
}

.doctors__link {
    width: 100%;
}

@media (max-width: 600px) {
    .doctors__inner {
        padding: 0;
    }

    .doctors__inner &gt; * {
        padding: 0 10px;
    }

    .doctors__picture {
        margin-bottom: 5px;
        max-height: 220px;
        min-height: 220px;
    }

    .doctors__name {
        font-size: 18px;
    }

    .doctors__title {
        margin: 0 10px 30px;
        width: calc(100% - 20px);
        padding: 0;
    }
}
/* main-doctors */
.main-doctors__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    row-gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.main-doctors__item {
    -ms-flex-preferred-size: calc((100% - 60px) / 4);
        flex-basis: calc((100% - 60px) / 4);
}

@media (max-width: 1180px) {
    .main-doctors__item {
        -ms-flex-preferred-size: calc((100% - 40px) / 3);
            flex-basis: calc((100% - 40px) / 3);
    }
}

@media (max-width: 900px) {
    .main-doctors__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    }
}

@media (max-width: 600px) {
    .main-doctors__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
/* doctor */
.doctor__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.doctor__picture {
    width: 100%;
    max-width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.doctor__picture img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.doctor__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.doctor__slider {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
}

.doctor__slider .swiper {
    max-width: 300px;
}

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

.doctor_swiper-pag {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.doctor__title {
    font-size: 50px;
    font-weight: 700;
    color: #1B4655;
    margin-bottom: 30px;
}

.doctor__bio &gt; * {
    padding: 0;
}

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

.page-intro_doctor {
    padding-bottom: 20px;
}

/* doctor media */
@media (max-width: 1023px) {
    .doctor__title {
        font-size: 36px;
        margin-bottom: 10px;
    }
}

@media (max-width: 700px) {
    .doctor__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .page-intro_doctor {
        margin-bottom: 40px;
    }

    .doctor__item {
        display: contents;
    }

    .doctor__title {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .doctor__info {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .doctor__title {
        font-size: 30px;
    }

    .doctor__btn {
        width: 100%;
    }
}
/* reviews */
.reviews__wrapper {
    padding: 10px 0;
}

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

.reviews__inner .swiper {
    padding: 0 5px;
}

.reviews_swiper-pag {
    margin-bottom: 20px;
}

.reviews__item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 25, 47, 0.2);
            box-shadow: 0px 0px 5px rgba(255, 25, 47, 0.2);
    border-radius: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
}

.reviews__name {
    font-size: 18px;
    font-weight: 700;
    color: #1B4655;
    padding-bottom: 10px;
}

.reviews__text {
    position: relative;
}

.reviews__text.hidden {
    max-height: 150px;
    overflow: hidden;
}

.reviews__text.hidden::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(241, 248, 253, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(241, 248, 253, 0) 100%);
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
}

.reviews__btn {
    margin-top: auto;
    display: none;
}

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

.reviews__btn-popup {
    margin-top: 30px;
}

/* reviews media */
@media (max-width: 600px) {
    .reviews__inner {
        padding: 0;
    }

    .reviews__inner &gt; * {
        padding: 0 10px;
    }

    .reviews__item {
        padding: 20px 25px;
        gap: 12px;
    }

    .reviews__name {
        padding-bottom: 0;
        font-size: 16px;
    }

    .reviews__title {
        margin: 0 10px 30px;
        width: calc(100% - 20px);
        padding: 0;
    }

    .reviews__btn-popup {
        padding: 12px 30px;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 25px;
    }

    .reviews__btn {
        width: 100%;
    }

    .reviews__inner .swiper {
        margin: 0;
    }
}
/* main-reviews */
.main-reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.main-reviews__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
        flex-basis: calc((100% - 40px) / 3);
}

.main-reviews__btn {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1023px) {
    .main-reviews__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        padding: 25px 20px;
    }
}

@media (max-width: 600px) {
    .main-reviews__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }

    .main-reviews__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/* price */
.price__btn {
    background-color: #fff;
}

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

.price__table {
    display: block;
}

.price__head {
    text-align: left;
    width: 100%;
    display: block;
    background-color: #F2F2F2;
    color: #1B4655;
    border-radius: 50px;
    margin-bottom: 15px;
}

.price__head th {
    padding: 10px 20px;
}

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

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

.price__name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.price__name::after {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #DEDEDE;
}

.price__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF1F3;
    border-radius: 50px;
    padding-left: 16px;
}

.price__cost {
    white-space: nowrap;
    font-weight: 500;
    color: #1B4655;
}

@media (max-width: 600px) {
    .price__item {
        -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: 10px;
    }

    .price__name:after {
        display: none;
    }

    .price__name {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }

    .price__item-wrapper {
        width: 100%;
        padding-left: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
/* faq */
.faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

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

.faq__item {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(19, 85, 156, 0.1);
            box-shadow: 0px 0px 10px rgba(19, 85, 156, 0.1);
    border-radius: 5px;
}

.faq__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    cursor: pointer;
    background-color: #EBF8FD;
    position: relative;
    transition: color 0.3s linear;
}

.faq__item-title span {
    width: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 36px;
    display: block;
    background-color: #FF192F;
    border-radius: 10px;
    position: relative;
    border: 2px solid #FF192F;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.faq__item-title span::after, .faq__item-title span::before {
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    z-index: 2;
}

.faq__item-title span::after {
    width: 2px;
    height: 16px;
    -webkit-transition: height 0.2s linear, background-color 0.3s linear;
    transition: height 0.2s linear, background-color 0.3s linear;
}

.faq__item-title.active span {
    background-color: transparent;
}

.faq__item-title.active span::after, .faq__item-title.active span::before {
    background-color: #FF192F;
}

.faq__item-title.active span::after {
    height: 0;
}

.faq__text {
    padding: 25px;
    background-color: #fff;
}

.faq__text &gt; * {
    margin-bottom: 15px;
    padding: 0;
}

.faq__text &gt; *:last-child {
    margin-bottom: 0;
}

.faq__text &gt; ol, .faq__text &gt; ul {
    padding-left: 20px;
    color: #FF192F;
}

.faq__text &gt; ul li {
    padding-left: 0;
}

.faq__text &gt; ul li::before {
    display: none;
}

@media (min-width: 1024px) {
    .faq__item-title:hover {
        color: #FF192F;
    }
}

@media (max-width: 600px) {
    .faq__item-title {
        padding: 15px 20px;
        font-size: 16px;
    }

    .faq__text {
        padding: 20px;
    }
}
/* navigation */
.navigation__title {
    padding: 15px 30px;
    background-color: #FF192F;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}

.navigation__item {
    padding: 20px 30px;
    background-color: #EBF8FD;
    border-radius: 0 0 10px 10px;
}

.navigation__item ul {
    color: #1B4655;
    counter-reset: list 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.navigation__item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navigation__item ul li a:hover {
    color: #FF192F;
}

.navigation__item ul li::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF192F;
    border-radius: 50%;
}

.navigation__item ul li.title-h2 {
    padding-left: 0;
    font-weight: 700;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.navigation__item ul li.title-h2:first-child {
    margin-top: 0;
}

.navigation__item ul li.title-h2::before {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    display: block;
    content: counter(list) ".";
    counter-increment: list 1;
}

.navigation__item ul li.title-h3 {
    padding-left: 18px;
}

.navigation__item ul li.title-h4 {
    padding-left: 25px;
}

.navigation__item ul li.title-h5 {
    padding-left: 35px;
}

/* navigation media */
@media (max-width: 650px) {
    .navigation__item {
        padding: 15px;
    }

    .navigation__title {
        padding: 15px;
        font-size: 16px;
    }

    .navigation__item ul li.title-h3 {
        padding-left: 10px;
    }

    .navigation__item ul li.title-h4 {
        padding-left: 15px;
    }

    .navigation__item ul li.title-h5 {
        padding-left: 20px;
    }
}
/* stage */
.stage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
    row-gap: 40px;
}

.stage__item {
    -ms-flex-preferred-size: calc((100% - 70px) / 3);
        flex-basis: calc((100% - 70px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}

.stage__picture {
    width: 100%;
    max-width: 65px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.stage__name {
    font-size: 18px;
    font-weight: 700;
    color: #1B4655;
}

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

/* stage media */
@media (max-width: 1023px) {
    .stage__inner {
        gap: 20px;
        row-gap: 20px;
    }

    .stage__item {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        gap: 12px;
    }

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

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

    .stage__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #E3E6EA;
    }

    .stage__item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}
/* contact */
.contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.contact__item {
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 30px;
    border: 1px solid #FF192F;
    border-radius: 30px;
}

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

.contact__elem-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
}

.contact__picture {
    width: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.contact__text {
    margin-bottom: 4px;
    color: rgba(27, 69, 85, 0.7607843137);
}

.contact__link {
    color: #FF192F;
    text-decoration: underline;
}

.contact__link:hover {
    color: #1B4655;
}

.contact__map {
    width: calc(100% - 380px);
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

/* contact media */
@media (max-width: 750px) {
    .contact__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .contact__map {
        width: 100%;
        height: 405px;
    }

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

    .contact__elem-top {
        font-size: 18px;
    }
}
/* gallery */
.gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.gallery__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
        flex-basis: calc((100% - 40px) / 3);
}

/* gallery media */
@media (max-width: 1023px) {
    .gallery__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    }
}

@media (max-width: 600px) {
    .gallery__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .gallery__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/* education */
.education__text {
    margin-bottom: 30px;
}

.education__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.education__wrapper {
    padding: 10px 0;
}

.education__inner {
    padding: 0 10px;
}

.education__slide {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.education__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 220px;
    min-height: 220px;
    margin-bottom: 15px;
    overflow: hidden;
}

.education__picture img {
    max-height: 220px;
    min-height: 220px;
    width: auto;
}

.education__name {
    text-align: center;
}

/* education media */
@media (max-width: 600px) {
    .education__top {
        font-size: 22px;
    }

    .education__picture {
        max-height: 180px;
        min-height: 180px;
    }

    .education__picture img {
        max-height: 180px;
        min-height: 180px;
    }

    .education__container {
        padding: 0;
    }

    .education__container &gt; * {
        padding: 0 10px;
    }

    .education__text {
        margin-bottom: 20px;
    }

    .education__title {
        padding: 0;
        margin: 0 10px 30px;
        width: calc(100% - 20px);
    }
}
/* articles */
.articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
        flex-basis: calc((100% - 40px) / 3);
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.articles__item &gt; * {
    position: relative;
    z-index: 2;
}

.articles__item::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    -webkit-transition: -webkit-clip-path 0.5s linear;
    transition: -webkit-clip-path 0.5s linear;
    transition: clip-path 0.5s linear;
    transition: clip-path 0.5s linear, -webkit-clip-path 0.5s linear;
    -webkit-clip-path: circle(0 at 0% 100%);
            clip-path: circle(0 at 0% 100%);
    background-color: #FF192F;
}

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

.articles__item:hover .articles__name {
    color: #fff;
}

.articles__name {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.articles__picture {
    max-height: 220px;
    min-height: 220px;
    border-radius: 12px;
    overflow: hidden;
}

.articles__picture img {
    max-height: 220px;
    min-height: 220px;
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

/* articles media */
@media (max-width: 1023px) {
    .articles__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    }
}

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

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

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

.article__title {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}

.article__picture {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.article__picture img {
    border-radius: 12px;
}

.navigation__title_article {
    background-color: transparent;
    color: #1B4655;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 1023px) {
    .article__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .article__item {
        display: contents;
    }

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

    .navigation_article {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
    }

    .article__picture {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}

@media (max-width: 600px) {
    .article__title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .article__picture {
        max-width: 100%;
    }
}
/* footer */
.footer {
    background-color: #1B4655;
    color: #fff;
    line-height: 1.3;
}

.footer__plashka {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.plashka__text-footer span {
    padding: 3px 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-left: 3px;
}

.footer__wrapper {
    padding: 60px 0;
}

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

.footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 380px;
}

.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;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer__phone {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.footer__phone::before {
    display: block;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: width 0.35s linear;
    transition: width 0.35s linear;
    background-color: #fff;
}

.footer__phone:hover::before {
    width: 100%;
}

.footer__link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8549019608);
}

.footer__link a {
    position: relative;
}

.footer__link a::before {
    display: block;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: width 0.35s linear;
    transition: width 0.35s linear;
    background-color: #fff;
}

.footer__link a:hover {
    color: #fff;
}

.footer__link a:hover::before {
    width: 100%;
}

.footer__logo {
    max-width: 230px;
    margin-bottom: 5px;
}

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

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

.footer__info-content {
    color: rgba(255, 255, 255, 0.7137254902);
}

.footer__text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5764705882);
    margin-bottom: 15px;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
}

.footer__links a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.6980392157);
}

.footer__links a:hover {
    color: #fff;
}

.footer__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer__info-bold {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.footer__info-picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 26px;
}

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

.footer__pay-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

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

.footer__pay-item picture {
    width: 100%;
    max-width: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

/* footer media */
@media (max-width: 750px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer__item {
        gap: 20px;
        max-width: 320px;
    }

    .footer__info {
        display: contents;
    }

    .footer__item_info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer__wrapper {
        padding: 50px 0;
    }

    .footer__logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 0;
        max-width: 190px;
    }

    .footer__item_info .footer__info-item:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .footer__item_info .footer__info-item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }

    .footer__item_info .footer__info-content p {
        max-width: 125px;
    }

    .footer__social {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    .footer__info-bold {
        font-size: 16px;
    }

    .footer__phone {
        font-size: 18px;
    }

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

@media (max-width: 600px) {
    .plashka__text-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
    }

    .footer__links {
        gap: 8px;
    }
}

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

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

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

.popup__content {
    width: 100%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 6px;
    gap: 10px;
    padding: 40px;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    background: #fff;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
}

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

.popup__title {
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    color: #1B4655;
    margin-bottom: 8px;
    line-height: 1;
    text-align: center;
}


.popup__subtitle {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    display: block;
}

.popup__input {
    width: 100%;
}

.popup__textarea {
    width: 100%;
    background-color: rgba(73, 107, 119, 0.129);
    border-radius: 5px;
    color: rgba(73, 107, 119, 0.87);
    padding: 15px 10px;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.popup__textarea::-webkit-input-placeholder {
    color: rgba(73, 107, 119, 0.87);
}

.popup__textarea::-moz-placeholder {
    color: rgba(73, 107, 119, 0.87);
}

.popup__textarea:-ms-input-placeholder {
    color: rgba(73, 107, 119, 0.87);
}

.popup__textarea::-ms-input-placeholder {
    color: rgba(73, 107, 119, 0.87);
}

.popup__textarea::placeholder {
    color: rgba(73, 107, 119, 0.87);
}

.popup__form-subtitle {
    display: block;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    width: 100%;
    text-align: left;
}

.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}

.popup__form &gt; * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.popup__btn {
    margin-top: 0;
}

.popup__btn {
    width: 100%;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    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;
    top: 15px;
    right: 15px;
    z-index: 1000;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.close-popup img {
    height: 100%;
}

.close-popup:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.city, .search-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 10;
    max-height: 220px;
    min-height: 220px;
    margin-top: 30px;
    overflow-y: auto;
    width: 100%;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.city::-webkit-scrollbar, .search-site::-webkit-scrollbar {
    width: 6px;
}

.city::-webkit-scrollbar-thumb, .search-site::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}

.city li, .search-site li {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.city li.hide, .search-site li.hide {
    display: none;
}

.city li a, .search-site li a {
    line-height: 1;
    font-weight: 700;
    position: relative;
}

.city li a::before, .search-site li a::before {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    border-radius: 5px;
    background-color: #FF192F;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.city li a:hover, .search-site li a:hover {
    color: #FF192F;
}

.city li a:hover::before, .search-site li a:hover::before {
    width: 100%;
}

.city li a.active::before, .search-site li a.active::before {
    width: 100%;
}

.popup__politic {
    font-size: 12px;
}

.popup__politic a {
    -webkit-transition: color 0.3s linear, text-decoration-color 0.3s linear;
    transition: color 0.3s linear, text-decoration-color 0.3s linear;
}

.popup__politic a:hover {
    color: #FF192F;
    text-decoration-color: #FF192F;
}

@media (max-width: 950px) {
    .popup__content {
        padding: 40px 20px 40px;
    }

    .popup__title {
        font-size: 22px;
    }

    .popup__subtitle {
        margin-bottom: 25px;
    }

    .city {
        max-height: 305px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

h3.popup__title {
    color: rgba(73, 107, 119, 0.87);
}

.list__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list__block-link:hover {
  color: #FF192F;
}
.cities {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  justify-items: start;
  align-items: center;
  justify-content: center;
}
.cities a:hover {
  color: #ff192f;
}
@media screen and (width&lt;=400px) {
  .cities {
    grid-template-columns: repeat(auto-fit, 140px);
  }
}
.rew_block{
display: flex;
gap: 50px;
flex-wrap: wrap;
}</pre></body></html>