.intro {
    background: url(../img/intro/bg.webp) 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
    position: relative;
    width: 100%
}
::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #f9b000;
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e3e7f7
}

::-webkit-resizer {
    height: 0;
    width: 8px
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}
@supports not (background: url("../img/intro/bg.webp")) {
    .intro {
        background:url(../img/intro/bg.jpg) 50% no-repeat;
        background-attachment: fixed;
        background-size: cover
    }
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: local("Montserrat"),url(../fonts/Montserrat/Montserrat-Thin.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Thin.woff) format("woff")
}

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

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

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

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

html {
    overflow-x: hidden;
    width: 100vw;
    overflow-y: scroll;
}
html.burger-lock,html.lock {
    overflow: hidden
}

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

body {
    background-color: #f4f4f4;
    color: #242424;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0
}

body.burger-lock,body.lock {
    overflow: hidden
}

.main {
    padding-top: 222px
}
.container {
    margin: 0 auto;
    max-width: 1410px;
    padding: 0 15px;
    width: 100%
}

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

select {
    background-color: inherit
}

blockquote,button {
    margin: 0
}

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

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

textarea:focus {
    outline-width: 0
}

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

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

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

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

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

picture {
    display: block
}

picture img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

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

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

p {
    -webkit-margin-after: 0;
    margin-block-end:0}

ul li {
    list-style-type: none
}

ol {
    margin: 0;
    padding: 0
}

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

blockquote {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    font-weight: 500;
}

blockquote::before {
    display: block;
    content: '';
    left: -1px;
    top: 10%;
    height: 80%;
    width: 2px;
    background-color: #f9b000;
    position: absolute;
}

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

.section-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .75px;
    line-height: 123%;
    margin-bottom: 50px
}

.section-title,.section-title_center {
    text-align: center
}

.main-title {
    font-size: 50px;
    line-height: 1.1
}

.section-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center
}

.scale-item {
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease
}

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

.standart-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 1;
    min-height: 50px;
    padding: 0 20px
}

.yellow-btn {
    background-color: #f9b000;
    border-color: #f9b000;
    color: #fff
}

.yellow-btn:hover {
    background-color: transparent;
    color: #f9b000
}

.blue-btn {
    background-color: #394899;
    border-color: #394899;
    color: #fff
}

.blue-btn:hover {
    background-color: transparent;
    color: #394899
}

.breadcrumbs {
    margin-bottom: 25px;
    padding-top: 50px
}

.breadcrumbs__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: flex-start
}

.breadcrumbs__list,.breadcrumbs__list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.breadcrumbs__list li {
    color: #394899;
    font-weight: 400
}

.breadcrumbs__list li a:hover {
    color: #242424
}

.breadcrumbs__list li:after {
    content: "—";
    display: block;
    font-size: 16px;
    line-height: 1
}

.breadcrumbs__list li:last-of-type {
    color: #242424
}

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

.img-animation {
    position: relative
}

.img-animation:before {
    background-color: rgba(29,55,78,.439);
    border-radius: 8px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0;
    z-index: 4
}

.img-animation:after {
    background: url(../img/icons/look.png) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 56px;
    left: 50%;
    opacity: 0;
    position: absolute;
    scale: .4;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: scale .4s ease,opacity .2s ease;
    -o-transition: scale .4s ease,opacity .2s ease;
    transition: scale .4s ease,opacity .2s ease;
    width: 56px;
    z-index: 5
}

.img-animation:hover:after {
    opacity: 1;
    scale: 1
}

.img-animation:hover:before {
    width: 100%
}

.tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.tab-content.active {
    height: auto;
    opacity: 1;
    pointer-events: all;
    position: static
}

.tab-content-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear
}

.hide-item__content {
    max-height: 0;
    opacity: 0;
    padding: 0 24px;
    pointer-events: none;
    -webkit-transition: max-height .3s linear,padding .3s linear,opacity .3s linear;
    -o-transition: max-height .3s linear,padding .3s linear,opacity .3s linear;
    transition: max-height .3s linear,padding .3s linear,opacity .3s linear
}

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

.circle {
    position: relative
}

.circle:before {
    background: url(../img/icons/bg.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 830px;
    left: -615px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    -o-transition: transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
    transition: transform 1.5s ease,-webkit-transform 1.5s ease;
    width: 830px;
    z-index: 1
}

.circle.circle_right:before {
    left: auto;
    right: -615px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0)
}

.circle.circle__center {
    top: 50%
}

.circle.animation-active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0)
}

.circle.animation-active.circle_right:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg)
}

.circle__container {
    position: relative;
    z-index: 4
}
@media (max-width: 1800px) {
    .circle:before {
        display: none;
     }
}


@media (max-width: 1024px) {
  

    .main {
        padding-top: 114px
    }

    .breadcrumbs {
        padding-top: 25px
    }
}

@media (max-width: 750px) {
    .main {
        padding-top: 120px
    }
}
@media (max-width: 700px) {
    .breadcrumbs__list {
        font-size:14px
    }

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

    .standart-btn {
        font-size: 14px
    }
}

@media (max-width: 550px) {
    .standart-btn {
        height:40px;
        min-height: 40px
    }

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

@media (max-width: 380px) {
    .main {
        padding-top: 114px
    }
}
@media (max-width: 344px) {
    .main {
        padding-top: 125px
    }
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

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

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

a {
    background-color: transparent
}

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

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

.swiper {
    position: relative;
    width: 100%
}

.swiper-pag {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 50%;
    pointer-events: all;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 170px;
    z-index: 10
}

.swiper-wrapper {
    padding-bottom: 60px;
    position: relative
}

.slider-button {
    -ms-flex-negative: 0;
    background-color: #eaeaea;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    flex-shrink: 0;
    height: 40px;
    position: relative;
    -webkit-transition: opacity .2s ease,background-color .2s ease;
    -o-transition: opacity .2s ease,background-color .2s ease;
    transition: opacity .2s ease,background-color .2s ease;
    width: 40px
}

.slider-button:before {
    border-bottom: 3px solid #121212;
    border-radius: 2px;
    border-right: 3px solid #121212;
    content: "";
    display: block;
    height: 10px;
    left: 54%;
    position: absolute;
    top: 36%;
    -webkit-transform: rotate(-45deg) translate3d(-50%,-50%,0);
    transform: rotate(-45deg) translate3d(-50%,-50%,0);
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    width: 10px
}

.slider-button:hover {
    background-color: #fff;
    cursor: pointer
}

.slider-button:hover:before {
    border-color: #394899
}

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

.slider-button_prev:before {
    left: 58%;
    -webkit-transform: rotate(135deg) translate3d(50%,50%,0);
    transform: rotate(135deg) translate3d(50%,50%,0)
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    position: static;
    width: auto
}

.swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 50%;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,28px));
    opacity: 1;
    padding: 7px;
    position: relative;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    -webkit-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    transition: padding .2s linear;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px))
}

.swiper-pagination-bullet:before {
    background-color: #a2a2a2;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding: 0
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #394899;
    border: 4px solid #fff
}
@media (max-width: 600px) {
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet  {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0);
    }
    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,18px));
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,18px));
        padding: 3px;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        gap: 2px;
    }
    
}
.consultation {
    background-color: #DEDEDE;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    overflow: hidden;
}
.header.scrolled .consultation {
    height: 0;
}
@media (max-width: 344px) {
    .consultation {
        height: 50px;
    }
}
.consultation__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;

 text-align: center;
}
.consultation .container {
    height: 100%;
}
.header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.12);
    box-shadow: 0 0 7px rgba(0,0,0,.12);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    padding-top: 20px
}

.header-top,.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 25px;
    -webkit-transition: height .2s linear,margin .2s linear,opacity .2s ease;
    -o-transition: height .2s linear,margin .2s linear,opacity .2s ease;
    transition: height .2s linear,margin .2s linear,opacity .2s ease
}


@media (min-width: 1020px) {
    .header.scrolled .header-top {
        margin-bottom: 0;
        opacity: 0;
        pointer-events: none
    }
}
.header-top__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 60px;
    justify-content: space-between
}

.header-top__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__bad-see, .header__search-btn {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: 2px solid rgba(36, 36, 36, 0.20);
    border-radius: 5px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    
}
.header__bad-see:after {
    -ms-flex-negative: 0;
    background: url(../img/icons/badsee.svg) 50% no-repeat;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 18px;   
    opacity: 0.3;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 26px
}

@supports not (background: url("../img/icons/badsee.svg")) {
    .header__bad-see:after {
        background:url(../img/icons/badsee.png) 50% no-repeat
    }
}
.header__search-btn img {
    opacity: 0.3;
    width: 22px;
    height: 22px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.header__bad-see:hover {
    border-color: #000;
}
.header__search-btn:hover {
    border-color: #000;
}
.header__search-btn:hover img {
    opacity: 1;
}
.header__bad-see:hover::after {
   opacity: 1;
}
.header__top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    gap: 5px
}

.header__item span:last-child {
    font-size: 15px;
    font-weight: 500
}

.header__item a {
    white-space: nowrap
}

.header__item a:hover {
    color: #f9b000
}

.header-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    justify-content: space-between
}

.header-bottom,.header-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.header-bottom__item {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    gap: 15px
}

.header__text {
    color: rgba(36,36,36,.8);
    font-size: 14px
}

@-webkit-keyframes headerNavAnimation {
    0% {
        color: #fff;
        display: none
    }

    to {
        color: #040a0e;
        display: -webkit-box;
        display: flex
    }
}

@keyframes headerNavAnimation {
    0% {
        color: #fff;
        display: none
    }

    to {
        color: #040a0e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@-webkit-keyframes headerBeforeAnimation {
    0% {
        display: none;
        width: 0
    }

    to {
        display: block;
        width: 100%
    }
}

@keyframes headerBeforeAnimation {
    0% {
        display: none;
        width: 0
    }

    to {
        display: block;
        width: 100%
    }
}

.header__link>a {
    position: relative
}

.header__link>a:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0
}
.header__phone {
    font-weight: 700;
}
.header__link>a:hover {
    color: #f9b000
}

.header__link>a:hover:before {
    width: 100%
}

.header__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    max-width: 900px;
    width: 100%
}

