@charset "UTF-8";

html {
    overflow-x: hidden
}

html.burger-lock,
html.lock,
html.popup-active,
html.with-fancybox {
    overflow: hidden
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%
}

.page,
body {
    min-width: 320px
}

body {
    background-color: #fff;
    color: #3b7379;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    padding: 0
}

body.burger__active,
body.lock {
    overflow: hidden
}

select {
    border: none
}

select:active,
select:focus,
select:hover {
    border: none;
    outline: none
}

.container {
    margin: 0 auto;
    max-width: 1420px;
    padding: 0 20px;
    width: 100%
}

.light-green__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #71c399;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    line-height: 1.33;
    padding: 17px 40px 18px;
    text-align: center
}

.light-green__btn:hover {
    background: #58aa80
}

.green__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3b7379;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    line-height: 1.33;
    padding: 17px 40px 18px;
    text-align: center
}

.green__btn:hover {
    background: #27575c
}
.plashka__item-license {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #3b737982;
}
.header__top-item span {
    white-space: nowrap;
}



.white__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    color: #71c399;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    line-height: 1.33;
    padding: 17px 40px 18px
}

.white__btn:hover {
    background: #71c399;
    color: #fff
}

.section__title {
    color: #3b7379;
    font-family: Days One, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.section__title:before {
    background: url(../img/icons/impulzus_icon.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 113px
}

@supports not (background:url("../img/icons/impulzus_icon.svg")) {
    .section__title:before {
        background: url(../img/icons/impulzus_icon.png) 50% no-repeat
    }
}

.section__title2 {
    color: #3b7379;
    font-family: Days One, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.13;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 10px;
    position: relative
}

.section__title2:before {
    background: url(../img/icons/impulzus_icon.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 113px
}

@supports not (background:url("../img/icons/impulzus_icon.svg")) {
    .section__title2:before {
        background: url(../img/icons/impulzus_icon.png) 50% no-repeat
    }
}

.section__title2 span {
    color: rgba(59, 115, 121, .45);
    font-family: Days One, sans-serif;
    font-size: 44px
}

.section-offset {
    clear: both;
    padding: 160px 0 0
}

.offset-bottom {
    padding-bottom: 100px
}

.hide-item__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.custom-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.custom-list-item {
    padding-left: 33px;
    position: relative
}

.custom-list-item:before {
    background: url(../img/icons/checkmark1.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

@supports not (background:url("../img/icons/checkmark1.svg")) {
    .custom-list-item:before {
        background: url(../img/icons/checkmark1.png) 50% no-repeat
    }
}

.title__bg {
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    z-index: 1
}

.title__bg:after {
    background-color: rgba(0, 38, 43, .4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
    z-index: -1
}

.title__bg:after,
.title__bg:before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute
}

.title__bg:before {
    background: rgba(0, 38, 43, .4)
}

.title__bg h1 {
    color: #fff;
    font-family: Days One;
    font-size: 44px;
    font-weight: 400;
    line-height: .94;
    margin: 130px 0 150px;
    position: relative;
    text-align: center
}

.title__bg h1:before {
    background: url(../img/icons/pulse-title-white.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 113px;
    z-index: 1
}

@supports not (background:url("../img/icons/pulse-title-white.svg")) {
    .title__bg h1:before {
        background: url(../img/icons/pulse-title-white.png) 50% no-repeat
    }
}

.breadcrumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 20px
}

.breadcrumbs,
.breadcrumbs li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.breadcrumbs li {
    color: #81cea6;
    font-size: 14px;
    font-weight: 300
}

.breadcrumbs a:hover {
    color: #71c399
}

.breadcrumbs li:after {
    content: "-";
    display: block;
    font-size: 14px;
    line-height: 1
}

.breadcrumbs li:last-of-type {
    color: #81cea6
}

.breadcrumbs li:last-of-type:after {
    display: none
}

.breadcrumbs2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 20px
}

.breadcrumbs2,
.breadcrumbs2 li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.breadcrumbs2 li {
    color: #b1b0b3;
    font-size: 14px;
    font-weight: 300
}

.breadcrumbs2 a:hover {
    color: #71c399
}

.breadcrumbs2 li:after {
    content: "-";
    display: block;
    font-size: 14px;
    line-height: 1
}

.breadcrumbs2 li:last-of-type {
    color: #3b7379
}

.breadcrumbs2 li:last-of-type:after {
    display: none
}

.zoom {
    position: relative;
    width: 100%
}

.zoom:after {
    background-color: rgba(0, 116, 56, .35);
    border-radius: 25px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: opacity .3s ease, width .3s ease;
    transition: opacity .3s ease, width .3s ease;
    width: 0;
    z-index: 1
}

.zoom:after,
.zoom:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute
}

.zoom:before {
    background: url(../img/icons/zoom_icon.svg) 50% no-repeat;
    background-size: cover;
    height: 70px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 70px;
    z-index: 2
}

@supports not (background:url("../img/icons/zoom_icon.svg")) {
    .zoom:before {
        background: url(../img/icons/zoom_icon.png) 50% no-repeat
    }
}

.zoom:hover:after {
    opacity: 1;
    width: 100%
}

.zoom:hover:before {
    opacity: 1
}

.zoom-border10 {
    position: relative;
    width: 100%
}

.zoom-border10:after {
    background-color: rgba(0, 116, 56, .35);
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: opacity .3s ease, width .3s ease;
    transition: opacity .3s ease, width .3s ease;
    width: 0;
    z-index: 1
}

.zoom-border10:after,
.zoom-border10:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute
}

.zoom-border10:before {
    background: url(../img/icons/zoom_icon.svg) 50% no-repeat;
    background-size: cover;
    height: 70px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 70px;
    z-index: 2
}

@supports not (background:url("../img/icons/zoom_icon.svg")) {
    .zoom-border10:before {
        background: url(../img/icons/zoom_icon.png) 50% no-repeat
    }
}

.zoom-border10:hover:after {
    opacity: 1;
    width: 100%
}

.zoom-border10:hover:before {
    opacity: 1
}

@media (max-width:600px) {

    .breadcrumbs,
    .breadcrumbs2 {
        margin-bottom: 15px;
        padding-top: 10px
    }

    .title__bg {
        padding: 5px 0 0 !important
    }

    .title__bg h1 {
        margin: 65px 0 105px
    }
}

a,
button {
    background: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: color .3s linear, background-color .3s linear, border-color .3s linear;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear
}

select {
    background-color: inherit
}

blockquote,
button {
    margin: 0
}

button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0
}

textarea {
    border: none;
    outline: 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%
}

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
}

table,
tbody,
td,
thead,
tr {
    display: block;
    width: auto
}

tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1100px) {
    main {
        margin-top: 155px
    }
}

@media (max-width:540px) {
    main {
        margin-top: 115px
    }
}

@media (max-width:800px) {
    .zoom:hover:after {
        border-radius: 10px
    }

    .zoom:hover:before {
        height: 50px;
        width: 50px
    }

    .offset-bottom {
        padding-bottom: 60px
    }

    .title__bg {
        margin-bottom: 40px;
        padding: 5px 0
    }

    .title__bg h1 {
        font-size: 34px
    }

    .title__bg h1:before {
        height: 15px;
        left: 50%;
        top: -20px;
        width: 70px
    }

    .green__btn,
    .light-green__btn,
    .white__btn {
        font-size: 14px;
        max-height: 50px;
        padding: 17px 20px
    }

    .section-offset {
        padding-top: 80px
    }

    .section__title,
    .section__title2 {
        font-size: 26px;
        margin-bottom: 25px
    }

    .section__title2:before,
    .section__title:before {
        height: 25px;
        width: 65px
    }

    .container {
        padding: 0 10px
    }

    body,
    body a {
        font-size: 14px
    }
}

@media (max-width:400px) {

    .green__btn,
    .light-green__btn,
    .white__btn {
        width: 100%
    }
}

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;
  color: #81cea6;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

/* Эффект подчёркивания, растущего при наведении */
a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #6bb890;
  transition: width 0.3s ease;
}

a:hover {
  color: #6bb890;
}

a:hover::after {
  width: 100%;
}

a:active {
  color: #5aa17d;
}



abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

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
}

@font-face {
    font-display: swap;
    font-family: Days One;
    font-style: normal;
    font-weight: 400;
    src: local("Days One"), url(../fonts/DaysOne/DaysOne-Regular.woff2) format("woff2"), url(../fonts/DaysOne/DaysOne-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    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-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: local("Inter"), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: local("Inter"), url(../fonts/Inter/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter/Inter-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: local("Inter"), url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter/Inter-SemiBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: local("Inter"), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff")
}

.intro {
    background: url(../img/intro/bg.webp) 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    z-index: 1
}

@supports not (background:url("../img/intro/bg.webp")) {
    .intro {
        background: url(../img/intro/bg.jpg) 50% no-repeat
    }
}

.intro h1 {
    color: #fff;
    font-family: Days One;
    font-size: 58px;
    font-weight: 400;
    line-height: .94;
    margin-bottom: 25px
}

.intro-text__block {
    max-width: 710px;
    text-align: left
}

.intro-text__block>p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 30px;
    padding-bottom: 35px;
    position: relative
}

.intro-text__block>p:before {
    background: url(../img/intro/pulse-line.svg) 50% no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    width: 100%
}

@supports not (background:url("../img/intro/pulse-line.svg")) {
    .intro-text__block>p:before {
        background: url(../img/intro/pulse-line.png) 50% no-repeat
    }
}

.btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 620px;
    width: 100%
}

.btn__wrap>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.intro-advantages__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px
}

.intro-advantages__wrap p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 55px;
    white-space: nowrap
}

.intro-advantages__wrap span {
    color: #fff;
    font-family: Days One;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.07
}

.intro-advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1400px) {
    .intro-bg-mobile {
        background: url(../img/intro/bg-mobile.webp) 50% no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: hidden;
        padding: 75px 0
    }

    .intro-bg-mobile h1 {
        font-size: 58px
    }
}

@media (max-width:800px) {
    .btn__wrap {
        margin: 0 auto
    }

    .intro-bg-mobile h1 {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: center
    }

    .intro-text__block {
        text-align: center
    }

    .intro-text__block>p {
        font-size: 14px;
        text-align: center
    }

    .intro-text__block>p:before {
        background: url(../img/intro/pulse-line-white-mobile.svg) 50% no-repeat;
        bottom: 0;
        content: "";
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .intro-advantages__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 35px
    }

    .intro-advantages__wrap p {
        font-size: 14px;
        margin-bottom: 0
    }

    .intro-advantages__wrap span {
        font-size: 32px
    }
}

@media (max-width:680px) {
    .intro-text__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .intro-text__block h1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .intro-text__block p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .btn__wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -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: 25px;
        order: 3
    }

    .intro-advantages__wrap {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .intro-bg-mobile {
        padding: 75px 0 0
    }

    .intro-advantages__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.service {
    position: relative
}

.service-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%
}

.service-swiper {
    height: auto;
    margin-bottom: 45px;
    width: 100%
}

.service-swiper a {
    color: #71c399;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    text-decoration-line: underline
}

.service-swiper a:hover {
    color: #3b7379
}

.service__inner {
    position: relative
}

.service__item-btn {
    margin: 40px auto 0;
    width: 100%
}

.service__item,
.service__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #f4f3f5;
    border-radius: 25px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 20px
}

.service__item a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.service__img {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden
}

.service__img img {
    max-height: 180px;
    min-height: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

.service__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: 5px;
    margin-bottom: 15px;
    max-height: 250px;
    overflow: auto
}

.service__text::-webkit-scrollbar {
    width: 6px
}

.service__text::-webkit-scrollbar-thumb {
    background-color: #71c399;
    border-radius: 10px
}

.service__text::-webkit-scrollbar-track {
    background-color: #3b7379;
    border-radius: 10px
}

.service__text h4 {
    color: #3b7379;
    font-family: Days One;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px
}

.service__text li a {
    color: #3b7379;
    cursor: pointer;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    text-decoration: none
}

.service__text li a:hover {
    color: #71c399;
    text-decoration-line: underline
}

.service__container {
    padding: 0
}

.service-swiper,
.service__title,
.service_swiper-btns {
    padding: 0 10px
}

@media (max-width:1024px) {
    .service-swiper a {
        margin-bottom: 30px
    }

    .service__item-btn {
        margin: 0 auto
    }

    .service__text {
        max-height: 140px
    }
}

@media (max-width:800px) {
    .service__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: 5px;
        margin-bottom: 15px;
        max-height: 100px;
        overflow: auto
    }

    .service__text h4 {
        font-size: 18px
    }

    .service__text li {
        font-size: 14px
    }

    .service__item {
        padding: 15px 20px
    }

    .service-swiper {
        margin-bottom: 25px
    }

    .service__name {
        margin-bottom: 10px
    }

    .service__img {
        margin-bottom: 15px
    }

    .service__img img {
        max-height: 150px;
        min-height: 150px
    }
}

.services__bricks__list,
.services__bricks__search {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: left
}

.services__bricks__list>*,
.services__bricks__search>* {
    -ms-flex-preferred-size: calc(25% - 3.75px);
    flex-basis: calc(25% - 3.75px)
}

.services__bricks__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-preferred-size: calc(25% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -webkit-animation: regionAnimationOut .3s linear;
    animation: regionAnimationOut .3s linear;
    border: 2px solid #efecf2;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(25% - 15px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    opacity: 1;
    pointer-events: all;
    scale: 1
}

.services__bricks__item:hover {
    background: #f4f3f5;
    border-radius: 15px
}

.services__bricks__item:before {
    background: #81cea6;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 30px;
    position: absolute;
    width: 80px
}

.services__bricks__item:before:hover {
    background: #efecf2
}

.services__bricks__name {
    font-family: Days One;
    font-size: 18px;
    line-height: 1.1
}

.services__bricks__link {
    padding: 25px 30px;
    position: relative;
    width: 100%
}

.services__bricks__link:before {
    border-right: 3px solid #71c399;
    border-top: 3px solid #71c399;
    content: "";
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px
}

@media (max-width:1350px) {

    .services__bricks__list>*,
    .services__bricks__search>* {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }
}

@media (max-width:950px) {

    .services__bricks__list>*,
    .services__bricks__search>* {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }
}

@media (max-width:800px) {

    .services__bricks__list,
    .services__bricks__search {
        gap: 15px
    }

    .services__bricks__item {
        border-radius: 10px;
        gap: 5px
    }

    .services__bricks__item:hover {
        border-radius: 10px
    }

    .services__bricks__item:before {
        bottom: -1px;
        height: 2px;
        left: 30px;
        width: 60px
    }

    .services__bricks__name {
        font-size: 16px
    }

    .services__bricks__link {
        padding: 15px 20px
    }

    .services__bricks__link:before {
        height: 11px;
        right: 30px;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 11px
    }
}

@media (max-width:550px) {

    .services__bricks__list>*,
    .services__bricks__search>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.swiper-button-disabled {
    cursor: auto;
    opacity: .7;
    pointer-events: none
}

.swiper-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: -90px;
    position: absolute;
    right: -90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 180px)
}

.custom-wrapper__swiper {
    position: relative
}

@media (max-width:1600px) {
    .custom-wrapper__swiper {
        margin: 0 auto;
        max-width: calc(100% - 180px)
    }
}

.slider-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #eaf6f0;
    border: 1px solid #eaf6f0;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    width: 52px;
    z-index: 10
}

.slider-button:after {
    border-bottom: 2px solid #71c399;
    border-right: 2px solid #71c399;
    content: "";
    height: 10px;
    right: 50%;
    top: 50%;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    width: 10px
}

.slider-button:hover {
    background: #71c399
}

.slider-button:hover:after {
    border-color: #fff
}

.slider-button_prev:after {
    margin-left: 5px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.slider-button_next:after {
    margin-right: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swiper-pagination-bullets {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: static;
    width: auto;
    z-index: 10
}

.swiper-pagination-bullet {
    background-color: #bfe4d1;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
    opacity: 1;
    position: relative;
    -webkit-transition: background-color .3s linear, border-color .3s linear;
    transition: background-color .3s linear, border-color .3s linear;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px))
}

.swiper-pagination-bullet:hover {
    border-color: #71c399
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #71c399;
    border-color: #71c399;
    height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px))
}

@media (max-width:650px) {
    .custom-wrapper__swiper {
        max-width: 100%
    }

    .swiper-btns {
        display: none
    }
}

@media (max-width:550px) {
    .swiper-pagination-bullet {
        background-color: #c5c8cb;
        height: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
    }
}

.advantages__item-picture {
    height: 35px;
    width: 35px
}

.advantages__item {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 2px solid #efecf2;
    border-radius: 15px;
    flex-basis: calc(33.33333% - 10px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 30px
}

.advantages__item,
.advantages__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantages__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center
}

.advantages__item-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
}

.advantages__item-text h3 {
    font-family: Days One, sans-serif;
    font-size: 24px;
    line-height: 1
}

@media (max-width:1024px) {
    .advantages__item {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        gap: 25px;
        padding: 20px;
        width: 100%
    }

    .advantages__item-text {
        gap: 5px
    }
}

@media (max-width:800px) {
    .advantages__item-text h3 {
        font-size: 18px
    }
}

@media (max-width:500px) {
    .advantages__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .advantages__wrap {
        gap: 10px
    }

    .advantages__item-picture {
        height: 30px;
        width: 30px
    }
}

.submit-block {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #d9d9d9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #d9d9d9
}

.submit-block__content {
    background: #3b7379;
    border-radius: 25px;
    margin-left: calc(50vw - 750px);
    max-width: 740px;
    padding: 45px 50px 50px
}

.submit-block__content h3 {
    color: #fff;
    font-family: Days One;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px
}

.submit-block__content p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 20px
}

.submit__picture {
    bottom: 0;
    position: absolute;
    right: calc(50vw - 630px)
}

.submit-block {
    padding: 105px 0
}

.picture__sumbit__bg {
    background-color: #76bca4;
    border-radius: 25px 0 0 25px;
    display: block
}

.privacy-policy a:hover {
    color: #fff
}

@media (max-width:1550px) {
    .submit-block__content {
        margin-left: 20px
    }

    .submit__picture {
        right: 20px
    }

    .submit-block__content {
        min-width: 740px
    }
}

@media (max-width:1250px) {
    .submit-block__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .picture__sumbit__bg {
        border-radius: 25px 25px 0 0;
        min-height: 360px
    }

    .submit-block {
        padding: 45px 10px 0
    }

    .submit__picture {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .submit__picture img {
        max-width: 260px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .submit-block__content {
        margin: 0 auto
    }
}

@media (max-width:800px) {
    .submit-block__content {
        min-width: 100%;
        padding: 25px 20px
    }

    .form__inner {
        text-align: center
    }

    .form__inner h3 {
        font-size: 26px
    }

    .submit-block__content h3 {
        margin-bottom: 10px
    }

    .submit-block__content p {
        margin-bottom: 25px
    }

    .submit__picture {
        width: 100%
    }
}

.form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%
}

.form__inputs>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.form__input {
    background: hsla(0, 0%, 100%, .12);
    border-radius: 5px;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    min-height: 55px;
    padding: 15px 15px 15px 50px;
    width: 100%
}

.form__input::-webkit-input-placeholder {
    color: #fff
}

.form__input::-moz-placeholder {
    color: #fff
}

.form__input:-ms-input-placeholder {
    color: #fff
}

.form__input::-ms-input-placeholder {
    color: #fff
}

.form__input::placeholder {
    color: #fff
}

.form-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 100%;
    width: 100%
}

