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

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.eot") format("eot"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */

}

button {
    background: transparent;
    padding: 0;
    margin: 0;
}

/* Sections
    ========================================================================== */
/**
    * Remove the margin in all browsers.
    */
body {
    margin: 0;
}

/**
    * Render the `main` element consistently in IE.
    */
main {
    display: block;
}

/**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
    * Remove the gray background on active links in IE 10.
    */
a {
    background-color: transparent;
}

/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
b,
strong {
    font-weight: bolder;
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
    * Add the correct font size in all browsers.
    */
small {
    font-size: 80%;
}

/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
    * Remove the border on images inside links in IE 10.
    */
img {
    border-style: none;
}

/* Forms
    ========================================================================== */
/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
    * Correct the inability to style clickable types in iOS and Safari.
    */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
    * Remove the inner border and padding in Firefox.
    */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
    * Restore the focus styles unset by the previous rule.
    */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
    * Correct the padding in Firefox.
    */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *`fieldset` elements in all browsers.
    */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
progress {
    vertical-align: baseline;
}

/**
    * Remove the default vertical scrollbar in IE 10+.
    */
textarea {
    overflow: auto;
}

/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
    ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
    display: block;
}

/*
    * Add the correct display in all browsers.
    */
summary {
    display: list-item;
}

/* Misc
    ========================================================================== */
/**
    * Add the correct display in IE 10+.
    */
template {
    display: none;
}

/**
    * Add the correct display in IE 10.
    */
[hidden] {
    display: none;
}

html {
    scroll-padding-top: 125px;
    scroll-behavior: smooth;
}

img.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

img.b-lazy.b-loaded {
    opacity: 1;
}

* {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea,
input,
a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 25px;
}

h3 {
    margin-top: 0;
    font-weight: 400;
    font-size: 21px;
}

button {
    outline: 0;
}

.page__wrapper {
    /* overflow-y: visible; */
    overflow-x: hidden;
    position: relative;
}

a,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.oh {
      overflow: hidden;
      pointer-events: none;
    }*/

@media (min-width: 801px) {
    .mobile-content {
        display: none;
    }
}

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

