/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: Ubuntu-Bold;
    src: local("Ubuntu-Bold"), url(../fonts/Ubuntu-Bold.woff2) format("woff2"), url(../fonts/Ubuntu-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

details,
main {
    display: block
}

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

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

a {
    background-color: rgba(0, 0, 0, 0)
}

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

b,
strong {
    font-weight: bolder
}

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;
    max-width: 100%;
    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: ButtonText dotted 1px
}

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
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

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

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

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

body {
    min-width: 340px;
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    text-decoration: none;
    margin: 0;
    padding: 0
}

header ol,
header ul {
    list-style: none
}

header li {
    padding: 0
}

header li::after {
    display: none
}

iframe {
    width: 100%
}

.max {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto
}

p {
    line-height: 120%
}

header {
    position: sticky;
    top: -32px;
    z-index: 99
}

.top-header-block {
    background: #004379;
    padding: 4px 0
}

.top-header-block .top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.top-header-block .local {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto
}

.top-header-block .local svg {
    width: 20px;
    height: 20px
}

.top-header-block .local span {
    color: #fff;
    font-size: 10px
}

.top-header-block .language-swap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 30px;
    padding: 4px 10px
}

.top-header-block .language-swap .language-link {
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 10px;
    color: rgba(255, 255, 255, .6)
}

.top-header-block .language-swap .language-link.active {
    color: #fff
}

.top-header-block .version-site {
    outline: 0;
    border: none;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .3s;
    transition: .3s;
    width: 24px;
    height: 24px
}

.top-header-block .version-site svg {
    width: 24px;
    height: 24px
}

.mid-header-block {
    background: #fff;
    padding: 12px 0
}

.mid-header-block .mid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mid-header-block .logo {
    width: 100%;
    max-width: 193px
}

.mid-header-block .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mid-header-block .menu-link {
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    color: #25333e
}

.mid-header-block .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mid-header-block .info-block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1px
}

.mid-header-block .info-block .time-work {
    font-size: 14px;
    color: #25333e
}

.mid-header-block .info-block .phone {
    color: #171717;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.mid-header-block .info-block .btn {
    padding: 11px 12px
}

.btn {
    color: #fff;
    background: #004379;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    padding: 18px 32px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block
}

.btn-white {
    background: #eaf4fc;
    color: #004379;
    padding: 18px 32px
}

.btn-menu {
    display: none
}

section {
    margin-bottom: 100px
}

.banner-block {
    background-image: url(/img/banner.webp);
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.banner-block .max {
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 90px;
    padding-bottom: 142px
}

.banner-block .banner-doc {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.banner-block .cont {
    width: 100%;
    max-width: 526px;
    position: relative;
    z-index: 5
}

.banner-block .cont .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 40px
}

.banner-block .cont h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 105%;
    color: #fff;
    margin-bottom: 20px
}

.banner-block .cont h1 span {
    position: relative;
    color: #009fd0
}

.banner-block .cont h1 span:after {
    content: "";
    position: absolute;
    background-image: url(/img/h1-line.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    left: -5px;
    right: -10px;
    height: 15px;
    bottom: -15px
}

.banner-block .cont .txt {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px
}

.banner-block .cont .btns-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-block .cont .btn-video {
    background: 0 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.banner-block .cont .btn-video svg {
    width: 56px;
    height: 56px
}

.banner-block .cont .btn-video p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2px
}

.banner-block .cont .btn-video p span:nth-child(1) {
    font-weight: 500;
    color: #fff;
    font-size: 14px
}

.banner-block .cont .btn-video p span:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6)
}

body {
    background: #e6f4ff
}

h1 {
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 700;
    color: #001b31;
    line-height: 105%
}

h2 {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: -1%;
    color: #001b31;
    margin-bottom: 32px;
    padding-left: 32px
}

h2::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #009fd0;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 105%;
    letter-spacing: -1%;
    text-align: center;
    margin-bottom: 24px;
    color: #009fd0
}

h3.for-txt {
    margin-bottom: 8px
}

.zag-txt {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #001b31;
    margin-bottom: 24px
}

.sravnenie {
    margin-bottom: 32px
}

.sravnenie .block {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    position: relative
}

.sravnenie .block .lable {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 6px 20px 6px 14px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.sravnenie .block img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 12px;
    border-radius: 16px
}

.sravnenie .block .name {
    color: #001b31;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.sravnenie .block .instrument {
    font-weight: 500;
    font-size: 14px;
    color: #001b31;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6f4ff
}

.sravnenie .block .txt {
    font-size: 14px;
    margin-bottom: 10px
}

.sravnenie .block .block-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.sravnenie .block .block-line .line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 12px;
    background: #e6f4ff;
    position: relative;
    height: 40px
}

.sravnenie .block .block-line .line .dynamic-line {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 8px;
    background: -webkit-gradient(linear, right top, left top, from(#009fd0), color-stop(88.7%, #fff));
    background: linear-gradient(270deg, #009fd0 0, #fff 88.7%)
}

.sravnenie .block .block-line p {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #667580
}

.sravnenie .block .block-line p span {
    font-size: 18px;
    font-weight: 500
}

.sravnenie .block:nth-child(2) {
    border: 2px solid #009fd0
}

.sravnenie .block:nth-child(2) .name {
    font-size: 30px;
    color: #009fd0
}

.sravnenie .block:nth-child(2) img {
    margin-bottom: 16px
}

.text-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px
}

.text-icon::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px
}

.krest::before {
    background-image: url(/img/krest.svg)
}

.check::before {
    background-image: url(/img/check.svg)
}

.mark-ulovki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mark-ulovki .block {
    width: calc(50% - 6px);
    background: #fff;
    border-radius: 16px;
    padding: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.mark-ulovki .block .mif {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    display: inline-block;
    padding: 6px 14px 8px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    white-space: nowrap
}

.mark-ulovki .block .cont {
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mark-ulovki .block .cont .zag {
    font-weight: 500;
    font-size: 18px;
    color: #001b31;
    margin-bottom: 4px
}

.mark-ulovki .block .cont .txt {
    color: #001b31
}

.vibor-dop-block {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    border-radius: 16px;
    background-image: url(/img/fon-line-blur.svg);
    background-size: cover;
    background-position: center
}

.vibor-dop-block .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.vibor-dop-block .cont svg {
    width: 65px;
    height: 65px;
    background: #009fd0;
    border-radius: 10px
}

.vibor-dop-block .cont .txt p:nth-child(1) {
    font-weight: 500;
    font-size: 30px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #009fd0;
    margin-bottom: 8px
}

.vibor-dop-block .cont .txt p:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #25333e
}

.paket-offer .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paket-offer .block {
    padding: 20px;
    border-radius: 16px;
    background: #fff
}

.paket-offer .block .pod-zag {
    font-size: 14px;
    color: #717d90;
    margin-bottom: 4px
}

.paket-offer .block .name-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6f4ff;
    padding-bottom: 8px;
    margin-bottom: 16px
}

.paket-offer .block .name-price p {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #001b31
}

.paket-offer .block .name-price span {
    font-weight: 500;
    font-size: 36px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #009fd0;
    white-space: nowrap
}

.paket-offer .block .check-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 16px
}

.paket-offer .block .check-text p {
    font-size: 14px;
    color: #001b31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}

.paket-offer .block .check-text p::before {
    content: "";
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(/img/check.svg)
}

.paket-offer .block .btn {
    width: 100%
}

.paket-offer .block:nth-child(2) {
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%)
}

.paket-offer .block:nth-child(2) .check-text p,
.paket-offer .block:nth-child(2) .name-price p,
.paket-offer .block:nth-child(2) .name-price span,
.paket-offer .block:nth-child(2) .pod-zag {
    color: #fff
}

.paket-offer .block:nth-child(2) .lable {
    position: absolute;
    right: 0;
    top: 24px;
    padding: 6px 20px 6px 14px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.paket-offer .block:nth-child(2) .name-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.paket-offer .block:nth-child(2) .check-text p::before {
    background-image: url(/img/check-dark.svg)
}

.dop-block-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dop-block-three .vibor-dop-block {
    background: #fff;
    width: calc(50% - 6px)
}

.dop-block-three .vibor-dop-block:last-child {
    width: 100%;
    background-image: url(/img/fon-line-blur.svg)
}

.title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px
}

.title-link h2 {
    margin-bottom: 0
}

.title-link a {
    text-decoration: underline;
    color: #004379;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.form {
    background-image: url(/img/fon-form.webp);
    background-size: cover;
    background-position: center;
    padding: 42px 50px;
    border-radius: 16px;
    position: relative
}

.form .cont {
    width: 100%;
    max-width: 630px
}

.form .cont .zag {
    font-weight: 500;
    font-size: 36px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #009fd0;
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

.form .cont .zag span {
    color: #fff
}

.form .cont .zag span lb {
    position: relative;
    display: inline-block
}

.form .cont .zag span lb::after {
    content: "";
    position: absolute;
    background-image: url(/img/form-zag-line.svg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    right: 0;
    width: 206px;
    height: 12px;
    bottom: -8px;
    pointer-events: none
}

.form .cont .icon-phone {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px;
    position: relative;
    z-index: 3
}

.form .cont .icon-phone::before {
    content: "";
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/img/tel-form.svg)
}

.form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 3
}

.form form .inp-field {
    width: calc(50% - 4px)
}

.form form .btn {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 10px
}

.form .img-doc {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: calc(100% + 66px);
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

input[type=tel],
input[type=text],
textarea {
    width: 100%;
    padding: 15px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0)
}

textarea {
    max-width: 100%
}

.inp-field {
    position: relative
}

.inp-field::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 12px;
    pointer-events: none
}

input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, .6)
}