.form-btn__inner>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.privacy-policy {
    line-height: 1.92
}

.privacy-policy,
.privacy-policy a {
    color: hsla(0, 0%, 100%, .5);
    font-family: Inter;
    font-size: 12px;
    font-weight: 400
}

.privacy-policy a {
    text-decoration-line: underline
}

.form__label {
    position: relative
}

.form__label-picture {
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.submit-block {
    position: relative
}

.submit-block__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.submit-block__inner>* {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.about__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 100%
}

.about__block>* {
    -ms-flex-preferred-size: calc(50% - 25px);
    flex-basis: calc(50% - 25px)
}

.about-text__wrap {
    -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;
    margin-bottom: 60px
}

.about-text__wrap p:last-child {
    color: #3b7379;
    font-weight: 600;
    line-height: 1.56
}

.about-text__wrap .about-img__plashka-bottom p {
    color: #fff
}

.about-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 522px;
    width: 100%
}

.about-btn__wrap>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.about__right {
    z-index: 1
}

.about__right-img {
    height: 100%;
    position: relative;
    width: 100%
}

.about__right-img img {
    border-radius: 25px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.about-img__plashka-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    background: rgba(59, 115, 121, .35);
    border-radius: 10px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    left: 15px;
    max-width: calc(100% - 30px);
    padding: 20px;
    position: absolute
}

.about-img__plashka-bottom span {
    color: #fff;
    font-family: Days One;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    padding-left: 25px;
    position: relative
}

.about-img__plashka-bottom span:before {
    background: hsla(0, 0%, 100%, .45);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.about-img__plashka-bottom p {
    color: #fff;
    font-weight: 600;
    line-height: 1.56
}

.about__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px
}

.about__img-mobile {
    display: none
}

.about__title {
    color: var(--3-b-7379, #3b7379);
    font-family: Days One, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.13;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 10px;
    position: relative
}

.about__title:before {
    background: url(../img/icons/impulzus_icon.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 113px
}

@supports not (background:url("../img/icons/impulzus_icon.svg")) {
    .about__title:before {
        background: url(../img/icons/impulzus_icon.png) 50% no-repeat
    }
}

@media (max-width:1200px) {
    .about__right {
        display: none
    }

    .about__img-mobile {
        display: block;
        margin-bottom: 5px;
        position: relative
    }

    .about__img-mobile img {
        border-radius: 15px;
        max-height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }

    .about__left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .about__title {
        margin-bottom: 25px;
        text-align: center
    }

    .about__title:before {
        height: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 65px
    }

    .about-img__plashka-bottom {
        width: 100%
    }

    .about-btn__wrap {
        max-width: 100%
    }

    .about-text__wrap {
        gap: 15px;
        margin-bottom: 30px;
        text-align: center
    }
}

@media (max-width:800px) {
    .about__title {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .about__img-mobile img {
        max-height: 230px
    }

    .about-img__plashka-bottom {
        display: none
    }
}

@media (max-width:480px) {
    .about-btn__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-page__inner-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    position: relative
}

.about-page__inner-item>* {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px)
}

.about-page__block {
    -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;
    margin-top: 60px
}

.about-page-btn__wrap {
    bottom: 15px;
    left: 0;
    position: absolute
}

.about-page__item-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: 20px;
    padding-top: 30px
}

.about-page__picture {
    width: 100%
}

.about-page__picture img {
    border-radius: 25px;
    max-height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.about-page__title {
    font-size: 42px;
    text-align: left
}

.about-services__bricks-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-preferred-size: calc(25% - 15px);
    align-items: center;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(25% - 15px);
    font-size: 18px;
    height: 100%;
    padding: 25px 30px
}

@media (max-width:1200px) {
    .about-page__inner-item {
        gap: 30px
    }

    .about-page__title:before {
        left: 60px;
        width: 115px
    }
}

@media (max-width:800px) {
    .about-services__bricks-btn {
        border-radius: 10px;
        font-size: 16px
    }

    .about-page__title {
        font-size: 24px
    }
}

@media (max-width:550px) {
    .about-page__inner-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .about-page__title {
        text-align: center
    }

    .about-page__title:before {
        left: 50%;
        width: 65px
    }

    .about-page__item-text {
        padding-top: 0
    }

    .about-page__block {
        margin-top: 35px
    }

    .about-page__inner-item {
        gap: 0
    }

    .about-page__item-text {
        gap: 15px;
        margin-bottom: 40px
    }

    .about-page-btn__wrap {
        position: static
    }

    .about-page__picture img {
        border-radius: 15px;
        max-height: 230px
    }
}

@media (max-width:400px) {

    .about-page-btn__wrap button,
    .about-services__bricks-btn {
        width: 100%
    }
}

.help__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.help__block>* {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.help__item {
    border-radius: 25px;
    padding: 40px
}

.help__item h2 {
    color: #3b7379;
    font-family: Days One;
    font-size: 36px;
    line-height: 1.11;
    margin-bottom: 20px;
    max-width: calc(100% - 20px);
    text-align: left
}

.help__item p {
    margin-bottom: 35px
}

.help__item 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: 15px
}

.help__item ul li {
    padding-left: 33px;
    position: relative
}

.help__item ul li:before {
    background: url(../img/icons/checkmark1.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

@supports not (background:url("../img/icons/checkmark1.svg")) {
    .help__item ul li:before {
        background: url(../img/icons/checkmark1.png) 50% no-repeat
    }
}

@media (max-width:930px) {
    .help__item {
        border-radius: 15px;
        padding: 20px
    }

    .help__item h2 {
        font-size: 18px
    }

    .help__item p {
        margin-bottom: 20px
    }

    .help__item ul {
        gap: 10px
    }

    .help__item ul li {
        padding-left: 26px
    }

    .help__item ul li:before {
        height: 18px;
        width: 18px
    }
}

@media (max-width:650px) {
    .help__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.chambers__wrap {
    gap: 30px
}

.chambers__item,
.chambers__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chambers__item {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    border: 2px solid #efecf2;
    border-radius: 18px;
    flex-basis: calc(33.33333% - 10px);
    -ms-flex-direction: column;
    flex-direction: column
}

.chambers__item h3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #d9d9d9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #d9d9d9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    padding: 17px
}

.chambers__img {
    border-radius: 18px 18px 0 0;
    height: 100%;
    max-height: 228px;
    overflow: hidden;
    width: 100%
}

.chambers__img img {
    max-height: 228px;
    min-height: 228px;
    -o-object-fit: cover;
    object-fit: cover
}

.chambers-item__content {
    height: 100%;
    padding: 25px 30px
}

.chambers-item__content,
.chambers-item__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.chambers-item__content ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 10px;
    margin-bottom: 40px
}

.chambers-item__content ul li {
    padding-left: 13px;
    position: relative
}

.chambers-item__content ul li:before {
    background: #71c399;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 40%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    width: 5px
}

.chambers-item__content span {
    background: rgba(113, 195, 153, .1);
    border-radius: 5px;
    color: #71c399;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 20px;
    padding: 10px 12px;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .chambers__wrap {
        gap: 10px
    }

    .chambers__img {
        border-radius: 9px 9px 0 0;
        max-height: 160px
    }

    .chambers__img img {
        max-height: 160px;
        min-height: 160px
    }

    .chambers__item {
        border-radius: 9px
    }
}

@media (max-width:950px) {
    .chambers__item h3 {
        font-size: 16px
    }

    .chambers-item__content {
        padding: 15px
    }

    .chambers-item__content span {
        font-size: 13px;
        margin: 0 auto 15px
    }

    .chambers-item__content ul {
        margin-bottom: 25px
    }
}

@media (max-width:950px) and (max-width:750px) {
    .chambers__container {
        padding: 0
    }

    .chambers__wrap {
        overflow-x: auto;
        padding: 0 10px
    }

    .chambers__item {
        min-width: 280px
    }

    .chambers__title {
        padding: 0 10px
    }
}

.detox-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.detox__item {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    border: 2px solid #efecf2;
    background-color: #F4F3F5;
    border-radius: 25px;
    flex-basis: calc(33.33333% - 10px);
    -ms-flex-direction: column;
    flex-direction: column;
}

.detox__item-content {
    background-color: #FFF;
    border-radius: 22px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
}

.detox__item-price {
    color: #3B7379;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 10px;
}

.detox__item-rate {
    color: #71C399; 
    padding: 10px 12px;
    background-color: #71C3991A;
    width: max-content;
    margin: 0 auto;
    border-radius: 5px; 
}

.detox__item ul {
    padding: 0 30px;
}

.detox__item li {
    padding-left: 20px;
    position: relative;
    margin: 10px;
}
.detox__item li::before {
    content: '✔';
    position: absolute; 
    top: 0; 
    left: 0;
    color: #71C399;
}

.detox__item button {
    padding: 0 30px;
}

@media(max-width: 900px) {
    .detox-item__wrap {
        overflow-x: scroll;
        gap: 10px;
    }

    .detox__item-content {
        margin-bottom: 20px;
    }

    .detox__item {
        flex: 0 0 350px;
    }

    .detox__item ul {
        padding: 0 20px;
    }

    .detox__item-price {
        font-size: 20px;
        line-height: 30px;
    }

    .detox__item-rate {
        font-size: 13px;
        padding: 8px 10px;
    }

}


.get__content {
    color: #fff;
    display: none;
    gap: 20px
}

.get__content.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.get__content.active,
.get__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.get__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #f4f3f5;
    border-radius: 25px;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding: 50px;
    width: 100%
}

.get__item-btn {
    font-family: Nunito, sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative
}

.get__item-btn:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    width: 0
}

.get__item-btn:hover:before {
    width: 100%
}

.get__title {
    color: #3b7379;
    font-family: Days One;
    font-size: 24px;
    font-weight: 400;
    line-height: 1
}

.get__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.get__picture {
    border-radius: 10px;
    max-width: 360px;
    overflow: hidden;
    width: 100%
}

.get__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.get_tabs {
    width: 100%
}

.get__inner {
    -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: 20px;
    height: auto
}

.get__inner p {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56
}

.get-text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1
}

.get-text__wrap,
.get__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.get__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.get__close {
    display: none
}

.get__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.get__tab {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-align: center
}

.get__tab:before {
    background: #71c399;
    bottom: -16px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.get__tab:hover {
    color: #71c399
}

.get__tab.active {
    color: #71c399;
    font-weight: 600
}

.get__tab.active:before {
    display: block
}

.get__table {
    margin-bottom: 30px
}

.main-get__table {
    margin-bottom: 0
}

.main-get__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.get__btn,
.main-get__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.get__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .get__picture {
        min-width: 300px
    }
}

@media (max-width:1024px) {
    .get__tabs__wrapper {
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .get__inner {
        gap: 5px
    }

    .get__item {
        border-radius: 15px;
        gap: 20px;
        padding: 15px
    }

    .get__picture img {
        border-radius: 5px
    }

    .get__tab.active:before {
        bottom: -12px
    }

    .get__tab {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        font-size: 14px;
        width: auto
    }

    .get__title {
        font-size: 18px;
        margin-bottom: 20px
    }

    .get__cost {
        font-size: 16px
    }

    .get__item-btn {
        font-size: 14px
    }

    .get-text__wrap {
        gap: 10px
    }

    .get__inner p {
        font-size: 14px
    }

    .get__inner p:last-child {
        margin-bottom: 25px
    }

    .get__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .get__picture {
        max-height: 340px;
        max-width: 100%
    }

    .get__picture img {
        border-radius: 5px
    }
}

@media (max-width:600px) {
    .get_tabs {
        margin-bottom: 25px;
        max-width: calc(100vw - 20px);
        overflow-x: auto;
        padding-bottom: 15px;
        white-space: nowrap
    }

    .get_tabs::-webkit-scrollbar {
        height: 4px;
        width: 100%
    }

    .get_tabs::-webkit-scrollbar-thumb {
        background-color: #71c399;
        border-radius: 3px
    }

    .get_tabs::-webkit-scrollbar-track {
        background-color: #efecf2;
        border-radius: 3px
    }

    .get__tabs__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .get__tab.active:before {
        display: none
    }

    .get__tabs__wrapper {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width:350px) {
    .get__picture img {
        max-height: 160px;
        max-width: 270px
    }

    .get__item {
        max-width: 300px
    }
}

.garant__block {
    gap: 15px
}

.garant__block,
.garant__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.garant__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f3f5;
    border-radius: 15px;
    padding: 20px 40px;
    position: relative
}

.garant__item p {
    color: #3b7379;
    font-weight: 600;
    line-height: 1.56
}

.garant__item:before {
    background-color: #fff;
    height: 26px;
    left: -13px;
    width: 26px
}

.garant__item:after,
.garant__item:before {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.garant__item:after {
    background: #71c399;
    height: 10px;
    left: -5px;
    width: 10px
}

.garant__iner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    max-width: calc(100% - 470px)
}

.garant__iner>* {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.garant__img {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #d9d9d9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #d9d9d9;
    border-radius: 15px;
    max-width: 456px;
    min-height: 405px;
    min-width: 456px;
    position: relative
}

.garant__img img {
    bottom: 0;
    left: 50%;
    max-height: 455px;
    max-width: 317px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1300px) {
    .garant__iner {
        max-width: 70%;
        min-width: 70%
    }

    .garant__img {
        max-width: 30%;
        min-width: 30%
    }
}

@media (max-width:1024px) {
    .garant__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px
    }

    .garant__img,
    .garant__iner {
        max-width: 100%;
        min-width: 100%
    }

    .garant__title {
        margin-bottom: 70px;
        text-align: center
    }

    .garant__title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .garant__item {
        padding: 15px 25px
    }
}

@media (max-width:800px) {
    .garant__img {
        max-height: 275px
    }

    .garant__img img {
        max-width: 40%
    }
}

@media (max-width:700px) {
    .garant__img img {
        max-width: 45%
    }
}

@media (max-width:650px) {
    .garant__img img {
        max-width: 50%
    }
}

@media (max-width:600px) {
    .garant__iner>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .garant__item {
        border-radius: 10px
    }

    .garant__img img {
        max-width: 55%
    }
}

@media (max-width:550px) {
    .garant__img img {
        max-width: 60%
    }
}

@media (max-width:500px) {
    .garant__img img {
        max-width: 65%
    }
}

@media (max-width:450px) {
    .garant__img img {
        max-width: 70%
    }
}

@media (max-width:400px) {
    .garant__img img {
        max-width: 75%
    }

    .garant__title {
        margin-bottom: 20px
    }
}

@media (max-width:350px) {
    .garant__img img {
        max-width: 85%
    }
}

.popup {
    background: hsla(0, 0%, 9%, .5);
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-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: 60px 15px 20px;
    width: 100%
}

.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: #3b7379;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 760px;
    overflow: hidden;
    padding: 55px 60px;
    position: relative;
    scale: 1.2;
    -webkit-transition: scale .4s ease;
    transition: scale .4s ease;
    width: 100%
}

.popup__content_reviews {
    background-color: #fff;
    padding: 0
}

.open .popup__content {
    scale: 1
}

.popup__title {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

.popup__subtitle {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    width: 100%
}

.popup__form-btn {
    width: 100%
}

.reviews__item_original {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 20px 40px;
    z-index: 2
}

.reviews__date_original {
    color: #fff
}

.city,
.search-site {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-height: 220px;
    overflow-y: auto;
    width: 100%;
    z-index: 10
}

.city::-webkit-scrollbar,
.search-site::-webkit-scrollbar {
    width: 6px
}

.city::-webkit-scrollbar-thumb,
.search-site::-webkit-scrollbar-thumb {
    background-color: #71c399;
    border-radius: 10px
}

.city li,
.search-site li {
    -ms-flex-preferred-size: calc(50% - 10px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(50% - 10px)
}

.city li.hide,
.search-site li.hide {
    display: none
}

.city li a,
.search-site li a {
    color: #3b7379;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    line-height: 1.25;
    position: relative
}

.city li a:hover,
.search-site li a:hover {
    color: #71c399
}

.city li a.active:before,
.city li a:hover:before,
.search-site li a.active:before,
.search-site li a:hover:before {
    width: 100%
}

.search-site {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.search-site__empty {
    color: #71c399;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px
}

.search-site__empty a {
    text-decoration: underline;
    -webkit-transition: text-decoration-color .3s linear;
    transition: text-decoration-color .3s linear
}

.search-site__empty a:hover {
    text-decoration-color: #000
}

.search-site__empty.hide {
    display: none
}

.close-popup {
    cursor: pointer;
    opacity: .7;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    width: 16px;
    z-index: 100000
}

.close-popup:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.close-popup img {
    width: 25px
}

.original-title_popup {
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 42px;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left
}

.original-popup__content {
    padding: 50px 60px
}

.original-popup__descr {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: left
}

.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%
}

.popup__form>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.popup-input__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
    min-width: 650px;
    width: 100%
}

.popup-input__wrap>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.popup-bottom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    min-width: 650px
}

.popup-bottom__wrap>* {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px)
}

.popup__input {
    background: hsla(0, 0%, 100%, .12);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    min-height: 55px;
    padding: 15px 15px 15px 50px;
    width: 100%
}

.popup__input::-webkit-input-placeholder {
    color: #fff
}

.popup__input::-moz-placeholder {
    color: #fff
}

.popup__input:-ms-input-placeholder {
    color: #fff
}

.popup__input::-ms-input-placeholder {
    color: #fff
}

.popup__input::placeholder {
    color: #fff
}

.popup__textarea {
    background: hsla(0, 0%, 100%, .12);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    min-height: 55px;
    min-width: 650px;
    padding: 15px;
    resize: none;
    width: 100%
}

.popup__textarea::-webkit-input-placeholder {
    color: #fff
}

.popup__textarea::-moz-placeholder {
    color: #fff
}

.popup__textarea:-ms-input-placeholder {
    color: #fff
}

.popup__textarea::-ms-input-placeholder {
    color: #fff
}

.popup__textarea::placeholder {
    color: #fff
}

.section-title {
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 42px;
    line-height: 1.2;
    text-align: left
}

.popup__white {
    background: #fff;
    border-radius: 25px;
    padding: 45px 50px
}

.popup__white>.popup__title {
    color: #3b7379;
    font-family: Days One, sans-serif;
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 10px
}

.popup__white>.city>li a {
    color: #3b7379;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25
}

.popup__white>.city>li a:hover {
    color: #71c399
}

.popup__form-search {
    width: 100%
}

.popup__form-search input {
    -ms-flex-preferred-size: 100%;
    background: #f4f3f5;
    border-radius: 5px;
    color: #858fa1;
    flex-basis: 100%;
    font-size: 16px;
    padding: 15px 20px;
    width: 100%
}

.popup__form-search input::-webkit-input-placeholder {
    border-radius: 5px;
    color: #858fa1;
    font-size: 16px;
    line-height: 1
}

.popup__form-search input::-moz-placeholder {
    border-radius: 5px;
    color: #858fa1;
    font-size: 16px;
    line-height: 1
}