@media (max-width: 992px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

/*site style start*/
.site-title {
    color: #333;
    font-size: 42px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 992px) {
    .site-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media (max-width: 550px) {
    .site-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.site-title:after {
    content: '';
    background: #77A3BE;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 2px;
    width: 90px;
    bottom: 0;
}

.site-container {
    max-width: 1090px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.site-container__inner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

.site-container--big {
    max-width: 1335px;
}

.site-btn {
    background: #FF0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 165px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.85%, #DF8B8B), color-stop(59.52%, #F25959), to(#F34C4C));
    background: linear-gradient(180deg, #DF8B8B 8.85%, #F25959 59.52%, #F34C4C 100%);
    -webkit-box-shadow: 0px 2.54124px 19.0593px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.54124px 19.0593px rgba(0, 0, 0, 0.25);
}

.site-btn_order {
    background: #FF0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 165px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.85%, #DF8B8B), color-stop(59.52%, #F25959), to(#F34C4C));
    background: linear-gradient(180deg, #DF8B8B 8.85%, #F25959 59.52%, #F34C4C 100%);
    -webkit-box-shadow: 0px 2.54124px 19.0593px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.54124px 19.0593px rgba(0, 0, 0, 0.25);
}

.site-btn span {
    font-size: 12px;
    color: white;
    line-height: 35px;
}

.site-btn:hover {
    -webkit-box-shadow: 0 7px 18px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 18px -3px rgba(0, 0, 0, 0.5);
}

.site-btn_order:hover {
    -webkit-box-shadow: 0 7px 18px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 18px -3px rgba(0, 0, 0, 0.5);
}

.site-link-phone {
    background: #FF0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 165px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.85%, #DF8B8B), color-stop(59.52%, #F25959), to(#F34C4C));
    background: linear-gradient(180deg, #DF8B8B 8.85%, #F25959 59.52%, #F34C4C 100%);
    -webkit-box-shadow: 0px 2.54124px 19.0593px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.54124px 19.0593px rgba(0, 0, 0, 0.25);
}

.site-link-phone span {
    font-size: 12px;
    color: white;
    line-height: 35px;
}

.site-link-phone:hover {
    -webkit-box-shadow: 0 7px 18px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 18px -3px rgba(0, 0, 0, 0.5);
}

.site-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.site-form__input {
    width: 100%;
}

.site-form__input input {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    border-radius: 28.3167px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ABABAB;
    border: 0;
    min-width: 165px;
    line-height: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site-form__input textarea {
    resize: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    border-radius: 28.3167px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ABABAB;
    border: 0;
    max-width: 300px;
    line-height: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 550px) {
    .site-form__input input {
        font-size: 16px !important;
    }
}

.site-form__checkbox input[type="checkbox"] {
    display: none;
}

.site-form__checkbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.site-form__checkbox label {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #000000;
    position: relative;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-form__checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 11px;
    background: #ABABAB;
    border-radius: 2px;
}

.site-form__checkbox label:after {
    content: '';
    left: 3px;
    top: 1px;
    position: absolute;
    width: 3px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.site-form__btn {
    width: 100%;
}

.site-form__btn-i {
    max-width: 100%;
}

.site-form-submit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px;
    visibility: visible;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: -1;
    border-radius: 20px;
}

.site-form-submit__img {
    width: 126px;
    height: 131px;
    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;
    margin-bottom: 30px;
}

.site-form-submit__img-i {
    width: 100%;
}

.site-form-submit__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 800px) {
    .site-form-submit__title {
        font-size: 18px;
        line-height: 24px;
    }
}

.site-form-submit__caption {
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 800px) {
    .site-form-submit__caption {
        line-height: 18px;
    }
}

.submitted+.site-form-submit {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

/*site styles end*/
/*@media (min-width: 993px) {
      .page__wrapper.scroll .main-wrap {
          margin-top: 300px;
      }
    
    }*/

.mobile-back {
    display: none;
}

@media (max-width: 992px) {
    .mobile-back {
        display: block;
    }
}

.mobile {
    display: none;
}

@media (max-width: 992px) {
    .mobile {
        display: initial;
    }

    body {
        /* overflow: hidden */
    }

    .page__wrapper {
        /* overflow-y: auto;
          height: 100vh */
    }
}

.error-field input {
    border-color: red !important;
}


/*Ð»Ð¸Ñ†ÐµÐ½Ð·Ð¸Ð¸*/

.license__item {
    padding: 7px;
}

.mySlides {
    text-align: center;
}

.mySlides img {
    width: 50%;
}

@media (max-width: 731px) {
    .mySlides img {
        width: 80%;
    }
}

.row_licen>.column_licen {
    padding: 10px;
}

.row_licen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row_licen:after {
    content: "";
    display: table;
    clear: both;
}

.column_licen {
    text-align: center;
}

.column_licen img {
    max-width: 300px;
}

/* ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ð¹ (Ñ„Ð¾Ð½) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0000009e;
}

/* ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ðµ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ðµ */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ Ð²Ð¿ÐµÑ€ÐµÐ´ Ð¸ Ð½Ð°Ð·Ð°Ð´ */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    background: #9CC5DE;
    top: 500px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 16px;
    user-select: none;
    -webkit-user-select: none;
}

/* Ð¢ÐµÐºÑÑ‚ Ð½Ð¾Ð¼ÐµÑ€Ð° (1/3 Ð¸ Ñ‚.Ð´.) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

@media (max-width: 730px) {

    .prev,
    .next {
        top: 200px;
        padding: 10px;
    }

    .numbertext {
        padding: 8px 4px;
    }

}

@media (min-width: 731px) {

    .prev,
    .next {
        top: 400px;
    }
}

/* Ð Ð°ÑÐ¿Ð¾Ð»Ð¾Ð¶Ð¸Ñ‚Ðµ ÐºÐ½Ð¾Ð¿ÐºÑƒ "Ð²Ð¿ÐµÑ€ÐµÐ´" ÑÐ¿Ñ€Ð°Ð²Ð° */
.next {
    right: 0;
    border-radius: 16px;
}


img {
    margin-bottom: -4px;
}


img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/**/

.header__inner {
    position: relative;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 993px) {
    .header__top {
        padding-top: 25px;
        padding-bottom: 25px;
        //background: white;
        position: relative;
    }

    .header__top::before {
        position: absolute;
        content: '';
        width: 182%;
        height: 2px;
        //background: #F3F3F3;
        bottom: 0;
        left: -432px;
    }
}

@media (max-width: 992px) {
    .header {
        position: fixed;
        pointer-events: all;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10200;
        overflow: auto;
        max-height: calc(100vh - 50px);
    }

    .header__inner {
        padding: 0;
    }

    .header__top {
        width: 100%;
        -webkit-box-shadow: 0 0 20px -10px black;
        box-shadow: 0 0 20px -10px black;
        padding: 15px;
        z-index: 100;
        background: white;
    }
}

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

@media (min-width: 993px) {
    .header__top-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: row-reverse;
        /*width: 40%;*/
    }

    .header__top-column--center {
        display: none;
    }
}

@media (max-width: 992px) {
    .header__top-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header__top-desktop-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
}

.header__top-desktop-btn-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    background-image: url("../img/ico/open-menu.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: .2s all;
    transition: .2s all;
    border: 2px solid #8caff7;
    cursor: pointer;
}

.header__top-desktop-btn-i:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.header__top-desktop-btn-i.show {
    background-image: url("../img/ico/close.svg");
}

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

@media (max-width: 992px) {
    .header__logo {
        max-width: 215px;
    }
}

.header__logo-img {
    max-width: 300px;
    height: 40px;
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .header__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header__social-link {
    padding: 6px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header__social-link:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.header__social-link svg {
    width: 22px;
    height: 22px;
}

.bread__row {
    display: flex;
}

.bread__link span {
    font-size: 18px;
    font-weight: 300;
}

.bread__icon {
    height: 17px;
}


.header__top-txt {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #333333;
    text-align: end;
}

@media (max-width: 992px) {
    .header__top-txt {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }
}

.header__top-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 0;
}

@media (max-width: 992px) {
    .header__top-phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header__top-phone-link {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #333333;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media (max-width: 992px) {
    .header__top-phone-link {
        font-size: 18px;
        line-height: 20px;
    }
}

.header__top-phone-link:hover {
    opacity: .8;
}

.header__top-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 992px) {
    .header__top-help {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 25px;
    }
}

.header__top-help-i {
    font-size: 11.8523px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #9CC5DE;
    border-radius: 33px;
    padding: 6px 8px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header__top-help-i:hover {
    -webkit-box-shadow: 0px 2.83167px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.83167px 7px rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
    .header__bottom {
        /* position: fixed; */
        top: 0;
        height: 100%;
        max-width: 100%;
        width: 100%;
        background: #F1F1F1;
        overflow-y: auto;
        z-index: 150;
        -webkit-transition: .5s all;
        transition: .5s all;
        left: -100%;
        display: none;
    }

    .header__bottom.open {
        /* -webkit-box-shadow: 0 0 20px -5px black;
          box-shadow: 0 0 20px -5px black; */
        left: 0;
        display: block;
        overflow: auto;
    }
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    /*justify-content: space-around;*/
    padding: 15px 0;
    gap: 2px;
}

@media (max-width: 992px) {
    .header__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        background-color: #F8F8F8;
        width: 100%;
    }
}

.header__link {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #333333;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .header__link {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.header__link:hover {
    color: #5f86d6;
}

.header__link:hover:after {
    width: 100%;
    background: #5f86d6;
}

@media (max-width: 992px) {
    .header__link:hover:after {
        width: 15%;
    }
}

/*.header__link:after {
      content: '';
      height: 1px;
      width: 75%;
      position: absolute;
      bottom: -6px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #8CAFF7;
      -webkit-transition: .3s all;
      transition: .3s all;
      cursor: default;
    }*/

@media (max-width: 992px) {
    .header__link:after {
        width: 15%;
    }
}

.header__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: -9px;
    left: 0;
    background: transparent;
}

.header__nav {
    padding: 20px 0;
}

@media (max-width: 1220px) {
    .header__nav {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 992px) {
    .header__nav {
        padding: 30px 15px;
    }
}

.header__top-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
}

@media (min-width: 993px) {
    .header__top-mobile-btn {
        display: none;
    }
}

.header__top-mobile-btn-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: white;
    background-image: url("../img/ico/burger.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: .1s all;
    transition: .1s all;
    border: 2px solid #8caff7;
    cursor: pointer;
}

.header__top-mobile-btn-i.show {
    background-image: url("../img/ico/close.svg");
}

/*@media (min-width: 993px) {
      .page__wrapper.scroll .header {
          z-index: 99;
          position: fixed;
          left: 0;
          top: 0;
          width: 100%;
          background: white;
          -webkit-box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 0.25);
      }
    }*/

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

@media (min-width: 993px) {
    .page__wrapper.scroll .header__top-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40%;
        display: none;
    }

    .page__wrapper.scroll .header__top-column--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 993px) {
    .page__wrapper.scroll .header__bottom {
        position: absolute;
        top: 107px;
        left: 0;
        width: 100%;
        background: white;
        padding: 0 15px;
        border-radius: 0 0 30px 30px;
        -webkit-box-shadow: 0 30px 14px -25px rgba(0, 0, 0, 0.25);
        box-shadow: 0 30px 14px -25px rgba(0, 0, 0, 0.25);
        visibility: hidden;
        opacity: 0;
        z-index: -1;
    }

    .page__wrapper.scroll .header__bottom.show {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        margin-top: 125px;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

.nav__item:hover .nav__link {
    color: #E48080;
}

@media (max-width: 992px) {
    .nav__item:hover .nav__link {
        color: inherit;
    }
}

.nav__item:hover .nav__submenu {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.nav__link {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #333333;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 3;
}

@media (max-width: 992px) {
    .nav__link {
        font-size: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 30px;
        margin-bottom: 8px;
        padding: 0 20px;
    }
}

.nav__submenu {
    width: 135%;
    min-width: 190px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
}

@media (max-width: 992px) {
    .nav__submenu {
        position: relative;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        padding-top: 0;
        top: 0;
        max-height: 0;
        overflow: hidden;
        display: none;
    }
}

.nav__submenu:before {
    content: '';
    width: 100%;
    height: calc(100% + 40px);
    background: white;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

@media (max-width: 992px) {
    .nav__submenu:before {
        display: none;
    }
}

.nav__submenu-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.nav__submenu-item:hover .nav__submenu-link {
    color: #E48080;
    opacity: 0.8;
    background: #E1E1E1;
}

@media (max-width: 992px) {
    .nav__submenu-item:hover .nav__submenu-link {
        opacity: 1;
        background: transparent;
        color: inherit;
    }
}

.nav__submenu-item:last-child .nav__submenu-link {
    text-align: center;
    padding-bottom: 10px;
    border-radius: 0 0 26px 26px;
}

.nav__submenu-item:hover .nav__submenu-lvl2 {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.nav__submenu-link {
    padding: 0 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    opacity: 0.8;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 3;
}

@media (max-width: 992px) {
    .nav__submenu-link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 10px;
        font-size: 14px;
        white-space: normal;
        padding: 0 0 0 35px;
    }
}

.nav__submenu-lvl2 {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
}

@media (max-width: 992px) {
    .nav__submenu-lvl2 {
        position: relative;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
        visibility: visible;
        opacity: 1;
        z-index: 2;
        padding-left: 10px;
        max-height: 0;
        overflow: hidden;
        display: none;
    }
}

.nav__submenu-lvl2:before {
    content: '';
    background: rgba(255, 255, 255, 0.85);
    background: white;
    border-radius: 26px 0 0 26px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .nav__submenu-lvl2:before {
        display: none;
    }
}

.nav__submenu-lvl2-item {
    position: relative;
    z-index: 1;
}

.nav__submenu-lvl2-link {
    white-space: nowrap;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #333333;
    line-height: 28px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media (max-width: 992px) {
    .nav__submenu-lvl2-link {
        white-space: initial;
        font-size: 14px;
    }
}

.nav__submenu-lvl2-link:hover {
    color: #E48080;
}

@media (max-width: 992px) {
    .nav__submenu-lvl2-link:hover {
        color: inherit;
    }
}

.open-submenu-right .nav__submenu-lvl2 {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.open-submenu-right .nav__submenu-lvl2:before {
    -webkit-box-shadow: 10px 5px 20px -7px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 5px 20px -7px rgba(0, 0, 0, 0.25);
    border-radius: 0 26px26px 0;
}

.open-submenu-right .nav__submenu-lvl2-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .nav .parent>a {
        width: calc(100% - 30px);
    }

    .nav .parent.open>.mobile-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav .parent.open>div {
        max-height: 1000px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 112px;
    }
}

@media (max-width: 768px) {
    .nav .parent.open>div {
        padding-left: 45px;
    }
}

.nav .mobile-arrow {
    display: none;
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 992px) {
    .nav .mobile-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
        background: url("../img/ico/arrow-right.svg") center/5px no-repeat;
        cursor: pointer;
        -webkit-transition: .3s all;
        transition: .3s all;
        background-color: #FFFFFF;
        border-radius: 50%;
        rotate: 90deg;
    }
}

.top-bunner__inner h1 {
    border-radius: 27px;
    /*background: rgba(255, 255, 255, 0.8);*/
    -webkit-text-stroke: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 1px 1px 2px black;
}

.top-bunner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-bunner__inner {
    /* display: -webkit-box; display: -ms-flexbox; display: flex; */
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 575px;
    width: 100%;
}

@media (max-width: 550px) {
    .top-bunner__inner {
        min-height: 415px;
    }

    /*.top-bunner {
          background-color: #8CAFF7 !important;
          background-image: none !important;
        }*/
}

.top-bunner__form {
    max-width: 820px;
    width: 100%;
    //background-color: rgba(255, 255, 255, 0.8);
    background-color: #fff;
    border-radius: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px 24px;
}

@media (max-width: 550px) {
    .top-bunner__form {
        max-width: 100%;
    }
}

.top-bunner__form form.site-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.top-bunner__form form.site-form .site-form__row {
    padding: 0 15px;
}

.top-bunner__form form.site-form .site-btn,
.top-bunner__form form.site-form .site-form__input input {
    max-width: 215px;
    width: 100%;
}

@media (max-width: 550px) {

    .top-bunner__form form.site-form .site-form__row,
    .top-bunner__form form.site-form .site-form__input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-bunner__form form.site-form .site-form__row:first-child,
    .top-bunner__form form.site-form .site-form__input:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .top-bunner__form form.site-form {
        -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;
    }
}

.top-bunner__title {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
    width: 100%;
}

@media (max-width: 550px) {
    .top-bunner__title {
        font-size: 20px;
        line-height: 25px;
    }

    .top-bunner__title br {
        display: none;
    }
}

.top-bunner__caption {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

@media (max-width: 550px) {
    .top-bunner__caption {
        font-size: 14px;
    }
}

.top-bunner--stars .top-bunner__form {
    padding-bottom: 25px;
}

.top-bunner__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
}

@media (max-width: 420px) {
    .top-bunner__stars {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

.top-bunner__stars-i {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    padding-left: 25px;
    position: relative;
    margin: 0 15px;
}

@media (max-width: 800px) {
    .top-bunner__stars-i {
        margin: 0 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.top-bunner__stars-i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/ico/star.svg") center/contain no-repeat;
}

.top-bunner__form form {
    margin: 0;
    justify-content: center;
    grid-gap: 16px;

}

.top-bunner__inner {
    min-height: 0;
}

.top-bunner__form .site-form__input {
    /*width: auto;*/
}

.top-bunner__form form.site-form .site-form__row {
    padding: 0;
    display: flex;
    grid-gap: 16px;
}

.top-bunner__form .site-form__input input {
    background: rgba(241, 241, 241, 1);
    box-shadow: none;
}

.top-bunner--stars .top-bunner__form {
    background: #fff;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}

.top-bunner__stars {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 16px 0;
    margin-top: 32px;
    grid-gap: 64px;
}


.top-bunner__form .site-form__row {
    width: auto;
}

.banner-form-icon {
    background: #fff;
    width: 74px;
    height: 74px;
    position: absolute;
    top: -37px;
    left: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transform: translateX(-50%);
}

.top-bunnet__form-text {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 16px;
}

.top-bunner__stars-i:before {
    top: 5px;
}

.top-bunnet__form-text span {
    font-size: 18px;
    color: rgba(239, 90, 90, 1);
}

.top-bunner .policy_p p {
    font-size: 13px;
    color: rgba(166, 166, 166, 1);
}

.top-bunner .policy_p {
    margin-top: 16px;
}

.top-bunner .policy_p a {
    font-size: 13px;
    color: rgba(166, 166, 166, 1);
    text-decoration: underline;
}

.top-bunner__stars-i {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.top-bunner__form form.site-form .site-btn,
.top-bunner__form form.site-form .site-form__input input {
    width: 240px;
}

.equip-block {
    background: rgba(196, 220, 235, 1);
    border-radius: 50px;
    padding: 48px;
    display: grid;
    grid-template-columns: 65% 35%;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}

.equip-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}

.equip-block-item {
    background: #fff;
    border-radius: 10px;
    display: flex;
    padding: 4px;
    align-items: center;
    grid-gap: 16px;
    color: rgba(95, 113, 124, 1);
}

.equip {
    padding: 40px 0;
}

.equip h2 {
    color: rgba(67, 92, 108, 1);
    font-size: 42px;
    line-height: 45px;
}

.equip-block:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(58deg);
    width: 415px;
    height: 585px;
    bottom: -86%;
    right: -108px;
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
}

.equip-block__right img {
    z-index: 90;
    position: relative;
}

.equip-block__right {
    display: flex;
    justify-content: center;
}


.equip-block-item__image {
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    width: 50px;
    border-radius: 7px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rehab-types {
    padding: 40px 0;
}

.rehab-types-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

.rehab-type {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rehab-type__title {
    background: rgba(196, 220, 235, 1);
    border-radius: 16px;
    text-align: center;
    font-size: 20px;
    padding: 16px 0;
    font-weight: 600;
    color: rgba(67, 92, 108, 1);
}

.rehab-type__list {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.rehab-type__list li {
    position: relative;
    padding-left: 16px;
}

.rehab-type__list li:before {
    background-image: url('../img/check.svg');
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: block;
    width: 9px;
    height: 10px;
}

.rehab-type__price {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    justify-content: center;
    margin-bottom: 12px;
}

.rehab-type__btn {
    padding: 16px;
    width: 100%;
    color: #fff;
}

.rehab-type__old-price {
    color: rgba(67, 92, 108, 0.45);
    font-size: 14px;
    font-weight: 600;
}

.rehab-type__new-price {
    color: rgba(67, 92, 108, 1);
    font-size: 20px;
    font-weight: 600;
}

.steps-section {
    padding: 40px 0;
}

.steps-block {
    /*display: grid;
      grid-template-columns: repeat(3, 1fr);*/
    grid-gap: 48px 104px;
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.step__number {
    color: rgba(67, 92, 108, 0.25);
    font-size: 40px;
    font-weight: 700;
}

.step__line {
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    width: 90px;
    height: 2px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    grid-gap: 8px;
    max-width: 24%;
}

.red-message-section {
    padding: 40px 0;
}

.red-message {
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    border-radius: 20px;
    color: #fff;
    padding: 24px 64px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    grid-gap: 24px;
    display: flex;
}

.red-message-btn {
    background: #fff;
    color: rgba(242, 83, 83, 1);
    padding: 16px 32px;
}

.red-message__icon {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}


.service-type {
    padding-top: 35px;
    padding-bottom: 45px;
}

@media (max-width: 800px) {
    .service-type__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.service-type__items {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: fit-content;
}

.service-type__item-wrap {
    max-height: fit-content;
}

.slick-track {
    max-width: fit-content;
}

.slick-list {
    max-width: fit-content;
}

@media (max-width: 800px) {
    .service-type__items {
        display: inherit;
    }
}

@media (max-width: 800px) {
    .service-type__item-wrap {
        max-width: 100%;
        padding: 30px 15px;
    }
}

.service-type__item {
    min-height: 629px;
    height: 90%;
    background: white;
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    max-width: 250px;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .service-type__item {
        max-width: 100%;
    }
}

.service-type__img img {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

@media (max-width: 800px) {
    .service-type__img img {
        width: 100%;
    }
}

.service-type__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    margin: 13px 0;
}

.service-type__name {
    font-size: 15px;
    letter-spacing: 0.01em;
    padding: 0 20px;
}

.service-type__txt {
    font-weight: 300;
    font-size: 12px;
    line-height: 151.69%;
    letter-spacing: 0.01em;
    padding: 0 20px;
    margin-bottom: 10px;
}

.service-type__item-btn {
    margin: 0 auto;
    letter-spacing: 0.01em;
    padding: 0 13px;
}

.service-type__item-btn span {
    line-height: 54px;
    font-size: 16px;
}

.starting {
    padding-top: 35px;
    padding-bottom: 30px;
}

.starting__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .top-bunner--stars .top-bunner__form {
        max-width: 760px;
    }

    .equip-block {
        align-items: end;
        grid-template-columns: 1fr 1fr;
    }



    .equip-block__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .top-bunner__stars {
        grid-gap: 32px;
    }

    .top-bunner__form form.site-form {
        flex-direction: column;
        align-items: center;
    }

    .top-bunner__form .site-form__row {
        flex-direction: column;
    }

    .top-bunner--stars .top-bunner__form {
        max-width: 400px;
    }

    .top-bunner__stars-i {
        font-size: 14px;
    }

    .equip-block {
        grid-gap: 48px;
        grid-template-columns: 1fr;
        padding: 16px;
        padding-bottom: 0;
    }

    .equip h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .red-message {
        padding: 50px 32px 32px 32px;
    }
}

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


@media (max-width: 992px) {
    .starting__item {
        margin-bottom: 80px;
    }

}

.starting__img:after {
    display: none !important;
}

.starting__item:last-child .starting__img:after {
    display: none;
}

.starting__img {
    min-width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.starting__img:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 130%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 4px;
    background: rgba(156, 197, 222, 0.6);
}

@media (max-width: 992px) {
    .starting__img:after {
        width: 4px;
        height: 50px;
        top: 150%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.starting__name {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
}

.starting__phone {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 550px) {
    .starting__phone {
        font-size: 36px;
        line-height: 35px;
    }
}

.starting__caption {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

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

.starting__btn {
    margin: 0 auto;
}

.slick-track {
    display: flex;
}

.reviews {
    background: #C4DCEB;
}

.reviews__inner {
    padding-top: 55px;
    padding-bottom: 100px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

@media (max-width: 550px) {
    .reviews__inner {
        padding-top: 35px;
        padding-bottom: 45px;
    }
}

.reviews__items {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 992px) {
    .reviews__items {
        margin: 0 -15px;
    }
}

.reviews__item {
    height: auto;
    flex: 1;
    padding: 0 30px;
    width: 33.33333%;
}

@media (max-width: 992px) {
    .reviews__item {
        padding: 30px 15px;
        width: 100%;
    }
}

.reviews__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3.72745px 27.9559px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3.72745px 27.9559px rgba(0, 0, 0, 0.25);
    border-radius: 27px;
    padding: 25px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.reviews__stars {
    width: 71px;
    height: 13px;
    background: url("../img/ico/stars.svg") center/contain no-repeat;
    margin-bottom: 10px;
}

.reviews__name {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
}

.reviews__caption {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: justify;
}

.reviews__txt {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
    text-align: justify;
}

.reviews__date {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-left: auto;
    margin-top: auto;
}

.reviews__btn {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 550px) {
    .reviews__btn {
        margin-top: 0;
    }
}

.steps {
    background: #BAD7E8;
}

.steps__inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.steps__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.steps__item {
    padding: 0 15px;
    width: 33.33333%;
    margin: 15px 0;
}

@media (max-width: 992px) {
    .steps__item {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .steps__item {
        width: 100%;
    }
}

.steps__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.steps__num span {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #9CC5DE;
    font-size: 20px;
    border-radius: 50%;
    position: relative;
    background: #FFFFFF;
}

.steps__num:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 45px;
    height: 2px;
    max-width: 205px;
    width: 100%;
    border-radius: 5px;
    background: #FFFFFF;
}

.steps__title {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #333333;
}

.steps__txt p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: 15px 0;
}

.pageservice .steps__inner {
    padding-bottom: 80px;
}

.pageservice .steps__item {
    width: 25%;
}

@media (max-width: 992px) {
    .pageservice .steps__item {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .pageservice .steps__item {
        width: 100%;
    }
}

.calculator {
    padding: 135px 0 170px;
}

@media (max-width: 800px) {
    .calculator {
        padding: 70px 0 70px;
    }
}

.calculator__inner {
    padding: 25px 0 50px;
    background: #FFFFFF;
    border-radius: 30px;
}

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

.calculator__title span {
    margin-top: 5px;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #333333;
}

.calculator__content {
    max-width: 835px;
    margin: 0 auto;
}

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

@media (max-width: 800px) {
    .calculator__content .cal_form {
        -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;
    }
}

.calculator__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 570px;
}

@media (max-width: 800px) {
    .calculator__left {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

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

.calculator__item:last-child {
    min-width: 250px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.calculator__item .ui-selectmenu-button.ui-button {
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36.6855px;
    outline: 0;
    color: #ABABAB;
    min-width: 250px;
    padding: 9px 15px;
}

.calculator__item .ui-button .ui-icon {
    background-image: url(../img/ico/arr-bot.svg);
    background-position: center center;
}

.calculator__lable {
    margin-bottom: 10px;
    color: #333333;
}

.calculator__right {
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 800px) {
    .calculator__right {
        padding-left: 0;
    }
}

.calculator__price-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #333333;
}

.calculator__price-count span {
    font-weight: bold;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.01em;
    color: #333333;
}

.small-price {
    background-repeat: no-repeat;
    background-size: cover;
}

.small-price__inner {
    padding-top: 57px;
    padding-bottom: 57px;
}

.small-price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .small-price__items {
        -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;
    }
}

.small-price__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .small-price__item {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .small-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;
        margin-bottom: 30px;
    }
}

.small-price__img {
    width: 135px;
    height: 135px;
    -webkit-box-shadow: 0px 3.79538px 28.4654px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3.79538px 28.4654px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: white;
    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-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
}

.small-price__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 15px;
}

@media (max-width: 550px) {
    .small-price__info {
        margin-top: 20px;
        padding-left: 15px;
    }
}

.small-price__subtitle {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}

.small-price__caption,
.small-price__txt {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
}

@media (max-width: 550px) {

    .small-price__caption,
    .small-price__txt {
        font-size: 14px;
    }
}

.small-price__txt {
    margin: 15px 0;
}

@media (max-width: 550px) {
    .small-price__btn {
        margin: 0 auto;
    }
}

.reabilitation__inner {
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (max-width: 992px) {
    .reabilitation__inner {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

.reabilitation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 992px) {
    .reabilitation__items {
        margin: 0;
        display: inherit;
    }
}

.reabilitation__item {
    width: 33.3333%;
    padding: 0 15px;
}

@media (max-width: 992px) {
    .reabilitation__item {
        width: 100%;
        padding: 30px 15px;
    }
}

.reabilitation__content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.reabilitation__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    min-height: 235px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .reabilitation__img {
        min-height: auto;
    }
}

.reabilitation__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.reabilitation__desc {
    padding: 10px 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reabilitation__desc>*:not(:last-child) {
    margin: 0 0 15px 0;
}

.reabilitation__subtitle {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
}

.reabilitation__caption {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #000000;
}

.reabilitation__list,
.reabilitation ul {
    margin-bottom: 15px;
}

.reabilitation__list li,
.reabilitation ul li {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
    position: relative;
    padding-left: 30px;
}

.reabilitation__list li:before,
.reabilitation ul li:before {
    content: '';
    height: 14px;
    width: 14px;
    background: url("../img/ico/star.svg") center/contain no-repeat;
    left: 0;
    position: absolute;
    top: 3px;
}

.reabilitation__list li span,
.reabilitation ul li span {
    font-size: 12px;
    font-weight: 300;
}

.reabilitation__example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reabilitation__example a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.reabilitation__example a:hover {
    color: #E48080;
}

.reabilitation__price {
    margin-top: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.reabilitation__price-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
}

.reabilitation__price-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 40px;
}

.reabilitation__price-btn span {
    font-size: 32px;
    line-height: 62px;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #FFFFFF;
}

.reabilitation__txt {
    line-height: 24px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.pageservice .reabilitation__subtitle {
    font-size: 22px;
    line-height: 26px;
}

.pageservice .reabilitation__caption {
    font-size: 18px;
    line-height: 21px;
}

@media (max-width: 992px) {
    .dropper .reabilitation__img {
        padding: 15px;
    }

    .dropper .reabilitation__img svg {
        height: 100px;
        width: 100%;
    }
}

.our-services {
    padding-bottom: 90px;
}

@media (max-width: 800px) {
    .our-services {
        padding-bottom: 70px;
    }
}

.our-services__content {
    background: rgba(156, 197, 222, 0.6);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 57px 50px 42px;
    margin-bottom: 135px;
}

@media (max-width: 800px) {
    .our-services__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 550px) {
    .our-services__content {
        padding: 30px 15px 30px;
        margin: 0;
    }
}

.our-services__item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 17px;
}

@media (max-width: 800px) {
    .our-services__item {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .our-services__item {
        width: 100%;
    }
}

.our-services__link {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    border-radius: 28.3167px;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.our-services__link:hover {
    color: #E48080;
    -webkit-box-shadow: 0 2.83px 21.24px #E48080;
    box-shadow: 0 2.83px 21.24px #E48080;
    padding-left: 20px;
    padding-right: 12px;
}

@media (max-width: 1120px) {
    .our-services__link {
        font-size: 15px;
        line-height: 14px;
    }
}

.pageservice .our-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.stages__inner {
    padding-top: 67px;
    padding-bottom: 67px;
}

.stages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.stages__item {
    width: 33.3333%;
    padding: 0 15px;
    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;
}

.stages__item:nth-child(2) .stages__img img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

@media (max-width: 992px) {
    .stages__item {
        width: 100%;
    }
}

.stages__img {
    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: 157px;
    height: 157px;
    background: #C4DCEB;
    border-radius: 50%;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .stages__img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.stages__name {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
}

.stages__txt {
    padding-left: 27px;
}

.stages__txt p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 15px 0;
}

.support {
    background: rgba(156, 197, 222, 0.6);
}

.support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 67px;
    padding-bottom: 67px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.support--reverse .support__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.support__left {
    width: 50%;
}

@media (max-width: 550px) {
    .support__left {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .support__left {
        position: absolute;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: .2;
        height: 100%;
    }
}

.support--reverse .support__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 800px) {
    .support--reverse .support__left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.support__right {
    width: 50%;
}

@media (max-width: 550px) {
    .support__right {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .support__right {
        position: relative;
        z-index: 2;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.support__title {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .support__title {
        font-size: 22px;
        line-height: 20px;
        margin-top: 20px;
        text-align: center;
    }
}

.support__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .support__subtitle {
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }
}

.support__phone {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .support__phone {
        font-size: 35px;
        line-height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .support__btn {
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .support--reverse .support__left {
        display: none;
    }
}

.support--reverse .support__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consultation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -45px;
    padding-bottom: 57px;
}

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

@media (max-width: 800px) {
    .consultation__inner {
        margin-top: 0;
    }
}

.consultation__left {
    z-index: 1;
    width: 50%;
    border-radius: 30px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px 65px 35px;
    margin-bottom: 30px;
}

@media (max-width: 1290px) {
    .consultation__left {
        padding: 90px 19px 35px;
    }
}

@media (max-width: 1120px) {
    .consultation__left {
        width: 100%;
        padding: 50px 15px 30px;
    }
}

@media (max-width: 800px) {
    .consultation__left {
        padding-top: 40px;
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 1;
        background: transparent;
    }
}

@media (max-width: 550px) {
    .consultation__left {
        padding-left: 0;
        padding-right: 0;
    }
}

.consultation__title {
    font-weight: 500;
    font-size: 30.5831px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .consultation__title {
        font-size: 20.58px;
        line-height: 20px;
        text-align: center;
    }
}

.consultation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}

.consultation__item {
    font-size: 24px;
    font-weight: 300;
    color: black;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .consultation__item {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
}

.consultation__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

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

@media (max-width: 800px) {
    .consultation__form form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1290px) {
    .consultation__form form .form__phone {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .consultation__form form .form__phone {
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .consultation__form form .form__phone {
        width: 100%;
    }
}

@media (max-width: 1290px) {
    .consultation__form form .site-form__input {
        width: 50%;
    }

    .consultation__form form .site-form__input input {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .consultation__form form .site-form__input {
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .consultation__form form .site-form__input {
        width: 100%;
    }
}

@media (max-width: 1290px) {
    .consultation__form form .form__btn {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .consultation__form form .form__btn {
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .consultation__form form .form__btn {
        width: 100%;
    }
}

.consultation__form .site-form-row {
    padding: 0 15px;
}

@media (max-width: 1290px) {
    .consultation__form .site-form-row {
        margin-bottom: 15px;
    }

    .consultation__form .site-form-row:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 550px) {
    .consultation__form .site-form-row {
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.consultation__bottom {
    font-weight: 300;
    font-size: 17.1648px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    padding-top: 35px;
}

.consultation__bottom a {
    color: #464d4e;
}

.consultation__right {
    width: 50%;
}

@media (max-width: 1120px) {
    .consultation__right {
        width: 100%;
    }
}

.consultation__right-img {
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 30px;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 1120px) {
    .consultation__right-img {
        min-height: 400px;
        background-size: cover;
        width: 60%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media (max-width: 800px) {
    .consultation__right-img {
        width: 100%;
    }
}

.consultation--reverse .consultation__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0;
    padding-top: 57px;
}

.consultation--reverse .consultation__left {
    padding: 10px;
    width: 60%;
    max-width: 620px;
}

@media (max-width: 800px) {
    .consultation--reverse .consultation__left {
        width: 100%;
        max-width: 100%;
    }
}

.consultation--reverse .consultation__right {
    padding: 0;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 800px) {
    .consultation--reverse .consultation__right {
        width: 100%;
        max-width: 100%;
        display: none;
    }
}

@media (min-height: 1290px) {
    .consultation--reverse .consultation__right img {
        height: 100%;
    }
}

.pageservice .consultation__inner {
    padding-bottom: 0;
    margin-bottom: -50px;
    margin-top: -45px;
}

@media (max-width: 992px) {
    .pageservice .consultation__inner {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.pageservice .consultation__left {
    margin-bottom: 0;
}

.solo-consultation__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
}

.solo-consultation__img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 350px;
    width: 365px;
    z-index: -1;
}

@media (max-width: 992px) {
    .solo-consultation__img {
        display: none;
    }
}

.solo-consultation__absolute {
    background-color: white;
    margin-top: -80px;
    position: relative;
    max-width: 770px;
    width: 100%;
    border-radius: 30px;
    padding: 15px 30px;
    margin-bottom: 45px;
}

.solo-consultation__absolute p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 15px 0;
}

.solo-consultation__title {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .solo-consultation__title {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .solo-consultation__title {
        font-size: 25px;
    }
}

.solo-consultation__caption {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 992px) {
    .solo-consultation__caption {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 15px;
    }
}

.solo-consultation__phone {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.175em;
    color: #333333;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 992px) {
    .solo-consultation__phone {
        font-size: 33px;
        line-height: 48px;
        letter-spacing: .075em;
        margin-bottom: 20px;
    }
}

.additional__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 25px 70px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 30px;
}

@media (max-width: 992px) {
    .additional__block {
        padding: 30px 15px;
    }
}

.additional__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
}

@media (max-width: 1220px) {
    .additional__item {
        padding: 10px 15px;
    }
}

@media (max-width: 992px) {
    .additional__item {
        width: 100%;
    }
}

.additional__link {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: black;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1220px) {
    .additional__link {
        font-size: 18px;
        line-height: 34px;
    }
}

@media (max-width: 550px) {
    .additional__link {
        font-size: 16px;
        line-height: 20px;
    }
}

.additional__link:hover {
    color: #77A3BE;
}

.additional__link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #77A3BE;
}

.license {
    padding-top: 15px;
    padding-bottom: 50px;
}

.license__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

.license__img {
    width: 100%;
}

.txt-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.txt-block__content {
    max-width: 760px;
    margin: 0 auto;
}

.txt-block__content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 15px 0;
    text-align: justify;
}

@media (max-width: 992px) {
    .txt-block__content p {
        font-size: 14px;
    }
}

.txt-block__content a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    margin: 15px 0;
    color: #E48080;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .txt-block__content a {
        font-size: 14px;
    }
}

.txt-block__content a:hover {
    color: #2a5fce;
}

.txt-block__content ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

@media (max-width: 992px) {
    .txt-block__content ul li {
        font-size: 14px;
    }
}

.txt-block__content ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E48080;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.txt-block__content ol {
    list-style: none;
    padding: 0;
}

.txt-block__content ol li {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    counter-increment: step-counter;
}

@media (max-width: 992px) {
    .txt-block__content ol li {
        font-size: 14px;
    }
}

.txt-block__content ol li:before {
    content: counter(step-counter);
    border-radius: 50%;
    color: #E48080;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.txt-block--blue {
    background-color: #C4DCEB;
}

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

.txt-block--blue .txt-block__title {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 75px;
    font-size: 42px;
    letter-spacing: 0.01em;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .txt-block--blue .txt-block__title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 26px;
        line-height: 40px;
    }
}

.txt-block--blue .txt-block__title:after {
    display: none;
}

.txt-block--img {
    background-color: #E2ECF3;
    padding-top: 90px;
    padding-bottom: 150px;
    position: relative;
}

@media (max-width: 992px) {
    .txt-block--img {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.txt-block--img__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.7 !important;
}

@media (max-width: 992px) {
    .txt-block--img__img {
        height: 80%;
        width: auto;
        opacity: 0.2 !important;
    }
}

@media (max-width: 800px) {
    .txt-block--img__img {
        height: 550px;
    }
}

.txt-block--img:before {
    content: '';
}

.txt-block--img__content {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .txt-block--img__content {
        max-width: 100%;
    }
}

.txt-block--img p,
.txt-block--img a,
.txt-block--img ul li,
.txt-block--img ol li {
    line-height: 29px;
    letter-spacing: 0.19em;
}

@media (max-width: 992px) {

    .txt-block--img p,
    .txt-block--img a,
    .txt-block--img ul li,
    .txt-block--img ol li {
        line-height: 24px;
    }
}

.txt-block--img .txt-block__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.hospital {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 992px) {
    .hospital {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.hospital__content {
    background: white;
    border-radius: 30px;
    padding: 15px 50px;
}

@media (max-width: 992px) {
    .hospital__content {
        padding: 15px;
    }
}

.hospital p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 15px 0;
    text-align: justify;
}

@media (max-width: 800px) {
    .hospital p {
        font-size: 15px;
        line-height: 23px;
    }
}

.hospital__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 60px;
}

@media (max-width: 992px) {
    .hospital__list {
        margin-top: 30px;
    }
}

@media (max-width: 800px) {
    .hospital__list {
        padding: 15px;
    }
}

.hospital__item {
    width: 33.33333%;
    padding: 0 15px;
    margin: 15px 0;
    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;
}

@media (max-width: 992px) {
    .hospital__item {
        width: 100%;
    }
}

.hospital__ico {
    height: 100px;
    width: 100px;
    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;
    margin: 0 auto;
    margin-bottom: 15px;
}

.hospital__ico img {
    width: 100%;
    height: 100%;
}

.hospital__name {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.hospital__bottom {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #346584;
    margin: 15px 0;
}

.icon-block {
    background: rgba(156, 197, 222, 0.6);
    padding: 65px 0 90px;
}

.icon-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 550px) {
    .icon-block__items {
        -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;
    }
}

.icon-block__item {
    text-align: center;
    max-width: 240px;
}

@media (max-width: 550px) {
    .icon-block__item {
        margin-bottom: 25px;
    }

    .icon-block__item:last-child {
        margin-bottom: 0;
    }
}

.icon-block__img {
    margin-bottom: 20px;
}

.icon-block__title {
    font-weight: 500;
    font-size: 17.9151px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    color: #333333;
}

.icon-block__txt {
    font-weight: 300;
    font-size: 12.5405px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
}

.another-form {
    padding: 30px 0 35px;
    position: relative;
}

@media (max-width: 800px) {
    .another-form {
        padding-bottom: 0;
    }
}

.another-form:after {
    content: '';
    display: block;
    width: 406px;
    height: 350px;
    background: url("../img/a-f.jpg") center center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    margin-left: 320px;
}

@media (max-width: 800px) {
    .another-form:after {
        display: none;
    }
}

.another-form__inner {
    text-align: center;
    padding-right: 135px;
}

@media (max-width: 800px) {
    .another-form__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.another-form__title {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    max-width: 550px;
    margin: 0 auto 16px;
}

@media (max-width: 992px) {
    .another-form__title {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .another-form__title {
        font-size: 25px;
    }
}

.another-form__caption {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .another-form__caption {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 15px;
    }
}

.another-form__number {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.175em;
    color: #333333;
    margin-bottom: 40px;
    display: inline-block;
}

@media (max-width: 992px) {
    .another-form__number {
        font-size: 33px;
        line-height: 48px;
        letter-spacing: .075em;
        margin-bottom: 20px;
    }
}

.another-form__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .another-form__form form {
        -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;
    }
}

.another-form__form .site-form-row {
    padding: 0 15px;
}

@media (max-width: 800px) {
    .another-form__form .site-form-row {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
}

@media (max-width: 420px) {
    .another-form__form .site-form-row {
        width: 100%;
    }
}

.another-form__form .site-link-phone {
    width: 100%;
}

.another-form__form .site-form__input {
    width: 100%;
}

.another-form__form .site-form__input input {
    width: 100%;
}

.another-form__form .form__btn {
    width: 100%;
}

.specialists {
    padding-bottom: 50px;
}

.specialists__content {
    padding: 40px 0 30px;
    border-radius: 30px;
}

.specialists__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.specialists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .specialists__item {
        max-width: 100%;
        padding: 15px;
    }
}

.specialists__item:last-child {
    margin-bottom: 0;
}

.specialists__item:nth-last-child(2) {
    margin-bottom: 0;
}

.specialists__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.specialists__img img {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}

.specialists__subtitle {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
}

.specialists__caption {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    letter-spacing: 0.01em;
}

.when-call__inner {
    padding-top: 32px;
    padding-bottom: 32px;
}

.when-call__content {
    max-width: 830px;
    margin: 0 auto;
}

.video-section {
    padding: 40px 0;
}

.video-item {
    position: relative;
}


.video-item.active:before {
    content: '';
    background-image: url('../img/play.svg');
    background-size: 100px;
    background-position: center;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007d;
    background-repeat: no-repeat;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate3d(-50%, -50%, 0); */
}

.video-item img {
    display: none;
}

.video-item.active img {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.when-call__title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.85%, #DF8B8B), color-stop(59.52%, #F25959), to(#F34C4C));
    background: linear-gradient(180deg, #DF8B8B 8.85%, #F25959 59.52%, #F34C4C 100%);
    border-radius: 10px;
    height: 65px;
    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;
    padding: 5px 15px;
    margin-bottom: 40px;
}

.when-call__title span {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 800px) {
    .when-call__title span {
        font-size: 20px;
        line-height: 28px;
    }
}

.when-call__txt {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .when-call__txt {
        font-size: 16px;
    }
}

.when-call__list li {
    position: relative;
    padding-left: 40px;
}

.when-call__list li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #77A3BE;
    position: absolute;
    left: 0;
    top: 19px;
}

@media (max-width: 800px) {
    .when-call__list li:before {
        top: 12px;
    }
}

.when-call__list li a:hover span {
    color: #E48080;
    border-color: #E48080;
}

.when-call__list li a:hover span:after {
    background: #E48080;
}

.when-call__list li span {
    font-weight: 300;
    font-size: 18px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #000000;
    position: relative;
    -webkit-transition: .2s all;
    transition: .2s all;
    border-bottom: 1px solid #77A3BE;
}

@media (max-width: 800px) {
    .when-call__list li span {
        font-size: 14px;
        line-height: 28px;
    }
}

.treatment {
    padding-top: 45px;
}

.treatment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.treatment__item {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.33333%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 993px) {

    .treatment__item:nth-child(2) .treatment__item-content,
    .treatment__item:nth-child(4) .treatment__item-content,
    .treatment__item:nth-child(5) .treatment__item-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 800px) {
    .treatment__item {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .treatment__item {
        width: 100%;
    }
}

.treatment__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.treatment__ico {
    width: 157px;
    height: 157px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .treatment__ico {
        margin: 0 auto 15px;
    }
}

.treatment__ico img {
    width: 100%;
    height: 100%;
}

.treatment__name {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.treatment__txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    width: 100%;
    text-align: center;
}

.regions {
    padding-top: 34px;
}

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

.regions__title span {
    margin-top: 10px;
}

.regions__content {
    background: rgba(156, 197, 222, 0.6);
    border-radius: 30px;
}

.regions__list {
    padding: 60px 90px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width: 992px) {
    .regions__list {
        padding: 40px 30px;
    }
}

@media (max-width: 800px) {
    .regions__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 550px) {
    .regions__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.regions__list li {
    margin-bottom: 35px;
}

@media (max-width: 550px) {
    .regions__list li {
        margin-bottom: 20px;
    }
}

.regions__list li a {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    -webkit-transition: .2s all;
    transition: .2s all;
}

@media (max-width: 800px) {
    .regions__list li a {
        font-size: 17px;
    }
}

.regions__list li a:hover {
    color: #E48080;
}

.regions__list li a:hover:after {
    background: #E48080;
}

.regions__list li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #77A3BE;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.footer__inner {
    padding-bottom: 50px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 70px;
}

@media (max-width: 992px) {
    .footer__menu {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}

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

@media (max-width: 550px) {
    .footer__menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__menu-link {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000000;
    -webkit-transition: .2s all;
    transition: .2s all;
}

@media (max-width: 992px) {
    .footer__menu-link {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 550px) {
    .footer__menu-link {
        padding: 5px 10px;
        width: 100%;
        text-align: center;
    }
}

.footer__menu-link:hover {
    color: #77A3BE;
}

.footer__menu-link--sity {
    position: relative;
    padding-left: 27px;
}

.footer__menu-link--sity:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/ico/pin.svg") center/contain no-repeat;
    width: 19px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
}

@media (max-width: 992px) {
    .footer__social {
        margin: 15px auto
    }
}

.footer__social-item {
    margin: 0 10px;
}

.footer__social-item svg {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.footer__social-item:hover svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

@media (max-width: 992px) {
    .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
}

@media (max-width: 550px) {
    .footer__left {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
}

.footer__left .header__logo {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .footer__left .header__logo {
        margin-bottom: 10px;
    }
}

.footer__left .header__top-phone,
.footer__left .header__top-help {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__left .header__top-txt {
    text-align: start;
}

.footer__phone {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #333333;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 5px 0;
}

.footer__right {
    text-align: center;
    padding: 0 30px;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #000000;
}

.circle_footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .footer__right {
        font-size: 14px;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 550px) {
    .footer__right {
        padding: 0;
    }
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 0;
    background: #ffffff;
    font-weight: 400;
    color: #333333;
}

.ui-widget.ui-widget-content {
    border-radius: 15px;
    padding-top: 5px;
    border: 2px solid #E5E5E5;
    margin-top: -2px;
}

.ui-state-active {
    background: #eeeeee !important;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: .1s all;
    transition: .1s all;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    //display: none;
}

/*.popup.active  {
      display: block;
  }*/
.popup.open {
    z-index: 10300;
    opacity: 1;
    visibility: visible;
}

.popup__body {
    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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 150px;
}

.popup__inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.popup__close {
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 3;
}

@media (max-width: 992px) {
    .popup__close {
        width: 25px;
        height: 25px;
        right: 5px;
        top: 5px;
    }
}

.popup__close:hover {
    opacity: .7;
}

.popup__close-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: url("../img/ico/cancel.svg") center no-repeat;
    background-size: contain;
}

.callback__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 768px;
    border-radius: 20px;
    height: 500px;
    padding: 30px;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .callback__content {
        padding: 15px;
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        position: relative;
    }

    .callback__content:before {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 20px;
        opacity: .8;
    }
}

.callback__form {
    max-width: 365px;
    width: 100%;
}

@media (max-width: 992px) {
    .callback__form {
        position: relative;
        z-index: 2;
    }
}

.callback__form-row {
    margin-bottom: 15px;
}

.callback__title {
    font-weight: 300;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
    padding: 0 15px;
}

.callback__title * {
    font-weight: 300;
    font-size: 27px;
}

@media (max-width: 992px) {
    .callback__title {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
    }

    .callback__title * {
        font-size: 18px;
        font-weight: 500;
    }
}

@media (max-width: 992px) {
    .callback__input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.callback__input input {
    width: 100%;
    max-width: 280px;
}

@media (min-width: 993px) {
    .callback__input input {
        font-size: 24px;
        line-height: 56px;
        max-width: 335px;
    }
}

@media (min-width: 993px) {
    .callback__checkbox {
        padding: 0 15px;
    }
}

.callback__checkbox label {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #000000;
}

.callback__btn {
    margin: 0 auto;
}

@media (min-width: 993px) {
    .callback__btn {
        max-width: 100%;
        border-radius: 55px;
        width: 100%;
    }
}

.callback__btn span {
    font-weight: 700;
    line-height: 74px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.submit__content {
    padding: 30px 15px;
    background: white;
    border-radius: 20px;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-slide:focus {
    outline: none;
}

.slick-slider .slick-arrow {
    position: absolute;
    border: 2px solid #f35050;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: url("../img/ico/arrow-right.svg") center/7px no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: none;
    transform: none;
    z-index: 2;
}

.slick-slider .slick-arrow:before {
    content: '';
}

.slick-slider .slick-prev {
    left: -20px;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.slick-slider .slick-next {
    right: -20px;
}

@media screen and (max-width: 768px) {
    .slick-slider .slick-next {
        right: 0px;
    }

    .slick-slider .slick-prev {
        left: 0px;
    }
}

.slick-slider .slick-disabled {
    opacity: .5;
}

.p_order {
    text-align: center;
    font-size: 17px
}

.alt input {
    display: block;
    margin: auto;
}

.alt textarea {
    display: block;
    margin: auto;
}

.alt_bottom_part .alt_b {
    max-width: 250px;
    margin: auto
}

.top-bunner__btn span {
    font-size: 12px;
    color: white;
    line-height: 35px;
}

.policy_p {
    text-align: center;
    margin-top: 10px;
}

.contacts_flex {
    display: flex
}

.contacts_item {
    display: flex;
    width: 50%;
    border: 2px solid;
    border-radius: 10px;
    margin: 10px;
    min-height: 60px;
    border-color: #77A3BE
}

.contacts_item p {
    text-align: center;
    margin: auto;
    font-size: 20px
}

.contacts_item a {
    color: #1c12b8;
    text-decoration: underline;
    font-size: 20px;
}

@media (max-width: 768px) {
    .contacts_flex {
        display: block
    }

    .contacts_item {
        width: 90%;
        margin: auto auto 10px auto
    }
}

@media (max-width: 560px) {
    .contacts_item p {
        font-size: 15px
    }

    .contacts_item a {
        font-size: 15px;
    }
}

.error404 {
    text-align: center
}

.error404 a {
    text-decoration: underline;
    font-size: 20px
}

button {
    border: none;
}

.price_table {
    margin: auto;
    border-spacing: 3px 10px;
}

.price_subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #9CC5DE;
    padding: 20px 0;
}

.price_table tr {
    background: rgba(156, 197, 222, 0.6);
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130.5%;
    color: #333333;
}

.price_table tr td:nth-child(1) {
    width: 60%;
}

.price_table tr td:nth-child(2) {
    width: 30%;
    text-align: center;
}

.price_table tr td:nth-child(3) {
    width: 10%;
}

.cell_set_name {
    margin: 7px;
}

.cell_set_price {
    margin: 7px;
}

.price_btn {
    max-width: 242px;
    width: 100%;
    height: 40px;
    border: 1px solid #9CC5DE;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #9CC5DE;
    padding: 5px;
}

.price_table a {
    color: #fff;
    font-size: 20px;
}

.price_btn:hover {
    background-color: #5f86d6;
    color: white;
    border: 1px solid white;
}

@media (max-width: 600px) {
    .price_subtitle {
        font-size: 17px
    }

    .price_table tr {
        font-size: 15px;
    }

    .price_table a {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .price_subtitle {
        font-size: 15px
    }

    .price_table tr {
        font-size: 13px;
    }

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

h1 {
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    padding: 20px 0;
    -webkit-text-stroke: 0.5px white;
    -webkit-text-fill-color: black;
}

@media (max-width: 900px) {
    h1 {
        font-size: 40px;
        padding: 20px 5px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 30px;
        padding: 20px 5px;
    }
}

.txt-block__content b {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 15px 0;
    text-align: justify;
}

.txt-block__content strong {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 15px 0;
    text-align: justify;
}

@media (max-width: 768px) {
    .btn_set {
        width: 100%
    }
}

.stati {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}

@media screen and (max-width: 1050px) {
    .stati {
        margin-top: 152px;
    }
}

@media screen and (max-width: 750px) {
    .stati {
        margin-top: 122px;
    }
}

@media screen and (max-width: 950px) {
    .stati {
        padding: 90px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .stati {
        padding: 50px 0 0;
    }
}

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

@media screen and (max-width: 950px) {
    .stati__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 750px) {
    .stati__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 35px;
    }
}

.stati__row {
    display: grid;
    width: 100%;
    margin-bottom: 115px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 84px 117px;
}

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

    .stati__row {
        grid-gap: 44px 55px;
    }
}

@media screen and (max-width: 950px) {
    .stati__row {
        margin-bottom: 80px;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .stati__row {
        max-width: 450px;
        margin: 0 auto 40px;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

.stati__item {
    width: 100%;
    padding: 38px 43px 30px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 700px) {
    .stati__item {
        padding: 20px 15px 10px;
    }
}

.header__links-wrap {
    display: flex;
    align-items: center;
}

.header__soc-links {
    display: flex;
    grid-gap: 4px;
    align-items: center;
}

.header__soc-links a:hover {
    box-shadow: 0px 0px 3px #9b9b9b;
    border-radius: 50%;
}

.header__soc-links.mobile {
    display: none;
}


@media (max-width: 991px) {
    .header__soc-links.desktop {
        display: none;
    }

    .header__soc-links.mobile {
        display: flex;
    }
}

.stati__pic {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 60px;
}

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

.stati__info {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #4b5152;
}

.stati__item:hover {
    box-shadow: 0 0 15px #7aab9c;
}

.reviews__item input,
.reviews__item .site-btn {
    width: 100%;
}

.reviews__item .site-form-row {
    margin-bottom: 10px;
}

.fancy_photo {
    transition: all .3s ease-out;
    margin: 10px 0
}

.fancy_photo:hover {
    transition: all .3s ease-out;
    filter: opacity(50%);
}

.flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    float: none;
}

.ph_gal {
    justify-content: space-around;
    margin-bottom: 30px;
}

.subfolder_ul {
    flex-wrap: wrap;
    display: flex;
}

.hide {
    display: none !important
}

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

.txt-block__content ul {
    display: table-cell
}

.ph_gal .license__item {
    max-width: 250px;
}

.spec_inner .specialists__item {
    padding: 0 10px;
}

.doc_img_inner {
    float: left;
    margin-right: 20px !important
}

.regions_block {
    align-items: center;
    display: flex;
    font-size: 18px
}

.doc_inner {
    min-height: 300px
}

@media (max-width: 450px) {
    .doc_img_inner {
        float: none;
        margin: auto !important
    }
}

@media (max-width: 992px) {
    .regions_block {
        display: none
    }
}

.white_popup {
    background: white
}

.hidden_regions_block {
    text-align: center;
}

.callback__content__white {
    max-width: 600px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 30px;
}

.select-city .callback__content__white {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media (max-width: 700px) {
    .callback__content__white {
        min-width: 450px;
    }
}

@media (max-width: 550px) {
    .callback__content__white {
        min-width: 300px;
    }
}

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

@media (max-width: 992px) {
    .regions_block {
        font-size: 12px
    }
}

.regions_block .regions_link {
    margin-right: 5px
}

.footer_column {
    padding: 30px 20px 20px 20px
}

a.bread__link::after {
    position: relative;
    margin: 0 5px;
    content: '>';
}

span.bread__link {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 992px) {
    span.bread__link {
        font-size: 14px;
    }
}

.bread__link {
    text-decoration: none !important
}

.bread__row {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 0
}

.stati .txt-block__content {
    max-width: 100% !important
}

.my_accordeon-panel {
    border: 3px #c3dceb solid;
    padding: 15px;
    border-radius: 10px;
    background: white;
    margin: 10px 0;
    cursor: pointer
}

.panel-title_wrapper {
    position: relative;
}

.panel-title_wrapper:before {
    content: '';
    position: absolute;
    transition: .3s;
    background: #c3dceb;
    border-radius: 2px;
    top: calc(50% - 1px);
    bottom: 25%;
    width: 16px;
    right: 0px;
    height: 4px;
}

.panel-title_wrapper:after {
    content: '';
    position: absolute;
    transition: .3s;
    background: #c3dceb;
    border-radius: 2px;
    height: 16px;
    top: calc(50% - 7px);
    right: 6px;
    width: 4px;
}

.active .panel-title_wrapper:after {
    transform: rotate(90deg);
}

.collapse_text {
    height: 0;
    overflow: hidden;
    transition: .3s;
    width: calc(100% - 40px);
}

.active .collapse_text {
    transition: .3s;
    height: auto;
    padding: 10px;
    margin: 10px;
}

.panel-title {
    margin-right: 35px;
    font-weight: 500;
    font-size: large;
}

.regions_block {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    /* background-color: #FFFFFF; */
    background-color: transparent;
}

.header__schedule {
    margin-top: 10px;
    color: grey;
}

.regions_block .regions_link--style {
    margin-bottom: 10px;
}

/*IVAN*/
._ibg {
    position: relative
}

._ibg img:not(.notibg) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

body {
    font-family: Roboto, sans-serif
}

.pricetab {
    padding: 25px 0 25px 0
}

.pricetab__title {
    text-transform: uppercase;
    font-size: 31px !important;
    line-height: 36px !important
}

.pricetab__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    background: #c4dceb;
    border-radius: 32px
}

.pricetab__price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 7px 7px 16px;
    background: #fff;
    border-radius: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pricetab__price-name {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px
}

.pricetab__price-value {
    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
}

.pricetab__price-value>span {
    margin-right: 16px
}

.pricetab__price:not(:last-child) {
    margin-bottom: 8px
}

.pricetab__categories {
    margin: 0 25px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 29px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
    scrollbar-width: none
}

.pricetab__categories.active {
    background: rgba(255, 255, 255, .3);
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.pricetab__categories.active:hover {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pricetab__categories::-webkit-scrollbar {
    display: none
}

.pricetab__categories::after,
.pricetab__categories::before {
    display: block;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pricetab__categories-next,
.pricetab__categories-prev {
    color: #77a3be;
    position: absolute;
    font-size: 36px;
    cursor: pointer;
    margin-top: -4px;
    -webkit-transition: .2s color;
    transition: .2s color;
    bottom: -57px
}

.pricetab__categories-next:hover,
.pricetab__categories-prev:hover {
    color: #375568
}

.pricetab__categories-prev {
    left: 0
}

.pricetab__categories-next {
    bottom: -55px;
    right: 0
}

.pricetab__category {
    position: relative;
    white-space: nowrap
}

.pricetab__categories.active .pricetab__category:hover {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pricetab__category:hover {
    cursor: pointer
}

.pricetab__category::-moz-selection {
    opacity: 0
}

.pricetab__category::selection {
    opacity: 0
}

.pricetab__category::after {
    content: '';
    background: #77a3be;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
    height: 2px;
    width: 100%;
    bottom: -8px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.pricetab__category:not(:last-child) {
    margin-right: 32px
}

.pricetab__category._active::after {
    opacity: 1
}

.pricetab .site-btn {
    height: 38px
}

.pricetab .site-btn span {
    line-height: 38px;
    font-weight: 500
}

.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.howhelp {
    padding: 25px 0 25px 0
}

.howhelp__title {
    text-transform: uppercase;
    font-size: 31px !important;
    line-height: 36px !important
}

.howhelp__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.howhelp__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -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;
    margin-bottom: 40px
}

.howhelp__item-img {
    overflow: hidden;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    margin-bottom: 50px
}

.howhelp__item-text {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.howhelp__item-text::after {
    content: '';
    background: #77a3be;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 2px;
    width: 40px;
    top: -24px
}

.howhelp__item-num {
    position: absolute;
    left: 15px;
    top: -32px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 112px;
    line-height: 131px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(119, 163, 190, .4)
}

.advantages {
    padding: 25px 0 25px 0
}

.advantages__title {
    text-transform: uppercase;
    font-size: 31px !important;
    line-height: 36px !important;
    margin-bottom: 24px
}

.advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 248px;
    flex: 0 1 248px;
    height: 248px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -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;
    margin: 0 2px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
    border-radius: 24px
}

.advantages__item-img {
    overflow: hidden;
    border-radius: 50%;
    width: 124px;
    min-height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c4dceb
}

.advantages__item-img img {
    fill: #e48080;
    stroke: 5px solid #fff
}

.advantages__item-text {
    text-transform: uppercase;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-top: 24px
}

.promo {
    padding: 36px 0
}

.promo__banner {
    background: #c4dceb;
    border-radius: 64px;
    width: 100%;
    height: 457px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px;
    padding-left: 250px
}

.promo__photo {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    width: 390px;
    left: 0;
    bottom: 0
}

.promo__card {
    background-color: #fff;
    padding: 8px;
    border-radius: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 569px;
    flex: 0 1 569px;
    z-index: 10
}

.promo__card-header {
    color: #fff;
    background: #e48080;
    border-radius: 8px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px
}

.promo__card-descrip {
    margin-top: 24px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #696969
}

.promo .site-btn {
    margin: auto;
    margin-top: 24px
}

.promo .site-btn span {
    margin: 11px 22px
}

@media (max-width: 1120px) {

    .advantages__items,
    .howhelp__items {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media (max-width: 800px) {
    .promo__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 545px;
        padding: 16px 8px 24px;
        border-radius: 24px
    }

    .promo__photo {
        width: 75%;
        left: 16px
    }

    .promo__card {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        padding-bottom: 0
    }

    .promo__card-header {
        font-size: 22px;
        line-height: 26px
    }

    .promo__card-descrip {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 580px) {
    .promo__banner {
        height: 585px
    }

    .promo__card {
        -ms-flex-preferred-size: 280px;
        flex-basis: 280px
    }

    .promo__photo {
        width: 85%;
        top: 16px;
        bottom: auto
    }

    .pricetab__prices {
        padding: 8px;
        border-radius: 16px
    }

    .pricetab__price {
        border-radius: 16px;
        font-size: 13px;
        line-height: 26px
    }

    .pricetab__price-value {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f3f3f3;
        padding-left: 8px;
        border-radius: 1000px
    }

    .pricetab__price-value>span {
        margin-right: 0
    }
}

@media (max-width: 550px) {
    .howhelp__items {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .howhelp__item {
        -ms-flex-preferred-size: 144px;
        flex-basis: 144px;
        height: 200px
    }

    .howhelp__item-img {
        width: 104px;
        height: 104px;
        margin-bottom: 25px
    }

    .howhelp__item-num {
        font-weight: 900;
        font-size: 72px;
        line-height: 84px;
        left: 5px
    }

    .howhelp__item-text {
        font-size: 16px;
        line-height: 22px
    }

    .howhelp__item-text::after {
        top: -12.5px
    }

    .advantages__item {
        -ms-flex-preferred-size: 144px;
        flex-basis: 144px;
        height: 184px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 8px;
        margin-bottom: 24px
    }

    .advantages__item-text {
        font-size: 15px;
        line-height: 21px;
        margin-top: 16px
    }
}

@media (max-width: 1150px) {
    .pricetab__category:not(:last-child) {
        margin-right: 16px;
    }

    .pricetab__category:hover {
        transition: .2s color;
        color: #77a3be
    }
}

/* END IVAN*/

.consultation {
    box-sizing: border-box;
    padding: 0.5em 1em;
    background-color: #026060;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

/* doctor's page begin */
.doctor-page_grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.doctor-page__container {
    margin-bottom: 100px;
}

.doctor-page__wrapper {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.doctor-page_inner-margin {
    margin-bottom: 60px;
}

.doctor-page__wrapper_between {
    justify-content: space-between;
}

.doctor-page_flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.doctor-page__img-wrapper {
    height: 100%;
}

.doctor-page__img-wrapper img {
    height: 100%;
    border-radius: 20px;
    width: 85%;
    object-fit: cover;
}

.doctor-title {
    text-align: left;
    font-weight: 600;
    color: #333;
    -webkit-text-stroke: unset;
    -webkit-text-fill-color: #333333;
}

.doctor-title_h1 {
    font-size: 28px;
    line-height: 35px;
    padding: 0;
    margin: 0 0 15px 0;
}

.doctor-title_h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}

.doctor-title_h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;

}

.doctor-about__description {
    margin-bottom: 30px;
}

.doctor-about__description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.doctor-about__icons {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
}

.doctor-about__icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-doctor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.service-doctor__btn {
    padding: 15px 51px;
    border-radius: 50px;
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    color: #FFFFFF;
    font-weight: 600;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
}

.service-doctor__price {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.service-doctor__price span {
    color: #F25454;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

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

.schedule__row {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    line-height: 20px;
}

.schedule__day {
    flex: 1;
    display: flex;
    font-weight: 400;
    color: #333;
}

.schedule__day::after {
    content: '';
    border-bottom: 1px dashed;
    border-color: #DFDFDF;
    flex: 1;
    margin: 0 .5em;
}

.schedule__time {
    color: #F25454;
    font-weight: 500;
}

.resources-slider {
    padding: 13px;

}

.resources-slide {
    display: flex;
    height: auto;
}

.resources-slide a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.08);
}

.resources-slide img {
    object-fit: scale-down;
    width: 100%;
    padding: 0px 20px;
}

.resources-slide.zoon img {
    scale: 0.5;
}

.licenses-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.licenses-slide img {
    object-fit: scale-down;
    width: 100%;
}

.licenses-header {
    display: flex;
    justify-content: space-between;
}

.licenses-header__nav-wrapper {
    display: flex;
    gap: 10px;
}

.licenses-button-prev {
    transform: rotate(180deg);
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper__articles {
    margin: 0 -30px;
}

.slider-wrapper__reviews {
    margin: 0 -20px;
}

.slider-wrapper__resources {
    margin: 0 -13px;
}

.slider-btn {
    user-select: none;
}

.slider-btn.swiper-button-disabled {
    opacity: 0.3;
}

.slider-btn_side {
    position: absolute;
    top: 50%;
}

.slider-btn_prev {
    left: -10px;
    transform: translate(-100%, -50%) rotate(180deg);
}

.slider-btn_next {
    right: -10px;
    transform: translate(100%, -50%);
}

.slider-btn_red {
    content: url("/site_files/img/icons/Doctor-page-red-btn.svg");
}

.slider-btn_30 {
    width: 30px;
    height: 30px;
}

.slider-btn_40 {
    width: 40px;
    height: 40px;
}

.articles-slider {
    padding: 30px;

}

.article-slider__card {
    padding: 35px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
}

.article-slider__card img {
    width: 100%;
    max-width: 100%;
}

.article-slider__card p {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #4b5152;
}


.reviews-slider {
    padding: 20px;
}

.reviews-slider__card {
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    line-height: 25px;
    padding: 35px 25px;
}

.reviews-slider__name {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.reviews-slider__name span {
    color: #F25454;
    font-weight: 600;
    font-size: 20px;
}

.reviews_slider__text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 75px;
}

.reviews-slider__stars {
    position: relative;
    bottom: 0;
    left: 0;
}

/* end doctor page */

/* begin media doctor page */
@media (max-width: 576px) {

    .doctor-page__img-wrapper img {
        height: 100%;
        border-radius: 20px;
        width: 100%;
        object-fit: cover;
    }

    .doctor-page__wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .doctor-page_grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .doctor-about__icons {
        gap: 30px;
        margin-bottom: 35px;
    }

    .doctor-title_h1 {
        font-size: 24px
    }

    .doctor-title_h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .doctor-title_h3 {
        font-size: 18px;
    }

    .reviews_slider__text {
        font-size: 14px;
    }

    .doctor-page__img-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
        padding-top: 170px;

    }



    .doctor-page__img-wrapper img {
        width: 100%;
    }

    .doctor-about__description {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .doctor-page__img-wrapper {
        padding-top: 135px;

    }
}

@media (max-width: 1200px) {
    .service-doctor {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-doctor__btn {
        width: 100%;
        text-align: center;
    }

    .licenses-button-prev {
        display: none;
    }

    .licenses-button-next {
        display: none;
    }

    .slider-btn_side {
        top: 100%;
    }

    .slider-btn_prev {
        left: 50%;
        transform: translate(-120%, 0) rotate(180deg);
    }

    .slider-btn_next {
        right: 50%;
        transform: translate(120%, 0);
    }

    .doctor-page_inner-margin {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .article-slider__card:hover {
        box-shadow: 0 0 15px #7aab9c;
        cursor: pointer;
    }

    .slider-btn:hover {
        cursor: pointer;
    }

    .service-doctor__btn:hover {
        opacity: 0.8;
    }
}


/* end media doctor page */

/* start article-additional */

.article-additional_margin_25 {
    margin-bottom: 25px;
}

.article-additional_margin_40 {
    margin-bottom: 40px;
}

.article-additional_grid_2nd-bigger {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.article-additional_grid_1st-bigger {
    display: grid;
    grid-template-columns: 3fr 2fr;
    margin-top: 60px;
}

.article-content {
    margin-right: 15px;
}

.article-content__title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 5px;
}

.article-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 16px;
}

.article-list__item {
    line-height: 25px;
}

.article-list__item_blue {
    color: #2495FE;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: none;
}

.article-list__item_blue a,
.article-list__item_blue a:visited {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration-line: inherit;

}

.article-list__item_gray {
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.article-card {
    display: flex;
    max-height: 350px;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.article-card__wrapper {
    padding: 35px 30px;
    flex-basis: 100%;
}

.article-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.article-card__text span {
    color: #333;
}

.article-card__text.light-gray {
    color: #6B7A98;
}


.article-card__text.red {
    color: #F25454;
}

.article-card__text_margin {
    margin-bottom: 50px;
}

.article-card__title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.author-card__icons {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 24px;

}

.author-card__icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.author-card__icon img {
    margin-bottom: 0px;

}

.share-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

.share-wrapper_column {
    flex-direction: column;
    align-items: unset;
}

.share-wrapper span {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.ya-share2__list {
    display: flex;
    gap: 10px;
}

.ya-share-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.article-link {
    user-select: none;
    text-decoration-line: underline;
    cursor: pointer;
}

.article-link.red {
    color: #F25454;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.article-link:active {
    opacity: 0.3;
}

.author-card__img-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: end;
}

.author-card__img-wrapper img {
    height: 100%;
    border-radius: 0 20px 20px 0;
    width: 90%;
    object-fit: cover;
}

.rating {
    display: flex;
    align-items: center;
    font-size: 52px;
    gap: 10px;
}

.rating__value {
    color: #6B7A98;
    font-weight: 500;
    font-size: 100%;
    min-width: 15%;
    text-align: center;
}

.rating__body {
    position: relative;
}

.rating__body:before {
    content: url('/site_files/img/icons/empty_stars.svg');
    display: block;
}

.rating__active {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating__active:before {
    content: url('/site_files/img/icons/active_stars.svg');
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
}

.rating__items {
    display: flex;
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating__item {
    flex: 0 0 20%;
    height: 100%;
    cursor: pointer;
}

.rating__send-btn {
    margin-top: 5px;
}

.rating__modal-window {
    display: flex;
    position: absolute;
    transform: translate(70%, -100%);
    top: 0;
    left: 0;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    z-index: -1;
    background-color: white;
    width: 150%;
    opacity: 0;
    transition: ease 0.5s;
}

.rating__modal-window_active {
    opacity: 1;
    z-index: 1;
}

.rating__modal-window span {
    font-size: 40px;
    color: #333;
    cursor: pointer;
    height: fit-content;
    line-height: 10px;
}

@media (max-width: 768px) {
    .article-additional_grid_1st-bigger {
        grid-template-columns: 1fr;
    }

    .article-additional_grid_2nd-bigger {
        grid-template-columns: 1fr;
    }

    .author-card__img-wrapper img {
        width: 100%;
    }

    .article-card {
        flex-direction: column;
        align-items: unset;
        justify-content: center;
    }
}

@media (max-width: 991px) {

    .article-content__title {
        font-size: 20px;
    }

    .article-list__item {
        font-size: 14px;
    }

    .article-card__title {
        font-size: 20px;
    }

    .article-card__text {
        font-size: 14px;
    }

    .article-link {
        font-size: 14px;
    }

    .article-link.red {
        font-size: 14px;
    }

    .share-wrapper span {
        font-size: 14px;
    }

    .article-card__text_margin {
        margin-bottom: 20px;
    }

    .share-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .share-wrapper_column .ya-share-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .rating__modal-window {
        transform: translate(0, -110%);
    }

    .author-card__img-wrapper img {
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 768px) {
    .article-card {
        max-height: unset;
    }
}

@media (min-width: 1200px) {
    .article-link:hover {
        opacity: 0.5;
    }
}

/* end article-additional */



/* HEADER edit */

.right__wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.link-edit {
    font-size: 15px;
    color: #8CAFF7;
}

.head-btn-blue {
    border-radius: 50px;
    background: #8CAFF7;
    text-decoration: none;
    color: #FFF;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 15px;
}

.head-btn-pink {
    border-radius: 50px;
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 15px;
    text-align: center;
}

.page__wrapper.scroll .left-top {
    display: none;
}

@media (min-width: 993px) {
    .mobile-btn__wrap {
        display: none;
    }

    .header-top__wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .header-mobile-wrap {
        width: 100%;
    }

    .header__links {
        gap: 40px;
    }

}


@media (max-width: 994px) {
    .header-top__wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .header-mobile-wrap {
        flex-direction: column;
    }

    .header__top {
        flex-direction: column;
    }

    .mobile-btn__wrap {
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .head-btn-blue,
    .head-btn-pink {
        padding: 5px 12px;
    }

    .page__wrapper.scroll .header {
        top: 0;
        max-height: 100vh;
        box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 0.25);
    }

    .page__content {
        //padding-top: 183px;
        padding-top: 92px;
    }

    .header__link:after {
        left: 34px;
    }

    .hidden_regions_block {
        text-align: left;
        padding-left: 15px;
    }

    .regions_link {
        color: #8CAFF7;
    }

    /*.header__top-column {
          margin-bottom: 20px;
      }*/
}

.ya-site-form__input {
    border: none;
}

.header #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border: none !important;
}

@media (max-width: 992px) {
    .header #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
        width: calc(100% + 60px);
    }
}

.header #ya-site-form0 .ya-site-form__submit {
    opacity: 0;
}

.header .ya-site-form__search-input-layout-r {
    position: relative;
}

.header .ya-site-form__search-input-layout-r::before {
    content: '';
    display: block;
    background: url(/site_files/img/header/icon-input-search.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;

    // position: absolute;
    // right: -115px;
    // bottom: 75px;
}

@media (max-width: 992px) {
    .header .ya-site-form__search-input-layout-r::before {
        left: 58px;
    }
}

.ya-site-form__search-input-layout-r {
    position: absolute;
    right: 37px;
    bottom: -12px;
}

.header #ya-site-form0 .ya-site-form__form .ya-site-form__input-text::placeholder {
    color: #8CAFF7 !important;
    font-size: 15px !important;
    width: 214px;
}

.header .header__top-search {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .header__top-search {
        max-width: 100%;
    }
}

.header #ya-site-form0 .ya-site-form__form * {
    font-size: 14px !important;
    width: 214px;
}

@media (max-width: 992px) {
    .header #ya-site-form0 .ya-site-form__form * {
        font-size: 14px !important;

        width: 100%;
    }
}



.header__top-column #ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    background-color: #f1f1f1 !important;
    border: none;
}

.header__top-column #ya-site-form1 .ya-site-form__submit {
    opacity: 0;
}

.header__top-column #ya-site-form1 .ya-site-form__form .ya-site-form__input-text::placeholder {
    color: #8CAFF7 !important;
    font-size: 15px !important;
}

.header .header__top-search.mobile {
    padding-left: 15px;
}

.header__plashka.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-animation: headerAnimtion .3s linear;
    animation: headerAnimtion .3s linear;
}

.header__plashka {
    text-align: center;
    //background: #ff2200;
    background-color: #026060;
    color: #fff;
    height: 36px;
}

.header_green_text {
    padding-top: 8px;
}

@media (max-width: 992px) {

    /*.header__plashka {
          display: none;
      }*/
    .service-type__item {
        max-width: 100%;
    }

    .service-type__img img {
        width: 100%;
    }
}

@media (max-width: 1040px) {
    .service-type__item:not(:last-child) {
        margin-right: 15px;
    }
}

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

.pulse:hover {
    animation: none;
}

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

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

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

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

html.lock {
    overflow: hidden;
}

body.lock {
    overflow: hidden;
}

button,
.popup-btn {
    cursor: pointer;
}

@media screen and (max-width: 680px) {
    .starting__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.header_white {
    backgroud-color: #fff;
}

.header,
.page__wrapper .header {
    background-color: #e8effd;
}

/*
  .header, .page__wrapper.scroll .header{
      background-color: #e8effd;
  }
  */

#header-menu {
    background-color: #F8F8F8;
}

.header__top-desktop-btn a {
    background-color: #e8effd;
}

.ya-site-form__input-text,
.right__wrap {
    width: 300px;

}

@media (max-width: 992px) {
    .right__wrap {
        width: 100%;
        order: -2;
    }
}

.ya-site-form__input-text {
    border-radius: 50px;
    height: 42px;
    width: 214px;
}

.footer {
    background-color: #e8effd;
}

@media (max-width: 994px) {
    .header-mobile-phone {
        display: none;
    }

    .header {
        border-bottom: 2px solid #C0D2F6;
    }

    .header__plashka {
        height: 48px;
    }
}

.header__top-phone-btn {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: white;
    background-image: url("../img/icons/phone_header.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: .1s all;
    transition: .1s all;
    border: 2px solid #8caff7;
    cursor: pointer;
}

.mobile_button {
    display: flex;
    gap: 10px;
}

.header__link {
    border-bottom: 2px #8CAFF7 solid;
    padding-bottom: 10px;
    border-bottom-width: 1px !important;
    justify-content: flex-start !important;
}

.ya-site-form__input-text {
    padding-left: 20px;
}

.header__top {
    border-bottom: 2px #C0D2F6 solid;
    background-color: #e8effd;
}

@media (max-width: 992px) {
    .header__top {
        background-color: #FFFFFF;
    }
}

.header_white .header__nav {
    background-color: #FFFFFF;
    padding-left: 3000px;
    margin-left: -3000px;
    padding-right: 3000px;
    margin-right: -3000px;
}

@media (max-width: 992px) {
    .header_white .header__nav {
        background-color: #F8F8F8;
    }
}

.no_border {
    border: none;
}

.header__top-txt,
.header__schedule {
    font-size: 12px;
    color: grey;
}

.header__top-phone-link {
    font-size: 18px;
}

.header__top-phone {
    float: left;
}

.new_button {
    height: 42px;
    width: 172px;
    margin-top: 15px;
}

.header_sc_bottom {
    margin-bottom: 20px;
}

.text_bottom {
    text-align: left;
    margin-bottom: 6px;
    margin-top: 6px;
}

.page__wrapper.scroll .header__bottom.show .header_white .header__nav {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.top-bunner__form {
    margin-left: 130px;
}

@media screen and (max-width: 994px) {
    .top-bunner__form {
        margin-left: 0px;
    }
}

.top-bunner_bottom {
    height: 65px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    display: flex;
    gap: 81px;
    justify-content: center;
    align-items: center;
    margin-left: 28%;
    backdrop-filter: blur(10px);
    padding-left: 3000px;
    margin-left: -2704px;
    padding-right: 3000px;
    margin-right: -3000px;
    box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.5);
}

@media (max-width: 780px) {
    .top-bunner_bottom {
        display: none;
    }
}

.top-bunner__inner {
    position: relative;
    padding-bottom: 20px;
}

.elem_bottom {
    justify-content: center;
    display: flex;
}

.elem_bottom p {
    margin-left: 5px;
}

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


    .banner_curcle svg {
        bottom: 393px;
        left: 166px;
    }
}

.banner_text {
    font-size: 18px;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

.red_bunner_text {
    color: #EF5A5A;
    font-size: 18px;
}

.banner_curcle {
    width: 73px;
    height: 73px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: 360px;
    left: 500px;
    justify-content: center;
}

.banner_curcle svg {
    margin-left: 18px;
    margin-top: 18px;
}

@media screen and (max-width: 994px) {
    .banner_curcle {
        bottom: 393px;
        left: 166px;
        display: none;
    }

    .banner_text {
        font-size: 16px;
    }

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

.regions_block-call,
.regions_block-schedule {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid rgba(192, 210, 246, 0.4);
    margin-bottom: 16px;
    padding: 0 0 16px 33px;
}

.regions_block-call-wrapper,
.regions_block-schedule-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 180px;
    width: 100%;
}

.regions_block--mobile {
    display: none;
}

@media (max-width: 992px) {
    .regions_block--mobile {
        display: block;
        background-color: #F8F8F8;
    }
}

.header__links-wrap {
    background-color: #e8effd !important;
    display: flex !important;
}

@media (max-width: 992px) {
    .header__links-wrap {
        background-color: #F8F8F8 !important;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .header__links-wrap {
        flex-direction: column !important;
    }
}

@media (max-width: 992px) {
    .header__bottom-mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .header__top-search {
        display: block !important;
        max-width: 100% !important;
    }
}

.regions_block-call-phone,
.regions_block-schedule-work {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.regions_block-call-text,
.regions_block-schedule-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(51, 51, 51, 0.6);
}

.header__bottom-button {
    display: none;
}

@media (max-width: 992px) {
    .header__bottom-button {
        display: block;
        order: -1;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
        width: 100%;
        background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    }
}

.ya-site-form__search-input {
    padding: 20px 0 16px 0 !important;
}

.header__bottom-button span {
    font-size: 15px;
}

.regions_block-schedule-city {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #F05959;
    justify-content: flex-start !important;
}

.die__price {
    border-radius: 32px;
    background-color: #E8EFFD;
    padding: 40px 40px 40px 48px;
    margin: 42px 0 0 0;
}

.die__price-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.die__price-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
}

.die__price-button {
    position: relative;
    border-radius: 12px;
    background-color: #F15858;
    padding: 17px 32px 17px 64px;
    max-width: 235px;
    width: 100%;
    height: fit-content;
}

.die__price-icon {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.die__price-tel {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.anchor-links {
    margin: 32px 0 32px 0;
}

.anchor-links__list {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.anchor-links__item {
    padding: 12px 16px;
    border-radius: 40px;
    background-color: #EFF2F3;
}

.anchor-links__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.contact_text {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.banner-free__content {
    background-color: #E8EFFD;
    border-radius: 32px;
    padding: 40px 48px 40px 40px;
    display: flex;
    gap: 200px;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .banner-free__content {
        flex-direction: column;
        gap: 16px;
    }
}

.banner-free__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
}

@media (max-width: 1023px) {
    .banner-free__text {
        text-align: center;
        font-size: 18px;
    }
}

.banner-free__call {
    padding: 17px 32px 17px 28px;
    border-radius: 12px;
    background-color: #F15858;
    display: flex;
    gap: 12px;
}

@media (max-width: 1023px) {
    .banner-free__call {
        justify-content: center;
    }
}

.banner-free__phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    white-space: nowrap;
}

.banner-free__socials {
    display: flex;
    gap: 10px;
}

.site-form__bottom {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 25px;
    text-align: center;
    color: #333333 !important;
    margin-top: 20px;
}

.site-form__bottom-tel {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 25px;
    text-align: center;
    color: #F15858 !important;
}

.top-bunner__form-bottom {
    width: 100%;
    max-width: 380px;
    border-radius: 0 0 20px 20px;
    background-color: rgba(241, 241, 241, 1);
    padding: 12px 12px 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.top-bunner__form-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.top-bunner__form-left-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(51, 51, 51, 0.6);
}

.top-bunner__form-left-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}

.top-bunner__form-link {
    padding: 16px 39px;
    color: #F34E4E;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #F34E4E;
    border-radius: 50px;
}

.top-bunner {
    height: 637px;
}

.top-bunner--stars {
    height: auto;
}

@media (max-width: 780px) {
    .top-bunner {
        height: auto;
    }

}

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

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

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

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

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

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

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

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

.bottom-info__wrapper .bottom-info__action {
    display: flex;
}

@media screen and (max-width: 639px) {
    .bottom-info__wrapper .bottom-info__action {
        margin: 10px 0 0;
    }
}

.bottom-info__wrapper .bottom-info__button-agree {
    font-size: .9em;
    line-height: 2;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: uppercase;
    display: block;
    background-color: #ffffffe8;
    border: none;
    cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4em;
    background-color: transparent;
    border: none;
    margin-inline-start: 12px;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__button-cross {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.bottom-info__button-cross::after {
    content: "\00D7";
    color: #999;
    line-height: 1;
    transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
    color: #fff;
}

/*POLICY-PLASHKA*/
.video__container_rutube {
    display: block;
    text-align: center;
    margin: 35px auto 30px;
    position: relative;
    max-width: 800px;
}

.video__container_rutube img {
    width: 100%;
}

.video-play-btn {
    position: absolute;
    z-index: 3;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background: rgb(0, 161, 231);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    padding: 10px;
    transition: 0.3s;
}

.video-play-btn svg {
    width: 20px;
    height: 20px;
}

.video__container_rutube::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000020;
    z-index: 2;
    transition: 0.3s;
}

@media (max-width: 900px) {
    .video-play-btn {
        display: none;
    }
}

@media (max-width: 700px) {
    .video-item.active iframe {
        height: 300px;
    }
}

.about_us-title {
    text-align: left;
}

.promo__photo {
    right: 200px;
    display: flex;
    margin-right: 200px;
    position: absolute;
}

.reviews__item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.left-section {
    max-width: 60%;
}

.containers {
    max-width: 1000px;
    background-image: url("/site_files/img/img_block1.png");
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.location {
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
}

.pin {
    color: red;
    font-size: 16px;
}

.description_block {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 50px;
}

.title_text_block {
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1.1;
    margin-bottom: 15px;
}

.form-container {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-container .title_container {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.form-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px;
    height: 50px;
    background-color: #F8F8F8;
}

.form-container button {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.form-container button:hover {
    background: #e04343;
}

.form-note {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
}

.form-note a {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .containers {
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
    }

    .left-section {
        max-width: 100%;
    }

    .location {
        font-size: 12px;
        padding: 5px 10px;
        margin-left: 85px;
        margin-bottom: 30px;
    }

    .title_text_block {
        margin-top: 0px;
        text-align: center;
        font-size: 24px;
    }

    .description_block {
        margin-bottom: 0px;
        text-align: center;
        font-size: 14px;
    }

    .form-container {
        width: 100%;
        padding: 20px;
    }

    .form-container .title_container {
        font-size: 18px;
    }

    .form-container input {
        font-size: 14px;
    }

    .form-container button {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .form-note {
        font-size: 10px;
    }
}

._ibg {
    position: relative;
}

._ibg img:not(.notibg) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}


.visitedPages__slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    padding: 25px 30px;
    box-shadow: 0px 3.72745px 27.9559px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    min-height: 300px;
    margin: 0 10px 10px;
}

.visitedPages__slide>div {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    font-size: 18px;
}


.containers.rassrochka__inner {
    width: 100%;
    box-sizing: border-box;
    max-width: unset;
}

.containers.rassrochka__inner {
    width: 100%;
    box-sizing: border-box;
    max-width: unset;
    display: grid;
    grid-template-areas:
        "title list"
        "btn list";
    align-items: center;
    gap: 0;
}

.rassrochka__list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    grid-area: list;
    max-width: 95%;
}

.rassrochka__item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 1px rgba(241, 88, 88, 1) solid;
    width: 90%;
    height: 90%;
    content: "";
    transform: translate(-50%, -50%);
}

.rassrochka__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 200px;
    padding: 10px;
    background-color: white;
    height: 200px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.rassrochka__item.rassrochka__item--red {
    background-color: rgba(241, 88, 88, 1);
    width: 240px;
    height: 240px;
}

.rassrochka__item.rassrochka__item--red::before {
    border-color: white;
}

.rassrochka__btn {
    grid-area: btn;
    border-radius: 10px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 200px;
    margin-top: 20px;
}

.rassrochka__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    grid-area: title;
    max-width: 400px;
    min-width: 350px;
}

.rassrochka__title {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 130%;
}

.rassrochka__subtitle {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 140%;
}

.rassrochka__item-name {
    font-family: 'Roboto';
    font-size: 32px;
    color: rgba(241, 88, 88, 1);
    font-weight: 800;
    line-height: 120%;
}

.rassrochka__item-text {
    font-size: 16px;
    font-weight: 400;
}

.rassrochka__item-name span {
    font-size: 62px;
    font-weight: 800;
}

.rassrochka__item-name.rassrochka__item-name--white,
.rassrochka__item-text.rassrochka__item-text--white {
    color: white;
}

.rassrochka__item:first-child {
    transform: translateX(25%);
    z-index: 1;
}

.rassrochka__item:last-child {
    transform: translateX(-25%);
    z-index: 1;
}

.rassrochka__btn {
    height: 60px;
}

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

@media(min-width: 1001px) and (max-width: 1100px) {
    .rassrochka__block {
        min-width: unset;
    }
}

@media(max-width: 1001px) {
    .containers.rassrochka__inner {
        grid-template-areas:
            "title"
            "list"
            "btn";
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .rassrochka__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rassrochka__item,
    .rassrochka__item.rassrochka__item--red {
        width: 90%;
        border-radius: 500px;
        height: 125px;
        margin: auto;
        gap: 0;
    }

    .rassrochka__item.rassrochka__item--red {
        width: 100%;
        height: 140px;
    }

    .rassrochka__item:before {
        border-radius: 500px;
        height: 80%;
    }

    .rassrochka__item:first-child {
        transform: translatey(30px);
    }

    .rassrochka__item:last-child {
        transform: translatey(-30px);
    }

    .rassrochka__list,
    .rassrochka__btn {
        width: 100%;
        min-width: 100%;
    }


    .rassrochka__block {
        min-width: unset;
    }

}

.banner-free__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.banner-free__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-free__wrap:first-child {
    padding-bottom: 20px;
    border-bottom: 1px rgba(29, 113, 184, 0.2) solid;
}

@media(max-width: 1001px) {
    .banner-free__wrap {
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .doctor-page__img-wrapper {
        height: 400px
    }
}

.articles {
    padding-block: 60px;
}

.articles__title {
    margin-block-end: 30px;
}

.articles__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.articles__slider {
    width: 100%;
    padding-inline: 50px;
}

.articles__slider .slider-btn_prev {
    left: 40px;
    z-index: 5;
}

.articles__slider .slider-btn_next {
    right: 40px;
    z-index: 5;
}

.articles__card {
    max-height: 430px;
    background-color: #E8EFFD;
    padding: 8px;
    border-radius: 24px;
    padding-block-end: 20px;
    transition: border 300ms;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}

.articles__card:hover {
    border: 1px solid #F05959;
}

.articles__card:hover .articles__card-title {
    color: #F05959;
}

.articles__card:hover .articles__card-pic img {
    scale: 1.085;
}

.articles__card-content {
    padding-inline: 16px;
    padding-block-start: 20px;
}

.articles__card-content__top {
    border-bottom: 1px solid #CFDBF2;
}

.articles__card-title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-block-end: 12px;
    transition: color 300ms;
    ;
}

.articles__card-desc {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-weight: 400;
    margin-block-end: 20px;
}

.articles__card-content__bottom {
    padding-block-start: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.articles__card-date {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    opacity: 0.6;
}

.articles__card-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #F05959;
}

.articles__card-pic {
    display: block;
    border-radius: 18px;
    overflow: hidden;
}

.articles__card-pic img {
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    transition: scale 400ms;
}

.articles__btn {
    background: linear-gradient(180deg, #ED6565 0%, #F34E4E 100%);
    display: block;
    padding-inline: 81px;
    padding-block: 15px;
    border-radius: 50px;
    max-width: 240px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    transition: opacity 300ms, scale 300ms;
    margin-block-start: 25px;
}

.articles__btn:hover {
    opacity: 0.7;
    scale: 1.1;
}

.footer-regions {
    box-sizing: unset;
    align-items: center;
    display: inline-block;
    background-color: #8CAFF7;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.new_font ul,
.new_font ul li,
.new_font p,
.new_font p b {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.new_font p b {
    font-weight: 900;
}


.video-reviews {
    padding: 50px 0;
}

.video-reviews__title {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-family: 'Roboto';
    font-weight: 400;

    font-size: 42px;

    line-height: 45px;

    text-align: center;

    color: rgba(67, 92, 108, 1);

}

.video-reviews__slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.video-reviews-swiper {
    flex: 1;
    overflow: hidden;
    height: 870px !important;
}

.video-reviews-swiper .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
}

.video-reviews-swiper .swiper-slide {
    height: auto !important;
}

.video-reviews__card {
    background: rgba(222, 231, 251, 1);
    border: 8px solid rgba(222, 231, 251, 1);
    border-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.video-reviews__thumb {
    display: block;
    position: relative;
    flex: 1;
    min-height: 500px;
    background: #eee;
    overflow: hidden;
    cursor: pointer;
    border-radius: 13px;
}

.video-reviews__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-reviews__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.video-reviews__play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    background: url('/netcat_template/images/play.svg') no-repeat center;

    height: 16px;
    width: 16px;
}

.video-reviews__footer {
    padding: 16px;
    background: rgba(222, 231, 251, 1);

    top: 0px;
    height: 167px;
    position: relative;

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.video-reviews__footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.video-reviews__logo {
    font-weight: 700;
    color: #2563eb;
    font-size: 1.1em;
}

.video-reviews__cta {
    font-size: 0.85em;
    color: #333;
}

.video-reviews__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.video-reviews__contact {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.video-reviews__icon {
    flex-shrink: 0;
}

.video-reviews__caption {
    overflow: visible !important;
    font-size: 0.9em;
    color: rgba(51, 51, 51, 1);
    margin: 0;

    font-family: 'Roboto';
    font-weight: 600;

    font-size: 20px;

    line-height: 100%;


}

.video-reviews__swiper-button-prev,
.video-reviews__swiper-button-next {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #f34e4e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s;
    position: relative;
    top: -100px;
}

.video-reviews__swiper-button-prev:hover,
.video-reviews__swiper-button-next:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {

    .video-reviews__swiper-button-prev,
    .video-reviews__swiper-button-next {
        display: none;
    }

    .video-reviews {
        padding: 30px 0;
    }
}

.video-reviews__overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.video-reviews__overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.video-reviews__overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.video-reviews__overlay-inner {
    position: relative;
    width: 100%;
    max-width: 900px;
}

.video-reviews__overlay-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    border: none;
    background: #f34e4e;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 1;
    transition: opacity 0.2s;
}

.video-reviews__overlay-close:hover {
    opacity: 0.9;
}

.video-reviews__overlay-video {
    width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    background: #000;
}

@media (max-width: 767px) and (min-width: 576px) {
    .video-reviews__footer {
        height: 127px;
    }
}

.header__top-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 20px;
}

.header__top-buttons a {
    cursor: pointer;
    transition: scale 0.3s;
}

.header__top-buttons a:hover {
    scale: 1.1;
}

.right-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header__top-txt {
    flex-basis: 100%;
}

.header__top-column {
    gap: 0;
}

.header__phone-link-mobile {
    display: none;
}

.header__mobile-links {
    display: none;
}

@media(max-width: 992px) {
    .header__phone-link-mobile {
        display: block;
        font-weight: 700;
        font-size: 22px;
        color: #333333;
        margin-left: auto;
    }

    .header-top__wrap {
        align-items: center;
    }

    .header__mobile-links {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-left: auto;
        margin-right: 10px;
    }
}

@media(max-width: 420px) {
    .header__phone-link-mobile {
        font-size: 14px;
    }
}

.left-section {
    max-width: 60%;
}

.containers {
    max-width: 1000px;
    background-image: url("/site_files/img/img_block1.png");
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.location {
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
}

.pin {
    color: red;
    font-size: 16px;
}

.description_block {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 50px;
}

.title_text_block {
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1.1;
    margin-bottom: 15px;
}

.form-container {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-container .title_container {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.form-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px;
    height: 50px;
    background-color: #F8F8F8;
}

.form-container button {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.form-container button:hover {
    background: #e04343;
}

.form-note {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
}

.form-note a {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .containers {
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
    }

    .left-section {
        max-width: 100%;
    }

    .location {
        font-size: 12px;
        padding: 5px 10px;
        margin-left: 85px;
        margin-bottom: 30px;
    }

    .title_text_block {
        margin-top: 0px;
        text-align: center;
        font-size: 24px;
    }

    .description_block {
        margin-bottom: 0px;
        text-align: center;
        font-size: 14px;
    }

    .form-container {
        width: 100%;
        padding: 20px;
    }

    .form-container .title_container {
        font-size: 18px;
    }

    .form-container input {
        font-size: 14px;
    }

    .form-container button {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .form-note {
        font-size: 10px;
    }
}

.pricetab__category {
    text-transform: uppercase;
}

.our-services {
    padding-bottom: 0;
}

.support .top-bunner__btn {
    width: 100%;
}

.support .site-form__row {
    margin-bottom: 20px;
}

.page__search-inputs::before,
.search-all__form::before {
    content: '';
    display: block;
    background: url(/site_files/img/header/icon-input-search.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: auto;
    width: 20px;
    height: 20px;
    right: 9px;
    z-index: 100;
}

.page__search-inputs {
    position: relative;
    width: fit-content;
}

form.page__search-form {
    display: flex;
    align-items: baseline;
    gap: 30px;
}

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

.new_button {
    cursor: pointer;
}

.search-all__form {
    position: relative;
}

.txt-block__content--search {

    max-width: 100%;
}

.page__search-form .input,
.search-all__form-input {
    background: #ffffff;
    -webkit-box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2.83167px 21.2375px rgba(0, 0, 0, 0.25);
    border-radius: 28.3167px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.01em;
    color: black;
    border: 0;
    min-width: 165px;
    line-height: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 10px;
    position: relative;
}

.search-all__form-input::placeholder {
    color: #8caff7;
}

.header__links-wrap {
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 992px) {

    .search-all,
    .search-all__form,
    .search-all input {
        width: 100%;
    }

    .search-all {
        margin: 10px 0px;
    }
}