input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    border: 2px solid #fff
}

.custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 10px
}

.custom-checkbox p {
    font-size: 12px;
    color: #fff
}

.custom-checkbox p a {
    text-decoration: underline;
    color: #fff
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.custom-checkbox input:checked~.checkmark {
    border-color: #fff
}

.checkmark:after {
    content: "";
    display: none;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 7px;
    margin-top: 2px
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

h2.big {
    font-weight: 700;
    font-size: 48px;
    line-height: 105%;
    color: #001b31;
    padding: 0;
    margin-bottom: 32px
}

.tab__panels .tab__element,
h2.big::after {
    display: none
}

.tab__panels .tab__element.active {
    display: block
}

.tabs__pane {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    background: #fff;
    padding: 4px;
    border-radius: 12px;
    margin-bottom: 32px
}

.tabs__pane li {
    font-size: 14px;
    color: #004379;
    border-radius: 10px;
    background: #fff;
    padding: 11px 16px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-weight: 500
}

.tabs__pane li.active {
    background: #004379;
    color: #fff
}

.cart-pac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-pac .block {
    width: calc(50% - 6px);
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-pac .block .lb {
    width: 100%;
    max-width: 256px
}

.cart-pac .block .rb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.cart-pac .block .rb .img-block {
    width: calc(50% - 3px);
    border: 6px solid #e6f4ff;
    border-radius: 16px;
    position: relative
}

.cart-pac .block .rb .img-block img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.cart-pac .block .rb .img-block span {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    padding: 0 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    z-index: 3
}

.cart-pac .block .rb .img-block::after {
    content: "";
    border-radius: 12px;
    z-index: 2;
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 67, 121, 0)), color-stop(70%, rgba(0, 67, 121, .25)), to(#004379));
    background: linear-gradient(180deg, rgba(0, 67, 121, 0) 50%, rgba(0, 67, 121, .25) 70%, #004379 100%)
}

.cart-pac .block .txt {
    margin-bottom: 10px
}

.cart-pac .block .pokaz {
    text-decoration: underline;
    color: #004379;
    margin-bottom: 48px;
    display: inline-block
}

.cart-pac .block .doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.cart-pac .block .doc .cont p {
    font-weight: 500;
    color: #001b31
}

.cart-pac .block .doc .cont span {
    font-size: 12px
}

.cart-pac .block .btn {
    padding: 11px 12px
}

.btns-center {
    text-align: center;
    margin-top: 20px
}

button {
    cursor: pointer
}

.load-more {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #004379;
    -webkit-transition: .3s;
    transition: .3s;
    color: #004379;
    padding: 18px 32px;
    border-radius: 12px
}

body .video-block {
    display: grid;
    grid-template-columns: calc(67% - 8px) calc(33% - 4px);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px
}

body .video-block .block {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .video-block .block .fon {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

body .video-block .block svg {
    position: absolute;
    width: 72px;
    height: 72px;
    z-index: 2;
    cursor: pointer
}

body .video-block .block .profile {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .video-block .block .profile .prosmorty {
    font-size: 12px;
    color: rgba(255, 255, 255, .5019607843);
    margin-bottom: 2px
}

body .video-block .block .profile .name {
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px
}

body .video-block .block .profile .usluga {
    font-size: 14px;
    color: #fff
}

body .video-block .block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 67, 121, 0)), to(#004379));
    background: linear-gradient(180deg, rgba(0, 67, 121, 0) 40%, #004379 100%);
    pointer-events: none
}

body .video-block .block:nth-child(1) {
    grid-row: span 2/span 2
}

body .video-block .block:nth-child(3) {
    grid-column-start: 2
}

body .text-reviews .block {
    padding: 20px;
    border-radius: 12px;
    background: #fff
}

body .text-reviews .block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 400px;
    margin-bottom: 12px
}

body .text-reviews .block .info .raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

body .text-reviews .block .info .raiting svg {
    width: 20px;
    height: 20px
}

body .text-reviews .block .info .name {
    font-weight: 500;
    color: #001b31
}

body .text-reviews .block .info .data {
    font-size: 14px;
    color: #667580
}

body .text-reviews .block .text {
    color: #001b31;
    margin-bottom: 20px
}

body .text-reviews .block .img-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

body .text-reviews .block .img-reviews img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px
}

.all-for-metod {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px
}

.all-for-metod .block {
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center
}

.all-for-metod .block .num {
    font-weight: 700;
    font-size: 79px;
    line-height: 90%;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 12px
}

.all-for-metod .block .txt {
    font-size: 14px;
    color: #25333e;
    margin-bottom: 12px
}

.all-for-metod .block .txt b {
    font-weight: 600
}

.all-for-metod .block a {
    color: #004379;
    font-size: 14px;
    text-decoration: underline
}

.all-for-metod .block .zag {
    color: #001b31;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px
}

.all-for-metod .block .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.all-for-metod .block .icon svg {
    width: 65px;
    height: 65px;
    background-color: #009fd0;
    padding: 8px;
    border-radius: 10px
}

.all-for-metod .block:nth-child(1) {
    background-image: url(/img/mf1.webp);
    background-size: cover
}

.all-for-metod .block:nth-child(2) {
    grid-row: span 2/span 2;
    background-color: #004379;
    padding: 0;
    position: relative
}

.all-for-metod .block:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    border-radius: 16px
}

.all-for-metod .block:nth-child(2) .video-btn {
    position: absolute;
    bottom: 32px;
    background-color: #004379;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px 8px 20px;
    gap: 8px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

.all-for-metod .block:nth-child(2) .video-btn .info {
    max-width: 192px
}

.all-for-metod .block:nth-child(2) .video-btn .name {
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.all-for-metod .block:nth-child(2) .video-btn .prof {
    color: rgba(255, 255, 255, .6);
    font-size: 14px
}

.all-for-metod .block:nth-child(2) .video-btn svg {
    width: 56px;
    height: 56px;
    cursor: pointer
}

.all-for-metod .block:nth-child(3) {
    grid-column: span 2/span 2;
    background-image: url(/img/mf-3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right
}

.all-for-metod .block:nth-child(3) .icon,
.all-for-metod .block:nth-child(3) .txt,
.all-for-metod .block:nth-child(3) .zag {
    max-width: 325px
}

.all-for-metod .block:nth-child(4) {
    grid-row-start: 2
}

.all-for-metod .block:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 2
}

.all-for-metod .block:nth-child(6) {
    grid-column-start: 4;
    grid-row-start: 2
}

.tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.tab-title .tabs__pane {
    margin-bottom: 0
}

.tab-title a {
    text-decoration: underline;
    color: #004379;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.team .block {
    padding: 8px;
    border-radius: 16px;
    background-color: #fff
}

.team .block .img {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(120.32% 100% at 69.36% 0, #e6f4ff 0, #c0def6 56.84%, #e6f4ff 100%);
    margin-bottom: 12px
}

.team .block .img .rait {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    gap: 4px
}

.team .block .img .rait svg {
    width: 16px;
    height: 16px
}

.team .block .img .rait span {
    font-size: 14px;
    font-weight: 500;
    color: #001b31;
    line-height: 1
}

.team .block .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

.team .block .name {
    font-size: 18px;
    font-weight: 500;
    color: #001629;
    margin-bottom: 4px
}

.team .block .prof {
    color: #25333e;
    margin-bottom: 12px;
    min-height: 39px
}

.team .block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team .block .info .btn {
    padding: 11px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.team .block .info .btn svg {
    -webkit-transition: .3s;
    transition: .3s;
    stroke: #004379;
    width: 20px;
    height: 20px
}

.team .block .info .harakt p:nth-of-type(1) {
    font-size: 10px;
    color: #667580
}

.team .block .info .harakt p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 500;
    color: #001b31
}

.team .swiper-slide img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px
}

.udobstva.swiper {
    padding-bottom: 36px
}

.swiper .swiper-scrollbar {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: #b8d0e4
}

.swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #004379
}

.faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.faq-block .faq-info {
    width: 459px;
    padding: 32px;
    background: url(/img/faq-fon.svg) right bottom no-repeat #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.faq-block .faq-info h2 {
    margin-bottom: 0
}

.faq-block .faq-info p {
    color: #25333e
}

.faq-block .faq-info .btn {
    padding: 11px 12px
}

.faq-block .faq-info .time-work {
    margin-top: auto;
    font-size: 12px;
    color: #667580;
    margin-bottom: -20px
}

.faq-block .faq-info .svyaz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.faq-block .faq-info .svyaz .phone {
    color: #004379;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

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

.soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.soc svg {
    -webkit-transition: .3s;
    transition: .3s;
    width: 32px;
    height: 32px
}

.spoiler__cont {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

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

.spoiler {
    background: #fff;
    border-radius: 16px;
    padding: 16px
}

.spoiler__name {
    cursor: pointer;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.spoiler__name p {
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 700;
    color: #0f0f0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.spoiler__name p span {
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    color: #009fd0
}

.spoiler__name .arrow {
    position: relative;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spoiler__name .arrow::after,
.spoiler__name .arrow::before {
    content: "";
    background-color: #009fd0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 30px
}

.spoiler__name .arrow::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px
}

.spoiler__name .arrow::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 3px
}

.spoiler__name.active .arrow::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2.5px
}

.spoiler__name.active .arrow::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2.5px
}

.spoiler__name.active p {
    gap: 5px
}

.spoiler__cont p {
    padding: 0 20px
}

.programma {
    background-image: url(/img/fon-form.webp);
    background-size: cover;
    background-position: center;
    padding: 42px 50px;
    border-radius: 16px;
    position: relative
}

.programma .cont {
    max-width: 521px
}

.programma .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

.programma .title .krug {
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.programma .title .zag {
    font-weight: 500;
    font-size: 36px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #009fd0;
    margin: 0
}

.programma .title .zag span {
    color: #fff
}

.programma .title .zag span lb {
    position: relative;
    display: inline-block
}

.programma .title .zag span lb::after {
    content: "";
    position: absolute;
    background-image: url(/img/form-zag-line.svg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    right: 0;
    width: 122px;
    height: 12px;
    bottom: -15px;
    pointer-events: none
}

.programma p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 32px;
    position: relative;
    z-index: 3
}

.programma .btn {
    display: inline-block;
    position: relative;
    z-index: 3
}

.programma .img-drug {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: calc(100% + 48px);
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

footer {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 32px
}

.contacts .block:nth-child(1) {
    width: calc(50% - 8px);
    padding: 32px;
    background: #e6f4ff;
    border-radius: 16px
}

.contacts .block:nth-child(1) h2 {
    padding: 0;
    margin-bottom: 16px
}

.contacts .block:nth-child(1) h2:after {
    display: none
}

.contacts .block:nth-child(1) .txt-h2 {
    color: #001b31;
    margin-bottom: 32px
}

.contacts .block:nth-child(1) .zag {
    font-size: 14px;
    color: #667580;
    margin-bottom: 8px
}

.contacts .block:nth-child(1) .adres,
.contacts .block:nth-child(1) .link {
    font-size: 20px;
    font-weight: 700;
    color: #004379;
    -webkit-transition: .3s;
    transition: .3s
}

.contacts .block:nth-child(1) .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.contacts .block:nth-child(1) .col-2 .bl {
    width: auto
}

.contacts .block:nth-child(1) .col-2 .bl .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.contacts .block:nth-child(1) .items {
    margin-bottom: 24px
}

.contacts .block:nth-child(2) {
    width: calc(50% - 8px)
}

.contacts .map {
    overflow: hidden;
    border-radius: 16px;
    height: 100%
}

.f-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-menu-block .block:nth-child(1) {
    width: calc(60% - 8px)
}

.f-menu-block .block:nth-child(2),
.f-menu-block .block:nth-child(3) {
    width: calc(20% - 12px)
}

h4 {
    font-weight: 500;
    font-size: 18px;
    color: #004379;
    margin-bottom: 16px
}

.f-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-menu .mt-4 {
    margin-top: 4px
}

.f-menu p.zag {
    font-size: 14px;
    color: #667580
}

.f-menu .bl {
    width: calc(33.3333333333% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px
}

.f-menu .bl a {
    color: #25333e;
    -webkit-transition: .3s;
    transition: .3s
}

.f-menu .bl.low-gap {
    gap: 6px;
    width: 100%
}

.f-copyrate {
    margin-top: 32px;
    border-top: 1px solid #eaf4fc;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-copyrate a,
.f-copyrate p {
    font-size: 12px;
    color: #667580;
    -webkit-transition: .3s;
    transition: .3s
}

body .fancybox__content {
    border-radius: 16px
}

body .fancybox__content .inp-field::before {
    border: 1px solid #009fd0
}

body .fancybox__content input[type=tel],
body .fancybox__content input[type=text] {
    color: #001b31
}

body .fancybox__content input[type=tel]::-webkit-input-placeholder,
body .fancybox__content input[type=text]::-webkit-input-placeholder {
    color: #001b31
}

body .fancybox__content input[type=tel]::-moz-placeholder,
body .fancybox__content input[type=text]::-moz-placeholder {
    color: #001b31
}

body .fancybox__content input[type=tel]:-ms-input-placeholder,
body .fancybox__content input[type=text]:-ms-input-placeholder {
    color: #001b31
}

body .fancybox__content input[type=tel]::-ms-input-placeholder,
body .fancybox__content input[type=text]::-ms-input-placeholder {
    color: #001b31
}

body .fancybox__content input[type=tel]::placeholder,
body .fancybox__content input[type=text]::placeholder {
    color: #001b31
}

body .fancybox__content input[type=tel]:focus,
body .fancybox__content input[type=text]:focus {
    border: 2px solid #009fd0
}

body .fancybox__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

body .fancybox__content .checkmark,
body .fancybox__content .custom-checkbox input:checked~.checkmark {
    border: 1px solid #009fd0
}

body .fancybox__content .custom-checkbox p,
body .fancybox__content .custom-checkbox p a {
    color: #001b31
}

body .fancybox__content .checkmark:after {
    border: solid #001b31;
    border-width: 0 2px 2px 0
}

.mid-header nav .close-menu,
.mob {
    display: none
}

.swiper.udobstva .swiper-slide {
    overflow: hidden;
    border-radius: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 440px
}

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

.vibor-dop-block .cont svg {
    padding: 8px
}

.swiper.reviews-video,
.swiper.team {
    padding-bottom: 24px
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services .block {
    width: calc(33.3333333333% - 8px);
    background: #fff;
    border-radius: 16px;
    position: relative;
    padding: 32px;
    min-height: 320px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.services .block img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    inset: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom
}

.services .block h3 {
    color: #004379;
    margin-bottom: 24px;
    text-align: left;
    position: relative;
    z-index: 2
}

.services .block .services-link {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 290px;
    margin-bottom: 80px
}

.services .block .services-link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #004379;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 8px 10px;
    border-radius: 30px;
    background: #e6f4ff
}

.services .block .btn {
    margin-top: auto;
    position: relative;
    z-index: 2
}

.services .block:nth-child(3) {
    background: radial-gradient(100% 168.49% at 11.87% 0, #009fd0 30%, rgba(0, 159, 208, .55) 65%, rgba(0, 159, 208, .4) 74.81%, #009fd0 100%)
}

.services .block:nth-child(3) h3 {
    color: #fff
}

.napravlenie {
    padding: 61px 50px;
    background: url(/img/napravlenie-fon.png) 0 0/contain no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.napravlenie .zag {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 105%;
    letter-spacing: -1%;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 16px;
    max-width: 630px
}

.napravlenie .zag .krug {
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate
}

.napravlenie .txt {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px
}

.napravlenie .text-icon {
    color: #fff
}

.napravlenie .text-icon::before {
    width: 20px;
    height: 20px
}

.napravlenie .btns {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.check-white::before {
    background-image: url(/img/check-white.svg)
}

.price-peresadka-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 32px
}

.price-peresadka-block .price-peresadka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 353px)
}

.price-peresadka-block .price-peresadka .block {
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    width: calc(33.3333333333% - 8px);
    -webkit-transition: .3s;
    transition: .3s
}

.price-peresadka-block .price-peresadka .block .zag {
    color: #001b31;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px
}

.price-peresadka-block .price-peresadka .block img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 8px
}

.price-peresadka-block .price-peresadka .block .price {
    color: #001b31;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap
}

.price-peresadka-block .price-peresadka .block .price span {
    font-size: 30px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.price-peresadka-block .price-peresadka .block:nth-child(4),
.price-peresadka-block .price-peresadka .block:nth-child(5) {
    width: calc(50% - 6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    padding: 32px 20px
}

.price-peresadka-block .price-peresadka .block:nth-child(4) .zag,
.price-peresadka-block .price-peresadka .block:nth-child(5) .zag {
    margin: 0;
    -ms-flex-line-pack: center;
    align-content: center
}

.price-peresadka-block .price-peresadka .block:nth-child(4) .price,
.price-peresadka-block .price-peresadka .block:nth-child(5) .price {
    -ms-flex-line-pack: center;
    align-content: center
}

.price-peresadka-block .pers-podhod {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    background-image: url(/img/price-fon.svg);
    background-position: left bottom;
    background-repeat: no-repeat
}

.price-peresadka-block .pers-podhod h3 {
    color: #004379;
    text-align: left;
    margin-bottom: 16px;
    position: relative;
    z-index: 2
}

.price-peresadka-block .pers-podhod .txt {
    color: #001b31;
    margin-bottom: 32px;
    position: relative;
    z-index: 2
}

.price-peresadka-block .pers-podhod .btn {
    margin-bottom: 32px;
    position: relative;
    z-index: 2
}

.price-peresadka-block .pers-podhod a {
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
    color: #004379;
    position: relative;
    z-index: 2
}

.price-peresadka-block .pers-podhod img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.mb-24,
h3.mb-24 {
    margin-bottom: 24px
}

.mnenie-vrachey {
    padding: 60px 50px;
    border-radius: 16px;
    background-color: #fff;
    background-image: url(/img/fon-mnenie.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    position: relative;
    margin-top: 32px
}

.mnenie-vrachey h3 {
    color: #001b31;
    text-align: left;
    margin-bottom: 16px;
    position: relative;
    z-index: 2
}

.mnenie-vrachey p.txt {
    position: relative;
    z-index: 2;
    color: #25333e;
    font-weight: 500;
    font-size: 18px;
    max-width: 630px;
    margin-bottom: 32px
}

.mnenie-vrachey .video-btn {
    padding: 8.5px 8.5px 8.5px 50px;
    margin-left: -50px;
    background-color: #004379;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mnenie-vrachey .video-btn .ava {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 100%
}

.mnenie-vrachey .video-btn .info {
    max-width: 202px
}

.mnenie-vrachey .video-btn .info .name {
    color: #fff;
    font-weight: 700px;
    margin-bottom: 4px
}

.mnenie-vrachey .video-btn .info .prof {
    color: rgba(255, 255, 255, .6);
    font-size: 14px
}

.mnenie-vrachey .video-btn svg {
    width: 56px;
    height: 56px;
    cursor: pointer
}

.mnenie-vrachey::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    background-image: url(/img/citata.svg);
    background-size: contain;
    left: 24px;
    top: 24px
}

body .statyi-block {
    padding-bottom: 24px
}

body .statyi-block .block {
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    transition: .3s
}

body .statyi-block .block .preview {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px;
    margin-bottom: 8px
}

body .statyi-block .block .data {
    color: #667580;
    font-size: 12px;
    margin-bottom: 4px
}

body .statyi-block .block .title {
    color: #001b31;
    margin-bottom: 8px
}

body .statyi-block .block .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .statyi-block .block .cont .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .statyi-block .block .cont .info .ava {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

body .statyi-block .block .cont .info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    color: #001b31
}

body .statyi-block .block .cont .info p span {
    color: #25333e;
    font-size: 10px;
    font-weight: 400
}

.btn.btn-icon {
    padding: 11px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.btn.btn-icon svg {
    -webkit-transition: .3s;
    transition: .3s;
    stroke: #004379;
    width: 20px;
    height: 20px
}

#form-2 {
    background-image: url(/img/form-2-fon.png);
    padding: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 560px
}

#form-2 h2 {
    color: #fff;
    padding: 0;
    margin-bottom: 20px
}

#form-2 h2:after {
    display: none
}

#form-2 .icon-phone {
    color: #fff;
    padding-left: 28px;
    position: relative;
    margin-bottom: 24px
}

#form-2 .icon-phone::after {
    content: "";
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/img/tel-form.svg);
    position: absolute;
    left: 0;
    top: 0
}

#form-2 .zag {
    color: #fff;
    margin-bottom: 12px
}

#form-2 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#form-2 form .radio-btns {
    margin-bottom: 8px
}

#form-2 form .inp-field {
    width: calc(50% - 4px)
}