.popup__form-search input:-ms-input-placeholder {
    border-radius: 5px;
    color: #858fa1;
    font-size: 16px;
    line-height: 1
}

.popup__form-search input::-ms-input-placeholder {
    border-radius: 5px;
    color: #858fa1;
    font-size: 16px;
    line-height: 1
}

.popup__form-search input::placeholder {
    border-radius: 5px;
    color: #858fa1;
    font-size: 16px;
    line-height: 1
}

@media (max-width:800px) {
    .section-title {
        font-size: 26px;
        text-align: center
    }

    .popup__content {
        gap: 0;
        padding: 40px 20px;
        text-align: center
    }

    .popup__content_reviews {
        padding: 0
    }

    .popup__subtitle {
        text-align: center
    }

    .original-popup__descr {
        font-size: 14px;
        margin-bottom: 25px;
        text-align: center
    }

    .popup-bottom__wrap,
    .popup-input__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100%
    }

    .popup__form {
        margin: 0 auto;
        max-width: 360px
    }

    .popup__white {
        border-radius: 15px;
        padding: 20px
    }

    .popup__white>.popup__title {
        font-size: 26px
    }

    .popup__white>.city>li a {
        font-size: 14px
    }

    .popup__form-search {
        width: 100%
    }

    .popup__form-search input {
        font-size: 14px;
        padding: 15px
    }

    .popup__form-search input::-webkit-input-placeholder {
        font-size: 14px
    }

    .popup__form-search input::-moz-placeholder {
        font-size: 14px
    }

    .popup__form-search input:-ms-input-placeholder {
        font-size: 14px
    }

    .popup__form-search input::-ms-input-placeholder {
        font-size: 14px
    }

    .popup__form-search input::placeholder {
        font-size: 14px
    }
}

@media (max-width:500px) {
    .original-popup__content {
        padding: 40px 20px 25px
    }

    .close-popup {
        right: 20px;
        top: 20px
    }
}

.advice__item {
    border-radius: 20px;
    height: 400px;
    pointer-events: all;
    position: relative;
    width: 264px;
    z-index: 1
}

.advice__item:after {
    background: rgba(59, 115, 121, .35);
    border-radius: 20px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.video__picture img {
    border-radius: 20px
}

.advice-video-content {
    height: 100%;
    pointer-events: all
}

.advice-video__item {
    border-radius: 20px
}

.advice__container {
    padding: 0
}

.advice-swiper,
.advice__title,
.advice_swiper-btns {
    padding: 0 10px
}

@media (max-width:800px) {

    .advice__item,
    .advice__item:after {
        border-radius: 10px
    }
}

.advice-video__item,
.video__picture img {
    border-radius: 10px
}

.promo_bg {
    border-radius: 15px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.promo__item {
    position: relative
}

.promo__name {
    color: #fff;
    font-family: Days One;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    max-width: 440px
}

.promo__iner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 635px;
    max-width: 720px;
    padding: 55px;
    text-align: left;
    z-index: 2
}

.promo__advantages,
.promo__iner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo__advantages {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px
}

.promo__advantages li {
    -ms-flex-preferred-size: calc(50% - 10px);
    color: #fff;
    flex-basis: calc(50% - 10px);
    font-weight: 500;
    line-height: 1.25;
    padding: 5px 0 5px 33px;
    position: relative
}

.promo__advantages li:before {
    background: url(../img/icons/checkmark2.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

.promo-bottom__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.promo__price {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 20px;
    text-transform: uppercase
}

.promo__item-btn {
    min-width: 50%
}

.promo_bg img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-mobile_bg {
    display: none
}

.promo__container {
    padding: 0
}

.promo-bottom__wrap,
.promo-swiper,
.promo_swiper-btns {
    padding: 0 10px
}

@media (max-width:800px) {
    .promo__name {
        font-size: 26px
    }

    .promo-bottom__wrap,
    .promo__advantages {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo-bottom__wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (max-width:650px) {
    .promo-mobile_bg {
        border-radius: 15px;
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .promo-mobile_bg img {
        border-radius: 10px;
        height: 100%;
        min-height: 545px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .promo__name {
        margin-bottom: 15px;
        text-align: center
    }

    .promo_bg {
        display: none
    }

    .promo__iner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px
    }

    .promo__advantages {
        gap: 0;
        margin-bottom: 5px
    }

    .promo__item {
        min-height: 545px
    }

    .promo__price {
        font-size: 16px;
        margin: 0 auto;
        padding: 10px 12px
    }

    .promo-bottom__wrap {
        width: 100%
    }

    .promo__item-btn {
        min-width: 100%
    }
}

.photogallery__picture {
    height: 100%;
    width: 100%
}

.photogallery__picture img {
    border-radius: 25px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.photogallery__pagination {
    padding-bottom: 20px;
    padding-top: 30px
}

.photogallery__container {
    padding: 0
}

.photogallery-swiper,
.photogallery__title,
.photogallery_swiper-btns {
    padding: 0 10px
}

@media (max-width:600px) {
    .photogallery__pagination {
        display: none
    }

    .photogallery__picture img {
        border-radius: 10px
    }

    .photogallery__container {
        padding: 0
    }
}

.photogallery-page-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .photogallery-page-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

.photogallery-page__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.photogallery-page__item-inner>* {
    -ms-flex-preferred-size: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px)
}

.photogallery-page__item-picture img {
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.photogallery-page__title {
    font-family: Days One, sans-serif;
    font-size: 24px
}

.photogallery-page__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: 20px;
    margin-bottom: 50px;
    text-align: left
}

.photogallery-page__text p {
    font-size: 16px
}

.photogallery-page__item p {
    padding: 20px 0 40px;
    position: relative
}

.photogallery-page__item p:before {
    background: url(../img/icons/impulzus_icon.webp) 50% no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 85px
}

@supports not (background:url("../img/icons/impulzus_icon.webp")) {
    .photogallery-page__item p:before {
        background: url(../img/icons/impulzus_icon.jpg) 50% no-repeat
    }
}

@media (max-width:1024px) {
    .photogallery-page__item-inner {
        gap: 20px
    }

    .photogallery-page__item-inner>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:700px) {
    .photogallery-page__item-inner {
        gap: 20px
    }

    .photogallery-page__item-inner>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .photogallery-page__title {
        font-size: 18px
    }

    .photogallery-page__item-picture img {
        border-radius: 15px
    }

    .photogallery-page__text {
        gap: 10px;
        margin-bottom: 40px
    }

    .photogallery-page__text p {
        font-size: 14px
    }

    .photogallery-page__item p {
        padding: 15px 0 35px;
        position: relative
    }

    .photogallery-page__item p:before {
        width: 57px
    }
}

@media (max-width:550px) {
    .photogallery-page__tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: -webkit-gradient(linear, left bottom, left top, from(#f4f3f5), to(#f4f3f5)), #3b7379;
        background: linear-gradient(0deg, #f4f3f5, #f4f3f5), #3b7379;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding-bottom: 0;
        width: 100%
    }

    .photogallery-page__tab {
        color: #3b7379;
        font-size: 14px;
        padding: 15px
    }

    .photogallery-page__tab.active {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        color: #fff
    }

    .photogallery-page__tab.active:before {
        display: none
    }
}

.photogallery-page__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.photogallery-page__close {
    display: none
}

.photogallery-page__content {
    display: none;
    position: relative;
    text-align: center
}

.photogallery-page__content:hover {
    color: #71c399
}

.photogallery-page__content.active {
    display: block
}

.photogallery-page__swiper-wrapper {
    padding-top: 30px
}

@media (max-width:600px) {
    .general_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%
    }

    .photogallery-page__tabs__wrapper {
        gap: 0;
        margin: 0;
        padding: 0
    }

    .photogallery-page_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;
        transition: opacity .2s ease;
        z-index: 10020
    }

    .photogallery-page_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%
    }

    .photogallery-page_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;
        transition: scale .4s ease
    }

    .photogallery-page_tabs {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        margin-bottom: 25px
    }

    .photogallery-page_tabs.active .methods_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .photogallery-page_tabs.active .photogallery-page_tabs__container {
        opacity: 1;
        pointer-events: all
    }
}

.doctors__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #f4f3f5;
    border-radius: 25px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 20px;
    text-align: center
}

.doctors__item,
.doctors__item span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctors__item span {
    background: #71c399;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 25px;
    padding: 5px 10px;
    text-transform: uppercase
}

.doctors__item p {
    color: #3b7379;
    font-weight: 400;
    line-height: 1.56;
    text-align: center
}

.doctors__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    max-height: 180px;
    max-width: 300px;
    min-height: 180px;
    min-width: 60px;
    position: relative;
    width: 100%
}

.doctors__img img {
    bottom: 0;
    left: 50%;
    max-height: 210px;
    max-width: 200px;
    min-height: 210px;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.doctors__img:before {
    background: #71c399;
    border-radius: 50%;
    bottom: -40px;
    content: "";
    display: block;
    height: 110px;
    left: 90%;
    position: absolute;
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    width: 110px
}

.doctors__name {
    background: #f4f3f5;
    color: #3b7379;
    font-family: Days One;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 45px;
    padding-top: 20px;
    position: relative;
    text-align: center
}

.doctors__name:before {
    background: url(../img/doctors/pulse_icon.svg) 50% no-repeat;
    bottom: -25px;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85px
}

@supports not (background:url("../img/doctors/pulse_icon.svg")) {
    .doctors__name:before {
        background: url(../img/doctors/pulse_icon.png) 50% no-repeat
    }
}

.doctors__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.doctors__close {
    display: none
}

.doctors__content {
    color: #71c399;
    display: none;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: center
}

.doctors__content:hover {
    color: #71c399
}

.doctors__content.active {
    display: block
}

.doctors__swiper-wrapper {
    padding-top: 30px
}

.doctors__tab-wrapper {
    margin-bottom: 45px
}

.doctors__tab {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.doctors__tab:hover {
    color: #71c399
}

.doctors__tab.active {
    color: #71c399;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: center
}

.doctors__tab.active:before {
    background: #71c399;
    bottom: -16px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.doctors-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat;
    padding: 5px 0
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .doctors-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

.doctors__inner-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.doctors__inner-page>* {
    -ms-flex-preferred-size: calc(25% - 12px);
    flex-basis: calc(25% - 12px)
}

.doctors__container {
    padding: 0
}

.doctors-swiper,
.doctors__title,
.doctors_swiper-btns {
    padding: 0 10px
}

.doctor__card {
    margin-top: 70px
}

@media (max-width:1050px) {
    .doctors__inner-page>* {
        -ms-flex-preferred-size: calc(33% - 8px);
        flex-basis: calc(33% - 8px)
    }
}

@media (max-width:800px) {
    .doctors__tab {
        font-size: 14px
    }

    .doctors__tabs__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 10px
    }

    .doctors__name {
        font-size: 16px
    }

    .doctors__item {
        border-radius: 15px;
        padding: 10px
    }

    .doctors__item span {
        font-size: 11px;
        margin: 0 auto 20px
    }

    .doctors__tabs__wrapper {
        gap: 25px
    }

    .doctors__img {
        max-height: 160px;
        min-height: 160px
    }

    .doctors__img img {
        max-height: 180px;
        min-height: 180px
    }

    .doctors__img:before {
        right: 0
    }
}

@media (max-width:640px) {
    .doctors__inner-page>* {
        -ms-flex-preferred-size: calc(50% - 8px);
        -ms-flex-preferred-size: 100%;
        flex-basis: calc(50% - 8px);
        flex-basis: 100%
    }
}

.reviews__form {
    background: url(../img/doctors/form-bg.webp) 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@supports not (background:url("../img/doctors/form-bg.webp")) {
    .reviews__form {
        background: url(../img/doctors/form-bg.jpg) 50% no-repeat
    }
}

.reviews__form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 920px;
    padding: 105px 10px;
    text-align: center;
    width: 100%
}

.reviews__form-inner h3 {
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px
}

.reviews__form-inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

.teatarea__input {
    background: hsla(0, 0%, 100%, .15);
    background: hsla(0, 0%, 100%, .12);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
    min-height: 55px;
    padding: 15px;
    resize: none;
    width: 100%
}

.teatarea__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 15px;
    position: relative
}

.teatarea__input::-moz-placeholder {
    color: #fff;
    font-size: 15px;
    position: relative
}

.teatarea__input:-ms-input-placeholder {
    color: #fff;
    font-size: 15px;
    position: relative
}

.teatarea__input::-ms-input-placeholder {
    color: #fff;
    font-size: 15px;
    position: relative
}

.teatarea__input::placeholder {
    color: #fff;
    font-size: 15px;
    position: relative
}

.reviews__form-estimate-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .15);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 15px 18px
}

.reviews__form-estimate-item span {
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.reviews__form-estimate-item .rating>span:before {
    content: "★"
}

.reviews__form-estimate-item .rating>span.active {
    color: #71c399
}

.reviews__form-estimate-item .rating-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 2px;
    overflow: hidden
}

.reviews__form-estimate-item .rating-area:not(:checked)>input {
    display: none
}

.reviews__form-estimate-item .rating-area:not(:checked)>label {
    color: hsla(0, 0%, 100%, .314);
    cursor: pointer;
    float: right;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 15px
}

.reviews__form-estimate-item .rating-area:not(:checked)>label:before {
    content: "★";
    font-weight: 700
}

.reviews__form-estimate-item .rating-area:not(:checked)>label:hover,
.reviews__form-estimate-item .rating-area:not(:checked)>label:hover~label,
.reviews__form-estimate-item .rating-area>input:checked+label:hover,
.reviews__form-estimate-item .rating-area>input:checked+label:hover~label,
.reviews__form-estimate-item .rating-area>input:checked~label,
.reviews__form-estimate-item .rating-area>input:checked~label:hover,
.reviews__form-estimate-item .rating-area>input:checked~label:hover~label,
.reviews__form-estimate-item .rating-area>label:hover~input:checked~label {
    color: #fff
}

.reviews__form-estimate-item .rate-area>label:active {
    position: relative
}

.reviews__form-inputs {
    -ms-flex-preferred-size: calc(33% - 5px);
    flex-basis: calc(33% - 5px)
}

.reviews__form-estimate-item.estimate-item span {
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.reviews__form-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.doctor__card,
.reviews__form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor__card {
    gap: 80px
}

.doctor__picture {
    max-width: 390px;
    min-width: 390px
}

.doctor__about {
    -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;
    max-width: 910px
}

.doctor__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px
}

.doctor__btn-wrap {
    gap: 10px;
    margin-bottom: 60px
}

.doctor__btn-item,
.doctor__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor__btn-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #f4f3f5;
    border-radius: 10px;
    justify-content: center;
    padding: 22px 50px;
    text-align: center
}

.doctor__btn-item picture img {
    height: 30px;
    max-width: 150px;
    width: 100%
}

.doctor__info__wrap {
    gap: 50px;
    margin-bottom: 20px
}

.doctor__info-item,
.doctor__info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor__info-item {
    gap: 10px
}

.doctor__info-item picture img {
    height: 25px;
    width: 25px
}

.doctor__info-item p {
    color: #b1b0b3;
    font-size: 16px
}

.doctor__info-item span {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400
}

.schedule {
    margin-bottom: 15px;
    width: 100%
}

.schedule h5 {
    color: var(--3-b-7379, #3b7379);
    font-family: Days One, sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px
}

.schedule__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #d7e3ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.schedule__item:last-child {
    border-bottom: 0
}

.schedule__item p {
    font-size: 16px
}

.schedule__item span {
    font-size: 16px;
    font-weight: 600
}

.doctor__card-form {
    margin-bottom: 60px;
    width: 100%
}

.doctor__card-text-content-wrap>ol>li {
    padding: 7px 0
}

.doctor__card-photo .grade__inner {
    padding: 25px 50px
}

.doctor__card-picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    max-width: 410px;
    min-height: 350px;
    min-width: 410px;
    position: relative;
    width: 100%
}

.doctor__card-picture:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
    border-radius: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 237px;
    position: absolute;
    right: 0;
    width: 353px
}

.doctor__card-picture img {
    bottom: 0;
    height: 100%;
    left: 0;
    max-height: 350px;
    max-width: 344px;
    min-height: 350px;
    min-width: 344px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    width: 100%
}

@media (max-width:960px) {
    .doctor__picture {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        max-height: none;
        max-width: none
    }

    .doctor__picture img {
        max-height: 250px;
        max-width: 300px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .doctor__btn {
        width: 100%
    }

    .doctor__card-picture {
        min-height: 260px;
        min-width: 260px
    }

    .doctor__card-picture:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
        border-radius: 15px;
        height: 140px;
        width: 240px
    }

    .doctor__card-picture img {
        max-height: 260px;
        max-width: 254px;
        min-height: 260px;
        min-width: 254px
    }

    .doctor__card {
        gap: 40px
    }
}

@media (max-width:868px) {
    .reviews__form-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doctor__card {
        -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
    }

    .doctor__about {
        width: 100%
    }

    .doctor__info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .doctor__info-item picture {
        height: 20px;
        width: 20px
    }

    .doctor__info-item p,
    .doctor__info-item span {
        font-size: 14px
    }

    .doctor__card-photo .grade__inner {
        padding: 10px
    }

    .doctor__btn-wrap {
        display: none
    }

    .doctor__about .schedule h5 {
        font-size: 18px
    }

    .doctor__about .schedule p,
    .doctor__about .schedule span {
        font-size: 14px
    }
}

@media (max-width:800px) {
    .teatarea__input {
        max-width: 300px
    }

    .reviews__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews__form-inner {
        padding: 50px 10px
    }

    .reviews__form-inner h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .reviews__form-inner p {
        margin-bottom: 20px
    }

    .doctor__card-form {
        margin-bottom: 10px
    }
}

.submit2-block {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #d9d9d9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #d9d9d9;
    position: relative
}

.submit2-block__content {
    border-radius: 25px;
    margin-left: calc(50vw - 725px);
    max-width: 745px;
    padding: 45px 50px 50px
}

.submit2-block__content h3 {
    color: #fff;
    font-family: Days One;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.submit2-block__content p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 20px
}

.submit2__picture {
    bottom: 0;
    position: absolute;
    right: calc(50vw - 630px)
}

.submit2-block {
    padding: 60px 0
}

.picture__sumbit2__bg {
    background-color: #76bca4;
    border-radius: 25px 0 0 25px;
    display: block
}

.submit2__right {
    background: #3b7379;
    border-radius: 25px;
    margin-right: calc(50vw - 700px);
    max-width: 575px;
    padding: 90px 80px;
    position: absolute;
    right: 0
}

.submit2__right h5 {
    color: #fff;
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase
}

.submit2__right p {
    color: #fff
}

.submit2__right>* {
    margin-bottom: 40px
}

.submit2__right>:last-child {
    margin-bottom: 0
}

.submit2-block__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 130px;
    position: relative
}

@media (max-width:1400px) {
    .submit2-block__content {
        margin-left: 10px
    }

    .submit2__right {
        margin-right: 10px;
        max-width: 400px;
        padding: 45px 40px
    }
}