.header__sub-sub__nav,.header__subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: transparent;
    -webkit-box-shadow: 1px 0 8px 0 rgba(0,0,0,.12);
    box-shadow: 1px 0 8px 0 rgba(0,0,0,.12);
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 100
}

.header__sub-sub__nav:before,.header__subnav:before {
    background-color: #fff;
    bottom: 0;
    content: ""!important;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
    width: 0;
    z-index: 70
}

.header__sub-sub__nav {
    gap: 10px;
    left: 100%;
    overflow: hidden;
    top: -2px
}

.header__subnav-link {
    display: block;
    font-size: 18px;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 102
}

.header__subnav-link:before {
    background-color: #f4f5f7;
    bottom: 0;
    content: ""!important;
    display: block!important;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2
}

.header__subnav-link a {
    position: relative
}

.header__subnav-link a:after {
    background-color: #040a0e;
    bottom: -15px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0;
    z-index: 3
}

.header__subnav-link:last-of-type:before {
    background-color: transparent;
    display: none
}
.header__sub-sub__link {
    border-bottom: 1px solid #eaeaea;
}
.header__sub-sub__link:last-child {
    border-bottom: none;
}
.header__sub-sub__link>a {
    font-size: 16px;
    padding: 15px 0;
    display: block;
    /*border-bottom: 1px solid #eaeaea;*/
}
.header__sub-sub__link:last-child>a  {
    padding-bottom: 0;
    border-bottom: none;
}
.header__sub-sub__link:first-child>a {
    padding-top: 0;
}
.header__sub-sub__link>a:after {
    bottom: -2px
}

.header__link-subtitle {
    color: inherit;
    font-size: 16px;
    font-weight: inherit;
    position: relative
}

.header__link-subtitle.active {
    border-bottom: 1px solid #eaeaea
}

.header__link-subtitle:after {
    background-color: #040a0e;
    bottom: -16px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0;
    z-index: 3
}

.header__sub-sub__link {
    position: relative;
    z-index: 100
}

.header__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 20px 5px 40px;
    position: relative;
    white-space: nowrap
}

.header__link .header__link-title a:hover {
    color: #f9b000
}

.header__btn {
    white-space: nowrap
}

@-webkit-keyframes headeaNavMobile {
    0% {
        display: none;
        padding: 0
    }

    to {
        display: -webkit-box;
        display: flex;
        padding: 20px
    }
}

@keyframes headeaNavMobile {
    0% {
        display: none;
        padding: 0
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px
    }
}

.header__social-link {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #eaeaea;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    height: 50px;
    border: 1px solid #eaeaea;
    justify-content: center;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    width: 50px
}

.header__social-link:hover {
    background-color: #fff;
}

.header__social-picture {
  
    -webkit-transition: max-width .2s ease;
    -o-transition: max-width .2s ease;
    transition: max-width .2s ease;
}

.header-mobile {
    display: none
}

.burger__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-negative: 0;
    align-items: center;
    background-color: #f9b000;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    gap: 4px;
    height: 40px;
    justify-content: center;
    margin-left: auto;
    position: relative;
    width: 40px
}

.burger__menu:after,.burger__menu:before {
    content: "";
    -webkit-transition: top .3s ease,bottom .3s ease,-webkit-transform .3s ease;
    transition: top .3s ease,bottom .3s ease,-webkit-transform .3s ease;
    -o-transition: transform .3s ease,top .3s ease,bottom .3s ease;
    transition: transform .3s ease,top .3s ease,bottom .3s ease;
    transition: transform .3s ease,top .3s ease,bottom .3s ease,-webkit-transform .3s ease
}

.burger__menu span,.burger__menu:after,.burger__menu:before {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    width: 25px
}

.burger__menu span {
    left: 50%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: width .3s ease,right .3s ease;
    -o-transition: width .3s ease,right .3s ease;
    transition: width .3s ease,right .3s ease
}

.burger__menu:before {
    bottom: 10px
}

.burger__menu:after {
    top: 10px
}

.burger__menu.active:after {
    top: 19px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg)
}

.burger__menu.active:before {
    bottom: 18px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg)
}

.burger__menu.active span {
    width: 0
}

.header-hide_n {
    max-height: 0
}

.header-mobile__btns {
    gap: 10px
}

.header-mobile__btns,.header-mobile__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-mobile__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: rgba(249,174,0,.157);
    border-radius: 5px;
    height: 40px;
    justify-content: center;
    width: 40px
}

.header-mobile__link picture {
    max-width: 24px;
    width: 100%
}

@media (min-width: 1025px) {
    .hide-item__content_sub {
        max-height: none !important;
    }
    .header__link-title {
        cursor:auto;
        padding-right: 20px;
        position: relative
    }

    .header__link-title:after {
        border-bottom: 2px solid #f9b000;
        border-right: 2px solid #f9b000;
        content: "";
        display: block;
        height: 7px;
        position: absolute;
        right: 0;
        top: 40%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        -webkit-transition: top .2s ease,-webkit-transform .2s ease;
        transition: top .2s ease,-webkit-transform .2s ease;
        -o-transition: transform .2s ease,top .2s ease;
        transition: transform .2s ease,top .2s ease;
        transition: transform .2s ease,top .2s ease,-webkit-transform .2s ease;
        width: 7px
    }

    .header__subnav {
        max-height: none;
        opacity: 1;
        padding: 0;
        pointer-events: all
    }

    .header__sub-sub__nav,.header__subnav {
        border: 1px solid #f4f5f7;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.05);
        display: none;
        position: absolute
    }

    .header__link:hover .header__link-title:after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg)
    }
    .header__link  .header__subnav {
        max-height: none !important;
    }
    .header__link:hover .header__subnav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-animation: headerNavAnimation .4s ease;
        animation: headerNavAnimation .4s ease;
        color: #040a0e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 100%
    }

    .header__link:hover .header__subnav:before {
        -webkit-animation: headerBeforeAnimation .5s ease;
        animation: headerBeforeAnimation .5s ease;
        display: block!important;
        width: 100%
    }


    .header__link:hover .header__subnav-link:before {
        -webkit-animation: headerBeforeAnimation 1.5s ease;
        animation: headerBeforeAnimation 1.5s ease;
        width: 100%
    }

    .header__subnav-link:hover .header__sub-sub__nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-animation: headerNavAnimation .4s ease;
        animation: headerNavAnimation .4s ease;
        color: #040a0e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px
    }

    .header__subnav-link:hover .header__link-subtitle {
        color: #040404
    }

    .header__subnav-link:hover .header__sub-sub__nav:before {
        -webkit-animation: headerBeforeAnimation .5s ease;
        animation: headerBeforeAnimation .5s ease;
        display: block!important;
        width: 100%
    }

    .header__subnav-link:hover .header__link-subtitle:before {
        -webkit-animation: headerBeforeAnimation 1.5s ease;
        animation: headerBeforeAnimation 1.5s ease;
        width: 100%
    }

    .header__subnav-link a:hover:after,.header__subnav-link:hover .header__link-subtitle:after {
        width: 100%
    }
}

@media (max-width: 1250px) {
    .header-top__inner {
        gap:25px
    }

    .header__btn {
        padding: 0 10px;
        height: 40px;
        min-height: auto;
    }
    .header-bottom {
        gap: 15px;
    }
    .header-bottom__item {
        gap: 10px
    }
    .header__social-link, .header__bad-see, .header__search-btn {
        height: 40px;
        width: 40px;
    }
    .header__link-title, .header__link>a {
        font-size: 14px;
    }

}

@media (max-width: 1024px) {
    .consultation {
        font-size: 14px;
    }
    .header.active .header-mobile {
        -webkit-box-shadow:0 0 2px rgba(0,0,0,.12);
        box-shadow: 0 0 2px rgba(0,0,0,.12)
    }

    .header__sub-sub__link {
        border-bottom: none;
        border-top: 1px solid #eaeaea;
        font-size: 14px;
        padding: 10px 0;
        width: 100%
    }

    .header__sub-sub__link>a {
        white-space: normal
    }

    .header__sub-sub__link:first-of-type {
        border-top: none
    }

    .header__link-subtitle {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        white-space: wrap
    }

    .header__link-subtitle,.header__link-subtitle>a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__link-subtitle>a {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 60px;
        padding-right: 10px;
        width: 100%
    }

    .header__link-subtitle span {
        -ms-flex-negative: 0;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        display: block;
        flex-shrink: 0;
        height: 60px;
        position: relative;
        -webkit-transition: border-bottom .3s linear;
        -o-transition: border-bottom .3s linear;
        transition: border-bottom .3s linear;
        width: 60px
    }

    .header__link-subtitle span:after,.header__link-subtitle span:before {
        background-color: #f9b000;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }

    .header__link-subtitle span:before {
        height: 2px;
        width: 20px
    }

    .header__link-subtitle span:after {
        height: 20px;
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
        width: 2px
    }

    .header__link-subtitle.active {
        padding-bottom: 0
    }

    .header__link-subtitle.active span:after {
        height: 0
    }

    .header-top__inner {
        gap: 20px
    }


    .header__item {
        font-size: 16px
    }

    .header-bottom__item {
        gap: 15px
    }

    .header__container {
        gap: 20px
    }

    .header__btn {
        font-size: 14px
    }

    .header__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-bottom: 1px solid #eaeaea;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        padding: 20px 0
    }

    .header__link:first-of-type {
        border-top: 1px solid #eaeaea
    }

    .header__link:first-of-type .header__link-title span {
        border-top: none
    }

    .header__link.hide-item {
        padding-bottom: 0;
        padding-top: 0
    }

    .header__link-title {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid hsla(0,0%,92%,0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding-bottom: 20px;
        -webkit-transition: padding .3s linear,border-color .3s linear;
        -o-transition: padding .3s linear,border-color .3s linear;
        transition: padding .3s linear,border-color .3s linear
    }

    .header__link-title span {
        -ms-flex-negative: 0;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        display: block;
        flex-shrink: 0;
        height: 60px;
        position: relative;
        -webkit-transition: border-bottom .3s linear;
        -o-transition: border-bottom .3s linear;
        transition: border-bottom .3s linear;
        width: 60px
    }

    .header__link-title span:after,.header__link-title span:before {
        background-color: #f9b000;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }

    .header__link-title span:before {
        height: 2px;
        width: 20px
    }

    .header__link-title span:after {
        height: 20px;
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
        width: 2px
    }

    .header__link-title.active {
        border-color: #eaeaea;
        padding-bottom: 0
    }

    .header__link-title.active span:after {
        height: 0
    }

    .header__link-title.hide-item__title {
        padding-bottom: 0
    }

    .header__link-title,.header__link>a {
        font-size: 18px;
        font-weight: 600
    }

    .header__link-title>a {
        text-align: left;
        width: 100%
    }

    .header__subnav-link {
        border-top: 1px solid #eaeaea;
        padding: 10px 0
    }

    .header__subnav-link:first-of-type {
        border-top: none
    }

    .header__subnav-link.hide-item_sub {
        padding: 0
    }

    .header__subnav {
        padding: 0;
        width: 100%
    }

    .header__subnav.active {
        padding: 0
    }

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

    .header-mobile,.header__subnav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-mobile {
        background-color: #fff;
        position: relative;
        z-index: 1000
    }

    .header__logo-hide {
        display: none
    }

    .header-mobile__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding: 16px 15px
    }

    .header-wrapper {
        background-color: #fff;
        left: 0;
        overflow-y: auto;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: -300%;
        -webkit-transition: top .4s linear;
        -o-transition: top .4s linear;
        transition: top .4s linear;
        width: 100%;
        z-index: 998
    }

    .header-wrapper.active {
        pointer-events: all
    }

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

    .header-bottom,.header__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__nav {
        gap: 0;
        max-width: 100%;
        width: 100%
    }

    .header__sub-sub__nav,.header__subnav {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #121212
    }

    .header__sub-sub__nav {
        width: 100%
    }

    .hide-item_sub {
        overflow: hidden
    }

    .hide-item__content_sub {
        max-height: 0;
        opacity: 0;
        pointer-events: 0;
        -webkit-transition: max-height .3s linear,opacity .3s linear,padding .3s linear;
        -o-transition: max-height .3s linear,opacity .3s linear,padding .3s linear;
        transition: max-height .3s linear,opacity .3s linear,padding .3s linear
    }

    .hide-item__content_sub.active {
        opacity: 1;
        padding: 10px 0;
        pointer-events: all
    }

    .header__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 850px) {
    .header-top__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%
    }
}