#form-2 form .inp-field input {
    color: #fff
}

#form-2 form .inp-field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#form-2 form .inp-field input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

#form-2 form .inp-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#form-2 form .inp-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#form-2 form .inp-field input::placeholder {
    color: rgba(255, 255, 255, .6)
}

#form-2 form .inp-field input[type=tel]:focus,
#form-2 form .inp-field input[type=text]:focus {
    border: 2px solid #fff
}

#form-2 form .inp-field::before {
    border: 1px solid rgba(255, 255, 255, .6)
}

#form-2 form .btn {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

#form-2 form .checkmark {
    border: 1px solid rgba(255, 255, 255, .6) !important
}

#form-2 form .custom-checkbox p,
#form-2 form .custom-checkbox p a {
    color: #fff
}

#form-2 form .custom-checkbox input:checked~.checkmark {
    border: 1px solid #fff !important
}

#form-2 form .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.radio-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.radio-btns label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.radio-custom input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.radio-custom__indicator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #009fd0;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.radio-custom__indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.radio-custom:hover .radio-custom__indicator {
    border-color: #3b82f6
}

.radio-custom input:checked+.radio-custom__indicator {
    border-color: #009fd0;
    background: #009fd0
}

.radio-custom input:checked+.radio-custom__indicator::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.radio-custom input:focus-visible+.radio-custom__indicator {
    outline: #009fd0 solid 1px;
    outline-offset: 1px
}