@media (max-width:1200px) {
    .submit2-block__inner {
        gap: 35px
    }

    .submit2-block__inner,
    .submit2__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .submit2__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        max-width: 100%;
        position: static;
        width: 100%
    }

    .submit2-block {
        padding: 45px 0 0
    }

    .submit2-block__content {
        margin-left: 0;
        padding: 0 10px
    }
}

@media (max-width:800px) {
    .submit2-block__content {
        border-radius: 25px;
        margin: 0 auto
    }

    .submit2-block__content h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .submit2-block__content p {
        font-size: 14px;
        margin-bottom: 25px
    }

    .submit2-block__inner {
        text-align: center
    }

    .submit2__right {
        text-align: left
    }

    .form__inputs {
        gap: 10px;
        margin: 0 auto 10px
    }

    .form-btn__inner,
    .form__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px
    }

    .form-btn__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .submit2__right {
        border-radius: 15px;
        padding: 25px 10px
    }

    .submit2__right h5 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .submit2-right__item {
        margin-bottom: 15px
    }
}

.text__wrapper {
    max-height: 600px;
    overflow: hidden;
    -webkit-transition: max-height .5s cubic-bezier(.175, .885, .32, 1);
    transition: max-height .5s cubic-bezier(.175, .885, .32, 1)
}

.text__item>* {
    margin-bottom: 20px
}

.text__item>:last-child {
    margin-bottom: 0
}

.text__item>h2 {
    clear: both;
    font-size: 44px;
    line-height: 1.25;
    padding-bottom: 15px
}

.text__item>h2,
.text__item>h3,
.text__item>h4,
.text__item>h5 {
    font-family: Days One, sans-serif
}

.text__item h3 {
    display: -webkit-box;
    font-size: 36px;
    line-height: 1.11;
    margin-top: 80px;
    padding-top: 25px
}

.text__item h4 {
    font-size: 24px;
    line-height: 1
}

.text__item h5 {
    font-size: 20px;
    line-height: 1
}

.text__item>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;
    padding-bottom: 10px;
    padding-top: 10px
}

.text__item>ul>li {
    padding-left: 14px;
    position: relative
}

.text__item>ul>li:before {
    background: #71c399;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px
}

.text__item>ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: num;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px
}

.text__item>ol>li {
    counter-increment: num;
    padding-left: 48px;
    position: relative
}

.text__item>ol>li:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), to(#80cca5)), #ecf2f9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5), #ecf2f9;
    border-radius: 50%;
    color: #fff;
    content: "0"counter(num);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 35px;
    z-index: 2
}

.text__item>ol>li:nth-child(n+9):before {
    content: counter(num)
}

.text__item blockquote {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), to(#80cca5)), #ecf2f9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5), #ecf2f9;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 25px 25px 25px 100px;
    position: relative
}

.text__item blockquote:before {
    background: url(../img/icons/quotes_white.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 45px;
    left: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    z-index: 2
}

@supports not (background:url("../img/icons/quotes_white.svg")) {
    .text__item blockquote:before {
        background: url(../img/icons/quotes_white.png) 50% no-repeat
    }
}

.doctor-text__item>h4 {
    margin-top: 40px
}

.checkmark-list 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: 15px
}

.checkmark-list ul>li {
    padding-left: 33px;
    position: relative
}

.checkmark-list ul>li:before {
    background: url(../img/icons/checkmark1.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

@supports not (background:url("../img/icons/checkmark1.svg")) {
    .checkmark-list ul>li:before {
        background: url(../img/icons/checkmark1.png) 50% no-repeat
    }
}

.float-right {
    float: right;
    margin-bottom: 20px;
    margin-left: 60px;
    max-width: 50%
}

.float-right img {
    border-radius: 25px
}

.float-left {
    float: left;
    margin-bottom: 20px;
    margin-right: 60px;
    max-width: 50%
}

.float-left img {
    border-radius: 25px
}

.text-video__item {
    position: relative
}

.text-video__item p {
    bottom: 0;
    color: #fff;
    display: block;
    font-family: Days One;
    font-size: 32px;
    left: 0;
    line-height: 1.25;
    padding: 35px 40px;
    position: absolute;
    z-index: 3
}

.text-video__item iframe {
    border-radius: 25px
}

.text-video-content {
    border-radius: 25px;
    height: 620px
}

.text-video__item.active>p {
    display: none
}

.text__pic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 80px
}

.text__pic {
    max-height: 330px;
    min-height: 330px;
    width: 100%
}

.text__pic img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.text__content-col>a {
    color: #71c399;
    font-weight: 600;
    line-height: 1;
    padding-right: 10px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.text__content-col>a:before {
    background: url(../img/text/arrow.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

@supports not (background:url("../img/text/arrow.svg")) {
    .text__content-col>a:before {
        background: url(../img/text/arrow.png) 50% no-repeat
    }
}

@media (max-width:1000px) {
    .text__content-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:800px) {
    .text__pic-wrap {
        margin-bottom: 40px
    }

    .float-right {
        margin-left: 0;
        max-width: 100%
    }

    .float-right img {
        border-radius: 10px;
        height: 100%
    }

    .float-left {
        margin-right: 0;
        max-width: 100%
    }

    .float-left img {
        border-radius: 10px;
        height: 100%
    }

    .text__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .text__item h2 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .text__item h3 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px
    }

    .text__item h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .text__item h5 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px
    }

    .text__item p {
        margin-bottom: 15px
    }

    .text__item p:last-child {
        margin-bottom: 0
    }

    .text__item b {
        font-weight: 600;
        margin-bottom: 10px
    }

    .text__item>a {
        font-size: 14px
    }

    .text__item blockquote {
        border-radius: 10px;
        font-size: 14px;
        padding: 20px 20px 20px 60px
    }

    .text__item blockquote:before {
        background-size: cover;
        height: 20px;
        left: 25px;
        top: 35px;
        width: 26px
    }

    .text-content__wrap {
        margin-bottom: 40px
    }
}

@media (max-width:500px) {
    .text__content blockquote {
        border-radius: 10px;
        font-size: 14px;
        padding: 55px 20px 20px
    }

    .text__content blockquote:before {
        background-size: cover;
        height: 20px;
        left: 25px;
        top: 25px;
        width: 26px
    }
}

.methods__content {
    color: #fff;
    display: none;
    gap: 20px
}

.methods__content.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.methods__content.active,
.methods__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.methods__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #f4f3f5;
    border-radius: 25px;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding: 50px;
    width: 100%
}

.methods__item-btn {
    font-family: Nunito, sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative
}

.methods__item-btn:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    width: 0
}

.methods__item-btn:hover:before {
    width: 100%
}

.methods__title {
    color: #3b7379;
    font-family: Days One;
    font-size: 24px;
    font-weight: 400;
    line-height: 1
}

.methods__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.methods__picture {
    border-radius: 10px;
    max-width: 360px;
    overflow: hidden;
    width: 100%
}

.methods__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.methods__iner {
    -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: 20px;
    height: auto;
    max-width: calc(100% - 400px)
}

.methods__iner p {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56
}

.methods-text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1
}

.methods-text__wrap,
.methods__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.methods__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.methods__close {
    display: none
}

.methods__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.methods__tab {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.methods__tab:hover {
    color: #71c399
}

.methods__tab.active {
    color: #71c399;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: center
}

.methods__tab.active:before {
    background: #71c399;
    bottom: -16px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.methods__table {
    margin-bottom: 30px
}

.main-methods__table {
    margin-bottom: 0
}

.main-methods__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.main-methods__inner,
.methods__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.methods__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

@media (max-width:1024px) {
    .methods__tabs__wrapper {
        gap: 20px;
        margin-bottom: 25px
    }

    .methods__tab {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        width: auto
    }

    .methods__title {
        font-size: 20px
    }

    .methods__cost {
        font-size: 18px
    }

    .methods__item-btn {
        font-size: 16px
    }

    .methods__picture {
        width: 20px
    }

    .methods__item {
        padding: 10px
    }
}

@media (max-width:800px) {
    .tabs__active-text {
        font-size: 14px
    }

    .test__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .test__tab {
        font-size: 14px !important;
        padding: 15px
    }

    .test__title {
        font-size: 18px;
        margin-bottom: 0
    }
}

@media (max-width:550px) {
    .methods__btn {
        display: block;
        height: 25px;
        line-height: 1;
        text-align: center
    }

    .methods__btn,
    .methods__tab {
        font-size: 14px
    }

    .methods__title {
        font-size: 16px
    }

    .methods__item {
        padding: 5px
    }

    .methods__cost {
        font-size: 14px
    }

    .tabs__active-text {
        position: relative;
        text-align: left;
        width: 100%
    }

    .tabs__active-text:before {
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        content: "";
        display: block;
        height: 7px;
        position: absolute;
        right: 0;
        top: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 7px
    }

    .methods_tabs__active {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        color: #fff;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        gap: 20px;
        justify-content: space-between;
        padding: 15px 20px;
        width: 100%
    }

    .methods_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;
        transition: opacity .2s ease;
        z-index: 10020
    }

    .methods_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%
    }

    .methods_tabs__wrapper {
        border-radius: 20px;
        overflow: hidden;
        pointer-events: none;
        scale: .4;
        -webkit-transition: scale .4s ease;
        transition: scale .4s ease
    }

    .methods__tabs__wrapper,
    .methods_tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .methods__tabs__wrapper {
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        padding: 5px;
        width: 100%
    }

    .methods__tab {
        background: #fff;
        border-radius: 10px;
        border-radius: 15px;
        color: #3b7379;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        padding: 20px 25px;
        width: 100%
    }

    .methods__tab.active,
    .methods__tab:hover {
        color: #fff
    }

    .methods__tab.active,
    .methods__tab:hover,
    .methods_tabs {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379
    }

    .methods_tabs {
        border-radius: 10px;
        margin-bottom: 25px
    }

    .methods_tabs.active .methods_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .methods_tabs.active .methods_tabs__container {
        opacity: 1;
        pointer-events: all
    }

    .methods__tab.active:before {
        display: none
    }
}

.faq-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.faq-btn__wrap,
.faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 45px
}

.faq__item {
    background: #f4f3f5;
    border-radius: 10px;
    position: relative
}

.faq__item:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: 35px;
    top: 18px;
    width: 36px
}

.faq__item-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Days One;
    font-size: 16px;
    font-size: 20px;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 70px 20px 25px;
    position: relative;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.faq__item-title:after,
.faq__item-title:before {
    background-color: #71c399;
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 43px;
    top: 50%;
    -webkit-transition: width .2s ease, color .2s ease;
    transition: width .2s ease, color .2s ease;
    width: 20px
}

.faq__item-title:after {
    height: 20px;
    right: 37px;
    top: calc(50% + 1px);
    -webkit-transform: translate3d(-15px, -50%, 0);
    transform: translate3d(-15px, -50%, 0);
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    width: 2px
}

.faq__item-title.active:after {
    height: 0
}

.faq__item-title:hover {
    color: #71c399
}

.faq__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px 25px
}

@media (max-width:800px) {
    .faq__text {
        padding: 20px
    }

    .faq__item-title {
        font-size: 14px;
        padding: 12px 40px 12px 20px
		cursor: pointer;
		position: relative;
    }

    .faq__item-title:after {
        height: 10px;
        right: 16px
    }

    .faq__item-title:before {
        right: 27px;
        width: 10px
    }

    .faq__item:before {
        height: 25px;
        right: 20px;
        top: 12px;
        width: 25px
    }

    .faq__inner {
        gap: 5px;
        margin-bottom: 25px
    }
}

@media (max-width:600px) {

    .faq-btn__wrap,
    .faq__item:before {
        display: none
    }
}

.faq-page_title {
    color: #3b7379;
    font-family: Days One, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 auto;
    text-align: center
}

.faq-page-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .faq-page-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

.faq-page__content {
    color: #3b7379;
    display: none;
    gap: 20px
}

.faq-page__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.faq-page__close {
    display: none
}

.faq-page__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.faq-page__tab {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.faq-page__tab:hover {
    color: #71c399
}

.faq-page__tab.active {
    color: #71c399;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: center
}

.faq-page__tab.active:before {
    background: #71c399;
    bottom: -16px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.main-faq-page__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: 60px
}

.tabs__active {
    display: none
}

.faq-page__form {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5));
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%);
    border-radius: 30px;
    width: 100%
}

.faq-page__form h3 {
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 35px;
    text-align: center
}

.faq-page-form__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: 0 auto;
    max-width: 930px;
    padding: 80px 10px;
    width: 100%
}

.faq-page__form-inputs {
    max-height: 150px
}

.faq-page__form-bottom,
.faq-page__form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.faq-page__form-bottom>* {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.faq-page__input-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: 15px
}

.faq-page {
    margin-bottom: 55px
}

@media (max-width:1024px) {
    .faq-page__tabs__wrapper {
        gap: 20px;
        margin-bottom: 25px
    }

    .faq-page__tab {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        width: auto
    }

    .faq-page__title {
        font-size: 20px
    }

    .faq-page__cost {
        font-size: 18px
    }

    .faq-page__item-btn {
        font-size: 16px
    }

    .faq-page__picture {
        width: 20px
    }

    .faq-page__item {
        padding: 10px
    }
}

@media (max-width:800px) {
    .tabs__active-text {
        font-size: 14px
    }

    .test__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .test__tab {
        font-size: 14px !important;
        padding: 15px
    }

    .test__title {
        font-size: 18px;
        margin-bottom: 0
    }

    .faq-page__form-inputs {
        max-height: 100%
    }

    .faq-page__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq-page__form-btn {
        margin: 0 auto;
        max-width: 300px;
        min-width: 300px
    }

    .faq-page__form h3 {
        font-size: 26px;
        font-weight: 400px
    }

    .faq-page-form__inner {
        padding: 25px 15px
    }

    .faq-page__form-inputs {
        margin: 0 auto
    }
}

@media (max-width:550px) {
    .tabs__active-text {
        position: relative;
        text-align: left;
        width: 100%
    }

    .tabs__active-text:before {
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        content: "";
        display: block;
        height: 7px;
        position: absolute;
        right: 0;
        top: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 7px
    }

    .faq-page_tabs__active {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        color: #fff;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        gap: 20px;
        justify-content: space-between;
        padding: 15px 20px;
        width: 100%
    }

    .faq-page_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;
        transition: opacity .2s ease;
        z-index: 10020
    }

    .faq-page_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%
    }

    .faq-page_tabs__wrapper {
        border-radius: 20px;
        overflow: hidden;
        pointer-events: none;
        scale: .4;
        -webkit-transition: scale .4s ease;
        transition: scale .4s ease
    }

    .faq-page__tabs__wrapper,
    .faq-page_tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq-page__tabs__wrapper {
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        padding: 5px;
        width: 100%
    }

    .faq-page__tab {
        background: #fff;
        border-radius: 10px;
        border-radius: 15px;
        color: #3b7379;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        padding: 20px 25px;
        width: 100%
    }

    .faq-page__tab.active,
    .faq-page__tab:hover {
        color: #fff
    }

    .faq-page__tab.active,
    .faq-page__tab:hover,
    .faq-page_tabs {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379
    }

    .faq-page_tabs {
        border-radius: 10px;
        margin-bottom: 25px
    }

    .faq-page_tabs.active .faq-page_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .faq-page_tabs.active .faq-page_tabs__container {
        opacity: 1;
        pointer-events: all
    }

    .faq-page__tab.active:before {
        display: none
    }
}

@media (max-width:400px) {
    .faq-page__form-btn {
        min-width: 270px
    }
}

.licences__picture {
    background: #fff;
    border: 2px solid #71c399;
    border-radius: 15px;
    height: 320px;
    padding: 15px;
    width: 232px
}

.licences__picture img {
    border: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.licences__item {
    scale: .8;
    -webkit-transition: scale .3s ease;
    transition: scale .3s ease
}

.licences__item.swiper-slide-active {
    scale: 1
}

.licences__container {
    padding: 0
}

.licences-swiper,
.licences__title,
.licences_swiper-btns {
    padding: 0 10px
}

.licences-page-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .licences-page-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

.licences-page__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.licences-page__item-inner>* {
    -ms-flex-preferred-size: calc(25% - 22.5px);
    flex-basis: calc(25% - 22.5px)
}

.licences-page__item-picture {
    border: 2px solid #efecf2;
    border-radius: 15px;
    padding: 15px
}

.licences-page__item-picture img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.licences-page__title {
    font-family: Days One, sans-serif;
    font-size: 24px
}

.licences-page__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: 20px;
    margin-bottom: 50px
}

.licences-page__text p {
    font-size: 16px
}

.licences-page__item p {
    padding: 15px 0 0;
    text-align: center
}

@media (max-width:1024px) {
    .licences-page__item-inner {
        gap: 20px
    }

    .licences-page__item-inner>* {
        -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
        flex-basis: calc(33.33333% - 13.33333px)
    }
}

@media (max-width:700px) {
    .licences-page__item-inner>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }

    .licences-page__title {
        font-size: 18px
    }

    .licences-page__item-picture {
        border-radius: 10px;
        padding: 5px
    }

    .licences-page__item-picture img {
        border-radius: 5px
    }

    .licences-page__text {
        gap: 10px;
        margin-bottom: 35px
    }

    .licences-page__text p {
        font-size: 14px
    }
}

.price__block {
    background: #f4f3f5;
    padding: 160px 0 140px
}

.price__wrapper {
    width: 100%
}

.price__content {
    color: #fff;
    display: none;
    gap: 10px
}

.price__content.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.price__content.active,
.price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.price__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    gap: 5px;
    justify-content: space-between;
    padding: 12px 12px 12px 30px;
    width: 100%
}

.price__title {
    -ms-flex-preferred-size: calc(55% - 5px);
    color: #3b7379;
    flex-basis: calc(55% - 5px);
    font-size: 16px;
    font-weight: 600;
    line-height: 1
}

.price__cost {
    -ms-flex-preferred-size: calc(25% - 5px);
    color: var(--3-b-7379, #3b7379);
    flex-basis: calc(25% - 5px);
    font-weight: 400;
    line-height: 1
}

.price__bottom {
    -ms-flex-preferred-size: calc(20% - 5px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    align-items: center;
    flex-basis: calc(20% - 5px);
    justify-content: right;
    text-align: right
}

.price__bottom,
.price__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.price__item-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #71c399;
    border-radius: 50px;
    color: #71c399;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    padding: 15px 30px;
    position: relative;
    text-align: center
}

.price__item-btn:hover {
    background: #71c399;
    color: #fff
}

.tabs__close {
    display: none
}

.price__tabs__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    min-width: 343px;
    padding: 5px
}

.price__tab {
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 25px;
    width: 100%
}

.price__tab:hover {
    background: rgba(59, 115, 121, .5)
}

.price__tab.active {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), #3b7379;
    background: linear-gradient(0deg, #fff, #fff), #3b7379;
    border: none;
    color: #71c399
}

.price__table {
    margin-bottom: 30px
}

.main-price__table {
    margin-bottom: 0
}

.main-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;
    gap: 60px
}

.price__btn {
    display: inline
}

.price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.section-offset-price {
    padding: 5px 0 0
}

.price-page__title {
    margin-top: 80px
}

.price__block-page {
    background-color: #fff;
    padding: 0
}

.price__item-page {
    background: #f4f3f5;
    border-radius: 15px;
    padding: 25px 30px
}