@media (max-width: 750px) {
    .header-wrapper_max-height {
        margin-bottom: 80px;
    }
    .header-mobile__links {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        line-height: 1
    }

    .header-mobile__links-text {
        color: rgba(36,36,36,.467);
        font-size: 10px
    }

    .header-mobile__links-city,.header-mobile__links-phone {
        font-size: 13px
    }
}

@media (max-width: 450px) {
    
     .consultation {
        font-size: 12px;
    } 
}
@media (max-width: 380px) {
    .header-mobile__links {
        display:none
    }

    .header__link-title,.header__link>a {
        font-size: 16px
    }

    .header__link-subtitle,.header__sub-sub__link>a,.header__subnav-link a {
        font-size: 14px
    }
}



.intro:before {
    background: -o-linear-gradient(top,#f4f4f4,hsla(0,0%,96%,0));
    background: -webkit-gradient(linear,left top, left bottom,from(#f4f4f4),to(hsla(0,0%,96%,0)));
    background: linear-gradient(180deg,#f4f4f4,hsla(0,0%,96%,0));
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 2
}

.intro__title {
    color: #000;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    max-width: 1200px;
    text-align: left
}

.intro__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.intro__item-title span {
    color: #f9b000
}

.intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    max-width: 850px;
    padding: 40px
}

.intro__subtitle {
    font-size: 18px;
    font-weight: 500;
    max-width: 550px
}

.intro__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.intro__advantage {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.intro__advantage::before {
    display: block;
    content: "";
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 45px;
    background: url("../img/icons/intro/1.svg") center center no-repeat;
}
.intro__advantage:nth-child(1)::before {
    background: url("../img/icons/intro/1.svg") center center no-repeat;
}
@supports not (background: url("../img/icons/intro/1.svg")) {
    .intro__advantage:nth-child(1)::before {
        background: url("../img/icons/intro/1.png") center center no-repeat;
    }
}
.intro__advantage:nth-child(2)::before {
    background: url("../img/icons/intro/2.svg") center center no-repeat;
}
@supports not (background: url("../img/icons/intro/2.svg")) {
    .intro__advantage:nth-child(2)::before {
        background: url("../img/icons/intro/2.png") center center no-repeat;
    }
}
.intro__advantage:nth-child(3)::before {
    background: url("../img/icons/intro/3.svg") center center no-repeat;
}
@supports not (background: url("../img/icons/intro/3.svg")) {
    .intro__advantage:nth-child(3)::before {
        background: url("../img/icons/intro/3.png") center center no-repeat;
    }
}
.intro__advantage p {
    color: rgba(36, 36, 36, 0.9);
    font-weight: 500;
    max-width: 200px;
}

@media (max-width: 1023px) {
    .intro__title {
        font-size:42px
    }
}

@media (max-width: 700px) {
    .intro__advantages {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
        gap: 25px;
        font-size: 16px;
    }
    .intro__inner {
        gap:30px
    }

    .intro {
        padding: 35px 0
    }

    .intro__item {
        padding: 25px 20px;
    }

    .intro__item-title {
        font-size: 20px;
        max-width: 100%;
        text-align: center
    }

    .intro__item {
        gap: 15px
    }

    .intro__subtitle {
        font-size: 16px;
        max-width: 100%;
        text-align: center
    }
}

@media (max-width: 650px) {
    .intro__title {
        font-size:28px
    }
}

@media (max-width: 400px) {
    .intro__title {
        font-size:24px
    }
}

@media (max-width: 360px) {
    .intro__item {
        padding:20px 10px
    }

    .intro__title {
        font-size: 22px
    }

    .intro__item-title {
        font-size: 18px
    }

    .intro__input,.intro__subtitle {
        font-size: 14px
    }
}
.intro__form  {
    padding-bottom: 20px;
}
.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.form>* {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.form__input {
    background-color: #f4f4f4;
    border-radius: 5px;
    color: rgba(36,36,36,.45);
    padding: 15px 20px
}

.form__input::-webkit-input-placeholder {
    color: rgba(36,36,36,.45)
}

.form__input::-moz-placeholder {
    color: rgba(36,36,36,.45)
}

.form__input:-ms-input-placeholder {
    color: rgba(36,36,36,.45)
}

.form__input::-ms-input-placeholder {
    color: rgba(36,36,36,.45)
}

.form__input::placeholder {
    color: rgba(36,36,36,.45)
}

.form__textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 110px;
    width: 100%
}

.form__textarea::-webkit-scrollbar {
    width: 5px
}

.form__textarea::-webkit-scrollbar-thumb {
    background-color: #f9b000;
    border-radius: 20px
}

.form__btn {
    border-radius: 5px
}

.form__politic {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    color: rgba(36,36,36,.45);
    display: block;
    font-size: 14px
}

.form__politic a {
    color: #f9b000;
    text-decoration: underline
}

.form__politic a:hover {
    color: #121212
}

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

    .form__politic {
        font-size: 12px
    }

    .form__btn {
        min-height: 48px
    }
}

.main-form__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 110px 0;
    position: relative;
    align-items: center;
}

.main-form__inner:before {
    background: url(../img/form/bg.svg) 50% no-repeat;
    background-size: cover;
    bottom: -230px;
    content: "";
    display: block;
    height: 560px;
    position: absolute;
    right: -500px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -webkit-transition: right .4s linear,-webkit-transform 1s ease;
    transition: right .4s linear,-webkit-transform 1s ease;
    -o-transition: transform 1s ease,right .4s linear;
    transition: transform 1s ease,right .4s linear;
    transition: transform 1s ease,right .4s linear,-webkit-transform 1s ease;
    width: 563px;
    z-index: 1
}

.main-form__inner.animation-active:before {
    right: -100px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0)
}

.main-form__item {
    background-color: transparent;
    max-width: 750px;
    padding: 20px 0 20px;
    order: unset;
}

.main-form__item,.main-form__picture {
    position: relative;
    z-index: 2
}
.main-form__picture {
    transform: translateY(30px);
}

@media (max-width: 1320px) {
    .main-form__inner {
        padding:40px 20px 0
    }

    .main-form__inner.animation-active:before {
        right: -200px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0)
    }
}

@media (max-width: 1140px) {
    .main-form__inner:before {
        bottom:-300px
    }

    .main-form__item {
        max-width: 650px;

    }

    .form__politic {
        font-size: 12px
    }
}

@media (max-width: 1024px) {
    .main-form__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .main-form__item,.main-form__item-title,.main-form__subtitle {
        max-width: 100%
    }

    .main-form__picture {
        max-width: 230px
    }

    .main-form__inner:before {
        right: -600px;
        -webkit-transform: translateX(50%) rotate(180deg);
        -ms-transform: translateX(50%) rotate(180deg);
            transform: translateX(50%) rotate(180deg)
    }

    .main-form__inner.animation-active:before {
        right: 50%;
        -webkit-transform: rotate(0) translateX(50%);
        -ms-transform: rotate(0) translateX(50%);
            transform: rotate(0) translateX(50%)
    }
}

@media (max-width: 550px) {
    .main-form__inner:before {
        bottom:-250px;
        right: -700px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg)
    }

    .main-form__inner.animation-active:before {
        right: -140px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0)
    }

    .main-form__picture {
        max-width: 210px
    }
}

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