.breadcrumbs {
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs a {
    color: #25333e;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.breadcrumbs p,
.breadcrumbs span {
    color: #667580;
    font-size: 12px
}

.mb-0 {
    margin-bottom: 0
}

.services-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services-page .block {
    width: calc(20% - 10px);
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.services-page .block img {
    background: #e6f4ff;
    border-radius: 16px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 12px
}

.services-page .block p {
    font-size: 18px;
    font-weight: 500;
    color: #001b31
}

.services-page .block a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.service-page {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff
}

.service-page .serv-img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.service-page .cont {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 40px 24px 46px 32px
}

.service-page .top-ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px
}

.service-page .top-ban .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service-page .top-ban .info p {
    padding-left: 28px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #667580;
    font-size: 14px;
    position: relative
}

.service-page .top-ban .info p::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat
}

.service-page .top-ban .info p.prosmotr::after {
    background-image: url(/img/prosmotr.svg)
}

.service-page .top-ban .info p.read-time::after {
    background-image: url(/img/time.svg)
}

.service-page h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #001b31;
    margin-bottom: 20px
}

.service-page .descrp {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px
}

.back-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #004379
}

.back-page svg {
    width: 24px;
    height: 24px
}

.swap30-60 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swap30-60 .block:nth-child(1) {
    width: calc(33% - 3px)
}

.swap30-60 .block:nth-child(2) {
    width: calc(67% - 13px)
}

.swap30-60 .spoiler {
    margin-bottom: 8px
}

.swap30-60 .spoiler:last-child {
    margin-bottom: 0
}

.swap30-60 .spoiler__name {
    padding: 0
}

.bl-video {
    position: relative;
    width: 100%;
    height: 258px;
    overflow: hidden;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px
}

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

.bl-video svg {
    position: absolute;
    width: 56px;
    height: 56px;
    z-index: 2;
    cursor: pointer
}

.bl-video .profile {
    position: absolute;
    left: 16px;
    right: 15px;
    bottom: 16px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.bl-video .profile img {
    width: 40px;
    height: 40px
}

.bl-video .profile .prosmorty {
    font-size: 12px;
    color: rgba(255, 255, 255, .5019607843);
    margin-bottom: 2px
}

.bl-video .profile .name {
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 14px
}

.bl-video .profile .usluga {
    font-size: 12px;
    color: #fff
}

.bl-video::after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 67, 121, 0)), to(#004379));
    background: linear-gradient(180deg, rgba(0, 67, 121, 0) 40%, #004379 100%);
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bl-text {
    padding: 16px 16px 36px;
    border-radius: 16px;
    background-color: #fff;
    background-image: url(/img/fon-text.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat
}

.bl-text h3 {
    color: #0f0f0f;
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px
}

.bl-text p {
    color: #001b31;
    margin-bottom: 10px
}

.bl-text p:last-child {
    margin-bottom: 0
}

.btn.btn-min {
    padding: 11.5px 12px
}

.service-form .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    padding: 8px
}

.service-form .block .imgs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    gap: 2px;
    overflow: hidden
}

.service-form .block .imgs img {
    width: 50%
}

.service-form .block .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #001b31;
    width: calc(100% - 117px)
}

.service-form .block .btn {
    white-space: nowrap
}

body .swiper {
    padding-bottom: 24px
}

.itapy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: step-counter
}

.itapy .block {
    counter-increment: step-counter;
    width: calc(50% - 8px);
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.itapy .block .img {
    width: 200px;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

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

.itapy .block .img span {
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    position: absolute;
    top: 12px;
    left: 0;
    padding: 6px 14px;
    color: #fff;
    font-weight: 500;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

.itapy .block .img span::after {
    margin-left: 3px;
    content: counter(step-counter)
}

.itapy .block .cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 8px
}

.itapy .block .cont .zag {
    color: #001b31;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px
}

.itapy .block .cont .text {
    font-size: 14px;
    color: #25333e
}

html {
    scroll-padding-top: 90px
}

.preim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.preim .block {
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    width: calc(33.3333333333% - 8px)
}

.preim .block svg {
    width: 65px;
    height: 65px;
    background-color: #009fd0;
    padding: 9px;
    border-radius: 10px;
    margin-bottom: 20px
}

.preim .block img {
    width: 65px;
    height: 65px;
    background-color: #009fd0;
    padding: 9px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.preim .block .zag {
    font-weight: 700;
    font-size: 20px;
    color: #001b31;
    margin-bottom: 8px
}

.preim .block .txt {
    font-size: 14px;
    color: #25333e
}

.preim:not(.about) .block.block:nth-child(4),
.preim:not(.about) .block.block:nth-child(5),
.preim:not(.about) .block.block:nth-child(6),
.preim:not(.about) .block.block:nth-child(7) {
    width: calc(25% - 9px)
}

.swap60-30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swap60-30 .block:nth-child(1) {
    width: calc(67% - 29px)
}

.swap60-30 .block:nth-child(2) {
    width: calc(33% - 3px)
}

.yakor-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.yakor-btns a {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
    font-size: 14px;
    color: #004379;
    padding: 11.5px 16px;
    background-color: rgba(102, 117, 128, .2);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0)
}

.yakor-btns a:hover {
    border: 1px solid #004379;
    background-color: rgba(255, 255, 255, 0)
}

.price-block h3 {
    font-weight: 500;
    font-size: 30px;
    color: #171717;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 16px
}

.table-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px;
    border-bottom: 1px solid #fff
}

.table-price .l-block {
    width: calc(100% - 168px)
}

.table-price .l-block h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #001b31;
    display: inline-block;
    border-bottom: 2px dotted #009fd0
}

.table-price .l-block p {
    font-size: 14px;
    color: #667580;
    margin-top: 6px
}

.table-price .r-block {
    width: 152px;
    text-align: right
}

.table-price .r-block p {
    font-weight: 500;
    color: #004379
}

.dop-info {
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    position: sticky;
    top: 60px
}