.price__item-page .price__bottom {
    -ms-flex-preferred-size: calc(22% - 5px);
    flex-basis: calc(22% - 5px);
    font-size: 15px
}

.price__item-page .price__bottom .price__item-btn {
    padding: 15px;
    width: 100%
}

.price__item-page .price__title {
    -ms-flex-preferred-size: calc(28% - 5px);
    flex-basis: calc(28% - 5px);
    font-family: Days One, sans-serif;
    font-size: 20px;
    line-height: 1.25
}

.price__item-page .price__descr {
    -ms-flex-preferred-size: calc(50% - 5px);
    color: #3b7379;
    flex-basis: calc(50% - 5px);
    font-size: 14px;
    line-height: 1.4
}

@media (max-width:1000px) {
    .price__tabs__wrapper {
        min-width: 100%
    }
}

@media (max-width:800px) {
    .price-page__title {
        margin-top: 40px
    }

    .price__block {
        padding: 40px 0 0
    }

    .price__tab {
        border-radius: 10px;
        font-size: 16px;
        padding: 15px
    }

    .price__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .price__item,
    .price__tabs__wrapper {
        border-radius: 10px
    }

    .price__bottom {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .price__item-btn {
        width: 100%
    }

    .price__item-page {
        -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;
        padding: 15px
    }

    .price__item-page>.price__bottom>.price__item-btn {
        min-width: 270px
    }
}

@media (max-width:600px) {
    .section-offset-price {
        padding: 5px 0 0
    }

    .price__cost {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }

    .price__item {
        padding: 12px
    }

    .price__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .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;
        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;
        transition: scale .4s ease
    }

    .price_tabs {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        margin-bottom: 25px
    }

    .price_tabs.active .methods_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .price_tabs.active .price_tabs__container {
        opacity: 1;
        pointer-events: all
    }
}

.submit3-block {
    background: url(../img/submit/submit_bg.webp) 50% no-repeat;
    position: relative
}

@supports not (background:url("../img/submit/submit_bg.webp")) {
    .submit3-block {
        background: url(../img/submit/submit_bg.jpg) 50% no-repeat
    }
}

.submit3-block__content {
    border-radius: 25px;
    margin-left: calc(50vw - 680px);
    min-width: 920px;
    padding: 105px 0
}

.submit3-block__content h3 {
    color: #fff;
    font-family: Days One;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.submit3-block__content p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 40px
}

.submit3-form__inputs {
    max-height: 55px
}

.submit3-form__label input {
    height: 100%
}

.submit3-block__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 130px;
    position: relative
}

.submit3-right__item {
    margin-bottom: 40px
}

@media (max-width:1400px) {
    .submit3-block__content {
        margin: 0 auto;
        min-width: 100%;
        padding: 105px 10px
    }

    .submit3-form__inputs {
        max-height: 100%
    }

    .submit3-form__inputs>* {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
}

@media (max-width:800px) {
    .submit3-block__content {
        padding: 45px 10px
    }

    .submit3-block__content h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .submit3-block__content p {
        font-size: 14px;
        margin-bottom: 25px
    }

    .submit3-block {
        background: #5e9f95
    }
}

.stock__item {
    border-radius: 25px;
    height: auto;
    width: 100%
}

.stock__picture {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.stock__picture img {
    background: rgba(59, 115, 121, .35);
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.stock__picture img,
.stock__picture img:after {
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    height: 100%
}

.stock__picture img:after {
    background: rgba(15, 54, 58, .55);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.stock__wrap {
    padding: 30px
}

.stock__link,
.stock__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.stock__link {
    border-radius: 25px
}

.stock__link:after {
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    background-color: rgba(59, 115, 121, .35);
    border-radius: 25px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
    z-index: -1
}

.stock__link:hover:after {
    background-color: rgba(0, 116, 56, .35)
}

.stock__top {
    margin-bottom: 95px
}

.stock__top span {
    background: #71c399;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase
}

.stock__bottom h5 {
    color: #fff;
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 45px;
    position: relative;
    width: 100%
}

.stock__bottom h5:before {
    background: url(../img/stock/pulse-white_icon.svg) 50% no-repeat;
    background-position-x: left;
    bottom: 20%;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

@supports not (background:url("../img/stock/pulse-white_icon.svg")) {
    .stock__bottom h5:before {
        background: url(../img/stock/pulse-white_icon.png) 50% no-repeat
    }
}

.stock__bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.stock-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.stock__inner {
    margin-bottom: 45px
}

.stock__container {
    padding: 0
}

.stock-swiper,
.stock__title,
.stock_swiper-btns {
    padding: 0 10px
}

.stock__inner-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.stock__inner-page>* {
    -ms-flex-preferred-size: calc(33% - 8px);
    flex-basis: calc(33% - 8px)
}

.stock__card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    padding: 60px 0 0
}

.stock__card-inner>* {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px)
}

.stock__card {
    padding: 5px 0 0
}

.stock__card-text-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.stock__card-text-content span {
    font-weight: 600;
    margin-bottom: 10px
}

.stock__card-text-content p {
    margin-bottom: 30px
}

.stock__card-text-content>p:last-child {
    margin-bottom: 65px
}

.stock__card-item img {
    border-radius: 25px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.stock__card-time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f3f5;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    padding: 5px 35px 5px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.stock__card-time>span {
    font-weight: 600;
    margin-bottom: 0
}

@media (max-width:1100px) {
    .stock__card-time {
        gap: 25px
    }

    .stock__card-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
        padding: 0 10px
    }

    .stock__card {
        padding: 5px 0 0
    }

    .stock__card-item img {
        border-radius: 15px
    }
}

@media (max-width:480px) {
    .stock__card-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px;
        width: 100%
    }

    .stock__card-time-btn {
        min-width: 260px
    }
}

@media (max-width:1000px) {
    .stock__inner-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .stock__inner-page>* {
        -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px)
    }
}

@media (max-width:700px) {
    .stock__inner-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .stock__inner-page>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:800px) {
    .stock__top {
        margin-bottom: 50px
    }

    .stock__item,
    .stock__link,
    .stock__link:after,
    .stock__picture img {
        border-radius: 15px
    }

    .stock-btn__wrap {
        display: none
    }

    .stock__inner {
        margin-bottom: 0
    }
}

@media (max-width:400px) {
    .stock__link {
        max-height: 235px
    }

    .stock__wrap {
        padding: 20px
    }

    .stock__bottom h5 {
        font-size: 18px;
        padding-bottom: 45px
    }

    .stock__bottom p {
        font-size: 14px
    }
}

.reviews__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.reviews__close {
    display: none
}

.reviews__content {
    display: none;
    position: relative;
    text-align: center
}

.reviews__content:hover {
    color: #71c399
}

.reviews__content.active {
    display: block
}

.reviews__content.active .reviews__swiper-wrapper {
    padding-top: 30px
}

.reviews__tab-wrapper {
    margin-bottom: 45px
}

.general__tab {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.general__tab:hover {
    color: #71c399
}

.general__tab.active {
    color: #71c399;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: center
}

.general__tab.active:before {
    background: #71c399;
    bottom: -16px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.reviews-top__wrap,
.reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    border: 2px solid #efecf2;
    border-radius: 15px;
    height: 100%;
    justify-content: space-between;
    padding: 40px 30px 25px;
    text-align: left
}

.reviews__top {
    margin-bottom: 10px
}

.reviews__top h5 {
    color: #3b7379;
    font-family: Days One;
    font-size: 20px;
    line-height: 1
}

.reviews__btn {
    color: #71c399;
    display: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.reviews__btn:before {
    border-right: 3px solid #71c399;
    border-top: 3px solid #71c399;
    content: "";
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 5px;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px
}

.reviews__btn.active {
    display: block
}

.reviews__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #dfdff2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0
}

.reviews__bottom span {
    color: #858fa1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.reviews__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    padding-left: 30px;
    position: relative
}

.reviews__card:before {
    background: url(../img/reviews/user_icon.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px
}

@supports not (background:url("../img/reviews/user_icon.svg")) {
    .reviews__card:before {
        background: url(../img/reviews/user_icon.png) 50% no-repeat
    }
}

.reviews__date {
    padding-left: 30px;
    position: relative
}

.reviews__date:before {
    background: url(../img/reviews/calendar_icon.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px
}

@supports not (background:url("../img/reviews/calendar_icon.svg")) {
    .reviews__date:before {
        background: url(../img/reviews/calendar_icon.png) 50% no-repeat
    }
}

.reviews__text {
    margin-bottom: 10px;
    position: relative
}

.reviews__text p {
    color: #3b7379;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56
}

.reviews__text:not(.reviews_text_original).hidden {
    max-height: 150px;
    overflow: hidden
}

.reviews__text:not(.reviews_text_original).hidden:before {
    background: #fff;
    bottom: -5px;
    content: "";
    display: block;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.reviews-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.reviews-page__inner>* {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.reviews-page__video-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.reviews-page__video-inner>* {
    -ms-flex-preferred-size: calc(20% - 12px);
    flex-basis: calc(20% - 12px)
}

.reviews-page__video-item {
    position: relative
}

.reviews-page__video-item p {
    bottom: 20px;
    color: #fff;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: left;
    z-index: 2
}

.maps__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: center
}

.maps__item {
    background: #f4f3f5;
    border-radius: 15px;
    height: 190px;
    max-width: 457px;
    padding: 5px;
    width: 100%
}

.maps-picture__img {
    padding: 30px
}

.maps-picture__img img {
    max-height: 55px
}

.grade__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rating span {
    color: #d3d3d3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.rating>span:before {
    content: "★"
}

.rating>span.active {
    color: #71c399
}

.rating-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
    overflow: hidden
}

.rating-area:not(:checked)>input {
    display: none
}

.rating-area:not(:checked)>label {
    color: #b3e2ca;
    cursor: pointer;
    float: right;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 25px
}

.rating-area:not(:checked)>label:before {
    content: "★";
    font-weight: 700
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: #71c399
}

.rate-area>label:active {
    position: relative
}

.grade__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    gap: 15px;
    justify-content: space-between;
    padding: 5px
}

.grade__inner>span {
    background: #71c399;
    border-radius: 5px;
    color: #fff;
    font-family: Days One;
    font-size: 20px;
    line-height: 1;
    padding: 15px;
    text-align: center
}

.grade__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px
}

.grade__rating>span {
    display: block;
    height: 20px;
    width: 20px
}

.grade__rating>span:before {
    color: #afeccd;
    content: "★";
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.grade__rating>span.active:before {
    color: #71c399
}

@media (max-width:1250px) {
    .maps__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .text-video-content {
        height: 520px
    }

    .reviews-page__video-inner>* {
        -ms-flex-preferred-size: calc(25% - 11.25px);
        flex-basis: calc(25% - 11.25px)
    }
}

@media (max-width:1000px) {
    .reviews-page__video-inner>* {
        -ms-flex-preferred-size: calc(33.33333% - 10px);
        flex-basis: calc(33.33333% - 10px)
    }
}

@media (max-width:800px) {
    .reviews-page__video-inner>* {
        -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px)
    }

    .text-video-content {
        height: 420px
    }

    .reviews__top {
        margin-bottom: 10px
    }

    .reviews__top h5 {
        font-size: 18px
    }

    .reviews__btn,
    .reviews__text p {
        font-size: 14px
    }

    .reviews__btn {
        margin-bottom: 20px
    }

    .reviews__bottom span {
        font-size: 14px
    }

    .reviews__item {
        min-height: 100%;
        padding: 25px 20px
    }

    .reviews__card:before,
    .reviews__date:before {
        height: 16px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px
    }

    .reviews__date:before {
        content: "";
        display: block;
        position: absolute
    }

    .reviews-text_swiper-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        padding-top: 80px;
        position: static;
        width: 100%
    }
}

@media (max-width:600px) {
    .general_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%
    }

    .reviews_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;
        transition: opacity .2s ease;
        z-index: 10020
    }

    .reviews_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%
    }

    .reviews_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;
        transition: scale .4s ease
    }

    .reviews_tabs {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        margin-bottom: 25px
    }

    .reviews_tabs.active .methods_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .reviews_tabs.active .reviews_tabs__container {
        opacity: 1;
        pointer-events: all
    }
}

.reviews__container {
    padding: 0
}

.reviews-text-swiper,
.reviews__title {
    padding: 0 10px
}

@media (max-width:500px) {

    .reviews-page__inner>*,
    .reviews-page__video-inner>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .maps-picture__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .maps-picture__img img {
        max-height: 40px
    }

    .text-video-content {
        height: 320px
    }

    .maps__item {
        height: auto
    }

    .grade__inner {
        padding: 10px 6px
    }

    .grade__inner span {
        font-size: 16px
    }

    .grade__inner {
        gap: 2px;
        padding: 5px
    }

    .rating-area:not(:checked)>label {
        font-size: 20px
    }

    .rating-area {
        gap: 2px;
        margin-left: 0
    }

    .youtube .play {
        height: 50px;
        width: 50px
    }
}

@media (max-width:400px) {
    .maps-picture__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .maps-picture__img img {
        max-height: 40px
    }

    .text-video-content {
        height: 260px
    }
}