.price__tabs {
    max-width: 100%;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.price_tabs__wrapper {
 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
}

.price__tab {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    padding: 12px 18px;
    border: 2px solid #eaeaea;
}

.price__tab:hover {
    color: #f9b000;
    border-color: #f9b000;
}
.price__tab.active {
    color: #fff;
    background-color: #f9b000;
    border-color: #f9b000;
}



.price__cost {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap
}

.price__table {
    background-color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 0
}

.price__table tr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.price__item-service {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 600px;
    overflow: hidden
}

.price__item-service,.price__table-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.price__table-body {
    gap: 20px;
    padding: 35px 40px
}

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

.price__btn {
    color: #f9b000;
    font-size: 20px;
    line-height: 1;
    position: relative
}

.price__btn:before {
    background-color: #f9b000;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0
}

.price__btn:hover:before {
    width: 100%
}

.price__item {
    border-bottom: 1px solid #eaeaea;
    gap: 15px;
    padding-bottom: 20px;
    width: 100%
}

.price__item:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

.price__item-name {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1.1;
    text-align: left;
    width: 100%
}

.price_tabs__active {
    display: none
}

@media (max-width: 1200px) {
    .price__tabs {
        padding:32px 0
    }

    .price__tab {
        font-size: 18px
    }

    .price__item-service {
        min-width: 50%
    }
}

@media (max-width: 1024px) {
    .price__btn, .price__cost, .price__item-name {
        font-size: 18px;
    }
    .price__tab {
        border: none;
    }
    .price_tabs__active {
        -webkit-box-align:center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        gap: 20px;
        justify-content: space-between;
        padding: 15px 20px;
        width: 100%
    }

    .price_tabs__container {
        background-color: #141414;
        background-color: rgba(0,0,0,.6);
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow-y: auto;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
        z-index: 10020
    }

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

    .price_tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        border-radius: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        pointer-events: none;
        scale: .4;
        -webkit-transition: scale .4s ease;
        -o-transition: scale .4s ease;
        transition: scale .4s ease
    }

    .price__tabs {
        background-color: #f9b000;
        padding: 0
    }

    .price__tabs.active .price_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .price__tabs.active .price_tabs__container {
        opacity: 1;
        pointer-events: all
    }

    .price__tab {
        color: #141414;
        padding: 16px 24px
    }
}
@media (max-width: 375px) {
  .price__tab {
    font-size: 14px;
  }
}
@media (max-width: 810px) {

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

    .price__item-name {
        gap: 10px;
        max-width: 100%;
        width: 100%
    }

    .price__cost {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .price__btn-wrapper,.price__cost {
        max-width: calc(50% - 10px)
    }
}

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

    .price__table-body {
        padding: 20px 15px
    }

    .price__inner {
        gap: 20px
    }
}

@media (max-width: 400px) {
    .price__item {
        padding-bottom:10px;
        row-gap: 10px
    }

    .price__table-body {
        gap: 10px
    }
}

.service__wrapper:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.service__item:not(.swiper-slide) {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px)
}

.service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 0 20px 20px
}

.service__picture {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 180px;
    margin-top: -90px;
    width: 180px
}

.service__picture img {
    border-radius: 50%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 170px
}

.service__inner {
    padding: 90px 10px 10px
}

.service__name {
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}
.service__content {
    width: 100%;
}
.service__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    width: 100%
}


.service__link {
    font-weight: 500;
    position: relative
}

.service__link:before {
    background-color: #f9b000;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0
}

.service__link:hover a {
    color: #f9b000
}

.service__link:hover:before {
    width: 100%
}

.service_swiper-pag {
    display: none
}

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

@media (min-width: 650px) {
    .service__item {
        height:100%
    }
}

@media (max-width: 650px) {
    .service__picture {
        height:100px;
        margin-top: -50px;
        width: 100px
    }

    .service__picture img {
        height: 90px;
        width: 90px
    }

    .service__inner {
        padding-top: 60px
    }

    .service__name {
        font-size: 16px
    }

    .service__link {
        font-size: 14px
    }

    .service__container {
        padding: 0
    }

    .service__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.text__container {
    font-size: 20px;
    line-height: 1.4
}
.text__container>* {
    margin-bottom: 20px;
}
.text__container h1,.text__container h2,.text__container h3,.text__container h4 {
    font-weight: 600;
    line-height: 1.3
}
.text__container picture {
    height: auto;
    max-width: 450px;
    width: 100%;
    float: right;
    margin: 0 10px
}
.text__container picture img {
    -o-object-fit: contain;
       object-fit: contain;
}

.text__container h1 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 30px
}

.text__container h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 10px
}

.text__container h3 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 10px
}

.text__container h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px
}

.text__container ul {
    
    margin: 20px 0;
    padding-left: 30px
}

.text__container ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 20px;
}
.text__container ul li:last-child {
    margin-bottom: 0;
}
.text__container ul li:before {
    background-color: #394899;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px
}

.text__container ol {
    margin: 20px 0;
    padding-left: 30px;
    list-style-position: inside;
}
.text__container ol li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 20px;
}

.text__container ol li:last-child {
    margin-bottom: 0;
}
.text__container a {
    color: #4967ab
}

.text__container a:hover {
    color: #f9b000
}
.text__container table {
      width: 100%;
      border-collapse: collapse;
      font-size: 16px;
    }
.text__container th {
      background-color: #eaeaea;
      border: 1px solid #f9b000;
      text-align: left;
      padding: 8px;
    }
.text__container td {
      border: 1px solid #f9b000;
      padding: 8px;
    }
.text__container td:first-child {
      font-weight: bold;
}
.text__container tr:nth-child(even) {
      background-color: #f9f9f9;
    }

@media (max-width: 750px) {
    .text__container picture {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .text__container>img {
        float: none !important;
    }
    .text__container {
        font-size:16px;
        gap: 10px
    }

    .text__container h1 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .text__container h2 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .text__container h3 {
        font-size: 22px;
        margin-bottom: 5px
    }

    .text__container h4 {
        font-size: 20px
    }

    .text__container ul {
        margin: 15px 0;
        padding-left: 20px
    }
         .text__container table {
        border: 0;
      }
     .text__container table thead {
        display: none;
      }
     .text__container table tr, .text__container table td {
        display: block;
        padding: 8px;
        text-align: left;
      }
    .text__container  table tr {
        border-bottom: 1px solid #ddd;
      }
}

@media (max-width: 480px) {
    .text__container h1 {
        font-size:28px
    }
}

@media (max-width: 380px) {
    .text__container h1 {
        font-size:26px
    }
}

.text-check__container {
    position: relative;
    z-index: 4
}

.text-check__inner {
    border: 1px solid #e3e3e3;
    color: rgba(36,36,36,.506);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    padding: 10px;
    position: relative
}

.text-check__inner:before {
    background-color: #f9b000;
    content: "";
    display: block;
    height: 110px;
    left: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 4px
}

.text-check__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 160px;
    overflow: hidden;
    width: 160px
}

.text-check__picture img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 160px
}

.text-check__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0
}
.text-check__item > span {
    font-size: 16px;
}
.text-check__title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px
}

.text-check__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    gap: 40px;
    margin-bottom: 5px
}

.text-check__info-item span {
    color: #333
}

.text-check__btn {
    height: 40px
}

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

    .text-check__item {
        width: 100%
    }
}

@media (max-width: 550px) {
    .text-check__info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .text-check__btn {
        height: 40px;
        min-height: 40px;
        width: 100%
    }

    .text-check__title {
        font-size: 18px
    }
}

.advantages {
    overflow: hidden
}

.advantages__inner {
    overflow: visible;
    position: relative;
    width: 100%
}

.advantages__item {
    gap: 100px;
    height: auto;
}

.advantages__item,.advantages__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.advantages__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
    max-width: 660px;
    padding-top: 50px;
    position: relative;
    z-index: 3
}

.advantages__title {
    margin-bottom: 0
}

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

.advantages__picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: -180px;
    max-height: 600px;
    max-width: 600px;
    padding-top: 140px;
    position: relative;
    width: 100%
}

.advantages__picture img {
    border: 3px solid #eaeaea;
    border-radius: 50%;
    height: 100%;
    max-height: 500px;
    max-width: 500px;
    min-height: 500px;
    -o-object-fit: fill;
    object-fit: fill
}
@-webkit-keyframes cirkle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@keyframes cirkle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
.advantages__picture:after {
    background: url(../img/advantages/bg.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 700px;
    position: absolute;
    -webkit-animation: cirkle 11s infinite;
            animation: cirkle 11s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    width: 660px
}

.advantages__btn {
    height: 55px;
    margin-top: auto;
}

.advantages__bottom {
    background-color: #fff;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2
}

.advantages__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
    justify-content: center;
    padding: 15px
}

.advantages__bottom-item,.advantages__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.advantages__bottom-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px);
    gap: 10px
}

.advantages__bottom-picture {
    max-height: 50px;
    max-width: 50px
}

.advantages__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    line-height: 1.1
}

.advantages__bottom-name {
    color: #394899;
    font-size: 24px
}

.advantages_swiper-pag {
    bottom: 10px;
    display: none;
    left: auto;
    position: absolute;
    right: 400px
}

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

@media (max-width: 1430px) {
    .advantages_swiper-pag {
        left:750px;
        right: 0
    }

    .advantages__item {
        gap: 40px
    }
}

@media (max-width: 1024px) {
    .advantages_swiper-pag {
        position: static;
        margin-bottom: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
        width: 100%
    }

    .advantages__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .advantages__item,.advantages__item-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .advantages__item-content {
        max-width: 100%
    }

    .advantages__subtitle {
        margin-bottom: 0;

    }

    .advantages__picture {
        margin-bottom: 0;
        padding-top: 0;
        display: none;
    }

    .advantages__picture img {
        max-height: 25px;
        max-width: 250px;
        min-height: 250px
    }

    .advantages__picture:after {
        height: 282px;
        width: 532px
    }

    .advantages__wrapper {
        padding-bottom: 20px
    }

    .advantages__bottom-name {
        font-size: 18px
    }

    .advantages__bottom-text {
        font-size: 16px
    }

    .advantages__bottom-picture {
        max-height: 40px;
        max-width: 40px
    }
    .advantages__container {
        padding: 0 10px;
    }
    .advantages__item-content {
        padding-top: 0;
    }
}

@media (max-width: 750px) {
    .advantages__btn {
        height:auto;
        width: 100%
    }

    .advantages__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width: 550px) {

    .advantages__subtitle {
        font-size: 16px;
        text-align: left
    }

    .advantages__title {
        text-align: left
    }

    .advantages__picture img {
       
        border: none;
        max-height: 200px;
        max-width: 200px;
        min-height: 200px
    }

    .advantages__picture:after {
        height: 225px
    }
}