.dop-info .lable {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    margin-left: -20px;
    padding: 7px 14px 7px 20px;
    display: inline-block;
    margin-bottom: 16px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

.dop-info .zag {
    color: #001b31;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px
}

.dop-info .txt {
    font-size: 14px;
    color: #25333e;
    margin-bottom: 20px
}

.seo-text {
    margin-top: 24px;
    color: #171717
}

.seo-text ul:not(.tabs__pane) {
    padding-left: 23px;
    margin: 10px
}

.seo-text p {
    margin-bottom: 10px
}

.seo-text p:last-child {
    margin-bottom: 0
}

.seo-text p.check {
    position: relative;
    padding-left: 20px
}

.seo-text p.check::before {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    background-image: url(/img/check.svg);
    background-size: contain
}

.block-akcii {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-akcii .block {
    width: calc(33.3333333333% - 8px);
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.block-akcii .block .fon {
    width: 100%;
    height: 380px
}

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

.block-akcii .block .fon::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(100% 100% at 100% 0, rgba(0, 159, 208, .8) 0, rgba(0, 159, 208, 0) 48.09%)
}

.block-akcii .block .cont {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 5
}

.block-akcii .block .cont .time-ak {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 6px 8px;
    border: 1px solid #009fd0;
    border-radius: 60px;
    display: inline-block;
    margin-bottom: 12px
}

.block-akcii .block .cont .time-ak::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #009fd0;
    display: inline-block;
    margin-right: 4px
}

.block-akcii .block .cont .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.block-akcii .block .cont .name p {
    font-weight: 500;
    font-size: 30px;
    color: #fff
}

.block-akcii .block._alt .cont .name p,
.block-akcii .block._alt .cont .time-ak {
    color: #004379
}

.block-akcii .block._alt .fon::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 231, 229, 0)), to(rgba(232, 231, 229, 0))), radial-gradient(72.39% 66.07% at 65.07% 34.34%, rgba(232, 231, 229, 0) 48.33%, #e8e7e5 100%), radial-gradient(414.82% 174.55% at 15.39% -19.47%, rgba(0, 159, 208, .7) 0, rgba(0, 159, 208, 0) 38.82%), radial-gradient(45% 45% at 102.62% 121.32%, rgba(0, 159, 208, .6) 0, rgba(0, 159, 208, 0) 100%);
    background: linear-gradient(0deg, rgba(232, 231, 229, 0), rgba(232, 231, 229, 0)), radial-gradient(72.39% 66.07% at 65.07% 34.34%, rgba(232, 231, 229, 0) 48.33%, #e8e7e5 100%), radial-gradient(414.82% 174.55% at 15.39% -19.47%, rgba(0, 159, 208, .7) 0, rgba(0, 159, 208, 0) 38.82%), radial-gradient(45% 45% at 102.62% 121.32%, rgba(0, 159, 208, .6) 0, rgba(0, 159, 208, 0) 100%)
}

.form-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: radial-gradient(69% 517.9% at 73.21% 100%, #004379 33.05%, #009fd0 78.89%, rgba(0, 159, 208, .2) 100%);
    border-radius: 16px;
    padding: 32px 50px;
    position: relative
}

.form-price .block {
    width: calc(50% - 16px)
}

.form-price .logo {
    max-width: 155px;
    margin-bottom: 24px
}

.form-price p {
    color: #fff
}

.form-price .zag {
    font-weight: 500;
    font-size: 32px;
    margin: 0
}

.form-price .pod-zag {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px
}

.form-price .txt {
    margin-bottom: 24px
}

.form-price .svyaz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-price .svyaz .phone {
    color: #fff
}

.form-price .svyaz .soc svg {
    fill: #fff
}

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

.form-price form .inp-field {
    width: calc(50% - 4px)
}

.form-price form .inp-field:nth-of-type(5) {
    width: 100%
}

.form-price form .btn {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 2px
}

.form-price::before {
    content: "";
    background-image: url(/img/walnes.png);
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: calc(50% - 16px);
    background-repeat: no-repeat;
    inset: 0;
    margin-left: auto
}

.team-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team-page .swiper-slide {
    width: calc(25% - 9px)
}

.do-posle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.do-posle-block .block {
    width: calc(25% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    overflow: hidden
}

.do-posle-block .block img {
    width: 50%
}

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

.contakts-page .map {
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.contakts-page .map iframe {
    height: auto
}

.contakts-page .map .best-place {
    position: absolute;
    right: 32px;
    top: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 10px 12px
}

.contakts-page .map .best-place svg {
    width: 60px;
    height: 40px
}

.contakts-page .map .map-btn {
    position: absolute;
    left: 0;
    bottom: 32px;
    padding: 8px 10px 8px 20px;
    background: #004379;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

.contakts-page .map .map-btn svg {
    width: 56px;
    height: 56px
}

.contakts-page .map .map-btn .cont {
    max-width: 150px
}

.contakts-page .map .map-btn .cont p:nth-of-type(1) {
    font-weight: 700;
    margin-bottom: 4px
}

.contakts-page .map .map-btn .cont p:nth-of-type(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.af-map {
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 12px
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-info .zag {
    font-size: 14px;
    color: #667580;
    margin-bottom: 8px
}

.contact-info .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-info .adres,
.contact-info .link {
    color: #004379;
    font-size: 20px;
    font-weight: 700
}

.glav-vrach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e6f4ff;
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px
}

.glav-vrach .vrach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.glav-vrach .vrach .ava {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.glav-vrach .vrach p:nth-child(1) {
    font-size: 12px;
    color: #667580;
    margin-bottom: 4px
}

.glav-vrach .vrach p:nth-child(2) {
    color: #001b31;
    font-weight: 700
}

.rekv-block .zag {
    font-size: 14px;
    color: #667580;
    margin-bottom: 8px
}

.doc-page {
    padding: 8px;
    background: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.doc-page .img {
    width: calc(33% - 8px);
    border-radius: 16px;
    background: radial-gradient(120.32% 100% at 69.36% 0, #e6f4ff 0, #c0def6 56.84%, #e6f4ff 100%);
    position: relative
}

.doc-page .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px;
    position: absolute;
    inset: 0
}

.doc-page .img .name-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -8px;
    bottom: 16px;
    padding: 8px 10px;
    background-color: #004379;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

.doc-page .img .name-info svg {
    width: 56px;
    height: 56px
}

.doc-page .img .name-info .cont p {
    color: #fff
}

.doc-page .img .name-info .cont p:nth-child(1) {
    font-weight: 700;
    margin-bottom: 4px
}

.doc-page .img .name-info .cont p:nth-child(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.doc-page .block {
    width: calc(67% - 8px);
    padding: 16px 0
}

.doc-page .block h1 {
    font-size: 36px;
    margin-bottom: 4px
}

.doc-page .block .prem {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.doc-page .block .prem .bl {
    border-radius: 10px;
    background: #e6f4ff;
    padding: 6px 8px 6px 36px;
    position: relative
}

.doc-page .block .prem .bl p:nth-of-type(1) {
    color: #667580;
    font-size: 12px
}

.doc-page .block .prem .bl p:nth-of-type(2) {
    color: #001b31;
    font-weight: 700
}

.doc-page .block .prem .bl::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 8px
}

.doc-page .block .prem .bl.exp::after {
    background-image: url(/img/exp.svg)
}

.doc-page .block .prem .bl.trans::after {
    background-image: url(/img/trans.svg)
}

.doc-page .block .prem .bl.rew::after {
    background-image: url(/img/rew.svg)
}

.doc-page .block .btn {
    margin-top: 15px;
    display: inline-block
}

.bl-icon {
    padding: 16px 16px 16px 44px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 8px;
    position: relative
}

.bl-icon p:nth-of-type(1) {
    color: #001b31;
    font-weight: 700;
    margin-bottom: 8px
}

.bl-icon img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 16px
}

.bl-icon:last-child {
    margin-bottom: 0
}

.obr-block {
    margin-bottom: 40px
}

h2.for-text {
    margin-bottom: 8px
}

.spec-vr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.spec-vr p {
    padding: 12px 12px 12px 40px;
    border-radius: 16px;
    background: #fff;
    width: calc(25% - 9px);
    position: relative
}

.spec-vr p:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    background-image: url(/img/check.svg);
    width: 20px;
    height: 20px;
    background-size: contain
}

.blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog .block {
    width: calc(25% - 9px)
}

.service-page .nad-zag {
    font-size: 14px;
    color: #667580;
    margin-bottom: 16px
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.tags p {
    font-size: 14px;
    color: #667580
}

.autor-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.autor-block .btns-stati {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.autor-block .btns-stati .btn {
    white-space: nowrap
}

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

.autor .ava {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 100%
}

.autor .inf {
    max-width: 286px
}

.autor .inf p:nth-child(1) {
    font-size: 14px;
    color: #667580;
    margin-bottom: 4px
}

.autor .inf p:nth-child(2) {
    font-weight: 700;
    color: #001b31
}

.btn.btn-border {
    background: #fff;
    color: #004379;
    border: 1px solid #004379
}

.scroll-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.scroll-block .lb {
    width: calc(100% - 412px)
}

.scroll-block .rb {
    width: 380px
}

.scroll-block .rb .sc-block {
    position: sticky;
    top: 80px
}

.scroll-block .rb .soderjanie {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 32px
}

.scroll-block .rb .soderjanie h3 {
    text-align: left;
    color: #171717;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d9e5
}

.scroll-block .rb .soderjanie li {
    margin-bottom: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

.scroll-block .rb .soderjanie li a {
    color: #001b31;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.scroll-block .rb .soderjanie li.active,
.scroll-block .rb .soderjanie li.active a,
.scroll-block .rb .soderjanie li:hover,
.scroll-block .rb .soderjanie li:hover a {
    color: #009fd0
}

ol {
    padding-left: 25px
}

.sc-form {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/st-fon.png);
    padding: 40px 20px;
    border-radius: 16px
}

.sc-form .zag {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #009fd0;
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

.sc-form .zag span {
    color: #fff
}

.sc-form .zag span lb {
    position: relative;
    display: inline-block
}

.sc-form .zag span lb::after {
    content: "";
    position: absolute;
    background-image: url(/img/form-zag-line.svg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    right: 0;
    width: 140px;
    height: 9px;
    bottom: -11px;
    pointer-events: none
}

.sc-form .icon-phone {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
    font-size: 14px
}

.sc-form .icon-phone::before {
    content: "";
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/img/tel-form.svg)
}

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

.sc-form form .btn {
    margin-top: 16px;
    margin-bottom: 2px
}

.sc-form form .checkmark {
    min-width: 24px
}

.seo-text h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 30px;
    padding-left: 0
}

.seo-text h2::after {
    display: none
}

.statyi-block .block {
    position: relative
}

.statyi-block .block .label {
    position: absolute;
    padding: 4px 12px 4px 8px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    width: 120px;
    left: 8px;
    top: 20px
}

.statyi-block .block .label .label-img {
    width: 100%
}

.statyi-block .block .link-res {
    color: #004379;
    font-size: 14px;
    margin-bottom: 10px
}

.reviews-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px
}

.reviews-page .block {
    width: calc(33.3333333333% - 8px)
}

.reviews-page .block.video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-page .block.video .fon {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.reviews-page .block.video svg {
    position: absolute;
    width: 72px;
    height: 72px;
    z-index: 2;
    cursor: pointer
}

.reviews-page .block.video .profile {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-page .block.video .profile .prosmorty {
    font-size: 12px;
    color: rgba(255, 255, 255, .5019607843);
    margin-bottom: 2px
}

.reviews-page .block.video .profile .name {
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px
}

.reviews-page .block.video .profile .usluga {
    font-size: 14px;
    color: #fff
}

.reviews-page .block.video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 67, 121, 0)), to(#004379));
    background: linear-gradient(180deg, rgba(0, 67, 121, 0) 40%, #004379 100%);
    pointer-events: none
}

.reviews-page .block.text {
    padding: 20px;
    border-radius: 12px;
    background: #fff
}

.reviews-page .block.text .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 400px;
    margin-bottom: 12px
}

.reviews-page .block.text .info .raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.reviews-page .block.text .info .raiting svg {
    width: 20px;
    height: 20px
}

.reviews-page .block.text .info .name {
    font-weight: 500;
    color: #001b31
}

.reviews-page .block.text .info .data {
    font-size: 14px;
    color: #667580
}

.reviews-page .block.text .text {
    color: #001b31;
    margin-bottom: 20px
}

.reviews-page .block.text .img-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.reviews-page .block.text .img-reviews img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px
}

.load-block .block.text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bl-icon p.normal-text {
    font-weight: 400;
    color: #25333e
}

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

.kontr-organy .items {
    width: calc(50% - 4px);
    padding: 16px;
    border-radius: 16px;
    background: #fff
}

.kontr-organy .items h3 {
    font-weight: 500;
    font-size: 18px;
    color: #001b31;
    text-align: left;
    margin-bottom: 20px
}

.kontr-organy .items .icon-text-c {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px
}

.kontr-organy .items .icon-text-c a,
.kontr-organy .items .icon-text-c span {
    color: #171717;
    font-size: 14px
}

.kontr-organy .items .icon-text-c::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.kontr-organy .items .icon-text-c:last-child {
    margin-bottom: 0
}

.kontr-organy .items .icon-text-c.phone::before {
    background-image: url(/img/p-pfone.svg)
}

.kontr-organy .items .icon-text-c.adres::before {
    background-image: url(/img/p-adres.svg)
}

.kontr-organy .items .icon-text-c.mail::before {
    background-image: url(/img/p-mail.svg)
}

.liz-ud {
    padding-bottom: 24px
}

.liz-ud .block {
    padding: 8px;
    border-radius: 16px;
    background: #fff
}

.liz-ud .block .img {
    background: #e6f4ff;
    padding: 20px;
    overflow: hidden;
    border-radius: 16px;
    height: 280px;
    margin-bottom: 12px
}

.liz-ud .block .img img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto
}

.liz-ud .block .name {
    font-weight: 500;
    font-size: 18px;
    color: #001b31;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px
}

.preim.about {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-video-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.about-video-block .block-video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(67% - 5px)
}

.about-video-block .block-video .fon {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.about-video-block .block-video svg {
    position: absolute;
    width: 72px;
    height: 72px;
    z-index: 2;
    cursor: pointer
}

.about-video-block .block-video .profile {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-video-block .block-video .profile .prosmorty {
    font-size: 12px;
    color: rgba(255, 255, 255, .5019607843);
    margin-bottom: 2px
}

.about-video-block .block-video .profile .name {
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px
}

.about-video-block .block-video .profile .usluga {
    font-size: 14px;
    color: #fff
}

.about-video-block .block-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 67, 121, 0)), to(#004379));
    background: linear-gradient(180deg, rgba(0, 67, 121, 0) 40%, #004379 100%);
    pointer-events: none
}

.about-video-block .block-text {
    width: calc(33% - 5px);
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(/img/Ellipse.png);
    background-size: cover;
    background-repeat: no-repeat
}

.about-video-block .block-text h3 {
    margin-bottom: 16px;
    color: #001b31;
    text-align: left
}

.about-video-block .block-text .desc {
    font-weight: 500;
    font-size: 18px;
    color: #25333e;
    margin-bottom: 20px
}

.about-video-block .block-text .vrach {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.about-video-block .block-text .vrach .info p:nth-child(1) {
    font-weight: 700;
    color: #001b31;
    margin-bottom: 4px
}

.about-video-block .block-text .vrach .info p:nth-child(2) {
    color: #667580;
    font-size: 14px
}

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

.nagrady .block {
    width: calc(33.3333333333% - 7px);
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nagrady .block p:nth-child(1) {
    font-weight: 700;
    font-size: 20px;
    color: #001b31;
    margin-bottom: 4px
}

.nagrady .block p:nth-child(2) {
    font-size: 14px;
    color: #667580
}

.istoriya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 72px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.istoriya .razdelitel {
    width: 32px;
    height: 32px;
    background-image: url(/img/icons_all.png);
    margin: auto 0
}

.istoriya .block {
    padding: 56px 20px 14px;
    border-radius: 16px;
    background: #fff;
    width: calc(32% - 32px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

.istoriya .block .god {
    position: absolute;
    padding: 16px 20px;
    border-radius: 10px;
    background: #009fd0;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    left: 20px;
    top: -24px
}

.istoriya .block .peresadki {
    position: absolute;
    top: 20px;
    right: 53px;
    padding: 4px 12px;
    border-radius: 8px;
    background: #e6f4ff;
    text-align: center
}

.istoriya .block .peresadki p:nth-child(1) {
    color: #667580;
    font-size: 10px;
    margin-bottom: 4px
}

.istoriya .block .peresadki p:nth-child(2) {
    color: #001b31;
    font-size: 14px;
    font-weight: 500
}

.istoriya .block .cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.istoriya .block .cont .zag {
    color: #001b31;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 22px
}

.istoriya .block .cont .desc {
    font-size: 14px;
    color: #25333e
}

.istoriya .block img {
    width: 144px;
    border-radius: 16px
}

.liz-ud_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.liz-ud_page .block {
    width: calc(25% - 9px)
}

.kosmet .banner-block {
    background-image: url(/img/CTA.png)
}

.kosmet .banner-block .cont .txt {
    margin-bottom: 16px
}

.kosmet .banner-block .galka {
    position: relative;
    padding-left: 28px;
    color: #fff;
    margin-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.kosmet .banner-block .galka::before {
    content: "";
    background-image: url(/img/galka-white.svg);
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block
}

.kosmet .banner-block .krug {
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate
}

.kosmet .banner-block .btns-banner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -20px
}

.kosmet h2 {
    color: #009fd0
}

.kosmet .kos-napr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kosmet .kos-napr .block {
    width: calc(25% - 9px);
    padding: 8px 8px 18px;
    border-radius: 16px;
    background: #fff
}

.kosmet .kos-napr .block .img {
    width: 100%;
    height: 220px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 12px
}

.kosmet .kos-napr .block .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.kosmet .kos-napr .block .name {
    color: #001b31;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px
}

.kosmet .kos-napr .block .name span {
    font-size: 14px;
    font-weight: 400
}

.kosmet .kos-napr .block .hov-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden
}

.kosmet .kos-napr .block .hov-btns .btn {
    width: calc(50% - 6px);
    margin-top: 12px
}

.kosmet .kos-napr .block:hover .img {
    height: 195px
}

.kosmet .kos-napr .block:hover .hov-btns {
    height: 54px
}

.kosmet .cart-pac .block .rb .img-block::after,
.kosmet .video-block .block::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 159, 208, 0)), color-stop(70%, rgba(0, 159, 208, .25)), to(#009fd0));
    background: linear-gradient(180deg, rgba(0, 159, 208, 0) 50%, rgba(0, 159, 208, .25) 70%, #009fd0 100%)
}

.kosmet .form {
    background: radial-gradient(76.86% 583.99% at 76.86% 64.89%, #6dcfee 50%, #009fd0 90%)
}

.kosmet .form .cont .zag {
    color: #fff
}

.kosmet .form .cont .icon-phone::before {
    background-image: url(/img/tel-form-white.svg)
}

.kosmet .form-info {
    padding: 32px;
    border-radius: 16px;
    background: url(/img/faq-fon.svg) right bottom no-repeat #fff;
    height: 100%;
    position: relative
}

.kosmet .form-info h3 {
    text-align: left;
    margin-bottom: 16px
}

.kosmet .autor {
    margin-top: 16px
}

.kosmet .autor .inf p:nth-child(1) {
    color: #001b31;
    font-weight: 500;
    font-size: 16px
}

.kosmet .autor .inf p:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #25333e
}

.kosmet .autor .ava {
    background: #e6f4ff
}

.kosmet .podrobnee {
    color: #004379;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 32px;
    display: inline-block
}

.kosmet .pers-podhod img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.kosmet .form-info.pers-podhod {
    background-image: url(/img/price-fon.svg);
    background-position: left bottom;
    background-repeat: no-repeat
}

.swap-70_30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.swap-70_30 .block.block:nth-child(1) {
    width: calc(67% - 6px)
}

.swap-70_30 .block.block:nth-child(2) {
    width: calc(33% - 6px)
}

.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url(/img/Ellipse.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 8px
}

.icon-text .icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 8px;
    background-color: #009fd0;
    padding: 7px
}

.icon-text .zag {
    color: #001b31;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 24px
}

.icon-text p {
    color: #25333e;
    margin-bottom: 10px
}

.icon-text ul {
    margin: 10px 0;
    padding-left: 25px
}

h3.def {
    margin-top: 32px;
    margin-bottom: 24px;
    color: #171717;
    text-align: left
}

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

.spec-offer .block {
    padding: 24px 32px;
    background-color: #fff;
    background-image: url(/img/Ellipse2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.spec-offer .block .icon {
    border-radius: 10px;
    background-color: #009fd0;
    width: 65px;
    min-width: 65px;
    height: 65px;
    padding: 8px
}

.spec-offer .block .text {
    margin-right: auto
}

.spec-offer .block .text p {
    font-size: 18px;
    color: #25333e;
    font-weight: 500
}

.spec-offer .block .text .zag {
    color: #009fd0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px
}

.spec-offer .block .text .line-txt {
    color: #667580;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through
}

.service-page.akcii-page::before {
    content: "";
    position: absolute;
    background: radial-gradient(100% 100% at 100% 0, rgba(0, 159, 208, .8) 0, rgba(0, 159, 208, 0) 48.09%);
    width: 50%;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.service-page.akcii-page .label {
    padding: 7px 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.35%, #009fd0), to(#004379));
    background: linear-gradient(90deg, #009fd0 16.35%, #004379 100%);
    border-radius: 30px;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px
}

@media(min-width:1000px) {

    .price-peresadka-block .price-peresadka .block:hover,
    .services-page .block:hover,
    .swiper.statyi-block .block:hover {
        -webkit-box-shadow: 0 16px 20px 0 rgba(0, 67, 121, .1607843137);
        box-shadow: 0 16px 20px 0 rgba(0, 67, 121, .1607843137);
        cursor: pointer
    }

    .breadcrumbs a:hover,
    .contacts .block .link:hover,
    .f-copyrate a:hover,
    .f-menu .bl a:hover,
    .faq-block .faq-info .svyaz .phone:hover,
    .mid-header-block .info-block .phone:hover,
    .mid-header-block .menu-link:hover,
    .title-link a:hover {
        color: #009fd0
    }

    .services .block .services-link a:hover {
        background: #009fd0;
        color: #fff
    }

    .btn:hover,
    .load-more:hover {
        background: #025ca5;
        color: #fff
    }

    .load-more:hover {
        border: 1px solid #025ca5
    }

    .btn.btn-icon:hover svg,
    .team .block .info .btn:hover svg {
        stroke: #fff
    }

    .soc a:hover {
        opacity: .7
    }
}

@media(max-width:1200px) {
    .services-page .block {
        width: calc(25% - 9px)
    }

    .all-for-metod {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr)
    }

    .all-for-metod .block:nth-child(2) {
        grid-row: span 2/span 2;
        grid-column-start: 2;
        grid-row-start: 1
    }

    .all-for-metod .block:nth-child(3) {
        grid-column: span 2/span 2;
        grid-row-start: 3
    }

    .all-for-metod .block:nth-child(4) {
        grid-column-start: 1;
        grid-row-start: 2
    }

    .all-for-metod .block:nth-child(5) {
        grid-row-start: 4;
        grid-column-start: 1
    }

    .all-for-metod .block:nth-child(6) {
        grid-row-start: 4;
        grid-column-start: 2
    }

    .swiper.team {
        padding-bottom: 24px
    }

    .faq-block .faq-info {
        padding: 16px;
        width: 348px
    }

    .banner-block .max {
        padding: 60px 20px
    }

    .sravnenie .block {
        padding: 16px
    }

    .sravnenie .block img {
        height: 240px
    }

    .sravnenie .block .lable {
        top: 40px;
        font-size: 16px
    }

    .sravnenie .block .name {
        font-size: 18px
    }

    .sravnenie .block:nth-child(2) .name {
        font-size: 20px
    }
}

@media(min-width:991px) {
    .menu-item {
        position: relative
    }

    .menu-item .arrow {
        position: relative;
        width: 16px;
        height: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu-item .arrow::after,
    .menu-item .arrow::before {
        content: "";
        width: 6px;
        height: 1px;
        background: #001b31;
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute
    }

    .menu-item .arrow::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 3px
    }

    .menu-item .arrow::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 3px
    }

    .menu-item .sub-menu {
        position: absolute;
        padding: 8px;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 0 0 12px 12px;
        left: -37px;
        top: calc(100% + 20px);
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 310px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        gap: 12px 20px;
        opacity: 0;
        visibility: hidden
    }

    .menu-item .sub-menu .sub-menu-item {
        width: 259px
    }

    .menu-item .sub-menu .sub-menu-item .sub-menu-link.zag {
        color: #667580;
        font-size: 14px;
        pointer-events: none
    }

    .menu-item .sub-menu .sub-menu-item .sub-menu-link:not(.zag) {
        border-radius: 4px;
        font-size: 14px;
        color: #25333e;
        -webkit-transition: .3s;
        transition: .3s;
        padding-right: 4px
    }

    .menu-item .sub-menu .sub-menu-item .sub-menu-link:not(.zag):hover {
        padding: 6px 4px;
        background: #e6f4ff
    }

    .menu-item .sub-menu::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        right: 0;
        top: -20px
    }

    .menu-item.menu-item-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-item.menu-item-child:hover .arrow::after,
    .menu-item.menu-item-child:hover .arrow::before {
        background: #009fd0
    }

    .menu-item.menu-item-child:hover .arrow::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 3px
    }

    .menu-item.menu-item-child:hover .arrow::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 3px
    }

    .menu-item.menu-item-child:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:991px) {
    .banner-block .cont h1 {
        font-size: 40px
    }

    .services-page .block {
        width: calc(33.3333333333% - 8px)
    }

    .mid-header nav {
        background: #fff;
        position: fixed;
        width: 290px;
        height: 100vh;
        z-index: 99;
        right: -100%;
        bottom: 0;
        padding: 32px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .mid-header nav .close-menu {
        width: 40px;
        height: 40px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #004379;
        border-radius: 8px;
        margin-left: auto
    }

    .mid-header nav .close-menu::after,
    .mid-header nav .close-menu::before {
        content: "";
        background: #fff;
        width: 20px;
        height: 2px;
        border-radius: 30px;
        position: absolute
    }

    .mid-header nav .close-menu::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .mid-header nav .close-menu::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mid-header nav.active {
        right: 0
    }

    .mid-header-block .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 32px
    }

    .mid-header-block .menu-link {
        font-size: 18px;
        font-weight: 500
    }

    .btn-menu {
        width: 40px;
        height: 40px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #004379;
        border-radius: 8px;
        margin-left: auto;
        border: none
    }

    .btn-menu span {
        background: #fff;
        width: 20px;
        height: 2px;
        border-radius: 30px;
        position: absolute
    }

    .btn-menu span:nth-child(1) {
        top: 12px
    }

    .btn-menu span:nth-child(3) {
        bottom: 12px
    }

    section {
        margin-bottom: 80px
    }

    h2 {
        font-size: 32px;
        margin-bottom: 28px
    }

    h3 {
        font-size: 26px
    }

    .zag-txt {
        margin-bottom: 20px
    }

    .mark-ulovki .block {
        width: 100%
    }

    .vibor-dop-block .cont .txt p:nth-child(1) {
        font-size: 26px
    }

    .vibor-dop-block .cont .txt p:nth-child(2) {
        font-size: 16px
    }

    .vibor-dop-block .cont {
        gap: 20px
    }

    .paket-offer .block .name-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .paket-offer .block .name-price p {
        font-size: 20px
    }

    .paket-offer .block .name-price span {
        font-size: 26px
    }

    .paket-offer .block:nth-child(2) .lable {
        top: 62px;
        font-size: 14px
    }

    .paket-offer .block {
        padding: 16px
    }

    .btn-white {
        padding: 14px 26px
    }

    .vibor-dop-block {
        padding: 20px
    }

    .form .img-doc {
        display: none
    }

    h2.big {
        font-size: 36px;
        margin-bottom: 24px
    }

    .tabs__pane {
        margin-bottom: 24px
    }

    .cart-pac .block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding: 16px 16px 80px
    }

    .cart-pac .block .lb {
        max-width: 100%
    }

    .cart-pac .block .rb {
        width: 100%
    }

    .cart-pac .block .doc {
        position: absolute;
        left: 16px;
        bottom: 16px;
        margin: 0
    }

    .cart-pac .block .btn {
        position: absolute;
        right: 16px;
        bottom: 20px
    }

    .cart-pac .block .doc .cont p {
        font-size: 14px
    }

    .cart-pac .block .doc .cont span {
        font-size: 11px
    }

    .cart-pac .block .doc img {
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .cart-pac .block .pokaz,
    .cart-pac .block .txt {
        font-size: 14px
    }

    .cart-pac .block .pokaz {
        margin-bottom: 20px
    }

    .load-more {
        padding: 14px 26px
    }

    .video-block {
        grid-template-columns: calc(50% - 6px) calc(50% - 6px)
    }

    .video-block .block svg {
        width: 60px;
        height: 60px
    }

    .video-block .block .profile img {
        width: 50px;
        height: 50px
    }

    .video-block .block .profile .name {
        font-size: 14px
    }

    .video-block .block .profile .usluga {
        font-size: 12px
    }

    .all-for-metod .block {
        padding: 16px
    }

    .all-for-metod .block .num {
        font-size: 68px
    }

    .faq-block .faq-info {
        width: 100%
    }

    .faq-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form .cont,
    .programma .cont {
        width: 100%;
        max-width: 100%
    }

    .programma {
        padding: 40px 40px 140px
    }

    .programma .img-drug {
        height: 220px
    }

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

    .contacts .block:nth-child(1),
    .contacts .block:nth-child(2),
    .f-menu-block .block:nth-child(1) {
        width: 100%
    }

    .f-menu-block .block:nth-child(2),
    .f-menu-block .block:nth-child(3) {
        width: calc(50% - 8px)
    }

    .f-copyrate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }

    .banner-block .banner-doc {
        display: none
    }

    .banner-block .cont {
        max-width: 100%
    }

    .swiper.paket-offer,
    .swiper.sravnenie {
        padding-bottom: 24px
    }

    body .video-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: unset
    }

    .swiper.reviews-video {
        padding-bottom: 24px
    }

    body .text-reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: unset
    }

    .swiper.reviews-text {
        padding-bottom: 24px;
        margin-right: -20px
    }

    body .text-reviews .block {
        width: 360px
    }
}

@media(max-width:767px) {
    .services-page {
        gap: 8px
    }

    .services-page .block {
        padding: 8px
    }

    .services-page .block p {
        font-size: 16px
    }

    .services-page .block img {
        height: 120px
    }

    .banner-block {
        border-radius: unset
    }

    .banner-block .max {
        padding-bottom: 85px
    }

    .banner-block .cont .imgs {
        margin-bottom: 20px
    }

    .banner-block .cont h1 {
        font-size: 36px
    }

    .banner-block .cont .txt {
        font-size: 16px;
        margin-bottom: 20px
    }

    .banner-block .cont .btns-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    h2 {
        font-size: 30px;
        margin-bottom: 24px;
        padding-left: 20px
    }

    h3 {
        font-size: 24px
    }

    .zag-txt {
        margin-bottom: 16px;
        font-size: 14px
    }

    .swiper.sravnenie {
        margin-left: -20px;
        margin-right: -20px
    }

    .swiper.sravnenie .swiper-slide {
        width: 340px
    }

    .mark-ulovki .block .cont .txt,
    .mark-ulovki .block .mif {
        font-size: 14px
    }

    .mark-ulovki .block .cont .zag {
        font-size: 16px
    }

    .vibor-dop-block .cont .txt p:nth-child(1) {
        font-size: 22px
    }

    .vibor-dop-block .cont svg {
        width: 45px;
        height: 45px
    }

    .vibor-dop-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .vibor-dop-block .btn {
        width: 100%
    }

    .vibor-dop-block .cont {
        gap: 12px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    h2::after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 10px;
        width: 10px;
        height: 10px;
        left: 3px
    }

    .swiper.paket-offer {
        margin-left: -20px;
        margin-right: -20px
    }

    .swiper.paket-offer .swiper-slide {
        width: 320px
    }

    .paket-offer .block {
        padding: 12px
    }

    .paket-offer .block .pod-zag {
        font-size: 12px
    }

    .paket-offer .block .name-price p {
        font-size: 16px
    }

    .paket-offer .block .name-price span {
        font-size: 31px
    }

    .paket-offer .block:nth-child(2) .lable {
        top: 24px;
        font-size: 14px
    }

    .title-link {
        margin-bottom: 24px
    }

    .dop-block-three .vibor-dop-block {
        width: 100%
    }

    .form .cont .zag {
        font-size: 24px
    }

    .form .cont .zag span lb::after {
        width: 143px;
        height: 9px;
        bottom: -12px
    }

    .form {
        padding: 40px 20px;
        border-radius: unset;
        margin-left: -20px;
        margin-right: -20px
    }

    .form .cont .icon-phone {
        font-size: 14px;
        margin-bottom: 24px
    }

    h2.big {
        font-size: 30px;
        padding-left: 20px
    }

    h2.big::after {
        display: block
    }

    .tabs__pane li {
        white-space: nowrap
    }

    .tabs .scroll-mob {
        overflow: auto;
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .tabs .scroll-mob .tabs__pane {
        margin-bottom: 0
    }

    .cart-pac .block {
        width: 100%;
        padding: 12px 12px 80px
    }

    .all-for-metod .block:nth-child(3) .icon,
    .all-for-metod .block:nth-child(3) .txt,
    .all-for-metod .block:nth-child(3) .zag {
        max-width: 100%
    }

    .all-for-metod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .all-for-metod .block {
        width: 100%;
        position: relative;
        padding: 12px
    }

    .all-for-metod .block:nth-child(3) {
        background-image: none
    }

    .all-for-metod .block .num {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding: 4px;
        border-radius: 8px;
        background: #009fd0;
        width: 45px;
        height: 45px;
        margin: 0;
        position: absolute;
        left: 12px;
        top: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .all-for-metod .block .txt {
        margin-bottom: 8px
    }

    .all-for-metod .block .txt,
    .all-for-metod .block .zag,
    .all-for-metod .block a {
        margin-left: 57px
    }

    .all-for-metod .block:nth-child(2) {
        height: 320px
    }

    .all-for-metod .block:nth-child(2) img {
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .all-for-metod .block .icon {
        margin: 0;
        position: absolute;
        left: 12px;
        top: 12px
    }

    .all-for-metod .block .icon svg {
        width: 45px;
        height: 45px
    }

    .all-for-metod .block .txt a {
        margin: 0
    }

    .team .swiper-slide {
        width: 80%;
        max-width: 340px;
        min-width: 268px;
        height: auto
    }

    .team .block {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .swiper.team {
        margin-right: -20px
    }

    .btn {
        font-size: 14px
    }

    .team .block .info {
        margin-top: auto
    }

    .team .block .prof {
        min-height: unset
    }

    .form .cont .zag br {
        display: none
    }

    .udobstva.swiper {
        margin-left: -20px;
        margin-right: -20px
    }

    .swiper.udobstva .swiper-slide {
        width: 80%
    }

    .contacts .block:nth-child(1) .txt-h2,
    .faq-block .faq-info p,
    .spoiler__cont p,
    .spoiler__name p {
        font-size: 14px
    }

    .spoiler {
        padding: 12px
    }

    .spoiler__name {
        padding: 0
    }

    .programma .title .krug {
        display: none
    }

    .programma .title .zag {
        font-size: 24px
    }

    .programma p {
        font-size: 16px
    }

    .contacts .block:nth-child(1) .txt-h2 {
        margin-bottom: 20px
    }

    .contacts .block:nth-child(1) .col-2 {
        gap: 16px
    }

    .contacts .block:nth-child(1) .col-2 .bl,
    .contacts .block:nth-child(2) .col-2 .bl {
        width: 100%
    }

    .contacts .block:nth-child(1) .items {
        margin-bottom: 16px
    }

    .contacts .block:nth-child(1) .zag {
        font-size: 12px
    }

    .contacts .block:nth-child(1) .adres,
    .contacts .block:nth-child(1) .link {
        font-size: 16px
    }

    .swiper.reviews-video {
        margin-right: -20px
    }

    body .video-block .block {
        width: 80%
    }

    .f-menu-block .block:nth-child(2),
    .f-menu-block .block:nth-child(3) {
        width: 100%
    }

    .f-menu-block .block h4 {
        padding-bottom: 10px;
        border-bottom: 1px solid #e6f4ff;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .f-menu-block .block h4 .btn-f-menu {
        position: relative;
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .f-menu-block .block h4 .btn-f-menu::after,
    .f-menu-block .block h4 .btn-f-menu::before {
        content: "";
        background-color: #001b31;
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        width: 11px;
        height: 2px;
        border-radius: 30px
    }

    .f-menu-block .block h4 .btn-f-menu::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 3px
    }

    .f-menu-block .block h4 .btn-f-menu::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 3px
    }

    .f-menu-block .block h4.active .btn-f-menu::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .f-menu-block .block h4.active .btn-f-menu::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .f-menu-block {
        gap: 0
    }

    .f-menu-block .block {
        margin-bottom: 16px
    }

    .f-menu-block .block:last-child {
        margin-bottom: 0
    }

    .f-menu {
        gap: 20px
    }

    .f-menu .bl {
        width: 100%
    }

    .contacts .map {
        min-height: 768px
    }

    footer {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media(max-width:640px) {
    .services-page .block {
        width: calc(50% - 4px)
    }

    body .text-reviews .block {
        width: 80%
    }

    .mid-header-block .info-block .btn {
        display: none
    }

    .mid-header-block .logo {
        max-width: 124px
    }

    .mid-header-block .info-block .time-work {
        font-size: 10px
    }

    .mid-header-block .info-block .phone {
        font-size: 14px
    }

    .mid-header nav .mob.btn {
        display: inline-block;
        margin-top: auto
    }

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

    .mark-ulovki .block {
        padding: 51px 12px 12px;
        position: relative
    }

    .mark-ulovki .block .mif {
        position: absolute;
        left: 0;
        top: 12px
    }

    .vibor-dop-block .cont svg {
        padding: 6px;
        position: absolute;
        left: 12px;
        top: 12px
    }

    .dop-block-three .vibor-dop-block {
        padding: 12px;
        position: relative
    }

    .vibor-dop-block .cont .txt p:nth-child(1) {
        padding-left: 69px;
        min-height: 47px
    }

    .form form .inp-field {
        width: 100%
    }

    .form form .btn {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 2px
    }

    .load-more {
        padding: 14px 26px;
        width: 100%
    }

    .programma {
        padding: 20px 40px 190px
    }
}