.reviews-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.reviews-page__content>* {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.reviews-page-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .reviews-page-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

@media (max-width:550px) {
    .reviews__tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: -webkit-gradient(linear, left bottom, left top, from(#f4f3f5), to(#f4f3f5)), #3b7379;
        background: linear-gradient(0deg, #f4f3f5, #f4f3f5), #3b7379;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding-bottom: 0;
        width: 100%
    }

    .general__tab {
        color: #3b7379;
        font-size: 14px;
        padding: 15px
    }

    .general__tab.active {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        color: #fff
    }

    .general__tab.active:before {
        display: none
    }
}

.play-button-service {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 35px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 35px
}

.play-button-service.hide,
.play-button.hide {
    display: none
}

.video__item {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.video__item iframe {
    width: 100%
}

.video__item:hover .youtube .play {
    height: 80px;
    width: 80px
}

.video__picture {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 2
}

.video__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.video__picture:after {
    background: rgba(15, 54, 58, .55);
    border-radius: 20px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.video__item.active .video__picture {
    opacity: 0;
    pointer-events: none
}

.youtube {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.youtube .play {
    background: url(../img/icons/play.svg) 50% no-repeat;
    background-size: cover;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: width .3s ease, height .3s ease;
    transition: width .3s ease, height .3s ease;
    width: 60px;
    z-index: 10
}

.if_video {
    border-radius: 20px
}

@media (max-width:800px) {
    .youtube {
        border-radius: 10px
    }
}

.if_video {
    border-radius: 10px
}

.video-content {
    width: 100%
}

.video__picture:after {
    border-radius: 10px
}

@media (max-width:800px) {
    .text-video__item p {
        font-size: 18px;
        padding: 15px 20px
    }
}

.stages__inner ol {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    counter-reset: num;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 55px
}

.stages__inner ol,
.stages__inner ol li {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stages__inner ol li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: num;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    max-width: calc(25% - 3.75px);
    padding: 0 28px;
    position: relative
}

.stages__inner ol li picture {
    height: 60px;
    left: 50%;
    position: absolute;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px
}

.stages__inner ol li:before {
    color: #eaf6f0;
    content: counter(num) ".";
    font-family: Days One;
    font-size: 140px;
    line-height: 1;
    text-align: center
}

.stages__inner ol li:nth-child(-n+9):before {
    content: "0"counter(num)
}

.stages__inner ol li p {
    color: var(--3-b-7379, #3b7379);
    font-family: Days One;
    font-size: 20px;
    line-height: 1.25;
    text-align: center
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.stages__form {
    background: #f4f3f5;
    border-radius: 15px;
    padding: 45px 50px
}

.stages__form p {
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px
}

.stages-form__input-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%
}

.stages-form__input-wrap>* {
    -ms-flex-preferred-size: calc(25% - 3.75px);
    flex-basis: calc(25% - 3.75px)
}

.stages__input {
    background: #fff;
    border-radius: 5px;
    color: #b1b0b3;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    min-height: 55px;
    padding: 15px 15px 15px 50px;
    width: 100%
}

.stages__input::-webkit-input-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.stages__input::-moz-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.stages__input:-ms-input-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.stages__input::-ms-input-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.stages__input::placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.stages-privacy-policy {
    color: #b1b0b3;
    font-size: 13px;
    line-height: 1.5
}

.stages-privacy-policy a {
    text-decoration-line: underline
}

.stages-privacy-policy a:hover {
    color: #b3e2ca
}

.stages-form__label {
    position: relative
}

.stages-form__label-picture {
    height: 17px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px
}

.stages-form__label-picture img {
    height: 17px;
    width: 17px
}

.custom-select__wrapper {
    background: #fff;
    border-radius: 5px;
    max-height: 55px;
    min-height: 55px;
    position: relative
}

.custom-select__wrapper:after {
    background: url(../img/stages/stages_medical.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 17px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 17px;
    z-index: 3
}

@supports not (background:url("../img/stages/stages_medical.svg")) {
    .custom-select__wrapper:after {
        background: url(../img/stages/stages_medical.png) 50% no-repeat
    }
}

.custom-select__wrapper:before {
    border-right: 3px solid #71c399;
    border-top: 3px solid #71c399;
    content: "";
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 23px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px
}

.custom-select {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1;
    max-width: 100%;
    padding: 20px 15px 20px 55px;
    width: 100%
}

.custom-select:focus {
    border-color: #b1b0b3;
    color: #b1b0b3;
    outline: none;
    width: 100%
}

@media (max-width:1200px) {
    .stages__inner>ol>* {
        -ms-flex-preferred-size: calc(25% - 1.25px);
        flex-basis: calc(25% - 1.25px)
    }
}

@media (max-width:1140px) {
    .stages-form__input-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stages-form__input-wrap>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:1100px) {
    .stages__inner ol li {
        padding: 0
    }
}

@media (max-width:980px) {
    .stages__inner ol {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .stages__inner ol li {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px)
    }

    .stages__inner ol li:before {
        font-size: 102px
    }

    .stages__inner ol li p {
        font-size: 16px
    }

    .stages__inner ol li picture {
        height: 40px;
        width: 40px
    }
}

@media (max-width:650px) {
    .stages-form__input-wrap {
        gap: 10px
    }

    .stages-form__input-wrap>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .stages__form {
        padding: 35px 10px
    }

    .stages__form p {
        margin-bottom: 15px
    }
}

@media (max-width:600px) {
    .stages__inner ol li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        gap: 0;
        max-width: 100%;
        text-align: center
    }

    .stages__inner ol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.articles-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.articles__picture {
    margin-bottom: 20px
}

.articles__picture img {
    border-radius: 25px;
    max-height: 260px;
    position: relative;
    z-index: 1
}

.articles__picture span {
    background: #fff;
    border-radius: 50px;
    margin: 10px;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.articles__wrap h2 {
    color: var(--3-b-7379, #3b7379);
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 35px;
    position: relative
}

.articles__wrap h2:before {
    background: url(../img/articles/pulse_green_icon.svg) 50% no-repeat;
    background-position-x: left;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

@supports not (background:url("../img/articles/pulse_green_icon.svg")) {
    .articles__wrap h2:before {
        background: url(../img/articles/pulse_green_icon.png) 50% no-repeat
    }
}

.articles__wrap p {
    margin-bottom: 20px
}

.articles__date {
    display: inline-block;
    background: #71c399;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}


.articles__item-link::after,
.articles__item-link:hover::after {
    content: none;
}

.articles__item:hover h2 {
    color: #71c399
}

.articles__container {
    padding: 0
}

.articles-swiper,
.articles__title {
    padding: 0 10px
}



@media (max-width:800px) {
    .articles__picture img {
        border-radius: 10px
    }

    .articles__picture span {
        border-radius: 50px;
        font-size: 12px;
        margin: 5px;
        padding: 2px 10px
    }

    .articles__wrap h2 {
        font-size: 16px
    }

    .articles__wrap span {
        font-size: 11px
    }

    .articles_swiper-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        padding-top: 80px;
        position: static;
        width: 100%
    }
}

.articles-page-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .articles-page-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

.articles-page__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.articles-page__item-inner>* {
    -ms-flex-preferred-size: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px)
}

.articles-page__item-picture img {
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.articles-page__title {
    font-family: Days One, sans-serif;
    font-size: 24px
}

.articles-page__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: 20px;
    margin-bottom: 50px;
    text-align: left
}

.articles-page__text p {
    font-size: 16px
}

.articles__picture {
    position: relative
}

.articles-page__item p {
    padding: 20px 0 40px;
    position: relative
}

.articles-page__item p:before {
    background: url(../img/icons/impulzus_icon.webp) 50% no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 85px
}

@supports not (background:url("../img/icons/impulzus_icon.webp")) {
    .articles-page__item p:before {
        background: url(../img/icons/impulzus_icon.jpg) 50% no-repeat
    }
}

@media (max-width:1024px) {
    .articles-page__item-inner {
        gap: 20px
    }

    .articles-page__item-inner>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:700px) {
    .articles-page__item-inner {
        gap: 20px
    }

    .articles-page__item-inner>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .articles-page__title {
        font-size: 18px
    }

    .articles-page__item-picture img {
        border-radius: 15px
    }

    .articles-page__text {
        gap: 10px;
        margin-bottom: 40px
    }

    .articles-page__text p {
        font-size: 14px
    }

    .articles-page__item p {
        padding: 15px 0 35px;
        position: relative
    }

    .articles-page__item p:before {
        width: 57px
    }
}

@media (max-width:550px) {
    .articles-page__tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: -webkit-gradient(linear, left bottom, left top, from(#f4f3f5), to(#f4f3f5)), #3b7379;
        background: linear-gradient(0deg, #f4f3f5, #f4f3f5), #3b7379;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding-bottom: 0;
        width: 100%
    }

    .articles-page__tab {
        color: #3b7379;
        font-size: 14px;
        padding: 15px
    }

    .articles-page__tab.active {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        color: #fff
    }

    .articles-page__tab.active:before {
        display: none
    }

    .general__tab {
        color: #3b7379;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        text-align: center
    }

    .general__tab:hover {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        color: #fff
    }

    .general__tab.active {
        color: #fff
    }

    .general__tab.active:before {
        display: none
    }
}

.articles-page__tabs__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 2px solid #efecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.articles-page__close {
    display: none
}

.articles-page__content {
    display: none;
    position: relative;
    text-align: center
}

.articles-page__content.active {
    display: block
}

.articles-page__swiper-wrapper {
    padding-top: 30px
}

@media (min-width:600px) {
    .general__tab {
        color: #3b7379;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        text-align: center
    }

    .general__tab:hover {
        color: #71c399
    }

    .general__tab.active {
        color: #71c399;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        position: relative;
        text-align: center
    }

    .general__tab.active:before {
        background: #71c399;
        bottom: -16px;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }
}

@media (max-width:600px) {
    .general_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%
    }

    .articles-page__tabs__wrapper {
        gap: 0;
        margin: 0;
        padding: 0
    }

    .articles-page_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;
        transition: opacity .2s ease;
        z-index: 10020
    }

    .articles-page_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%
    }

    .articles-page_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;
        transition: scale .4s ease
    }

    .articles-page_tabs {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
        border-radius: 10px;
        margin-bottom: 25px
    }

    .articles-page_tabs.active .methods_tabs__wrapper {
        pointer-events: all;
        scale: 1
    }

    .articles-page_tabs.active .articles-page_tabs__container {
        opacity: 1;
        pointer-events: all
    }
}

.article-page-title__bg {
    background: url(../img/doctors/doctors-bg.webp) 50% no-repeat;
    margin-bottom: 80px
}

@supports not (background:url("../img/doctors/doctors-bg.webp")) {
    .article-page-title__bg {
        background: url(../img/doctors/doctors-bg.jpg) 50% no-repeat
    }
}

.article-video {
    margin-bottom: 80px
}

.article-services-text__form {
    margin-bottom: 40px
}

.comments__item-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #dde3ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 23px 0
}

.comments__item-info b {
    font-family: Days One, sans-serif;
    font-size: 20px;
    line-height: 1
}

.comments__item-info b>span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #71c399;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    padding: 12px 16px;
    text-align: center
}

.comments__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.comments__btn,
.comments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments__btn {
    margin: 40px auto 0;
    max-width: 220px
}

.article__text {
    margin-bottom: 100px
}

@media (max-width:800px) {
    .section__title2 span {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .section__title2 span {
        font-size: 26px
    }

    .comments__item-info {
        padding: 15px 0
    }

    .comments__item-info b {
        font-size: 16px
    }

    .article__text {
        margin-bottom: 45px
    }
}

@media (max-width:400px) {
    .comments__btn {
        margin-top: 25px;
        width: 100%
    }
}

.regions__list,
.regions__search {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: left
}

.regions__list>*,
.regions__search>* {
    -ms-flex-preferred-size: calc(25% - 3.75px);
    flex-basis: calc(25% - 3.75px)
}

.regions__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-preferred-size: calc(25% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -webkit-animation: regionAnimationOut .3s linear;
    animation: regionAnimationOut .3s linear;
    border: 2px solid #efecf2;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(25% - 15px);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    opacity: 1;
    pointer-events: all;
    scale: 1
}

.regions__item:hover {
    background: #f4f3f5;
    border-radius: 15px
}

.regions__item:before {
    background: #81cea6;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 30px;
    position: absolute;
    width: 80px
}

.regions__item:before:hover {
    background: #efecf2
}

.regions__name {
    font-family: Days One;
    font-size: 18px;
    line-height: 1.1
}

.regions__link {
    padding: 25px 30px;
    position: relative;
    width: 100%
}

.regions__link:before {
    border-right: 3px solid #71c399;
    border-top: 3px solid #71c399;
    content: "";
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px
}

@media (max-width:1350px) {

    .regions__list>*,
    .regions__search>* {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }
}

@media (max-width:950px) {

    .regions__list>*,
    .regions__search>* {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }
}

@media (max-width:800px) {

    .regions__list,
    .regions__search {
        gap: 15px
    }

    .regions__item {
        gap: 5px
    }

    .regions__item,
    .regions__item:hover {
        border-radius: 10px
    }

    .regions__item:before {
        bottom: -1px;
        height: 2px;
        left: 30px;
        width: 60px
    }

    .regions__name {
        font-size: 16px
    }

    .regions__link {
        padding: 15px 20px
    }

    .regions__link:before {
        height: 11px;
        right: 30px;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 11px
    }
}

@media (max-width:550px) {

    .regions__list>*,
    .regions__search>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.map__item {
    background: url(../img/contact/map.webp) 50% no-repeat;
    background-size: cover;
    border-radius: 25px;
    height: 540px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

@supports not (background:url("../img/contact/map.webp")) {
    .map__item {
        background: url(../img/contact/map.jpg) 50% no-repeat
    }
}

.map__item-page {
    height: 680px;
    width: 100%
}

.map__item-page iframe {
    border-radius: 25px;
    height: 100%;
    width: 100%
}

.map__contact {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
    border-radius: 20px;
    padding: 35px 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact__map {
    position: relative
}

.contact__map p {
    color: #fff;
    line-height: 1;
    opacity: .65
}

.contact__map a,
.contact__map span {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.phone-map__contact {
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1
}

.map__contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px
}

.map__contact-btn {
    margin: 15px auto 0;
    width: 100%
}

.section-offset-contact {
    padding: 5px 0 0
}

.contact__title {
    margin-top: 60px
}

@media (max-width:1000px) {
    .map__contact {
        padding: 20px;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .contact__map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px;
        position: static
    }

    .contact__map p {
        font-size: 12px
    }

    .contact__map a {
        font-size: 14px
    }

    .map__item,
    .map__item-page {
        height: 500px
    }

    .phone-map__contact {
        font-size: 18px !important
    }

    .map__contact-item {
        gap: 0;
        margin-bottom: 20px
    }

    .map__contact-btn {
        display: none
    }
}

@media (max-width:600px) {
    .contact__title {
        margin-top: 35px
    }
}

.header {
    background-color: #fff;
    color: #3b7379
}

.header__plashka {
    background-color: #3b7379;
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.header-social__img {
    height: 20px;
    width: 20px
}

.header-social__img img {
    background-size: cover;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__logo picture>span {
    color: #8da6be;
    font-size: 10px;
    font-weight: 500;
    line-height: 1
}

.top-plashka {
    background-color: #f4f3f5;
    color: #3b7379;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.top-plashka__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px
}

.top-plashka__inner,
.top-plashka__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-plashka__item {
    gap: 40px
}

.not-see {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.not-see__img {
    height: 18px;
    width: 18px
}

.not-see__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.header-phone__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.header__top-picture img {
    height: 16px;
    width: 16px
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 200px;
    width: 100%
}

.header__top-link {
    color: #3b7379;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.header__top-link:hover {
    color: #71c399
}

.header-social__wrap {
    gap: 12px
}

.header-social__wrap,
.header__plashka-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__plashka-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center
}

.header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.header__top,
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 14px;
    gap: 40px;
    justify-content: space-between;
    padding-top: 15px
}

.header__top-item {
    gap: 10px
}

.header__center,
.header__top-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
    justify-content: space-between
}

.header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.header__logo-text {
    font-size: 48px;
    font-weight: 700
}

.header-btn__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.header-btn__inner .green__btn,
.header-btn__inner>.light-green__btn {
    font-size: 14px;
    padding: 15px 25px
}

.header__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f3f5;
    border-radius: 5px;
    color: #8da6be;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    justify-content: center;
    padding: 10px 15px
}

.header__btn:hover {
    opacity: .8
}

.header__btn_search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f3f5;
    border-radius: 5px;
    color: #8da6be;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    max-height: 40px;
    padding: 10px 15px
}

.header__btn_search:hover {
    background-color: #e8e6e9
}

.header__btn_search img {
    height: 16px;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    width: 16px
}

.header-mobile__bottom {
    display: none
}

.header__nav {
    font-size: 14px;
    font-weight: 400;
    gap: 20px;
    position: relative
}

.header__bottom,
.header__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 15px
}

.header__subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__link {
    padding: 15px 0
}

.header__link>button {
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.header__sublink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: relative
}

.header__sublink>button {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.header__subsublink>a {
    display: block;
    padding: 10px
}

.header__top-phone {
    white-space: nowrap
}

.header__address-city {
    color: #71c399
}

.header__address-city:hover {
    color: #3b7379
}

.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: #71c399;
    border-radius: 50%;
    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;
    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;
    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;
    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);
    transform: rotate(225deg)
}

.burger__menu.active:before {
    bottom: 18px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.burger__menu.active span {
    width: 0
}

.header__link_sumbenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2px
}

.header__link_sumbenu:last-child .header__subsubnav,
.header__link_sumbenu:nth-last-child(2) .header__subsubnav,
.header__link_sumbenu:nth-last-child(3) .header__subsubnav {
    left: auto;
    right: 100%
}

.header__mail span {
    position: relative
}

.header__mail span:before {
    background-color: #3b7379;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

.header__mail span:hover:before {
    width: 100%
}

@-webkit-keyframes headerFixed {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes headerFixed {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:960px) {
    .header__sublink {
        padding: 10px
    }

    .header__sublink:hover {
        background: #fff;
        border-radius: 15px
    }

    .header__sublink a {
        color: #3b7379;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4
    }

    .header__sublink button {
        margin-left: auto;
        pointer-events: none
    }

    .header__subnav {
        background: #f8f7f8;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        color: #000;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        scale: 1.2;
        top: 100%;
        -webkit-transition: opacity .15s linear, scale .3s linear;
        transition: opacity .15s linear, scale .3s linear;
        z-index: 100
    }

    .header__link:hover>button {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__link:hover .header__subnav {
        opacity: 1;
        pointer-events: all;
        scale: 1
    }

    .header__sublink:hover>button {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__sublink:hover .header__subsubnav {
        opacity: 1;
        pointer-events: all;
        scale: 1
    }

    .header.fixed {
        -webkit-animation: headerFixed .3s linear;
        animation: headerFixed .3s linear;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100
    }

    .header.fixed .header__top,
    .header.fixed .top-plashka__inner {
        display: none
    }

    .header__subsubnav {
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        color: #000;
        left: 100%;
        max-height: 50vh;
        opacity: 0;
        overflow-y: auto;
        padding: 10px 0;
        pointer-events: none;
        position: absolute;
        scale: 1.2;
        top: 0;
        -webkit-transition: opacity .15s linear, scale .3s linear;
        transition: opacity .15s linear, scale .3s linear;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .header__subsubnav::-webkit-scrollbar {
        width: 6px
    }

    .header__subsubnav::-webkit-scrollbar-thumb {
        background-color: #07beb8;
        border-radius: 10px
    }

    .header-mobile {
        display: none
    }
}

@-webkit-keyframes headerAnimation {
    0% {
        display: none;
        scale: 0
    }

    to {
        display: -webkit-box;
        display: flex;
        scale: 1
    }
}

@keyframes headerAnimation {
    0% {
        display: none;
        scale: 0
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        scale: 1
    }
}

@media (max-width:1500px) {

    .header-btn__inner,
    .header__bottom,
    .header__nav,
    .header__top {
        gap: 10px
    }
}

@media (max-width:1300px) {

    .header__address,
    .header__btn_search,
    .header__mail {
        display: none
    }

    .header__logo {
        height: 30px;
        max-width: 151px
    }

    .header__logo span {
        display: none
    }
}

@media (max-width:1100px) {
    .header__link>button {
        height: 24px;
        width: 32px
    }

    .header__link>button picture {
        -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;
        height: 100%;
        justify-content: center;
        width: 100%
    }

    .header__link>button img {
        height: 12px;
        width: 16px
    }

    .header__link_sumbenu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__nav {
        width: 100%
    }

    .header-mobile__bottom p {
        color: rgba(59, 115, 121, .5);
        font-size: 12px;
        line-height: 1
    }

    .header-mobile__bottom a {
        color: #3b7379;
        font-size: 14px;
        font-weight: 500;
        line-height: 1
    }

    .header-mobile__bottom a:hover {
        text-decoration: underline
    }

    .header-mobile__bottom span {
        color: #3b7379;
        font-size: 14px;
        font-weight: 500;
        line-height: 1
    }

    .header-mobile__bottom__item {
        margin-bottom: 10px
    }

    .header-mobile__btn_search,
    .header-mobile__contact-btn {
        font-size: 14px;
        max-width: 280px;
        min-width: 280px;
        padding: 15px 20px
    }

    .header-mobile__contact-btn {
        margin-bottom: 5px;
        max-height: 50px
    }

    .header-mobile-social__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px
    }

    .header-mobile-social__wrap>a {
        display: block
    }

    .header-mobile-social__img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(108, 196, 151, .1);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 34px;
        justify-content: center;
        width: 34px
    }

    .header-mobile-social__img img {
        width: 17px
    }

    .header-mobile__phone {
        color: #3b7379;
        font-size: 18px;
        font-weight: 600
    }

    .header__link .panel-active {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__sublink .hide-item__title>button {
        height: 24px;
        pointer-events: none;
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        width: 32px
    }

    .header__sublink .hide-item__title img {
        height: 10px;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
        width: 14px
    }

    .header__sublink .hide-item__title.active img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__subsublink>a {
        padding: 10px 0
    }

    .header__sublink-wrapper {
        width: 100%
    }

    .header__sublink {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__sublink>a {
        max-width: calc(100% - 30px)
    }

    .header__sublink>button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        pointer-events: all;
        width: 20px
    }

    .header__subsubnav {
        width: 100%
    }

    .header-mobile {
        display: block
    }

    .header__top-phone_show {
        display: none
    }

    .header__wrapper {
        height: 0;
        overflow: auto;
        padding-bottom: 0;
        pointer-events: none;
        -webkit-transition: height .4s linear, padding-bottom .4s linear;
        transition: height .4s linear, padding-bottom .4s linear
    }

    .header__wrapper .header__top,
    .header__wrapper .logo-desktop {
        display: none
    }

    .header__wrapper.active {
        padding-bottom: 20px;
        pointer-events: all
    }

    .header__link_sumbenu {
        padding: 0
    }

    .header__wrapper .header-mobile__bottom {
        display: block
    }

    .header__wrapper .header__bottom {
        margin-bottom: 30px;
        padding-top: 0
    }

    .header__logo_show {
        display: none
    }

    .header-mobile__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding: 15px 0
    }

    .header__plashka-inner {
        font-size: 12px
    }

    .header__top-picture {
        height: 16px;
        width: 16px
    }

    .header__top-picture img {
        height: 100%;
        width: 100%
    }

    .header__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding-top: 20px
    }

    .header-btn__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }

    .header__nav {
        -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;
        font-size: 14px;
        gap: 10px;
        padding-bottom: 0
    }

    .header {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100
    }

    .header.fixed .header__plashka-inner {
        display: none
    }

    .header__link>button {
        pointer-events: all
    }

    .header__subnav {
        display: none;
        gap: 10px;
        padding: 0;
        width: 100%
    }

    .header__subnav a {
        color: #3b7379;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4
    }

    .header__subnav.active {
        -webkit-animation: HeaderMobileAnimation .3s linear;
        animation: HeaderMobileAnimation .3s linear;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        padding: 10px 0 0
    }
}

@media (max-width:1000px) {
    .top-plashka__item-text {
        display: none
    }

    .top-plashka__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@-webkit-keyframes HeaderMobileAnimation {
    0% {
        display: none;
        padding: 0
    }

    to {
        display: -webkit-box;
        display: flex;
        padding: 10px 0 0
    }
}

@keyframes HeaderMobileAnimation {
    0% {
        display: none;
        padding: 0
    }

    to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0 0
    }
}

@media (max-width:540px) {
    .header__top-phone {
        font-size: 14px
    }

    .header__top-picture {
        max-width: 30px
    }

    .header__plashka-inner {
        padding-bottom: 5px
    }

    .top-plashka__inner {
        display: none
    }
}

@media (max-width:450px) {
    .header__top-phone {
        display: none
    }

    .header-mobile__btn_search,
    .header-mobile__contact-btn {
        max-width: 100%;
        min-width: 100%
    }
}

.services-intro {
    background: url(../img/services/services-bg.webp) 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding: 25px 0 40px;
    position: relative;
    z-index: 1
}

@supports not (background:url("../img/services/services-bg.webp")) {
    .services-intro {
        background: url(../img/services/services-bg.jpg) 50% no-repeat
    }
}

.services-intro h1 {
    font-family: Days One, sans-serif;
    font-size: 58px;
    font-weight: 400;
    line-height: .94;
    margin-bottom: 25px;
    margin-top: 115px
}

.services-intro-text__block {
    max-width: 780px;
    text-align: left
}

.services-intro-text__block>p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 40px;
    max-width: 690px;
    padding-bottom: 40px;
    position: relative
}

.services-intro-text__block>p:before {
    background: url(../img/services/services-pulse.svg) 50% no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

@supports not (background:url("../img/services/services-pulse.svg")) {
    .services-intro-text__block>p:before {
        background: url(../img/services/services-pulse.png) 50% no-repeat
    }
}

.services-intro__advantages ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px
}

.services-intro__advantages ul li {
    padding-left: 30px
}

.services-intro__form {
    background: #f4f3f5;
    border-radius: 15px;
    margin-bottom: 115px;
    max-width: 690px
}

.services-intro__form p {
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px
}

.services-intro-form__input-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
}

.services-intro-form__input-wrap>* {
    -ms-flex-preferred-size: calc(33.33333% - 5px);
    flex-basis: calc(33.33333% - 5px)
}

.services-text__form {
    background: #f4f3f5;
    border-radius: 15px;
    padding: 45px 50px
}

.services-text__form p {
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px
}

.services-text-form__input-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
}

.services-text-form__input-wrap>* {
    -ms-flex-preferred-size: calc(33.33333% - 5px);
    flex-basis: calc(33.33333% - 5px)
}

.services-intro__input,
.services-text__input {
    background: #fff;
    border-radius: 5px;
    color: #b1b0b3;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    min-height: 55px;
    padding: 15px 15px 15px 50px;
    width: 100%
}

.services-intro__input::-webkit-input-placeholder,
.services-text__input::-webkit-input-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.services-intro__input::-moz-placeholder,
.services-text__input::-moz-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.services-intro__input:-ms-input-placeholder,
.services-text__input:-ms-input-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.services-intro__input::-ms-input-placeholder,
.services-text__input::-ms-input-placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.services-intro__input::placeholder,
.services-text__input::placeholder {
    color: #b1b0b3;
    font-size: 15px;
    line-height: 1
}

.services-intro-privacy-policy,
.services-text-privacy-policy {
    color: #b1b0b3;
    font-size: 13px;
    line-height: 1.5
}

.services-intro-privacy-policy a,
.services-text-privacy-policy a {
    text-decoration-line: underline
}

.services-intro-privacy-policy a:hover,
.services-text-privacy-policy a:hover {
    color: #b3e2ca
}

.services-intro-form__label,
.services-text-form__label {
    position: relative
}

.services-intro-form__label-picture,
.services-text-form__label-picture {
    height: 17px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px
}

.services-intro-form__label-picture img,
.services-text-form__label-picture img {
    height: 17px;
    width: 17px
}

.services-advantages__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center
}

.services-advantages__item,
.services-advantages__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 100%
}

.services-advantages__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), to(#80cca5)), #ecf2f9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5), #ecf2f9;
    border-radius: 15px;
    padding: 40px 45px
}