.certificates__inner {
    position: relative
}

.certificates__wrapper {
    padding-bottom: 100px
}

.certificates__item {
    background-color: #fff;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
    padding: 10px
}

.certificates__item:before {
    background-color: #f9b000;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
       transition-delay: .4s;
    width: 100px;
    z-index: 3
}

.certificates__item:after,.certificates__item:before {
    border-radius: 8px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute
}

.certificates__item:after {
    border-left: 3px solid #f9b000;
    border-right: 3px solid #f9b000;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 100%;
    -webkit-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
       transition-delay: .2s;
    width: 100%
}

.certificates__item:hover:before {
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
       transition-delay: 0ms;
    width: 100%
}

.certificates__item:hover:after {
    top: 0
}

.certificates__item:hover .certificates__picture:after,.certificates__item:hover .certificates__picture:before {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
       transition-delay: .4s;
    width: 50%
}

.certificates__picture {
    height: 100%;
    max-height: 400px;
    overflow: hidden
}

.certificates__picture:after,.certificates__picture:before {
    background-color: #f9b000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    width: 0;
    z-index: 3
}

.certificates__picture:before {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    left: 0;
    right: auto
}

.certificates__picture:after {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    left: auto;
    right: 0
}

.certificates__picture img {
    height: 100%;
    max-height: 380px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 450px) {
    .certificates__item {
        position:relative
    }
}

@media (max-width: 450px) {
    .certiticates__title {
        padding:0 15px
    }

    .certificates__wrapper {
        padding-bottom: 80px
    }

    .certificates__container {
        padding: 0
    }

    .certificates__inner {
        padding: 0 15px
    }

    .certificates__picture {
        max-height: 280px
    }

    .certificates__picture img {
        max-height: 260px
    }
}

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

.all-certificates__item {
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    position: relative
}

.all-certificates__picture {
    overflow: hidden
}

@media (max-width: 1024px) {
    .all-certificates__item {
        -ms-flex-preferred-size:calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px)
    }
}

@media (max-width: 700px) {
    .all-certificates__item {
        -ms-flex-preferred-size:calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

.doctors__inner {
    padding: 5px
}

.doctors__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px transparent;
    box-shadow: 0 0 10px transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    height: auto;
    padding: 0 15px 20px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease,-webkit-box-shadow .2s ease
}

.doctors__item:before {
    background-color: #f9b001;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100px
}

.doctors__item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.doctors__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #333;
    display: block;
    flex-grow: 1;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center
}

.doctors__picture {
    height: 100%;
    margin-bottom: 15px;
    max-height: 210px;
    max-width: 280px
}

.doctors__picture img {
    height: 100%;
    max-height: 210px;
    -o-object-fit: cover;
    object-fit: cover
}

.doctors__info {
    color: #717171;
    display: block;
    text-align: center
}

.doctors__info span {
    color: #333
}

.doctors__info:last-of-type {
    margin-bottom: 10px
}

@media (max-width: 650px) {
    .doctors__container {
        padding:0
    }

    .doctors__inner {
        padding: 0 15px
    }

    .doctors__picture {
        margin-bottom: 10px;
        max-height: 190px;
        max-width: 180px
    }

    .doctors__picture img {
        max-height: 190px
    }

    .doctors__name {
        font-size: 18px;
        margin-bottom: 5px
    }

    .doctors__subtitle,.doctors__title {
        padding-left: 15px;
        padding-right: 15px
    }

    .doctors__subtitle {
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px
    }

    .doctors__title {
        margin-bottom: 10px
    }
}

@media (max-width: 360px) {
    .doctors__name {
        font-size:16px
    }
}

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

.all-doctors__item {
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    -webkit-transition: scale .4s ease,-webkit-box-shadow .2s ease;
    transition: scale .4s ease,-webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease,scale .4s ease;
    transition: box-shadow .2s ease,scale .4s ease;
    transition: box-shadow .2s ease,scale .4s ease,-webkit-box-shadow .2s ease
}

@media (max-width: 1100px) {
    .all-doctors__item {
        -ms-flex-preferred-size:calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px)
    }
}

@media (max-width: 880px) {
    .all-doctors__item {
        -ms-flex-preferred-size:calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

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

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

.doctor__title {
    margin-bottom: 50px
}

.doctor__item {
    gap: 25px;
    max-width: 450px;
    width: 100%
}

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

.doctor__item-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    gap: 15px;
    line-height: 1;
    padding: 25px 25px 25px 40px
}

.doctor__picture {
    max-width: 450px;
    width: 100%
}

.doctor__item-title {
    color: #f9b000;
    font-size: 22px
}

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

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

.doctor__schedule span {
    font-weight: 400
}

.doctor__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    height: auto;
    max-width: 800px;
    width: 100%
}

.doctor__info {
    display: block;
    font-size: 28px;
    font-weight: 500
}

.doctor__info span {
    font-weight: 400
}

.doctor__card-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px
}

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

.doctor__education,.doctor__education li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor__education li {
    font-size: 20px;
    gap: 15px;
    line-height: 1.6
}

.doctor__education li span {
    color: #f9b000;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap
}

.doctor__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    margin-bottom: 30px
}

.doctor__link {
    scale: .93;
    -webkit-transition: scale .3s ease;
    -o-transition: scale .3s ease;
    transition: scale .3s ease
}

.doctor__link:hover {
    scale: 1
}

.doctor__link picture {
    width: 100%
}

.doctor__link_prodoctorov {
    max-width: 302px
}

.doctor__link_napopravku {
    max-width: 169px
}
.doctor__btn {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media (max-width: 1023px) {
    .doctor__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doctor__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%
    }

    .doctor__title {
        margin-bottom: 40px
    }

    .doctor__info {
        font-size: 22px
    }

    .doctor__card {
        gap: 20px;
        max-width: 100%
    }

    .doctor__card-title {
        font-size: 30px;
        margin-top: 20px
    }

    .doctor__links {
        margin-bottom: 0
    }

    .doctor__education li span {
        font-size: 26px
    }
}

@media (max-width: 550px) {
    .doctor__card {
        gap:15px
    }

    .doctor__info {
        font-size: 16px
    }

    .doctor__card-title {
        margin-top: 0
    }

    .doctor__education {
        gap: 15px
    }

    .doctor__education li {
        font-size: 14px
    }

    .doctor__education li span {
        font-size: 22px
    }

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

    .doctor__item-content {
        font-size: 16px;
        padding: 20px 15px;
        width: 100%
    }

    .doctor__btn {
        width: 100%
    }

    .doctor__item-title {
        font-size: 18px
    }
}

.gallery__inner {
    max-width: 600px;
    overflow: hidden ;
}

.gallery__wrapper {
    padding-bottom: 100px
}

.gallery__item {
    height: auto;
    opacity: .4;
    scale: .8;
    -webkit-transition: scale .4s ease,opacity .4s ease;
    -o-transition: scale .4s ease,opacity .4s ease;
    transition: scale .4s ease,opacity .4s ease
}

.gallery__item.swiper-slide-active {
    opacity: 1;
    scale: 1
}

.gallery__picture {
    border-radius: 8px;
    height: 100%;
    overflow: hidden
}

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

@media (max-width: 550px) {
    .gallery__wrapper {
        padding-bottom:70px
    }
}
@media (max-width: 360px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal.gallery__pagination  {
        display: none;
    }
}
.main-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.main-gallery__item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    display: block;
    flex-basis: calc(33.33333% - 13.33333px);
    height: auto
}

.main-gallery__picture {
    height: 100%;
    max-height: 305px;
    min-height: 305px;
    overflow: hidden
}

.main-gallery__picture img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1024px) {
    .main-gallery__item {
        -ms-flex-preferred-size:calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width: 650px) {
    .main-gallery__wrapper {
        gap:10px
    }

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

    .main-gallery__picture {
        max-height: 240px;
        min-height: 240px
    }
}

/* articles */
.articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    gap: 20px;
    padding: 20px;
    height: auto;
    -webkit-transition: scale 0.4s ease, -webkit-box-shadow 0.2s ease;
    transition: scale 0.4s ease, -webkit-box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease, scale 0.4s ease;
    transition: box-shadow 0.2s ease, scale 0.4s ease;
    transition: box-shadow 0.2s ease, scale 0.4s ease, -webkit-box-shadow 0.2s ease;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    border-radius: 5px;
    position: relative;
}

.articles__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.articles__item:hover img {
    scale: 1.3;
}

.articles__item.animation-item {
    scale: 0.4;
}

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

.articles__item::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background: #242424;
    background: -o-linear-gradient(bottom, rgba(36, 36, 36, 0.7529411765), rgba(36, 36, 36, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 36, 36, 0.7529411765)), to(rgba(36, 36, 36, 0)));
    background: linear-gradient(0deg, rgba(36, 36, 36, 0.7529411765), rgba(36, 36, 36, 0));
    pointer-events: none;
    z-index: 1;
    border-radius: 5px;
}

.articles__date {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 120px;
    color: #fff;
    background-color: #f9b000;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 5px 10px;
}

.articles__date::before {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    width: 18px;
    height: 20px;
    background: url("../img/icons/date_white.svg") center center no-repeat;
}

@supports not (background: url("../img/icons/date.svg")) {
    .articles__date::before {
        background: url("../img/icons/date_white.png") center center no-repeat;
    }
}

.articles__picture {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.articles__picture img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: scale 11s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: scale 11s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: scale 11s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.articles__name {
    font-size: 22px;
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    z-index: 2;
}

.articles_swiper-pag {
    display: none;
}

/* articles media */
@media (min-width: 1024px) {
    .articles__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

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

@media (max-width: 1023px) {
    .articles__item.animation-item {
        scale: 1;
    }

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

    .articles__item {
        height: auto;
    }
}

@media (max-width: 650px) {
    .articles__container {
        padding: 0;
    }

    .articles__inner, .articles__title {
        padding: 0 15px;
    }

    .articles__name {
        font-size: 18px;
    }

}

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

.all-articles__item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px)
}

.all-articles__item.scale-item {
    scale: .4
}