.services-advantages__item span {
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 42px;
    line-height: 1
}

.services-advantages__item p {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500
}

.price-services__table {
    background-color: #f4f3f5;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%
}

.price-services__table td,
.price-services__table th,
.price-services__table thead,
.price-services__table tr,
.price-services__table>tbody {
    width: 100%
}

.price-services__table>td {
    border: 1px solid #ddd;
    padding: 5px
}

.price-services__body {
    background-color: #f4f3f5;
    border-radius: 0 0 15px 15px;
    padding: 5px
}

.price-services__body>tr>td {
    color: #3b7379;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 22px 25px
}

.price-services__body .price-tr>td {
    color: #81cea6;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center
}

.price-services__body>.price-tr>.price-td {
    color: #3b7379;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: left
}

.price-services__body>tr>.cross {
    position: relative
}

.price-services__body>tr>.cross:before {
    background: url(../img/icons/cross.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px
}

@supports not (background:url("../img/icons/cross.svg")) {
    .price-services__body>tr>.cross:before {
        background: url(../img/icons/cross.png) 50% no-repeat
    }
}

.price-services__body>tr>.checkmark {
    position: relative
}

.price-services__body>tr>.checkmark:before {
    background: url(../img/icons/chekmark.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 11px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

@supports not (background:url("../img/icons/chekmark.svg")) {
    .price-services__body>tr>.checkmark:before {
        background: url(../img/icons/chekmark.png) 50% no-repeat
    }
}

.price-services__head {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    padding: 20px 30px;
    width: 100%
}

.price-services__head>tr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-services__head>tr>.services-price__head-first-th {
    text-align: left
}

.price-services__head>th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25
}

.price-services__head>td {
    color: #3b7379;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 22px 30px
}

.price-services__th-white {
    background-color: #fff;
    border-radius: 5px
}

.services-advantages {
    padding: 100px 0 0
}

.indication-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.indication-item__wrap>* {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px)
}

.left__item {
    background: #edf5ef
}

.left__item ul li {
    padding-left: 40px;
    position: relative
}

.left__item ul li:before {
    background: url(../img/services/checkmark-circle.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

@supports not (background:url("../img/services/checkmark-circle.svg")) {
    .left__item ul li:before {
        background: url(../img/services/checkmark-circle.png) 50% no-repeat
    }
}

.right__item {
    background: #f4f3f5
}

.right__item ul li {
    padding-left: 40px;
    position: relative
}

.right__item ul li:before {
    background: url(../img/services/cross-circle.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

@supports not (background:url("../img/services/cross-circle.svg")) {
    .right__item ul li:before {
        background: url(../img/services/cross-circle.png) 50% no-repeat
    }
}

.indication__item {
    border-radius: 25px;
    padding: 40px
}

.indication__item h2 {
    color: #3b7379;
    font-family: Days One;
    font-size: 36px;
    line-height: 1.11;
    margin-bottom: 20px;
    max-width: calc(100% - 20px);
    text-align: left
}

.indication__item 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: 15px;
    margin-bottom: 25px
}

.indication__item ul li {
    color: #0e213b;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4
}

.services__photogallery-block,
.services__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__photogallery-block {
    gap: 40px
}

.services__photogallery__inner {
    max-width: 690px
}

.services__photogallery__picture img {
    border-radius: 25px
}

.services__photogallery-text {
    position: relative
}

.services__photogallery-text .services__photogallery_swiper-btns {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    justify-content: left;
    left: 0;
    position: absolute;
    width: 100%
}

.estimate {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #dde3ef;
    justify-content: space-between;
    padding-top: 25px
}

.estimate,
.estimate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.estimate-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.estimate-item span {
    color: #3b7379;
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.services-stages__form {
    margin-bottom: 60px
}

.estimate-social__img {
    height: 25px;
    width: 25px
}

.estimate-social__img img {
    background-size: cover;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.estimate-social__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.literature__link {
    color: #71c399;
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline
}

.literature ol li {
    padding: 7px 0 7px 50px
}

@media (max-width:930px) {
    .indication__item {
        border-radius: 15px;
        padding: 20px
    }

    .indication__item h2 {
        font-size: 18px
    }

    .indication__item p {
        margin-bottom: 20px
    }

    .indication__item ul {
        gap: 10px
    }

    .indication__item ul li {
        padding-left: 26px
    }

    .indication__item ul li:before {
        height: 18px;
        width: 18px
    }
}

@media (max-width:650px) {
    .indication-item__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.service-title__bg {
    background: url(../img/get/drop-counter.webp) 50% no-repeat;
    background-size: cover
}

@supports not (background:url("../img/get/drop-counter.webp")) {
    .service-title__bg {
        background: url(../img/get/drop-counter.jpg) 50% no-repeat
    }
}

.price-services__mobile {
    display: none
}

@media (max-width:1200px) {
    .services__photogallery-block {
        gap: 25px
    }

    .services-intro {
        background: #f4f4f7
    }

    .services-intro__advantages ul {
        gap: 15px
    }

    .services__photogallery-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .services__photogallery-text .services__photogallery_swiper-btns {
        display: none
    }

    .services__photogallery-title {
        margin-bottom: 10px
    }

    .services__photogallery__inner {
        max-width: 100%
    }

    .services__photogallery__picture img {
        border-radius: 10px
    }

    .services-text-form__input-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services-text-form__btn {
        min-width: 270px
    }
}

@media (max-width:1400px) {
    .services-intro-bg-mobile {
        background: url(../img/services-intro/bg-mobile.webp) 50% no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: hidden;
        padding: 75px 0
    }

    .services-intro-bg-mobile h1 {
        font-size: 58px
    }

    .services-advantages__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services-advantages__wrap>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media (max-width:970px) {
    .services-advantages__wrap>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:800px) {
    .literature ol li {
        padding: 0 0 0 45px
    }

    .literature__link {
        font-size: 14px
    }

    .services-stages__form {
        margin-bottom: 30px
    }

    .estimate-item span {
        font-size: 14px
    }

    .estimate-social__img {
        height: 20px;
        width: 20px
    }

    .rating-area:not(:checked)>label {
        font-size: 20px;
        width: 20px
    }

    .estimate-item,
    .estimate-social__wrap {
        gap: 10px
    }

    .services__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 40px
    }

    .services-intro__advantages ul {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .btn__wrap,
    .services-intro-text__block>p {
        margin: 0 auto;
        padding-bottom: 20px
    }

    .services-intro__form {
        margin: 0 auto 30px
    }

    .services-intro-bg-mobile h1 {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: center
    }

    .services-intro-text__block {
        text-align: left
    }

    .services-intro-text__block>p {
        font-size: 14px;
        text-align: left
    }

    .services-intro-text__block>p:before {
        background: url(../img/services-intro/pulse-line-white-mobile.svg) 50% no-repeat;
        bottom: 0;
        content: "";
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .services-intro h1 {
        font-size: 34px;
        margin-bottom: 15px
    }

    .services-intro__form p {
        font-size: 18px;
        margin-bottom: 15px
    }

    .services-intro-advantages__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 35px
    }

    .services-intro-advantages__wrap p {
        font-size: 14px;
        margin-bottom: 0
    }

    .services-intro-advantages__wrap span {
        font-size: 32px
    }
}

@media (max-width:680px) {
    .service-title__bg:after {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .services-advantages__item {
        padding: 20px 25px
    }

    .services-advantages {
        padding: 40px 0 0
    }

    .services-advantages__item span {
        font-size: 32px
    }

    .services-advantages__item p {
        font-size: 14px
    }

    .services-intro-form__input-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services-intro-form__btn {
        width: 100%
    }

    .services-intro__advantages {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .services-intro__advantages ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services-intro-form__input-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .btn__wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -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: 25px;
        order: 3
    }

    .services-intro-advantages__wrap {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .services-intro-bg-mobile {
        padding: 75px 0 0
    }

    .services-intro-advantages__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .services-text-form__input-wrap {
        gap: 10px;
        margin-bottom: 15px
    }

    .services-intro-form__label {
        width: 100%
    }

    .services-text__form {
        padding: 20px
    }

    .services-text__form p {
        font-size: 18px;
        margin-bottom: 15px
    }

    .services-text-privacy-policy {
        font-size: 12px
    }
}

@media (max-width:650px) {
    .price-services__mobile {
        display: block
    }

    .price-services__table {
        display: none
    }

    .price-table__item-title {
        background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #fff;
        background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #fff;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        padding: 15px 40px 15px 10px;
        position: relative;
        text-align: center
    }

    .price-table__item-title:before {
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        content: "";
        height: 8px;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: rotate(135deg) translateY(50%);
        transform: rotate(135deg) translateY(50%);
        transition: transform .3s linear, -webkit-transform .3s linear;
        width: 8px
    }

    .price-table__item-title.active:before {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg)
    }

    .price-table__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        padding: 15px 0
    }

    .price-table__text,
    .price-table__text-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .price-table__text-item {
        color: #3b7379;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4
    }

    .price-table__text-item>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .cross {
        position: relative
    }

    .cross:before {
        background: url(../img/icons/cross.svg) 50% no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        right: 0;
        width: 12px
    }

    .checkmark {
        position: relative
    }

    .checkmark:before {
        background: url(../img/icons/chekmark.svg) 50% no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 0;
        width: 16px
    }

    .price-table__text-item-price {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .price-table__text-item-price p,
    .price-table__text-item-price span {
        font-size: 16px;
        font-weight: 600;
        line-height: 1
    }

    .price-table__text-item-price span {
        color: #81cea6
    }

    .price-table__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: 10px
    }

    .services-intro {
        padding: 5px 0 40px !important;
        background-color: #f4f3f5 !important;
    }

    .services-intro h1 {
        margin-top: 40px
    }
}

@media (max-width:550px) {
    .estimate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

@media (max-width:400px) {
    .services-text-form__label {
        width: 100%
    }

    .services-text-form__btn {
        min-width: 100%
    }
}

.sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
    margin-left: 90px;
    max-width: 245px;
    min-width: 245px
}

.author__article,
.reviewer__article {
    background: #f4f3f5;
    border-radius: 15px;
    padding: 20px 25px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.author__article .pro-doctorov__logo,
.reviewer__article .pro-doctorov__logo {
    height: 23px;
    width: 23px
}

.author__article .pro-doctorov__logo img,
.reviewer__article .pro-doctorov__logo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.author__article span,
.reviewer__article span {
    color: #3b7379;
    margin-bottom: 5px
}

.author__article p,
.reviewer__article p {
    color: #3b7379;
    font-family: Days One, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 15px
}

.author__article picture,
.reviewer__article picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}

.author__article picture:before,
.reviewer__article picture:before {
    background: linear-gradient(357deg, #4e8c8e 14.62%, #80cca5 105.05%), #d9d9d9;
    border-radius: 20px;
    content: "";
    display: block;
    height: 300px;
    left: 40px;
    position: absolute;
    top: 80px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 178px;
    z-index: -1
}

.author__article picture img,
.reviewer__article picture img {
    max-height: 230px;
    max-width: 208px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.author__plashka-bottom,
.reviewer__plashka-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    left: 15px;
    padding: 6px 16px;
    position: absolute;
    right: 15px
}

.author__plashka-bottom span,
.reviewer__plashka-bottom span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b7379;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    white-space: nowrap
}

.author__article,
.reviewer__article {
    overflow: hidden
}

.date__review {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), to(#80cca5)), #ecf2f9;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5), #ecf2f9;
    border-radius: 15px;
    padding: 25px
}

.date__review span {
    color: hsla(0, 0%, 100%, .55);
    line-height: 1;
    white-space: nowrap
}

.date__review p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.date__review picture {
    height: 35px;
    margin-bottom: 20px;
    width: 35px
}

.date__inner {
    gap: 15px
}

.date__inner,
.date__inner>* {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.date__inner>* {
    gap: 5px
}

.sidebar h5 {
    background: #81cea6;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 15px 33px;
    text-align: center
}

.sidebar ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: item;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    list-style-type: none
}

.sidebar ol li a {
    color: #3b7379;
    line-height: 1.4;
    text-decoration: underline
}

.sidebar ol li a:hover {
    opacity: .8
}

.sidebar ol li:before {
    content: counter(item) ". ";
    counter-increment: item
}

@media (max-width:1000px) {
    .sidebar {
        margin-left: 30px
    }
}

@media (max-width:800px) {
    .sidebar {
        margin: 0 auto;
        max-width: 300px;
        min-width: 300px
    }

    .services-intro {
        padding: 80px 0 40px;
        background-color: #f4f3f5 !important;
    }   
}

.calculate-bg {
    background-color: #f4f3f5;
    padding: 100px 0
}

.calc-result-text__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.68
}

.calc {
    margin: 0 auto;
    max-width: 1120px
}

.calc-result__price-wrap,
.calc-result__text-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.calc-wrapper__grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: 2.65fr 1fr
}

.calc__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 50px 60px
}

.calc__form .section-title {
    margin-bottom: 0
}

.calc__title_min {
    color: #828282;
    font-size: 16px
}

.calc__label-wrapper {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: grid;
    padding: 4px
}

.calc__btn {
    border-radius: 8px
}

.calc__label-wrapper_2 {
    grid-template-columns: repeat(2, 1fr)
}

.calc__label-wrapper_3 {
    grid-template-columns: repeat(3, 1fr)
}

.calc__title {
    color: #3b7379;
    font-size: 16px;
    line-height: 1
}

.calc__title_color {
    color: rgba(59, 115, 121, .5);
    margin-bottom: 10px
}

.calc__select-btn {
    display: none
}

.calc__label {
    cursor: pointer;
    position: relative
}

.calc-range__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    bottom: 0;
    cursor: pointer;
    height: 2px;
    padding: 2px 30px;
    position: absolute;
    width: 100%
}

.calc-range__input:focus {
    outline: none
}

.calc-range__input::-webkit-slider-runnable-track {
    background-color: #71c399;
    border-radius: 10px;
    height: 2px
}

.calc-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 100%;
    height: 20px;
    margin-top: -10px;
    outline: 7px solid #71c399;
    outline-offset: -7px;
    width: 20px
}

.calc-range__input:focus::-webkit-slider-thumb {
    background-color: #fff
}

.calc-range__input::-moz-range-track {
    background-color: #71c399;
    border-radius: 10px;
    height: 2px
}

.calc-range__input::-moz-range-thumb {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-radius: 100%;
    height: 20px;
    outline: 7px solid #71c399;
    outline-offset: -7px;
    width: 20px
}

.calc-range__input:focus::-moz-range-thumb {
    background-color: #fff
}

.calc-radio__text-wrap {
    border-radius: 4px;
    padding: 14px 20px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.calc-radio__input:checked+.calc-radio__text-wrap {
    background-color: #71c399
}

.calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
    color: #fff
}

.calc-radio__text {
    color: #3b7379;
    font-size: 16px;
    text-align: center
}

.calc-range {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 1px solid #e6e6e6;
    outline-offset: -2px;
    padding: 24.5px 0
}

.calc-range__value {
    font-size: 16px;
    font-weight: 600;
    left: 15px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.calc__range-values {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 0 30px
}

.calc-range-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px
}

.calc-result__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background: #f4f3f5;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 45px;
    width: 100%
}

.calc__title_big {
    color: #3b7379;
    font-size: 16px;
    font-weight: 600
}

.calc-result__price {
    color: #71c399;
    font-size: 16px;
    font-weight: 600
}

.calc-result__btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.calc-wrapper.section-offset {
    margin-bottom: 120px
}

.calc__select-btn {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 20px;
    width: 100%
}

.calc__range-values_mobile {
    display: none
}

@media (max-width:1270px) {
    .calc__select {
        display: grid
    }

    .calc__select-btn {
        align-self: self-start;
        display: block;
        grid-area: 1/-1;
        position: relative;
        text-align: left
    }

    .calc__select-btn img {
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px
    }

    .calc__label-wrapper_2,
    .calc__label-wrapper_3 {
        grid-template-columns: repeat(1, 1fr)
    }

    .calc__range-values {
        display: none
    }

    .calc__range-values_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .calc-wrapper__grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px
    }

    .calc__form {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        padding: 20px 25px;
        row-gap: 20px
    }

    .calc-radio__text-wrap {
        border-radius: 4px;
        padding: 0 18px 20px
    }

    .calc-radio__input:checked+.calc-radio__text-wrap {
        background-color: #fff
    }

    .calc-radio__input:checked+.calc-radio__text-wrap .calc-radio__text {
        color: #4a4a4a
    }

    .calc-radio__text {
        text-align: left
    }

    .calc__label-wrapper {
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        display: none;
        grid-area: 1/-1;
        margin-top: 10px;
        padding-top: 56px
    }

    .calc__btn_grid_open {
        display: grid
    }
}

.calc-site-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff9200;
    border-radius: 10px 0 0 10px;
    bottom: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 4px 25px 4px 4px;
    position: fixed;
    right: 0;
    z-index: 100
}

.calc-site-btn__text {
    color: #fff;
    font-size: 16px;
    font-weight: 800
}

.calc-mobile-btn {
    bottom: 150px;
    display: none;
    position: fixed;
    right: 55px;
    z-index: 100
}

.calc-mobile-btn__item {
    background: #71c399;
    border-radius: 50%;
    padding: 13px;
    position: relative
}

.calc-mobile-btn__bg {
    background: #4d230a;
    border-radius: 50%;
    height: 100%;
    opacity: .2;
    position: absolute;
    scale: 1.2;
    width: 100%
}

@media (hover:hover) {
    .calc-site-btn:hover {
        opacity: .8
    }
}

@media (max-width:768px) {
    .calc-site-btn {
        display: none
    }

    .calc-mobile-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .calc-result__price-wrap,
    .calc-result__text-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calc-result-text__inner {
        gap: 10px
    }

    .calc-radio__text,
    .calc-result__btn,
    .calc-result__price,
    .calc__title,
    .calc__title_big {
        font-size: 14px
    }

    .calc-result__btn {
        padding: 0
    }

    .calc-result__wrap,
    .calc__form {
        padding: 15px
    }

    .calculate-bg {
        padding: 60px 0
    }
}

@media (max-width:1066px) {
    .calc-result__wrap {
        -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
    }
}

.viewed-pages__item {
    border-radius: 25px;
    height: auto;
    width: 100%
}

.viewed-pages__picture {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.viewed-pages__picture img {
    background: rgba(59, 115, 121, .35);
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.viewed-pages__picture img,
.viewed-pages__picture img:after {
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    height: 100%
}

.viewed-pages__picture img:after {
    background: rgba(15, 54, 58, .55);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.viewed-pages__wrap {
    padding: 30px
}

.viewed-pages__link,
.viewed-pages__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.viewed-pages__link {
    border: 1px solid #e4e2e7;
    border-radius: 25px
}

.viewed-pages__link:hover:after {
    background-color: rgba(0, 116, 56, .35)
}

.viewed-pages__top span {
    background: #71c399;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase
}

.viewed-pages__bottom h5 {
    color: #3b7379;
    font-family: Days One, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 100px;
    padding-bottom: 45px;
    position: relative;
    width: 100%
}

.viewed-pages__bottom h5:before {
    background: url(../img/articles/pulse_green_icon.svg) 50% no-repeat;
    background-position-x: left;
    bottom: 20%;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

@supports not (background:url("../img/articles/pulse_green_icon.svg")) {
    .viewed-pages__bottom h5:before {
        background: url(../img/articles/pulse_green_icon.png) 50% no-repeat
    }
}

.viewed-pages__bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.viewed-pages-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.viewed-pages__inner {
    margin-bottom: 45px
}

.viewed-pages__container {
    padding: 0
}

.viewed-pages-swiper,
.viewed-pages__title,
.viewed-pages_swiper-btns {
    padding: 0 10px
}

.viewed-pages__inner-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.viewed-pages__inner-page>* {
    -ms-flex-preferred-size: calc(33% - 8px);
    flex-basis: calc(33% - 8px)
}

@media (max-width:1000px) {
    .viewed-pages__inner-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .viewed-pages__inner-page>* {
        -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px)
    }
}

@media (max-width:700px) {
    .viewed-pages__inner-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .viewed-pages__inner-page>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:800px) {

    .viewed-pages__item,
    .viewed-pages__link,
    .viewed-pages__link:after,
    .viewed-pages__picture img {
        border-radius: 15px
    }

    .viewed-pages-btn__wrap {
        display: none
    }

    .viewed-pages__inner {
        margin-bottom: 0
    }
}

@media (max-width:400px) {
    .viewed-pages__link {
        max-height: 235px
    }

    .viewed-pages__wrap {
        padding: 20px
    }

    .viewed-pages__bottom h5 {
        font-size: 18px;
        padding-bottom: 45px
    }

    .viewed-pages__bottom p {
        font-size: 14px
    }
}

.footer {
    background-color: #282f39;
    color: hsla(0, 0%, 100%, .5);
    padding-top: 80px
}

.footer__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 60px;
    justify-content: space-between;
    padding-bottom: 80px
}

.footer__content,
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__nav {
    -ms-flex-preferred-size: calc(60% - 60px);
    flex-basis: calc(60% - 60px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

.footer__nav>* {
    -ms-flex-preferred-size: calc(33% - 25px);
    flex-basis: calc(33% - 25px)
}

.requisites__bottom p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.66;
    text-align: center
}

.footer-contact-social__img img {
    width: 20px
}

.footer__item {
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px)
}

.footer-item__contact {
    -ms-flex-preferred-size: calc(15% - 30px);
    flex-basis: calc(15% - 30px)
}

.footer__content_bottom {
    background-color: #1c2328;
    padding: 20px 0
}

.footer__item,
.pay__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.pay__inner {
    margin-bottom: 40px
}

.pay__inner span {
    margin-bottom: 15px
}

.footer-descr {
    margin-bottom: 40px
}

.footer-descr,
.ministerstvo {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.66
}

.ministerstvo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 55px
}

.ministerstvo,
.pay__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pay__wrap {
    gap: 5px
}

.pay__item {
    background-color: #fff;
    border-radius: 5px;
    height: 35px;
    position: relative;
    width: 56px
}

.pay__item img {
    left: 10%;
    max-height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px
}

.footer-nav__item,
.footer__nav-item {
    -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
}

.footer__logo {
    margin-bottom: 35px;
    max-width: 200px
}

.footer__logo span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.66
}

.footer-btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    max-width: 250px
}

.footer-btn__search,
.footer-contact-btn {
    font-size: 14px;
    padding: 15px 40px
}

.footer-btn__search {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap: 5px;
    padding: 15px 40px
}

.footer-logo__img {
    margin-bottom: 20px
}

.footer-logo__img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px
}

.footer__nav-title {
    color: #fff;
    font-family: Days One, sans-serif;
    font-size: 16px;
    line-height: 1
}

.footer-item__bottom {
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    line-height: 1;
    text-decoration-line: underline
}

.footer-item__bottom,
.footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__contact {
    gap: 30px
}

.footer-contact__item {
    -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
}

.footer-contact__item a,
.footer-contact__item span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56
}

.footer-contact__phone {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.footer-contact-social__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.footer-contact-social__img {
    background-color: #393f44;
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px
}

.footer-contact-social__img img {
    left: 25%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-contact-social__img:hover {
    opacity: .8
}

.requisites p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.66
}

.footer-btn {
    background: hsla(0, 0%, 100%, .15);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    max-width: 105px;
    padding: 10px 30px 10px 15px;
    position: relative
}

.footer-btn:before {
    background: url(../img/icons/arrow-footer.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px
}

@supports not (background:url("../img/icons/arrow-footer.svg")) {
    .footer-btn:before {
        background: url(../img/icons/arrow-footer.png) 50% no-repeat
    }
}

.footer-city-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%
}

.footer-city-btn__wrap a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

.footer-city-btn-prev {
    padding-left: 15px;
    position: relative
}

.footer-city-btn-prev:before {
    background: url(../img/icons/arrow-left-white.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

@supports not (background:url("../img/icons/arrow-left-white.svg")) {
    .footer-city-btn-prev:before {
        background: url(../img/icons/arrow-left-white.png) 50% no-repeat
    }
}

.footer-city-btn-next {
    padding-right: 15px;
    position: relative
}

.footer-city-btn-next:before {
    background: url(../img/icons/arrow-right-white.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

@supports not (background:url("../img/icons/arrow-right-white.svg")) {
    .footer-city-btn-next:before {
        background: url(../img/icons/arrow-right-white.png) 50% no-repeat
    }
}

.footer-mobile-logo {
    display: none
}

@media (max-width:1200px) {
    .footer__nav {
        gap: 20px
    }

    .footer__content {
        gap: 30px
    }
}

@media (max-width:1100px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer {
        padding-top: 40px
    }

    .footer__content {
        padding-bottom: 40px
    }

    .footer-btn,
    .footer__logo,
    .requisites {
        display: none
    }

    .footer__nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer-item__contact {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer-mobile-logo {
        display: block
    }

    .footer__nav>* {
        -ms-flex-preferred-size: calc(33.333% - 14px);
        flex-basis: calc(33.333% - 14px)
    }
}

@media (max-width:500px) {
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .footer-city-btn__wrap {
        margin-bottom: 15px
    }

    .footer__content_bottom {
        padding: 15px 0
    }

    .footer__nav-item {
        display: none
    }

    .footer__nav-title {
        font-size: 14px
    }

    .footer-contact__item {
        gap: 0
    }

    .footer-contact__item p {
        font-size: 12px
    }

    .footer__contact {
        gap: 15px
    }

    .footer-contact__item a,
    .footer-contact__item span {
        font-size: 14px
    }

    .footer-contact-social__img {
        height: 34px;
        width: 34px
    }

    .footer-contact-social__img img {
        height: 17px;
        width: 17px
    }

    .ministerstvo {
        margin-bottom: 20px
    }

    .footer-item__bottom a,
    .ministerstvo a {
        font-size: 12px
    }

    .footer-descr {
        margin-bottom: 15px
    }

    .footer-btn__wrap {
        font-size: 14px
    }
}

@media (max-width:400px) {
    .footer-btn__wrap {
        max-width: 100%
    }
}

.vacancies-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.vacancies-btn__wrap,
.vacancies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vacancies__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 45px
}

.vacancies__item {
    background: #f4f3f5;
    border-radius: 10px;
    position: relative
}

.vacancies__item:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: 35px;
    top: 18px;
    width: 36px
}

.vacancies__item-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Days One;
    font-size: 16px;
    font-size: 20px;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 90px 20px 25px;
    position: relative;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vacancies__item-title:after,
.vacancies__item-title:before {
    background-color: #71c399;
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 43px;
    top: 50%;
    -webkit-transition: width .2s ease, color .2s ease;
    transition: width .2s ease, color .2s ease;
    width: 20px
}

.vacancies__item-title:after {
    height: 20px;
    right: 37px;
    top: calc(50% + 1px);
    -webkit-transform: translate3d(-15px, -50%, 0);
    transform: translate3d(-15px, -50%, 0);
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    width: 2px
}

.vacancies__item-title.active:after {
    height: 0
}

.vacancies__item-title:hover {
    color: #71c399
}

.vacancies__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 1px solid #f4f3f5;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    padding: 25px 30px
}

.vacancies__item-title span {
    color: #3b7379;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.vacancies__content {
    position: relative
}

.vacancies__content span {
    font-size: 16px;
    font-weight: 600
}

.vacancies__content>ul>li {
    padding-left: 13px;
    position: relative
}

.vacancies__content>ul>li:before {
    background-color: #71c399;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px
}

.vacancies__content:before {
    background: url(../img/icons/just-logo.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 180px;
    left: 80%;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    width: 180px
}

@supports not (background:url("../img/icons/just-logo.svg")) {
    .vacancies__content:before {
        background: url(../img/icons/just-logo.png) 50% no-repeat
    }
}

.vacancies__title {
    margin-top: 60px
}

@media (max-width:800px) {
    .vacancies__title {
        margin-top: 35px
    }

    .vacancies__content {
        padding: 20px
    }

    .vacancies__item-title {
        font-size: 14px;
        padding: 12px 60px 12px 20px
    }

    .vacancies__item-title:after {
        height: 10px;
        right: 16px
    }

    .vacancies__item-title:before {
        right: 27px;
        width: 10px
    }

    .vacancies__item:before {
        height: 25px;
        right: 20px;
        top: 12px;
        width: 25px
    }

    .vacancies__inner {
        gap: 5px;
        margin-bottom: 25px
    }
}

@media (max-width:600px) {

    .vacancies-btn__wrap,
    .vacancies__item:before {
        display: none
    }

    .vacancies__item-title {
        -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
    }

    .vacancies__item-title span {
        font-size: 14px
    }

    .vacancies__content:before {
        display: none
    }
}

.certificates {
    background: -webkit-gradient(linear, left top, left bottom, from(#d9dfe5), color-stop(6.53%, #dae0e5), color-stop(12.46%, #dadfe5), color-stop(24.11%, #d9dee4), color-stop(34.21%, #d8dde2), color-stop(44.31%, #d7dce2), color-stop(53.44%, #d6dbe1), color-stop(62.96%, #d2d7dd), color-stop(71.89%, #d2d7dd), color-stop(79.08%, #d1d6dc), color-stop(85.88%, #cbd3d9), color-stop(91.9%, #cdd2d8), to(#cbd0d6));
    background: linear-gradient(180deg, #d9dfe5, #dae0e5 6.53%, #dadfe5 12.46%, #d9dee4 24.11%, #d8dde2 34.21%, #d7dce2 44.31%, #d6dbe1 53.44%, #d2d7dd 62.96%, #d2d7dd 71.89%, #d1d6dc 79.08%, #cbd3d9 85.88%, #cdd2d8 91.9%, #cbd0d6);
    margin-top: 160px;
    overflow: hidden;
    position: relative
}

.certificates__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    padding: 80px 0 100px
}

.certificates__content {
    max-width: 250px
}

.certificates__item {
    -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;
    max-width: 525px;
    position: relative;
    width: 100%;
    z-index: 3
}

.certificates__title {
    margin-bottom: 0
}

.certificates__text {
    font-weight: 500
}

.certificates_swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.certificates__bg {
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 57.29%;
    z-index: 2
}

.certificates__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.certificates__slider {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.certificates__content {
    margin-left: 24px;
    z-index: 1
}

@media (max-width:1680px) {
    .certificates__inner {
        gap: 90px
    }
}

@media (max-width:1400px) {
    .certificates__bg {
        width: 50%
    }

    .certificates__item {
        max-width: calc(50% - 45px)
    }

    .certificates__title {
        font-size: 34px
    }
}

@media (max-width:980px) {
    .certificates__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
        padding-top: 20px
    }

    .certificates__bg {
        display: none
    }

    .certificates__slider {
        -webkit-transform: none;
        transform: none
    }

    .certificates__content {
        margin-left: 0
    }

    .certificates_swiper-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .certificates__item {
        max-width: 100%
    }
}

@media (max-width:600px) {
    .certificates {
        margin-top: 80px
    }
}

.test__content {
    color: #fff;
    display: none;
    gap: 20px
}

.test__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.test__item {
    height: auto;
    padding: 35px 55px
}

.test__item-btn {
    font-family: Nunito, sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative
}

.test__item-btn:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    width: 0
}

.test__item-btn:hover:before {
    width: 100%
}

.test__title {
    color: #3b7379;
    font-family: Days One;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px
}

.test__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.test__picture {
    border-radius: 10px;
    max-width: 360px;
    overflow: hidden;
    width: 100%
}

.test__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.test__wrapper {
    -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: 20px;
    height: auto;
    max-width: 100%
}

.test__wrapper p {
    color: #3b7379;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56
}

.test-text__wrap {
    -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;
    margin-bottom: 50px
}

.test-text__wrap p {
    color: #3b7379
}

.test__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%
}

.test__close {
    display: none
}

.test__tabs__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.test__tab {
    background: #fff;
    border-radius: 15px;
    color: #3b7379;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 25px;
    width: 100%
}

.test__tab.active,
.test__tab:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.63%, #4e8c8e), color-stop(146.72%, #80cca5)), #3b7379;
    background: linear-gradient(90deg, #4e8c8e -1.63%, #80cca5 146.72%), #3b7379;
    color: #fff
}

.test__tab.active {
    border: none;
    position: relative
}

.test__table {
    margin-bottom: 30px
}

.main-test__table {
    margin-bottom: 0
}

.main-test__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.main-test__inner,
.test__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.test__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

.test__inner {
    background: #f4f3f5;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px
}

.test_tabs {
    background: #fff;
    border-radius: 20px;
    min-width: 334px;
    padding: 5px
}

.into-tabs__content {
    color: #fff;
    display: none;
    gap: 20px
}

.into-tabs__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:550px) {
    .test__inner {
        width: 100%
    }

    .test_tabs {
        min-width: 100%
    }

    .test__item {
        padding: 15px
    }

    .test__title {
        font-size: 18px;
        margin-bottom: 0
    }

    .test__wrapper p {
        font-size: 14px
    }

    .test-text__wrap {
        margin-bottom: 0
    }
}


.not-found {
    margin-bottom: 160px;
}

.not-found__inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.not-found__picture {
    max-width: 576px;
}

.not-found__item {
    max-width: 522px;
    display: flex;
    flex-direction: column;
}

.not-found__text {
    margin-bottom: 80px;
    color: #3B7379;
}

.not-found__btns {
    display: flex;
    gap: 10px;
}

.not-found__btns {
    flex-basis: calc(50% - 5px);
}

@media (max-width: 1200px) {
    .not-found__text {
        margin-bottom: 40px;
    }
}

@media (max-width: 1020px) {
    .not-found__picture {
        max-width: 274px;
    }

    .not-found__inner {
        flex-direction: column;
        gap: 40px;
    }

    .not-found {
        padding-top: 30px;
        margin-bottom: 80px;
    }
}

@media (max-width: 450px) {
    .not-found__btns {
        flex-direction: column;
    }

    .not-found__btns>* {
        width: 100%;
    }

    .not-found__text {
        margin-bottom: 40px;
        font-size: 14px;
    }
}

.map-site {
    margin-bottom: 160px;
}

.map-site__inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    row-gap: 50px;

}

.map-site__inner ul li {
    flex-basis: calc((100% - 80px) / 3);
}

.map-site__inner ul li ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.map-site__inner ul li ul li a {
    color: #3B7379B2;
}

.map-site__inner ul li ul li a:hover {
    color: #71C399;
}

/* .map-site__inner ul li ul li:first-child a {
    margin-bottom: 5px;
    font-size: 20px;
    color: #3B7379;
    font-family: "Days One", sans-serif;
} */

.map-site__inner ul li ul li:first-child a:hover {
    color: #71C399;
}

.map-site__title {
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #F3F6FA;
}

@media (max-width: 800px) {
    .map-site__inner {
        margin-top: 0;
    }

    .map-site___title {}

    .map-site__inner ul {
        flex-direction: column;
        gap: 30px;
        row-gap: 30px;
    }

    .map-site__inner ul li {
        flex-basis: 100%;
    }

    .map-site__inner ul li ul li a {
        font-size: 14px;
    }

    .map-site__inner ul li ul li:first-child a {
        font-size: 16px;
    }
}

.price tbody tr td {
    border: none;
}