.all-articles__item.scale-item.animation-active {
    scale: 1
}

@media (max-width: 860px) {
    .all-articles__item {
        -ms-flex-preferred-size:calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width: 600px) {
    .all-articles__inner {
        gap:10px
    }

    .all-articles__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}
.main-service {
    background-color: #fff;
    padding-bottom: 40px;
}
.main-service_advantages {
    background-color: #F5F5F5;
}
.main-service__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.main-service__wrapper {
    width: 100%;
    max-width: 32%;
    min-width: 32%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.main-service__picture {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.main-service__picture img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.main-service__cost {
    position: absolute;
    padding: 15px 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
    background: #F5F5F5;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(234, 234, 234, 0.30) inset;
            box-shadow: 0px 0px 19px 0px rgba(234, 234, 234, 0.30) inset;
    color: #F9B000;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
}
@media (max-width: 1023px) {
   .main-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
   }
   .main-service__wrapper {
    max-width: 100%;
    min-width: auto;
    width: 100%;
   }
   .main-service__picture img {
        max-height: 280px;
   }
   .main-service__cost  {
    font-size: 24px;
    right: 15px;
    bottom: 15px;
   }
}

.main-service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-right: 5%
}

@media (max-width: 1024px) {
    .main-service__inner {
    margin-right: 0;
    }
}

.main-service__title {
    max-width: 1230px;
    text-align: left;
    font-weight: 600;
}

.main-service__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    gap: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 1130px
}
.main-service__subtitle a {
    color: #394899;
}
.main-service__subtitle a:hover {
    color: #f9b000;
}
.main-service__bottom,.main-service__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-service__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.main-service__btn {
    max-width: 210px;
    width: 100%
}

.main-service__date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px
}

.main-service__date:before {
    -ms-flex-negative: 0;
    background: url(../img/icons/date.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 27px;
    width: 43px
}

@supports not (background: url("../img/icons/date.svg")) {
    .main-service__date:before {
        background:url(../img/icons/date.png) 50% no-repeat;
        background-size: contain
    }
}

@media (max-width: 650px) {
    .main-service__title {
        font-size:24px;
        order: 1;
    }
    .main-service__subtitle {
        order: 2;
    }
    .main-service_advantages {
        order: 4;
    }
    .main-service__inner {
        gap: 10px
    }
    .main-service__btn {
        max-width: 100%;
    }
    .main-service__bottom {
        order: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        gap: 10px;
        flex-direction: column
    }

    .main-service__date {
        font-size: 14px
    }
}

.reviews_swiper-pag {
    display: none
}

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

.reviews__wrapper {
    padding-bottom: 100px
}

.reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 25px 20px
}
.reviews__item:not(.swiper-slide) {
    margin-bottom: 10px;
}
.reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.reviews__top-picture {
    max-width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.reviews__name {
    color: #242424d8;
    display: block;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    max-width: 175px;
}

.reviews__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
    font-size: 16px;
}

.reviews__text.hidden {
    max-height: 250px;
    overflow: hidden;
    position: relative
}

.reviews__text.hidden:before {
    background: #fff;
    background: -o-linear-gradient(top,hsla(0,0%,100%,0),#fff 60%);
    background: -webkit-gradient(linear,left top, left bottom,from(hsla(0,0%,100%,0)),color-stop(60%, #fff));
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 60%);
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.reviews__bottom {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(36, 36, 36, 0.50);
    -ms-flex-positive: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%
}

.reviews__btn {
    display: none;
    margin-right: auto;
    color: #394899;
    font-weight: 500;
    font-size: 16px;
}
.reviews__btn:hover {
    color: #242424;
}
.reviews__btn.active,.reviews__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews__date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(36, 36, 36, 0.40);
    gap: 10px
}

.reviews__date:before {
    -ms-flex-negative: 0;
    background: url(../img/icons/date_blue.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 20px;
    width: 18px
}

@supports not (background: url("../img/icons/date.svg")) {
    .reviews__date:before {
        background:url(../img/icons/date_blue.png) 50% no-repeat;
        background-size: contain
    }
}

@media (max-width: 1023px) {
    .reviews__item {
        padding:15px 10px
    }
}

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

    .reviews__item {
        gap: 15px
    }

    .reviews__date {
        font-size: 14px
    }

    .reviews__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

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

.all-reviews__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
}
@media (max-width: 1200px) {
    .all-reviews__item {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
    }
    
}
@media (max-width: 750px) {
    .all-reviews__item {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

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

.faq__item {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.12);
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    overflow: hidden
}

.faq__item-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border-left: 4px solid #394899;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 10px 20px 30px;
    width: 100%
}

.faq__item-title span {
    -ms-flex-negative: 0;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    width: 50px
}

.faq__item-title span:after,.faq__item-title span:before {
    background-color: #f9b001;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.faq__item-title span:before {
    height: 2px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    width: 20px
}

.faq__item-title span:after {
    height: 20px;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    -o-transition: transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
       transition-delay: .15s;
    width: 2px
}

.faq__item-title.active span:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg);
    transform: translate3d(-50%,-50%,0) rotate(90deg)
}

.faq__item-title.active span:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(180deg);
    transform: translate3d(-50%,-50%,0) rotate(180deg)
}

.faq__item-content {
    background-color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

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

.faq__content.active {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

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

    .faq__item-title span {
        height: 40px;
        width: 40px
    }

    .faq__item-title span:before {
        width: 15px
    }

    .faq__item-title span:after {
        height: 15px
    }
    .faq__item-content {
        font-size: 14px;
    }
}

.stocks__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.stocks__item,.stocks__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stocks__item {
    -ms-flex-preferred-size: calc(25% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    flex-basis: calc(25% - 15px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding: 20px 25px 30px;
    position: relative
}

.stocks__item:before {
    background-color: #f9b000;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100px
}

.stocks__picture {
    margin-bottom: 10px;
    max-height: 210px;
    max-width: 280px;
    overflow: hidden;
    position: relative
}

.stocks__picture img {
    height: 100%;
    max-height: 210px;
    max-width: 280px;
    -o-object-fit: cover;
    object-fit: cover
}

.stocks__name {
    color: #394899;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2
}

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

.stocks__date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 15px
}

.stocks__date:before {
    -ms-flex-negative: 0;
    background: url(../img/icons/date_sm.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 20px;
    margin-bottom: 1px;
    width: 20px
}

@supports not (background: url("../img/icons/date_sm.svg")) {
    .stocks__date:before {
        background:url(../img/icons/date_sm.png) 50% no-repeat;
        background-size: cover
    }
}

@media (max-width: 1180px) {
    .stocks__item {
        -ms-flex-preferred-size:calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px)
    }
}

@media (max-width: 940px) {
    .stocks__item {
        -ms-flex-preferred-size:calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }

    .stocks__picture,.stocks__picture img {
        max-width: 100%
    }
}

@media (max-width: 620px) {
    .stocks__item {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        padding: 20px
    }
}

@media (max-width: 450px) {
    .stocks__wrapper {
        gap:10px
    }

    .stocks__name {
        font-size: 16px
    }

    .stocks__text {
        font-size: 14px
    }

    .stocks__btn {
        height: 40px
    }
}
.faq-question {
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.question__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.question__item {
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
}
.question__picture {
    width: 100%;
    min-width: 330px;
    max-width: 330px;
    border-radius: 5px;
    overflow: hidden;
}
.question__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}
.question__container {
    position: relative;
    z-index: 10
}

.question__title {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.question__btn {
    max-width: 330px
}

.question__politic {
    -ms-flex-preferred-size: calc(100% - 350px);
    flex-basis: calc(100% - 350px)
}

.question__politic,.question__politic a {
    color: rgba(36,36,36,.467)
}
@media (max-width: 950px) {
    .question__picture {
        display: none;
    }
    .question__item {
        padding: 20px;
    }
}
@media (max-width: 650px) {
    .question__btn {
        max-width:100%;
        min-height: 48px
    }

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

    .question__title {
        font-size: 24px
    }
}

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

.contact__content,.contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

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

.contact__item span {
    font-size: 22px;
    font-weight: 500
}

.contact__item a {
    color: #f9b000;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap
}

.contact__item a:hover {
    color: #131313
}

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

@media (max-width: 550px) {
    .contact__item span {
        font-size:18px
    }

    .contact__item a {
        font-size: 16px
    }
}

.map__item {
    background: url(../img/map.jpg) 50% no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 400px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

@media (max-width: 550px) {
    .map__item {
        height:300px
    }
}

.footer {
    background-color: #fff;
    padding: 60px 0
}

.footer__container {
    position: relative;
    z-index: 3
}

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

.footer__legal-inform {
    font-size: 12px;
    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;
    text-align: center;
}

.footer__legal-inform a {
    color: #f9b000
}
.footer__legal-inform a:hover{
    color: #394899;
}
.footer__inner,.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 250px
}

.footer__logo {
    max-width: 210px;
    width: 100%
}

.footer__logo-link {
    display: block;
    margin-bottom: 40px
}

.footer__copyright {
    font-size: 14px;
    margin-bottom: 70px;
    max-width: 230px
}

.footer__btn {
    white-space: nowrap
}

.footer__item-navs {
    max-width: 440px;
    width: 100%
}

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

.footer__nav,.footer__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.footer__nav-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative
}

.footer__nav-title:before {
    background-color: #f9b001;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.footer__contact {
    gap: 20px;
    max-width: 390px;
    width: 100%
}

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

.footer__link {
    position: relative
}

.footer__link:before {
    background-color: #242424;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .2s ease,background-color .2s ease;
    -o-transition: width .2s ease,background-color .2s ease;
    transition: width .2s ease,background-color .2s ease;
    width: 0
}

.footer__link:hover a {
    color: #f9b001
}

.footer__link:hover:before {
    background-color: #f9b001;
    width: 100%
}

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

.footer__contact-link,.footer__text-b {
    font-weight: 600
}

.footer__contact-link:hover {
    color: #f9b001
}

.footer__social {
    width: 100%;
    gap: 10px;
}

.footer__social,.footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #eaeaea;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    height: 50px;
    justify-content: center;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    width: 50px
}

.footer__social-link:hover {
    background-color: #fff;

}



.footer__btn-show {
    display: none
}

@media (max-width: 1200px) {
    .footer__inner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .footer__item {
        max-width: calc(50% - 10px)
    }

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

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

    .footer__contact {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto
    }

    .footer__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        gap: 40px;
        justify-content: center
    }
}

@media (max-width: 700px) {
    .footer__social-link  {
        width: 40px;
        height: 40px;
    }
    .footer__nav {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        gap: 20px;
        justify-content: space-between
    }
}

@media (max-width: 550px) {
    .footer__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px
    }

    .footer__copyright,.footer__logo-link {
        margin-bottom: 0
    }

    .footer__item {
        max-width: 100%
    }

    .footer__item_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        justify-content: space-between
    }

    .footer__btn {
        width: 100%
    }

    .footer__copyright {
        font-size: 12px;
        max-width: 170px
    }

    .footer__btn-hide {
        display: none
    }

    .footer__btn-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 45px
    }

    .footer {
        padding: 45px 0
    }

    .footer__contact-item {
        font-size: 14px
    }

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

    .footer__logo-link {
        min-width: 130px
    }
}

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

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

.popup__body_burger {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

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

.popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 580px;
    padding: 50px 60px;
    position: relative;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    width: 100%
}
.popup__question-content {
    max-width: 700px;
}
.popup.open .popup__content {
    scale: 1
}

.popup__title {
    font-family: Prata,sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    width: 100%
}

.popup__input {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #121212;
    line-height: 1;
    padding: 16px 20px;
    width: 100%
}

.popup__input::-webkit-input-placeholder {
    color: #a9a9a9
}

.popup__input::-moz-placeholder {
    color: #a9a9a9
}

.popup__input:-ms-input-placeholder {
    color: #a9a9a9
}

.popup__input::-ms-input-placeholder {
    color: #a9a9a9
}

.popup__input::placeholder {
    color: #a9a9a9
}

.popup__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    width: 100%
}
.popup__form  .form__btn {
    width: 100%;
}
.popup__btn {
    border-radius: 5px;
    width: 100%
}

.popup__politic {
    color: #dbdbdb;
    font-size: 14px;
    text-align: center
}

.popup__politic a:hover {
    color: #2ea6e3
}

.close-popup {
    cursor: pointer;
    height: 40px;
    opacity: .9;
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    -o-transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
    width: 40px;
    z-index: 1001
}

.close-popup:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg)
}

.popup-reviews {
    padding: 0;
    max-width: 900px;
}

.reviews__text_original {
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
    padding-right: 5px;
}

.reviews__text_original::-webkit-scrollbar {
    width: 4px
}

.reviews__text_original::-webkit-scrollbar-thumb {
    background-color: #394899;
    border-radius: 5px
}
.reviews__text_original::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 5px;
}

.reviews__item_original {
    padding: 60px 20px 20px
}

@media (max-width: 700px) {

    .reviews__item_original {
        gap:10px
    }

    .popup__content {
        padding: 40px 20px 20px
    }
    .popup-reviews {
        padding: 0;
    }
    .popup-fourth {
        padding: 0
    }

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

    .popup__subtitle {
        font-size: 14px;
        margin-bottom: 8px
    }

    .close-popup {
        height: 24px;
        right: 10px;
        top: 10px;
        width: 24px
    }

    .popup__form {
        gap: 10px
    }

    .popup__politic {
        font-size: 12px
    }

    .city {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}


.show-more__btn {
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 5px;
}
.show-more__btn.active {
    display: none;
}
.show-item {
    display: none;
}
.show-item.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form > .modal-text {
-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.reviews__textarea {
    background-color: #f4f4f4;
    border-radius: 5px;
    color: rgba(36,36,36,.45);
    padding: 15px 20px;
}
input.form__btn {
cursor: pointer;
-webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
-o-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.consultation__text-decor {
    padding: 0 3px;
    border: 1px solid #000;
    border-radius: 3px;
}
html .b24-widget-button-wrapper {
z-index: 200;
}
html .b24-widget-button-shadow {
z-index: 199
}

.reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.reviews__rating span {
    width: 16px;
    height: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.reviews__rating span.active {
    background: url("../img/icons/star.svg") center center no-repeat;
    background-size: cover;
}

@supports not (background: url("../img/icons/star.svg")) {
    .reviews__rating span.active {
        background: url("../img/icons/star.png") center center no-repeat;
        background-size: cover;
    }
}

.reviews__rating span:not(.active) {
    background: url("../img/icons/star_empty.svg") center center no-repeat;
    background-size: cover;
}

@supports not (background: url("../img/icons/star_empty.svg")) {
    .reviews__rating span:not(.active) {
        background: url("../img/icons/star_empty.png") center center no-repeat;
        background-size: cover;
    }
}

/* article */
.article {
    padding-bottom: 40px;
    background-color: #fff;
}
.article__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
.article__picture {
    margin-top: 50px;
    width: 100%;
    max-width: 470px;
    max-height: 380px;
}
.article__picture img {
    border-radius: 5px;
}
.article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.article__title {
   -webkit-box-flex: 1;
       -ms-flex-positive: 1;
           flex-grow: 1;
    margin-bottom: 20px;
    max-width: 800px;
}
.article__date {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f9b000;
    padding: 8px 10px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.article__date::before {
    display: block;
    content: '';
    width: 18px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url("../img/icons/date_white.svg") center center no-repeat;
}
@supports not (background: url("../img/icons/date_white.svg")) {
    .article__date::before {
        background: url("../img/icons/date_white.svg") center center no-repeat;
    }
}
@media (max-width: 1200px) {
    .article__picture {
        max-width: 300px;
        max-height: 600px;
    }
}
@media (max-width: 850px) {
    .article__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .article__item .breadcrumbs {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 0;
        margin-bottom: 0;
    }
    .article__title  {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .article__date {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .article__picture {
        margin-top: 0;
        max-height: 350px;
        max-width: 100%;
    }
    .article__picture img {
        max-height: 350px;
    }
}
@media (max-width: 450px) {
    .article__picture img, .article__picture {
        max-height: 200px;
    }
}
.article-text__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.article-text__sidebar {
    max-width: 400px;
    min-width: 400px;
}
.article-text__inner {
    max-width: 920px;
}
.article-text__navigation-title {
    font-size: 28px;
    font-weight: 600;
}
.article-text__navigation {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;

}
.article-text__sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 20px;
}
.article-text__navigation::before {
    display: block;
    content: '';
    left: -1px;
    top: 30px;
    bottom: 30px;
    height: calc(100% - 60px);
    width: 2px;
    background-color: #f9b000;
    position: absolute;
}
.article-text__navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;

}
.article__content-item {
    font-size: 16px;
    font-weight: 500;
}
.article__content-subitem {
    font-size: 14px;
    color: #242424d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    gap: 10px;
}
.article__content-subitem::before {
    display: block;
    content: '';
    width: 14px;
    height: 1px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f9b000;
}
.article__content-item a:hover {
    color: #f9b000;
}
.article-text__sidebar {
    position: relative;
    padding-bottom: 30px;
}
.article-text__sidebar-inner {
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 
    gap: 20px;

}

.article-form__inner {
    padding: 30px 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.article-form__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 30px;
    max-width: 370px;
 
}

.article-form__picture {
    max-height: 334px;
    max-width: 221px;
}
.article-form__picture img {
    -o-object-position: top;
       object-position: top;
}

.article-form__inner:before {
    height: 480px;
    width: 480px;
}
.main-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.article-form__item {
    gap: 10px;
}

.article-text__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    border: 2px solid transparent;
}
.article-text__author:hover {
    border-color: #f9b000;
}
.article-text__author::before {
    display: block;
    content: '';
    left: -2px;
    top: 20px;
    bottom: 20px;
    height: calc(100% - 40px);
    width: 2px;
    background-color: #f9b000;
    position: absolute;
}
.article-text__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
}
.article-text__card span {
    opacity: 0.5;
    font-weight: 400;
 
}
.article-text__author-name {
    font-size: 20px;
    font-weight: 600;
}
.article-text__author-picture {
    max-width: 104px;
    max-height: 132px;
    overflow: hidden;
}
.article-text__author-picture img {
    -o-object-fit: cover;
       object-fit: cover;
-o-object-position: top;
   object-position: top;
}
.article-text__wrapper {
    height: 100%;
    position: relative;
}
@media (max-width: 1020px) {
    .article  {
        margin-bottom: 20px;
    }
    .article-text__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .article-text__sidebar {
        max-width: 100%;
        min-width: auto;
        padding-bottom: 0;
    }
    .article-text__sidebar-inner {
     
        gap: 10px;
    }
    .article-text__sticky {
        position: static;
    }
    .article-text__inner {
        max-width: 100%;
    }
    .article-text__navigation-title {
        font-size: 24px;
    }
    .article-text__navigation ul li {
        font-size: 16px;
    }
    .main-form__content{
        -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;
    }
    .article-form__inner {
        padding: 30px 20px 0;
    }
}
.scroll-top {
    position: fixed;
    bottom: 55px;
    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;
    left: 50px;
    width: 56px;
    height: 56px;
    z-index: 100;
    background-color: #f9b000;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: translate3d(-100px, 100px, 0);
            transform: translate3d(-100px, 100px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.scroll-top:hover .scroll-top__picture {
    max-width: 20px;
}

.scroll-top__picture {
    max-width: 15px;
    transition:  max-width .3s linear;
}

.scroll-top.active {
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
}
html.bx-touch.crm-widget-button-mobile, html.bx-touch.crm-widget-button-mobile body {
    overflow: hidden;
    height: auto;
}
html.special-font-size-1 {
    font-size: 26px !important;
}
.special-font-family-1 *.section-title {
    font-size: 60px !important;
}
html.special .intro__advantage::before {
    display: none;
}
html.special .intro__advantages {
    max-width: 100%;
} 
html.special .intro__item {
    max-width: 100%;
} 
html.special .circle:before {
    display: none;
}
@media (max-width: 700px) {

    html.special-font-size-1 {
        font-size: 22px !important;
    }
    .special-font-family-1 *.section-title {
        font-size: 32px !important;
    }
    html.special .header-bottom__item {
        flex-wrap: wrap;
    }
    html.special .consultation__text {
        font-size: 14px !important;
    }
}
html.special .burger__menu span,  html.special .burger__menu:after,  html.special .burger__menu:before {
    background-color: #000 !important;
}
  /*Поставить нужный класс для относительного блока */
  .modal-input,
  .work-inner2 {
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  .form__input {
    max-width: 100%;
    width: 100%;
  }
  .error-message {
    position: absolute;
    top: -37px;
    color: #FFF !important;
    left: 0px;
    background: rgb(85, 85, 85);
    border-radius: 40px;
    padding: 10px 10px;
    box-shadow: 0px 5px 19px 2px grey;
    pointer-events: none;
    font-size: 14px !important;
    opacity: .8;
  }
  .error-message::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    box-shadow: inset 8px 1px 0 7px grey;
    margin-left: -10px;
    border-width: 11px;
    border-style: solid;
    border-color: rgb(85, 85, 85) transparent transparent transparent;
  }
.search_btn-poisk {
    transition: all .3s linear;
    height: 52px;
    cursor: pointer;
}
@media (max-width: 450px) {
    .menu_poisk-form {
        flex-direction: column;
    }
    .menu_poisk-form .popup__input, .menu_poisk-form input {
        width: 100%;
    }
    .header-bottom__item {
        flex-wrap: wrap;
    }
}

.doctor__schedule-title {
  font-size: 20px;
  color: #f9b000;
}

.swiper__doc {
  width: 450px;
  height: 467px;
  margin-bottom: 50px;
}

.swiper__doc .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  width: 300px;
  height: 409px;
  background: white;
  padding-top: 23px;
}

.swiper__doc .swiper-slide img {
  width: 300px;
}

.swiper__doc .swiper-slide a {
  height: 515px;
}

.swiper__doc .swiper-button-next,
.swiper__doc .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  margin: 0 10px;
}

.mySwiper1 .swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 17px;
  color: black;
  font-weight: 900;
  background: #c8c8c8;
  padding: 10px 15px;
  border-radius: 50%;
}

.swiper__doc .swiper-button-prev {
  left: 31%;
  transform: translateX(-50%) translateX(-15px);
}

.swiper__doc .swiper-button-next {
  right: 31%;
  transform: translateX(50%) translateX(15px);
}

.swiper__doc .swiper {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .swiper__doc {
    width: 300px;

  }
}
.articles-slider__item {
    flex-basis: auto;
    max-width: none;
}
.articles-slider_swiper-pag {
    position: static;
    transform: translateY(0);
    width: auto;
    justify-content: center;
}

.cookie_notice__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #dedede;
    padding: 5px 20px;

}

/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 4px 8px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    padding: 8px 16px;
    color: #FFF;
    font-weight: bold;
    background: #f9b000;
    border: 1px solid #f9b000;
    border-radius: 5px;
}

.cookie_btn:hover {
    color: #f9b000;
    background: #fff;
    border: 1px solid #f9b000;

}

.cookie_btn:before {
    top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

@media (max-width: 599px) {
    .cookie_notice__items {
        display: block;

    }
}
.doctor__schedule .micro-physician_time__time{
    font-weight: 600;
    }
    
 .text-check__content-block {
     padding-top: 30px;
     padding-bottom: 30px;
     background: white;
     width: 550px;
     margin-right: 60px;
}
.text-check__content {
     background: #FFFFFF;
     padding-left: 30px;
     padding-right: 30px;
     border-left: 2px solid #F9B000;
}
.text-check__content-title {
     font-family: Montserrat;
     font-size: 28px;
     font-weight: 600;
     line-height: 33.6px;
     text-align: left;
     color: #242424;
     margin-bottom: 20px;
}
.text-check__content-title {
     font-family: Montserrat;
     font-size: 24px;
     font-weight: 600;
     line-height: 33.6px;
     text-align: left;
}
.text-check__container {
     display: flex;
}
.content-title__h2 {
     margin-bottom: 15px;
     font-family: Montserrat;
     font-size: 18px;
     font-weight: 500;
     line-height: 21.6px;
     text-align: left;
     color: #242424E5;
}
.content-title__h3 {
     padding-left: 44px;
     margin-bottom: 10px;
     font-family: Montserrat;
     font-size: 16px;
     font-weight: 400;
     line-height: 19.2px;
     text-align: left;
     color: #242424E5;
}
.content-title__h3:before {
     border-top: 2px solid #F9B000;
     display: block;
     position: relative;
     top: 10px;
     width: 14px;
     content: "";
     left: -27px;
}
@media (max-width: 999px) {
     .text-check__content-block {
          margin-right: 10px;
     }
}
@media (max-width: 818px) {
     .text-check__container {
          display: block;
     }
     .text-check__content-block {
          display: none;
     }
}
    
.our-services__items {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
     justify-content: center;
}
.our-services__title {
     font-family: Montserrat;
     font-size: 40px;
     font-weight: 600;
     line-height: 52px;
     text-align: left;
     margin-bottom: 60px;
     text-align: center;
}
.our-services__item {
     padding: 30px;
     width: 440px;
     background: #FFFFFF;
     margin: 15px;
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
.our-services__item-head {
     margin-bottom: 8px;
     display: flex;
     align-items: center;
}
.our-services__item-svg {
     padding: 10px;
     box-shadow: 0px 0px 10px 0px #0000000D;
     margin-right: 15px;
}
.our-services__item-text {
     margin-bottom: 25px;
}
.our-services__item-title {
     font-family: Montserrat;
     font-size: 18px;
     font-weight: 600;
     line-height: 23.4px;
     text-align: left;
     color: #242424;
}
.our-services__item-text {
     font-family: Montserrat;
     font-size: 16px;
     font-weight: 500;
     line-height: 20.8px;
     text-align: left;
     color: #242424CC;
}
.our-services__item-foot {
     border: 1px solid #869EF580;
     border-radius: 5px;
     display: flex;
     justify-content: space-between;
     height: 46px;
     align-items: center;
     padding: 0 15px;
}
.our-services__item-cost {
     font-family: Montserrat;
     font-size: 16px;
     font-weight: 500;
     line-height: 20.8px;
     text-align: left;
     color: #869EF580;
}
.our-services__item-price {
     font-family: Montserrat;
     font-size: 20px;
     font-weight: 700;
     line-height: 26px;
     text-align: left;
     color: #869EF5;
}
.our-services__item-icon {
     position: absolute;
     right: 0;
}
@media (min-width: 999px) {
     .our-services__item-icon {
          
     }
}
@media (max-width: 999px) {
     .our-services__title {
          margin-bottom: 20px;
          font-size: 30px;
     }
     .our-services__item-icon {
         
     }
}
@media (max-width: 700px) {
     .our-services__title {
          font-size: 26px;
     }
     .our-services__items {
           margin-right: -5px;
           margin-left: -5px;
      }
     .our-services__item {
          width: auto;
          margin: 5px;
          padding: 20px;
     }
     
}    
.our-services__item-link {
    display: flex; 
}    
.our-services__item-block {
    position: relative;
}
.our-services__item {
    border-radius: 5px;
    border: 3px solid white;
    padding: 27px;
    transition: border 0.3s ease;
}
.our-services__item-svg {
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #0000000D;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    transition: fill 0.3s ease;
    display: flex;
    border-radius: 5px;
    justify-content: center;
}
.our-services__item:hover {
    border: 3px solid #f9b000;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}
.our-services__item-svg svg {
    transition: fill 0.3s ease;
}
.our-services__item:hover .our-services__item-svg svg path {
    fill: white;
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
}
.our-services__item .our-services__item-icon svg {
    stroke: white;
}
.our-services__item:hover .our-services__item-svg {
    background: #f9b000;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.our-services__item-icon {
    position: absolute;
    right: 46px;
    transition: right 0.3s ease;
}
.our-services__item:hover .our-services__item-icon {
    right: 0;
}
.our-services__item:hover .our-services__item-icon svg path {
    stroke: black;
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
}
/* ==== Попап выбора города ==== */

/* .popup__body-обёртки нет в вёрстке, поэтому центрируем сам .popup_city напрямую */
.popup_city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 15px 20px;
    box-sizing: border-box;
}

.popup_city .popup__content {
    max-width: 460px;
    max-height: calc(100vh - 60px);
    padding: 44px 40px 30px;
    overflow-y: auto;
}

.popup_city .popup__title {
    font-size: 26px;
    margin-bottom: 22px;
}

.popup_city .close-popup {
    background: none;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #121212;
}

.city-search-wrap {
    width: 100%;
    margin-bottom: 16px;
}

.city-search-input {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #121212;
    font-size: 15px;
    line-height: 1;
    outline: none;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.city-search-input:focus {
    border-color: #121212;
}

.city-search-input::-webkit-input-placeholder { color: #a9a9a9; }
.city-search-input::-moz-placeholder { color: #a9a9a9; }
.city-search-input:-ms-input-placeholder { color: #a9a9a9; }
.city-search-input::-ms-input-placeholder { color: #a9a9a9; }
.city-search-input::placeholder { color: #a9a9a9; }

.city-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 340px;
    overflow-y: auto;
}

.city-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 12px;
    border-radius: 5px;
    text-decoration: none;
    color: #121212;
}

.city-item a:hover,
.city-item_active a {
    background: #f4f4f4;
}

.city-item__name {
    font-size: 15px;
}

.city-item__domain {
    display: none;
}

.city-item__badge {
    font-size: 11px;
    font-weight: 600;
    color: #121212;
    background: #f0f0f0;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.city-empty {
    padding: 20px 10px;
    text-align: center;
    color: #a9a9a9;
    font-size: 14px;
}

.header__city-trigger {
    background: none;
    border: none;
    padding: 0;
    color: #f9b000;
    font: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    text-align: left;
}

.header-mobile__links-city {
    cursor: pointer;
}

@media (max-width: 700px) {
    .popup_city {
        padding: 20px 12px;
    }
    .popup_city .popup__content {
        padding: 32px 20px 20px;
        max-height: calc(100vh - 40px);
    }
    .popup_city .popup__title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .city-search-input {
        height: 46px;
        font-size: 14px;
    }
}