@charset "UTF-8";

/*@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";*/
html {
    display: block !important;
    opacity: 1 !important;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    color: #212529;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: .0625rem dotted;
    outline: .3125rem auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -.125rem;
    -webkit-appearance: none
}

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: .0625rem;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 5rem;
    width: 5rem;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -624.9375rem;
    margin: 0;
    position: absolute !important;
    top: -624.9375rem;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0 ease .25s;
    -o-transition: opacity .25s ease, visibility 0 ease .25s;
    transition: opacity .25s ease, visibility 0 ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0 ease 0;
    -o-transition: opacity .25s ease 0s, visibility 0 ease 0;
    transition: opacity .25s ease 0s, visibility 0 ease 0;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: .8125rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 2.75rem;
    left: 0;
    line-height: 2.75rem;
    min-width: 2.75rem;
    mix-blend-mode: difference;
    padding: 0 .625rem;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.75rem;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 2.75rem 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: .375rem
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.75rem;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 25rem;
    padding: 2.5rem;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75rem;
    margin: 0;
    padding: .625rem;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 2.75rem;
    color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: .0625rem dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: .125rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: .5rem;
    position: absolute;
    right: -.75rem;
    top: -2.75rem;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: .625rem;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 6.25rem;
    opacity: 0;
    position: absolute;
    top: calc(50% - 3.125rem);
    width: 4.375rem
}

.fancybox-navigation .fancybox-button div {
    padding: .4375rem
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 1.9375rem 1.625rem 1.9375rem .375rem
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 1.9375rem .375rem 1.9375rem 1.625rem;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: .875rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 4.6875rem 2.75rem 1.5625rem;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -3.125rem
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: b 1s linear infinite;
    animation: b 1s linear infinite;
    background: transparent;
    border: .25rem solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 3.125rem;
    left: 50%;
    margin: -1.5625rem 0 0 -1.5625rem;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 3.125rem;
    z-index: 99999
}

@-webkit-keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:36rem) {
    .fancybox-slide {
        padding-left: .375rem;
        padding-right: .375rem
    }

    .fancybox-slide--image {
        padding: .375rem 0
    }

    .fancybox-close-small {
        right: -.375rem
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 2.25rem;
        opacity: 1;
        padding: .375rem;
        right: 0;
        top: 0;
        width: 2.25rem
    }

    .fancybox-caption {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: .1875rem;
    max-width: 90%;
    padding: 1.875rem;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 2.1875rem;
    font-weight: 700;
    margin: 0 0 1.25rem
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 .3125rem .625rem;
    min-width: 8.125rem;
    padding: 0 .9375rem;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 1.5625rem;
    margin-right: .4375rem;
    position: relative;
    top: -.0625rem;
    vertical-align: middle;
    width: 1.5625rem
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: .0625rem solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: .875rem;
    margin: .625rem 0 0;
    outline: none;
    padding: .625rem .9375rem;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: .125rem .125rem .25rem;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 13.25rem;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 13.25rem
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: .4375rem
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .625rem;
    -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: .625rem
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 4.6875rem;
    margin: .125rem;
    max-height: calc(100% - .5rem);
    max-width: calc(50% - .25rem);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 6.25rem
}

.fancybox-thumbs__list a:before {
    border: .375rem solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:36rem) {
    .fancybox-thumbs {
        width: 6.875rem
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 6.875rem
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - .625rem)
    }
}

::-webkit-input-placeholder {
    color: #313131 !important;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

::-moz-placeholder {
    color: #313131 !important;
    -moz-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

:-ms-input-placeholder {
    color: #313131 !important;
    -ms-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

::-ms-input-placeholder {
    color: #313131 !important;
    -ms-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

::placeholder {
    color: #313131 !important;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.clearfix {
    position: relative
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both
}

input,
textarea {
    border: .0625rem solid #666;
    outline: none
}

/*body,
html {
    height: 100%;
    min-height: 100%
}*/

body.is-active,
html.is-active {
    overflow: hidden
}

body {
    font-size: 1rem;
    min-width: 20rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialised;
    letter-spacing: 0;
    font-family: Nunito;
    font-weight: 400;
    overflow-x: hidden;
    color: #0e213b;
    background-color: #fff
}

@media only screen and (min-width:62rem) {

    body.is-active,
    body.is-active .header {
        padding-right: 1.0625rem
    }
}

img {
    height: auto
}

a,
button {
    cursor: pointer
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
    text-decoration: none;
    outline: none
}

.container {
    display: block;
    margin: 0 auto;
    padding: 0 .625rem;
    width: 100%
}

@media only screen and (min-width:75rem) {
    .container {
        max-width: 75rem;
        padding: 0 1rem
    }
}

.row {
    margin: 0 -.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:75rem) {
    .row {
        margin: 0 -1rem
    }
}

.col {
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (min-width:75rem) {
    .col {
        padding: 0 1rem
    }
}

@media only screen and (min-width:18.75rem) {
    .col.p0 {
        padding: 0
    }
}

@media only screen and (min-width:48rem) {
    .col.p0 {
        padding: 0 .625rem
    }
}

.col-xs-6 {
    width: 50%
}

@media only screen and (min-width:48rem) {
    .col-sm-2 {
        width: 16.666%
    }
}

@media only screen and (min-width:48rem) {
    .col-sm-6 {
        width: 50%
    }
}

@media only screen and (min-width:48rem) {
    .col-sm-10 {
        width: 66.666%
    }
}

@media only screen and (min-width:62rem) {
    .col-md-6 {
        width: 50%
    }
}

@media only screen and (min-width:62rem) {
    .col-md-7 {
        width: 75%
    }
}

.col-xs-hidden {
    display: none
}

@media only screen and (min-width:62rem) {
    .col-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:62rem) {
    .col-md-hidden {
        display: none
    }
}

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

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

.xs-d-none {
    display: none
}

.xs-d-block {
    display: block
}

@media only screen and (min-width:62rem) {
    .md-d-block {
        display: block
    }
}

@media only screen and (min-width:62rem) {
    .md-d-none {
        display: none
    }
}

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

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

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

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

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.center {
    display: block;
    text-align: center
}

@media only screen and (min-width:48rem) {
    .fancybox-slide--html {
        padding: 3.125rem 0
    }
}

.fancybox-slide--html .fancybox-close-small {
    display: none
}

[name=org] {
    display: none !important
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    display: none
}

[type=checkbox]+label {
    line-height: 1;
    font-size: .75rem;
    padding-left: 1.3125rem;
    margin: 0;
    color: #000
}

@media only screen and (min-width:48rem) {
    [type=checkbox]+label {
        font-size: .75rem;
        color: #000
    }
}

[type=checkbox]+label a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

[type=checkbox]+label a:hover {
    color: #000
}

[type=checkbox]+label:after {
    opacity: 0;
    content: "";
    width: .5625rem;
    height: .5625rem;
    position: absolute;
    top: .125rem;
    left: .1875rem;
    border-radius: .125rem;
    background-color: #000;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -.0625rem;
    width: .9375rem;
    height: .9375rem;
    border-radius: .125rem;
    background-color: #000
}

[type=checkbox]:checked+label:after {
    opacity: 1
}

[type=checkbox]:disabled:checked+label:before,
[type=checkbox]:disabled:not(:checked)+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type=checkbox]:disabled:checked+label:after {
    color: #999
}

.overflow {
    overflow: hidden
}

.header .btn {
    padding: .875rem 1.5625rem;
    font-size: 1rem
}

.btn {
    width: auto;
    font-weight: 800;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1;
    border-radius: 1rem;
    border: 0;
    padding: 1.1875rem 1.125rem;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out
}

@media (min-width:125rem) {
    .btn {
        font-size: 1.125rem
    }
}

.btn.red {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #d62c2c
}

.btn.red:hover:after {
    opacity: 0
}

.btn.red:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    opacity: 1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    border-radius: 1rem;
    z-index: -1
}

.btn.pink {
    background-color: rgba(214, 44, 44, .07);
    color: #d62c2c
}

.btn.pink:hover {
    color: #fff;
    background-color: #d62c2c
}

.input {
    width: 100%;
    background-color: transparent;
    border: .0625rem solid #f6696f;
    border-radius: 1rem;
    height: 3rem;
    font-weight: 400;
    font-size: 1rem;
    color: #313131
}

main {
    padding: 196px 0 0;
    overflow: hidden
}

@media (max-width:1250px) {
    main {
        padding-top: 240px
    }
}

@media (max-width:1199px) {
    main {
        padding-top: 204px
    }
}

@media (max-width:585px) {
    main {
        padding-top: 217px
    }
}

@media (max-width:420px) {
    main {
        padding-top: 214px
    }
}

.pagetitle {
    font-weight: 900;
    font-size: calc(2rem + 24 * ((100vw - 20rem) / 1600));
    line-height: 1.12;
    text-align: center;
    color: #012037
}

@media (min-width:125rem) {
    .pagetitle {
        font-size: 3.5rem
    }
}

@media only screen and (min-width:48rem) {
    .pagetitle {
        line-height: .96;
        text-align: left
    }
}

.section__title {
    font-weight: 900;
    font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
    line-height: 1.14;
    text-align: center;
    color: #012037;
    width: 100%
}

@media (min-width:125rem) {
    .section__title {
        font-size: 2.75rem
    }
}

.section__title.small {
    font-size: 1.75rem
}

@media only screen and (min-width:48rem) {
    .section__title.small .pulse {
        width: 4.6875rem
    }
}

.section__title.white {
    color: #fff
}

.section__title.center {
    text-align: center
}

.section__title.center .pulse {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:48rem) {
    .section__title {
        text-align: left
    }
}

.section__title .pulse {
    width: 5rem;
    margin: .5rem auto 0;
    display: block
}

@media only screen and (min-width:48rem) {
    .section__title .pulse {
        margin: .5rem 0 0;
        width: 7.75rem
    }
}

.section__subtitle {
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.25;
    text-align: center;
    color: #607788
}

@media (min-width:125rem) {
    .section__subtitle {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:48rem) {
    .section__subtitle {
        line-height: 1.5;
        text-align: left;
        margin: 1.0625rem 0 0
    }
}

.section__element {
    position: relative
}

.section__element:after,
.section__element:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    bottom: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media only screen and (min-width:48rem) {

    .section__element:after,
    .section__element:before {
        width: 4.5rem;
        height: 4.5rem
    }
}

.section__element:before {
    left: 0
}

.section__element:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.section__element.white:after,
.section__element.white:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 72H0V0c0 39.764 32.236 72 72 72z' fill='%23fff'/%3E%3C/svg%3E")
}

.section__element.blue:after,
.section__element.blue:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 72H0V0c0 39.764 32.236 72 72 72z' fill='%23EDF6FF'/%3E%3C/svg%3E")
}

.bg__blue {
    background-color: #edf6ff
}

.carousel-nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:62rem) {
    .carousel-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.carousel-nav .carousel-btn {
    width: 3rem;
    height: 3rem;
    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;
    cursor: pointer;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    border-radius: .875rem
}

.carousel-nav .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .625rem
}

@media only screen and (min-width:62rem) {
    .carousel-nav .dots {
        margin: 0 1.25rem
    }
}

.carousel-nav .dots button {
    width: .5rem;
    height: .5rem;
    background-color: #e7e7ff;
    border-radius: 100%;
    margin: 0 .1875rem;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

@media only screen and (min-width:36rem) {
    .carousel-nav .dots button {
        margin: 0 .5rem
    }
}

.carousel-nav .dots button.active {
    background-color: #d62c2c
}

.fancybox-slide--html {
    padding: 0
}

@media only screen and (min-width:36rem) {
    .fancybox-is-open {
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem)
    }
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

@media only screen and (min-width:36rem) {
    .fancybox-is-open .fancybox-bg {
        opacity: .7
    }
}

.fancybox-container .fancybox-bg {
    background: #fff
}

@media only screen and (min-width:36rem) {
    .fancybox-container .fancybox-bg {
        background: #85b5e0
    }
}

.modal {
    width: 100%;
    /*display: none;*/
    max-width: 42.875rem;
    padding: 0 .625rem;
    border-radius: 1.5rem;
    overflow: visible;
    padding: 40px
}

@media only screen and (min-width:36rem) {
    .modal {
        padding: 3rem 1.5rem
    }
}

.modal__close {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: -3rem;
    right: 0;
    cursor: pointer
}

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

.modal__title {
    text-align: center;
    font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
    font-weight: 900;
    line-height: 1.14;
    color: #012037
}

@media (min-width:125rem) {
    .modal__title {
        font-size: 2.75rem
    }
}

.modal__body form {
    width: 100%;
    max-width: 30rem;
    display: block;
    margin: auto
}

.modal .field {
    margin: 1rem 0;
    position: relative
}

.modal .icon {
    width: 100%;
    height: 100%
}

.modal label {
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    left: .75rem;
    cursor: pointer
}

.modal .input {
    border: .0625rem solid #eaeaea;
    border-radius: 1rem;
    padding: .625rem .625rem .625rem 2.875rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #313131
}

.modal .input-wrap .input {
    border: .0625rem solid #eaeaea;
    border-radius: 1rem;
    padding: .625rem .625rem .625rem 2.875rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #313131
}

.modal .field-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:36rem) {
    .modal .field-btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.modal .field-btn>div {
    width: 100%;
    padding: 0 .5rem 1rem
}

@media only screen and (min-width:36rem) {
    .modal .field-btn>div {
        width: 50%;
        padding: 0 .5rem
    }
}

.modal .field-btn .btn {
    width: 100%
}

.modal .policy {
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #607788
}

.modal .policy a {
    color: #d62c2c;
    text-decoration: underline
}

.modal .field-file {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #d62c2c;
    margin: 0 0 1.4375rem
}

.modal .field-file [name=file] {
    display: none
}

.modal .field-file .file {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0
}

.modal .field-file .file img {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .6875rem
}

.modal .field-file .result {
    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;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #607788;
    font-weight: 400;
    margin: 1.375rem 0 0;
    cursor: text
}

.modal .field-file .result img {
    width: 1rem;
    height: 1rem;
    margin-right: .75rem;
    cursor: pointer
}

.hidden {
    display: none !important
}

.s-breadcrumbs {
    margin: .625rem 0 0
}

@media only screen and (min-width:75rem) {
    .s-breadcrumbs {
        margin: 0 0 1.5rem
    }
}

.s-breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto
}

.s-breadcrumbs ul li {
    position: relative;
    font-weight: 800;
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #07385d;
    margin-right: 1.375rem;
    white-space: nowrap
}

@media (min-width:125rem) {
    .s-breadcrumbs ul li {
        font-size: 1rem
    }
}

.s-breadcrumbs ul li:last-child {
    margin-right: 0
}

.s-breadcrumbs ul li:last-child:after {
    display: none
}

.s-breadcrumbs ul li a {
    color: #d62c2c;
    background-color: #fcf0f0;
    padding: .3125rem .5rem;
    border-radius: .5rem
}

.s-breadcrumbs ul li:after {
    content: "/";
    position: absolute;
    right: -.875rem;
    top: .125rem;
    bottom: 0;
    display: block;
    margin: auto;
    width: .375rem;
    height: 1rem
}

.s-breadcrumbs ul li:first-child {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: -.0625rem
}

.s-breadcrumbs ul li:first-child a {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:48rem) {
    .s-breadcrumbs ul li:first-child {
        top: 0
    }
}

.s-breadcrumbs ul li:first-child a {
    display: block;
    padding: 0
}

.s-breadcrumbs ul li:first-child svg {
    width: 100%;
    height: 100%
}

.header {
    padding: .375rem 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

@media only screen and (min-width:75rem) {
    .header {
        padding: .75rem 0
    }
}

.header .container {
    width: 100%;
    max-width: 111.875rem
}

.header .xs-hidden {
    display: none
}

@media only screen and (min-width:75rem) {
    .header .lg-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 0
}

.header__left picture {
    display: block;
    width: 100%;
    height: 100%
}

.header__logo {
    width: 100%
}

.header__description {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 320px
}

@media only screen and (min-width:75rem) {
    .header__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__description .info {
    font-weight: 600;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.1;
    color: #313131
}

@media (min-width:125rem) {
    .header__description .info {
        font-size: 1.125rem
    }
}

.header__description .choise__city {
    font-size: 1rem;
    line-height: 1.25;
    color: #d62c2c;
    margin: .25rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.header__description .choise__city:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -.125rem;
    border-bottom: .0625rem dashed #d62c2c
}

.header__description .choise__city img {
    margin-left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    max-width: 450px
}

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

.header__middle .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #07385d;
    margin: .125rem 0;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .header__middle .phone {
        font-size: 1.125rem
    }
}

.header__middle .phone.xs-hidden {
    display: none
}

@media only screen and (min-width:75rem) {
    .header__middle .phone.lg-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__middle .phone:hover {
    color: #d62c2c
}

.header__middle .phone:hover .icon rect {
    fill: #d62c2c
}

.header__middle .phone .icon {
    margin-right: .5rem;
    width: 1.625rem;
    height: 1.625rem;
    display: none
}

@media only screen and (min-width:75rem) {
    .header__middle .phone .icon {
        display: block
    }
}

.header__middle .phone .icon rect {
    fill: #07385d;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out
}

.header__middle .phone .icon path {
    fill: #fff
}

.header__middle .info {
    font-size: calc(.625rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1;
    text-align: center;
    color: #313131;
    margin: .125rem 0 0
}

@media (min-width:125rem) {
    .header__middle .info {
        font-size: 1rem
    }
}

@media only screen and (min-width:75rem) {
    .header__right {
        width: 38%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 29.875rem
    }
}

@media only screen and (min-width:85rem) {
    .header__right {
        width: 33.333%
    }
}

.header__right>div {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - .375rem)
}

.header__right .btn {
    width: 100%;
    margin: .25rem 0;
    height: 2.5rem;
    padding: 0
}

@media only screen and (min-width:85rem) {
    .header__right .btn {
        height: 3rem
    }
}

.header__search {
    position: relative;
    margin: .25rem 0
}

.header__search .icon {
    width: 1.125rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    left: 1.375rem
}

.header__search .input {
    padding: 0 5.625rem 0 3.25rem;
    height: 2.5rem
}

@media only screen and (min-width:85rem) {
    .header__search .input {
        height: 3rem
    }
}

.header__search .btn {
    width: 5.375rem;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.header-feedback {
    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;
    width: 100%;
    margin: .25rem 0
}

.header-feedback__item {
    width: calc(50% - .375rem);
    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-color: #edf6ff;
    border-radius: 1rem;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    height: 2.5rem
}

@media only screen and (min-width:85rem) {
    .header-feedback__item {
        height: 3rem
    }
}

.header-feedback__item:hover {
    background-color: #b8ddff
}

.header-feedback__item svg {
    height: 60%
}

.header .menu {
    width: calc(100% - 9.375rem);

}

.header .menu ul {
    width: fit-content;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    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
}

.header .menu ul li {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    color: #07385d
}

.header .menu ul a {
    color: #07385d;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.header .menu ul a:hover {
    color: #d62c2c
}

.header .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    width: 7.25rem;
    height: 2.5rem;
    border-radius: 1rem;
    background-color: #d62c2c;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

@media only screen and (min-width:85rem) {
    .header .menu__btn {
        height: 3rem
    }
}

.header .menu__btn.is-active {
    background-color: #07385d
}

.header .menu__btn.is-active svg {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header .menu__btn.is-active:after,
.header .menu__btn:hover:after {
    opacity: 0
}

.header .menu__btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    opacity: 1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    border-radius: 1rem;
    z-index: -1
}

.header .menu__btn svg {
    width: 1rem;
    height: 1rem;
    margin-left: .625rem;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.header .menu-service-list {
    width: 100%;
    max-width: 75rem;
    padding: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 1.5rem;
    position: absolute;
    left: .9375rem;
    top: calc(100% + .5rem);
    display: none
}

.header .menu-service-list.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .menu-service-list .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    border-right: .125rem dashed #85b5df;
    height: 100%
}

.header .menu-service-list .menu li {
    position: relative;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    color: #07385d;
    padding: .5rem 0 .5rem 1.75rem;
    cursor: pointer
}

.header .menu-service-list .menu li.is-active,
.header .menu-service-list .menu li.is-active a {
    color: #d62c2c
}

.header .menu-service-list .menu li:hover .icon {
    left: .3125rem
}

.header .menu-service-list .menu li:last-child {
    margin: 0
}

.header .menu-service-list .menu li a {
    color: #07385d;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.header .menu-service-list .menu li a:hover {
    color: #d62c2c
}

.header .menu-service-list .menu li .icon {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    left: 0;
    top: .3125rem;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out
}

.header .menu-service-list .left {
    width: 28%
}

.header .menu-service-list .right {
    width: 72%
}

.header .menu-service-list .right .item {
    padding-left: 1.0625rem;
    display: none
}

.header .menu-service-list .right .item.is-active {
    display: block
}

.header .menu-service-list .right .item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .menu-service-list .right .item ul li {
    width: 50%;
    line-height: 1;
    margin: 0 0 .75rem
}

.header .menu-service-list .right .item ul li a {
    font-size: 1rem;
    color: #607788;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.header .menu-service-list .right .item ul li a:hover {
    color: #d62c2c
}

.header__mobile-btn {
    width: 100%;
    max-width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:75rem) {
    .header__mobile-btn {
        display: none
    }
}

.header__mobile-btn .burger {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    border: 0;
    padding: 0;
    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-color: transparent;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.header__mobile-btn .burger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 1rem;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    z-index: -1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.header__mobile-btn .burger span {
    width: 1.0625rem;
    height: .1875rem;
    background-color: #fff;
    border-radius: 1.125rem;
    position: relative;
    display: block;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.header__mobile-btn .burger span:after,
.header__mobile-btn .burger span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 1.125rem
}

.header__mobile-btn .burger span:before {
    top: -.375rem;
    -webkit-transition: top .25s ease-out, -webkit-transform .25s ease-out;
    transition: top .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out, top .25s ease-out;
    transition: transform .25s ease-out, top .25s ease-out;
    transition: transform .25s ease-out, top .25s ease-out, -webkit-transform .25s ease-out
}

.header__mobile-btn .burger span:after {
    bottom: -.375rem;
    -webkit-transition: bottom .25s ease-out, -webkit-transform .25s ease-out;
    transition: bottom .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out, bottom .25s ease-out;
    transition: transform .25s ease-out, bottom .25s ease-out;
    transition: transform .25s ease-out, bottom .25s ease-out, -webkit-transform .25s ease-out
}

.header__mobile-btn .burger.is-active {
    background-color: #07385d
}

.header__mobile-btn .burger.is-active:after {
    opacity: 0
}

.header__mobile-btn .burger.is-active span {
    background-color: transparent
}

.header__mobile-btn .burger.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__mobile-btn .burger.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .pos-relative {
    position: relative
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 3;
    padding: 3.5rem .625rem;
    overflow: auto;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: visibility .25s ease-out, -webkit-transform .25s ease-out;
    transition: visibility .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out, visibility .25s ease-out;
    transition: transform .25s ease-out, visibility .25s ease-out;
    transition: transform .25s ease-out, visibility .25s ease-out, -webkit-transform .25s ease-out
}

.mobile__menu.is-active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    margin-top: 4rem
}

.mobile__menu .header__search .btn,
.mobile__menu .header__search .input {
    height: 3rem
}

.mobile__menu .header__search .btn {
    width: 5.375rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile__menu .menu-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%
}

.mobile__menu .menu-list__item {
    position: relative;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #012037;
    width: 100%;
    padding: .5rem 0;
    border-bottom: .0625rem solid #f1f1f1
}

.mobile__menu .menu-list__item a {
    color: #012037
}

.mobile__menu .menu-list__item .down {
    position: absolute;
    width: .75rem;
    height: .9375rem;
    right: .5rem;
    top: .75rem;
    display: block;
    margin: auto;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.mobile__menu .menu-list .submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.mobile__menu .menu-list .submenu.is-active {
    display: block
}

.mobile__menu .menu-list .submenu .title {
    position: relative;
    margin: .375rem 0
}

.mobile__menu .menu-list .submenu .title .down {
    width: 1.1875rem;
    height: 1.1875rem;
    right: .375rem;
    top: .375rem
}

.mobile__menu .menu-list .submenu .title>a {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    color: #012037;
    padding: .375rem .5rem;
    position: relative;
    display: block;
    background-color: #edf6ff;
    border-radius: .5rem
}

.mobile__menu .menu-list .submenu-sub {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 0 0 .5rem;
    margin: 0;
    list-style-type: none;
    display: none
}

.mobile__menu .menu-list .submenu-sub.is-active {
    display: block
}

.mobile__menu .menu-list .submenu-sub li {
    margin: .75rem 0
}

.mobile__menu .menu-list .submenu-sub a {
    color: #607788;
    font-weight: 400
}

.mobile__menu__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .9375rem 0 .6875rem
}

.mobile__menu__phones a {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #07385d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .125rem 0
}

.mobile__menu__phones .icon {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: .5rem
}

.mobile__menu__phones .icon rect {
    fill: #07385d
}

.mobile__menu__phones .icon path {
    fill: #fff
}

.mobile__menu__phones .info {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #313131
}

.mobile__menu__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:36rem) {
    .mobile__menu__buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.mobile__menu__buttons .btn {
    width: 100%;
    margin: .25rem 0
}

@media only screen and (min-width:36rem) {
    .mobile__menu__buttons .btn {
        width: 49%
    }
}

.mobile__menu .header-feedback__item {
    height: 3rem
}

.s-banner {
    position: relative;
    z-index: 1;
    background-color: #edf6ff;
    padding: 1.9375rem 0 3rem
}

@media only screen and (min-width:62rem) {
    .s-banner {
        padding: 0;
        background-color: transparent
    }

    .s-banner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 31.25rem;
        bottom: .75rem;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: -1;
        background-color: #edf6ff;
        border-radius: 3.125rem;
        max-width: 111.875rem
    }
}

@media only screen and (min-width:62rem) and (min-width:75rem) {
    .s-banner:after {
        bottom: .9375rem;
        border-radius: 7rem;
        height: 36.4375rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner .pagetitle {
        margin-top: 2.5rem
    }
}

.s-banner__subtitle {
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.25;
    text-align: center;
    color: #607788
}

@media (min-width:125rem) {
    .s-banner__subtitle {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:48rem) {
    .s-banner__subtitle {
        line-height: 1.5;
        text-align: left;
        margin: 1.0625rem 0 0
    }
}

.s-banner__subtitle ul {
    padding: 0 0 0 .3125rem;
    margin: 0;
    list-style-type: none;
    text-align: left
}

.s-banner__subtitle ul li {
    position: relative;
    padding-left: 1.125rem
}

.s-banner__subtitle ul li:before {
    content: "";
    width: .375rem;
    height: .375rem;
    background-color: #6a70fe;
    border-radius: 100%;
    display: block;
    left: 0;
    top: .625rem;
    position: absolute
}

.s-banner .btn {
    width: 100%;
    margin: .5rem 0 1.5rem
}

@media only screen and (min-width:36rem) {
    .s-banner .btn {
        margin: 1.5rem 0;
        width: auto
    }
}

@media only screen and (min-width:62rem) {
    .s-banner .btn {
        margin: 1.5rem 0 0
    }
}

@media only screen and (max-width:47.9375rem) {
    .s-banner .p-xs-0 {
        padding: 0
    }
}

.s-banner__right {
    position: relative;
    width: 100%
}

.s-banner__image {
    width: calc(100% + .75rem);
    position: relative;
    max-width: 37.5rem;
    display: block;
    margin: auto
}

@media only screen and (min-width:62rem) {
    .s-banner__image {
        width: 104%;
        top: 1.5625rem
    }
}

@media only screen and (min-width:85rem) {
    .s-banner__image {
        left: 2.5rem
    }
}

.s-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%
}

.s-banner-list__item {
    min-width: 14.0625rem;
    height: 14.0625rem;
    padding: 1rem;
    border: .125rem dashed #6a70fe;
    border-radius: 2rem;
    margin: 0 .5rem
}

@media only screen and (min-width:62rem) {
    .s-banner-list__item {
        position: absolute;
        width: 11.25rem;
        height: 11.25rem;
        min-width: auto
    }
}

@media only screen and (min-width:62rem) and (min-width:75rem) {
    .s-banner-list__item {
        width: 12.5rem;
        height: 12.5rem
    }
}

@media only screen and (min-width:62rem) and (min-width:85rem) {
    .s-banner-list__item {
        width: 14.0625rem;
        height: 14.0625rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner-list__item:first-child {
        bottom: 9.375rem;
        margin: auto;
        left: -.9375rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner-list__item:nth-child(2) {
        right: -.9375rem;
        top: 4.375rem
    }
}

@media only screen and (min-width:62rem) and (min-width:85rem) {
    .s-banner-list__item:nth-child(2) {
        right: -4.5625rem;
        top: 5.75rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner-list__item:nth-child(3) {
        right: 0;
        bottom: 2.0625rem
    }
}

@media only screen and (min-width:62rem) and (min-width:85rem) {
    .s-banner-list__item:nth-child(3) {
        right: -1.5625rem
    }
}

.s-banner-list__item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2rem;
    text-align: center;
    width: 100%;
    height: 100%
}

.s-banner-list__item .title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 .25rem;
    color: #6a70fe
}

.s-banner-list__item .info {
    font-weight: 600;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.22;
    color: #012037
}

@media (min-width:125rem) {
    .s-banner-list__item .info {
        font-size: 1.125rem
    }
}

.s-index-menu {
    padding: 1rem 0
}

@media only screen and (min-width:36rem) {
    .s-index-menu {
        padding: 3.5rem 0
    }
}

.s-index-menu-list__item {
    width: 100%;
    margin: .5rem 0
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item {
        width: 33.333%
    }
}

.s-index-menu-list__item:hover .wrap {
    background-color: transparent
}

.s-index-menu-list__item:hover .wrap .icon {
    background-color: #fff
}

.s-index-menu-list__item:hover .wrap .icon svg {
    fill: #eb5350
}

.s-index-menu-list__item:hover .wrap .title {
    color: #fff
}

.s-index-menu-list__item:hover .wrap:after {
    opacity: 1
}

.s-index-menu-list__item .wrap {
    width: 100%;
    background-color: transparent;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item .wrap {
        background-color: #edf6ff
    }
}

.s-index-menu-list__item .wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item .wrap:after {
        opacity: 0
    }
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item .wrap {
        border-radius: 2rem
    }
}

.s-index-menu-list__item .icon {
    width: 7rem;
    height: 7rem;
    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-color: #fff;
    -webkit-box-shadow: 0 1rem 2rem rgba(141, 163, 178, .25);
    box-shadow: 0 1rem 2rem rgba(141, 163, 178, .25);
    border-radius: 1.5rem;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item .icon {
        background-color: #85b5df
    }
}

.s-index-menu-list__item .icon svg {
    fill: #eb5350;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item .icon svg {
        fill: #fff
    }
}

.s-index-menu-list__item .title {
    font-size: calc(1.25rem + 4 * ((100vw - 20rem) / 1600));
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin: .75rem 0 0;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    color: #fff
}

@media (min-width:125rem) {
    .s-index-menu-list__item .title {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:36rem) {
    .s-index-menu-list__item .title {
        margin: 1.5rem 0 0;
        color: #012037
    }
}

.s-specialist {
    position: relative;
    padding: 0 0 1.5625rem
}

.s-specialist:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-color: #b8ddff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 0 6.25rem 6.25rem 0;
    height: 100%;
    width: calc(20% - 2rem);
    background-image: url(../upload/man-02.png);
    background-size: cover;
    background-position: 72% top
}

@media only screen and (min-width:62rem) {
    .s-specialist:before {
        display: block
    }
}

@media only screen and (min-width:100rem) {
    .s-specialist:before {
        width: calc(25% - 2rem);
        background-position: 100% 0;
        border-radius: 0 10.25rem 10.25rem 0
    }
}

@media only screen and (min-width:112.5rem) {
    .s-specialist:before {
        width: calc(30% - 2rem)
    }
}

@media only screen and (min-width:137.5rem) {
    .s-specialist:before {
        width: calc(35% - 2rem)
    }
}

.s-specialist .container,
.s-specialist .wrapper {
    max-width: 100%
}

@media only screen and (min-width:62rem) {

    .s-specialist .container,
    .s-specialist .wrapper {
        padding-left: 20%
    }
}

@media only screen and (min-width:100rem) {

    .s-specialist .container,
    .s-specialist .wrapper {
        padding-left: 25%
    }
}

@media only screen and (min-width:112.5rem) {

    .s-specialist .container,
    .s-specialist .wrapper {
        padding-left: 30%
    }
}

@media only screen and (min-width:137.5rem) {

    .s-specialist .container,
    .s-specialist .wrapper {
        padding-left: 35%
    }
}

.s-specialist-list {
    margin: 1rem 0 0
}

.s-specialist-list__item {
    width: 100%;
    overflow: hidden
}

.s-specialist-list__item:hover .wrap {
    background-color: transparent
}

.s-specialist-list__item:hover .wrap:after {
    opacity: 1
}

.s-specialist-list__item:hover .wrap .name,
.s-specialist-list__item:hover .wrap .post {
    color: #fff
}

.s-specialist-list__item .wrap {
    padding: 1rem;
    border-radius: 2rem;
    background-color: #edf6ff;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.s-specialist-list__item .wrap:after {
    content: "";
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.s-specialist-list__item .image {
    border-radius: 1.5rem;
    width: 100%;
    height: 14.8125rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.s-specialist-list__item .name {
    font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600));
    line-height: 1.12;
    text-align: center;
    color: #012037;
    margin: 1rem 0 0;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .s-specialist-list__item .name {
        font-size: 1.25rem
    }
}

.s-specialist-list__item .name b {
    display: block;
    font-weight: 700
}

.s-specialist-list__item .post {
    text-align: center;
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    color: #607788;
    line-height: 1.12;
    margin: .5rem 0 0;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .s-specialist-list__item .post {
        font-size: 1rem
    }
}

.s-specialist__bg {
    position: absolute;
    left: 0;
    max-width: 17.75rem;
    width: 10%;
    height: 110%;
    top: -5%;
    background-color: #85b5df;
    z-index: -1;
    border-radius: 0 5rem 5rem 0;
    display: none
}

@media only screen and (min-width:62rem) {
    .s-specialist__bg {
        display: block
    }
}

@media only screen and (min-width:100rem) {
    .s-specialist__bg {
        border-radius: 0 8.5rem 8.5rem 0;
        height: 136%;
        top: -18.5%
    }
}

.s-specialist__bg:after {
    content: "";
    position: absolute;
    width: calc(100% + 5rem);
    height: calc(100% + 5rem);
    top: -2.5rem;
    left: -2.5rem;
    border: .125rem dashed #85b5df;
    border-radius: 0 8.5rem 8.5rem 0
}

.s-main-consult {
    padding: 0 0 2rem;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:62rem) {
    .s-main-consult {
        padding: 9.0625rem 0 3rem;
        margin: 1.5625rem 0 0
    }
}

.s-main-consult .btn {
    width: 100%;
    margin: 1rem 0
}

@media only screen and (min-width:62rem) {
    .s-main-consult .btn {
        margin: 2rem 0
    }
}

@media only screen and (min-width:36rem) {
    .s-main-consult .col.col-sm-6 {
        width: 50%
    }
}

.s-main-consult .col.col-sm-6:nth-child(2) .wrap {
    border-bottom: .125rem dashed #85b5df
}

@media only screen and (min-width:36rem) {
    .s-main-consult .col.col-sm-6:nth-child(2) .wrap {
        border-right: .125rem dashed #85b5df;
        border-bottom: 0
    }
}

@media only screen and (min-width:48rem) {
    .s-main-consult .mt-sm-25 {
        margin-top: 1.5625rem
    }
}

.s-main-consult .wrap {
    padding: 1rem 2rem;
    border-top: .125rem dashed #85b5df
}

@media only screen and (min-width:36rem) {
    .s-main-consult .wrap {
        border-top: 0;
        border-left: .125rem dashed #85b5df
    }
}

.s-main-consult .title {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    color: #6a70fe
}

.s-main-consult .info {
    font-size: 1.125rem;
    line-height: 1.22;
    text-align: center;
    color: #012037;
    font-weight: 600;
    margin: .25rem 0 0
}

.s-main-consult .wrapper__right {
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2rem;
    margin: 1rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-main-consult .wrapper__right {
        padding: 1.75rem 2rem
    }
}

@media only screen and (min-width:62rem) {
    .s-main-consult .wrapper__right {
        margin: 0
    }
}

.s-main-consult .wrapper__right .title {
    text-align: left;
    line-height: 1;
    font-size: calc(2rem + 24 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-main-consult .wrapper__right .title {
        font-size: 3.5rem
    }
}

.s-main-consult .wrapper__right .subtitle {
    margin: .5rem 0;
    font-size: calc(1.25rem + 8 * ((100vw - 20rem) / 1600));
    line-height: 1
}

@media (min-width:125rem) {
    .s-main-consult .wrapper__right .subtitle {
        font-size: 1.75rem
    }
}

@media only screen and (min-width:48rem) {
    .s-main-consult .wrapper__right .subtitle {
        margin: .5rem 0 1rem
    }
}

.s-main-consult .wrapper__right .descr {
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #607788;
    line-height: 1.25
}

@media (min-width:125rem) {
    .s-main-consult .wrapper__right .descr {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:48rem) {
    .s-main-consult .wrapper__right .descr {
        line-height: 1.4
    }
}

.s-main-consult .wrapper__image {
    background-image: url(../upload/car2.webp);
    height: 10.875rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border: .5rem solid #fff;
    -webkit-box-shadow: 0 .125rem 1.0625rem rgba(141, 163, 178, .2);
    box-shadow: 0 .125rem 1.0625rem rgba(141, 163, 178, .2);
    border-radius: 2rem;
    margin: 1rem 0 0
}

@media only screen and (min-width:36rem) {
    .s-main-consult .wrapper__image {
        margin: 1.3125rem 0 0;
        height: 20.625rem;
        border: 1rem solid #fff
    }
}

.s-main-consult__bg {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    height: 75%;
    z-index: -1;
    display: none
}

@media only screen and (min-width:62rem) {
    .s-main-consult__bg {
        display: block
    }
}

.s-main-consult__bg:before {
    content: "";
    position: absolute;
    width: 120%;
    top: 6.875rem;
    right: 0;
    height: 100%;
    background-color: #b8ddff;
    border-radius: 10.25rem 0 0 10.25rem;
    z-index: -2;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2)
}

.s-main-consult__bg div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #85b5df;
    border-radius: 7rem 0 0 7rem
}

.s-main-consult__bg div:after {
    content: "";
    position: absolute;
    width: calc(100% + 3.4375rem);
    height: calc(100% + 2.8125rem);
    top: -3.125rem;
    left: -3.125rem;
    border: .125rem dashed #85b5df;
    border-bottom: 0;
    border-radius: 8.5rem 0 0 8.5rem
}

.s-main-services {
    position: relative;
    padding: 2.5rem 0;
    background-color: #edf6ff
}

@media only screen and (min-width:62rem) {
    .s-main-services {
        background-color: transparent
    }

    .s-main-services:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: -1;
        background-color: #edf6ff;
        border-radius: 3.125rem;
        max-width: 111.875rem
    }
}

@media only screen and (min-width:62rem) and (min-width:75rem) {
    .s-main-services:after {
        border-radius: 7rem
    }
}

.s-main-services-list {
    margin-top: .9375rem
}

@media only screen and (min-width:36rem) {
    .s-main-services-list {
        margin-top: .3125rem
    }
}

.s-main-services-list__item {
    width: 100%;
    margin: .375rem 0;
    cursor: pointer
}

@media only screen and (min-width:36rem) {
    .s-main-services-list__item {
        margin: 1rem 0
    }
}

.s-main-services-list__item:hover .wrap__image {
    -webkit-box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8);
    box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8)
}

.s-main-services-list__item:hover .wrap .name {
    color: #d62c2c
}

@media only screen and (min-width:36rem) {
    .s-main-services-list__item {
        width: 50%
    }
}

@media only screen and (min-width:48rem) {
    .s-main-services-list__item {
        width: 33.333%
    }
}

@media only screen and (min-width:62rem) {
    .s-main-services-list__item {
        width: 25%
    }
}

.s-main-services-list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:36rem) {
    .s-main-services-list .wrap {
        -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
    }
}

.s-main-services-list .wrap .information {
    width: calc(100% - 6.3125rem);
    margin-left: .5rem
}

@media only screen and (min-width:36rem) {
    .s-main-services-list .wrap .information {
        width: 100%;
        margin: 0
    }
}

.s-main-services-list .wrap__image {
    position: relative;
    border-radius: .5625rem;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .25s ease-out;
    transition: -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    height: 5.8125rem;
    width: 5.8125rem
}

@media only screen and (min-width:36rem) {
    .s-main-services-list .wrap__image {
        border-radius: 1.5rem;
        width: 100%;
        height: 10.625rem
    }
}

.s-main-services-list .wrap__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s-main-services-list .wrap__image .time {
    position: absolute;
    bottom: .25rem;
    left: .25rem;
    font-weight: 600;
    font-size: calc(.625rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.25;
    border-radius: 1.875rem;
    color: #012037;
    padding: .125rem .25rem;
    background-color: #fff
}

@media (min-width:125rem) {
    .s-main-services-list .wrap__image .time {
        font-size: 1rem
    }
}

@media only screen and (min-width:36rem) {
    .s-main-services-list .wrap__image .time {
        padding: .25rem .5rem;
        border-radius: 3.625rem;
        bottom: .5625rem;
        left: .5625rem
    }
}

.s-main-services-list .wrap .name {
    font-weight: 800;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.12;
    color: #012037;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .s-main-services-list .wrap .name {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:36rem) {
    .s-main-services-list .wrap .name {
        margin: .75rem 0 0
    }
}

@media only screen and (min-width:62rem) {
    .s-main-services-list .wrap .name {
        min-height: 2.5rem
    }
}

.s-main-services-list .wrap .price {
    font-weight: 800;
    font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #d62c2c;
    margin: .25rem 0 0
}

@media (min-width:125rem) {
    .s-main-services-list .wrap .price {
        font-size: 1.5rem
    }
}

.s-main-services-list .wrap .price span {
    font-weight: 400
}

.s-main-services-list .wrap .info {
    font-size: 1rem;
    line-height: 1.12;
    color: #607788;
    margin: .25rem 0 0
}

.s-main-services__bg {
    display: none
}

@media only screen and (min-width:75rem) {
    .s-main-services__bg {
        display: block;
        width: 10.625rem;
        height: 27.1875rem;
        background-color: #86b5e0;
        border-radius: 0 4rem 4rem 0;
        position: absolute;
        top: -2.8125rem;
        left: 0;
        z-index: -1
    }

    .s-main-services__bg:after {
        content: "";
        position: absolute;
        width: 14.6875rem;
        height: 57.5rem;
        top: -4.625rem;
        left: -.125rem;
        border: .125rem dashed #85b5df;
        border-radius: 0 8.5rem 8.5rem 0
    }
}

.s-steps {
    padding: 1.5rem 0 3rem
}

@media only screen and (min-width:48rem) {
    .s-steps {
        padding: 1.5rem 0 6.6875rem
    }
}

.s-steps .section__title {
    margin: 1.5rem 0 0
}

@media only screen and (min-width:62rem) {
    .s-steps .section__title {
        margin: 2.5rem 0 0
    }
}

.s-steps .section__subtitle {
    color: #012037;
    font-weight: 600;
    margin: 1rem 0 0
}

.s-steps .section__subtitle .pulse {
    margin: 1rem auto 0;
    width: 5rem;
    display: block
}

@media only screen and (min-width:62rem) {
    .s-steps .section__subtitle .pulse {
        margin: 1rem 0 0;
        width: 7.75rem
    }
}

.s-steps-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0
}

.s-steps-list__item .item__left {
    width: 5.5rem;
    height: 5.5rem;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem 1rem rgba(141, 163, 179, .2);
    box-shadow: 0 .125rem 1rem rgba(141, 163, 179, .2);
    border-radius: 1rem;
    color: #6a70fe;
    font-weight: 900;
    line-height: 1
}

.s-steps-list__item .item__left .number {
    font-size: 2.5rem
}

.s-steps-list__item .item__left .info {
    font-size: 1.125rem
}

.s-steps-list__item .item__right {
    width: calc(100% - 8.75rem);
    margin-left: 1rem
}

.s-steps-list__item .item__right .title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2
}

.s-steps-list__item .item__right .info {
    font-size: 1rem;
    color: #607788;
    line-height: 1.12;
    margin: .5rem 0 0
}

.s-steps .btn {
    width: 100%;
    margin: 1rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-steps .btn {
        margin: 1.5rem 0 0
    }
}

@media only screen and (min-width:48rem) {
    .s-steps .col-sm-5 {
        width: 40%
    }
}

@media only screen and (min-width:48rem) {
    .s-steps .col-sm-7 {
        width: 60%
    }
}

.s-steps__image {
    position: relative;
    width: 100%
}

.s-steps__image .img {
    position: relative;
    z-index: 1;
    width: 12.9375rem;
    display: block;
    margin: auto
}

@media only screen and (min-width:62rem) {
    .s-steps__image .img {
        width: 21.0625rem
    }
}

.s-steps__image .bg_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 18.75rem;
    background-color: #b8ddff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2.375rem;
    z-index: 0
}

@media only screen and (min-width:62rem) {
    .s-steps__image .bg_1 {
        max-height: 31.125rem;
        border-radius: 4rem
    }
}

.s-steps__image .bg_2 {
    width: 16.4375rem;
    height: 17.5rem;
    position: absolute;
    top: 3.4375rem;
    left: -5rem;
    background-color: #85b5df;
    border-radius: 4.25rem;
    z-index: -2
}

@media only screen and (min-width:62rem) {
    .s-steps__image .bg_2 {
        border-radius: 7rem;
        top: 5.1875rem;
        left: -8.125rem;
        width: 27rem;
        height: 28.5625rem
    }
}

.s-steps__image .bg_3 {
    display: none
}

@media only screen and (min-width:48rem) {
    .s-steps__image .bg_3 {
        width: 624.9375rem;
        height: 31.25rem;
        border: .125rem dashed #85b5df;
        border-radius: 3.75rem;
        position: absolute;
        right: 3.3125rem;
        top: 1.875rem;
        z-index: 0;
        display: block
    }
}

@media only screen and (min-width:62rem) {
    .s-steps__image .bg_3 {
        height: 36.5rem;
        border-radius: 8.5rem
    }
}

.s-gallery {
    padding: 2rem 0 3rem
}

@media only screen and (min-width:48rem) {
    .s-gallery {
        padding: 4rem 0
    }
}

.s-gallery__carousel {
    margin: 1rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-gallery__carousel {
        margin: 2rem 0 0
    }
}

.s-gallery__carousel .item {
    display: block;
    width: 100%;
    height: 13.9375rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1.25rem;
    overflow: hidden
}

@media only screen and (min-width:48rem) {
    .s-gallery__carousel .item {
        height: 16.8125rem;
        border-radius: 1.5rem
    }
}

@media only screen and (min-width:62rem) {
    .s-gallery-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s-license {
    padding: 2rem 0 3.5rem;
    position: relative;
    margin: 3rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-license {
        padding: 3rem 0;
        margin: 6rem 0 0
    }
}

.s-license:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: -1;
    background-color: #85b5df;
    border-radius: 1.875rem;
    max-width: 111.875rem
}

@media only screen and (min-width:75rem) {
    .s-license:after {
        border-radius: 7rem
    }
}

.s-license__carousel {
    margin: 1rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-license__carousel {
        margin: 2rem 0 0
    }
}

.s-license__carousel .image {
    border-radius: 1.25rem
}

@media only screen and (min-width:48rem) {
    .s-license__carousel .image {
        border-radius: 1.5rem
    }
}

.s-license-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s-license .container {
    position: relative;
    z-index: 2;
    padding: 0
}

@media only screen and (min-width:75rem) {
    .s-license .container {
        padding: 0 1rem
    }
}

.s-license .section__title {
    padding: 0 .625rem
}

@media only screen and (min-width:75rem) {
    .s-license .section__title {
        padding: 0
    }
}

.s-license__bg1 {
    position: absolute;
    top: -1.5625rem;
    left: 0;
    z-index: 1;
    background-color: #b8ddff;
    border-radius: 0 4rem 4rem 0;
    height: 18.125rem;
    width: 20%;
    display: none
}

@media only screen and (min-width:48rem) {
    .s-license__bg1 {
        display: block
    }
}

.s-license__bg2 {
    position: absolute;
    border: .125rem dashed #b8ddff;
    border-radius: 8.5rem;
    top: -2.75rem;
    right: -3.75rem;
    width: 80%;
    height: calc(100% + 5.5rem);
    display: none
}

@media only screen and (min-width:48rem) {
    .s-license__bg2 {
        display: block
    }
}

.s-reviews {
    padding: 2rem 0;
    position: relative
}

@media only screen and (min-width:48rem) {
    .s-reviews {
        padding: 3.125rem 0;
        margin: 1.875rem 0 0
    }
}

.s-reviews .section__subtitle {
    text-align: center
}

.s-reviews__carousel .item {
    padding: 1.875rem 0
}

.s-reviews__carousel .item .wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2rem;
    text-align: left;
    padding: 1rem;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:48rem) {
    .s-reviews__carousel .item .wrap {
        padding: 1.5rem
    }
}

.s-reviews__carousel .item .name {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    line-height: 1
}

.s-reviews__carousel .item .city {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    color: #012037;
    background-color: #edf6ff;
    border-radius: 3.625rem;
    padding: .125rem .5rem;
    display: inline-block;
    margin: 0 0 .5rem
}

.s-reviews__carousel .item .info {
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.38;
    color: #607788
}

@media (min-width:125rem) {
    .s-reviews__carousel .item .info {
        font-size: 1rem
    }
}

.s-reviews__carousel .item .info p {
    margin: 0
}

.s-reviews .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-reviews .owl-stage .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.s-reviews__quote {
    position: absolute;
    width: 22.5rem;
    height: 14.6875rem;
    top: 5.625rem;
    right: -.8125rem;
    z-index: -1;
    display: none
}

@media only screen and (min-width:62rem) {
    .s-reviews__quote {
        display: block
    }
}

.s-reviews__bg {
    position: absolute;
    display: none;
    background-color: #b8ddff;
    border-radius: 0 7rem 7rem 0;
    height: 100%;
    width: 15%;
    top: 8%;
    left: 0;
    z-index: -1
}

.s-reviews__bg:after {
    content: "";
    position: absolute;
    width: calc(100% + 2.125rem);
    height: calc(100% + 4rem);
    border: .125rem dashed #b8ddff;
    left: -.125rem;
    top: -2rem;
    border-radius: 0 7rem 7rem 0
}

@media only screen and (min-width:62rem) {
    .s-reviews__bg {
        display: block
    }
}

@media only screen and (min-width:62rem) {
    .s-reviews-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        margin: .625rem 0 0
    }
}

.s-faq {
    padding: 0 0 1.5rem
}

.s-faq .section__subtitle {
    text-align: center
}

.s-faq .accordion-list {
    display: block;
    margin: .625rem 0 0
}

.s-faq .accordiont-Title {
    margin: 50px 0 0
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion-list {
        margin: 1.25rem 0 0
    }
}

.s-faq .accordion__header {
    padding: .5rem 3rem .5rem .5rem;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #012037;
    background-color: #edf6ff;
    border-radius: .75rem;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion__header {
        padding: 1rem 3.5rem 1rem 1rem
    }
}

.s-faq .accordion__description {
    font-size: 1rem;
    line-height: 1.38;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-height: 0;
    overflow: hidden;
    padding: 0 .5rem;
    color: #fff;
    background-color: #edf6ff;
    border-radius: 0 0 .75rem .75rem
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion__description {
        padding: 0 1rem
    }
}

.s-faq .accordion .caret {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 1rem;
    right: 1rem;
    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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24 0)' fill='url(%23a)'/%3E%3Cpath d='M6.335 8.828a1.105 1.105 0 0 0 0 1.586l4.856 4.758a1.161 1.161 0 0 0 1.618 0l4.856-4.758a1.105 1.105 0 0 0 0-1.586 1.161 1.161 0 0 0-1.619 0L12 12.793 7.954 8.828a1.161 1.161 0 0 0-1.619 0z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='12' x2='24' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.s-faq .item {
    margin: .5rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-faq .item {
        margin: 1rem 0 0
    }
}

.s-faq .item.is-active .accordion__header {
    background-color: #1b568a;
    color: #fff;
    border-radius: .75rem .75rem 0 0
}

.s-faq .item.is-active .accordion__description {
    padding: 0 .5rem .5rem;
    background-color: #1b568a
}

@media only screen and (min-width:48rem) {
    .s-faq .item.is-active .accordion__description {
        padding: 0 1rem 1rem
    }
}

.s-faq .item.is-active .caret {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(1 0 0 -1 0 24)' fill='%23fff'/%3E%3Cpath d='M17.665 15.172a1.105 1.105 0 0 0 0-1.586l-4.856-4.758a1.161 1.161 0 0 0-1.618 0l-4.856 4.758a1.105 1.105 0 0 0 0 1.586 1.161 1.161 0 0 0 1.619 0L12 11.207l4.046 3.965a1.161 1.161 0 0 0 1.619 0z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

@media only screen and (min-width:48rem) {
    .s-article {
        padding: 1.5rem 0 1rem
    }
}

.s-article article {
    font-size: 1rem;
    line-height: 1.38;
    color: #607788;
    position: relative
}

.s-article article.is-hidden .wrapper {
    max-height: 18.75rem;
    overflow: hidden;
    position: relative
}

.s-article article.is-hidden .wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    z-index: 1
}

.s-article .btn {
    margin: 1.5rem auto 0;
    display: block
}

.s-image {
    padding: .75rem 0;
    position: relative
}

.s-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5%;
    width: 10%;
    height: 60%;
    background-color: #b8ddff;
    border-radius: 0 1.125rem 1.125rem 0;
    z-index: -1
}

@media only screen and (min-width:48rem) {
    .s-image:before {
        border-radius: 0 4rem 4rem 0
    }
}

@media only screen and (min-width:100rem) {
    .s-image:before {
        width: 20%
    }
}

@media only screen and (min-width:48rem) {
    .s-image {
        padding: 1.5rem 0
    }
}

.s-image__wrapper {
    display: block
}

.s-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: .25rem solid #fff;
    -webkit-box-shadow: 0 .0625rem .375rem rgba(141, 163, 179, .2);
    box-shadow: 0 .0625rem .375rem rgba(141, 163, 179, .2);
    border-radius: 70px;
    position: relative;
    z-index: 1
}

.s-image__wrapper picture {
    display: block
}

@media only screen and (min-width:48rem) {
    .s-image__image {
        border: 1rem solid #fff;
        -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
        box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2)
    }
}

.s-image__bg {
    position: absolute;
    top: -10%;
    right: 0;
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: #b8ddff;
    height: 120%;
    width: 10%;
    z-index: -1
}

@media only screen and (min-width:48rem) {
    .s-image__bg {
        border-radius: 10.125rem 0 0 10.125rem;
        width: 15%
    }
}

@media only screen and (min-width:100rem) {
    .s-image__bg {
        width: 25%
    }
}

.s-image__bg:after {
    content: "";
    position: absolute;
    width: calc(100% + .625rem);
    height: calc(100% + 1rem);
    right: -.125rem;
    top: -.5rem;
    border: .125rem dashed #b8ddff;
    border-radius: 2rem 0 0 2rem
}

@media only screen and (min-width:48rem) {
    .s-image__bg:after {
        border-radius: 12.3125rem 0 0 12.3125rem;
        width: calc(100% + 2.9375rem);
        height: calc(100% + 5.625rem);
        top: -2.8125rem
    }
}

.s-tags {
    padding: 1.25rem 0
}

.s-tags-list__item {
    width: auto;
    display: inline-block
}

.s-tags-list__item span {
    color: #d62c2c;
    font-size: 1rem;
    line-height: 1.33;
    display: block;
    padding: .125rem .375rem
}

@media only screen and (min-width:48rem) {
    .s-tags-list__item span {
        padding: .375rem .75rem
    }
}

.s-footer-menu {
    position: relative;
    padding: .5rem 0 .75rem;
    margin: .75rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-footer-menu {
        padding: 1rem 0 2.5rem;
        margin: 1.5rem 0 0
    }
}

.s-footer-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    margin: auto;
    background-color: #edf6ff;
    border-radius: 1.5rem;
    max-width: 111.875rem;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width:75rem) {
    .s-footer-menu:after {
        border-radius: 3.125rem
    }
}

@media only screen and (min-width:84.375rem) {
    .s-footer-menu:after {
        border-radius: 7rem
    }
}

.s-footer-menu-list__item {
    width: 100%;
    margin: 1.25rem 0 0
}

@media only screen and (min-width:36rem) {
    .s-footer-menu-list__item {
        width: 50%;
        margin: 1rem 0 0
    }
}

@media only screen and (min-width:62rem) {
    .s-footer-menu-list__item {
        width: 25%
    }
}

.s-footer-menu-list__item .title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1;
    color: #012037
}

.s-footer-menu-list__item ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.s-footer-menu-list__item ul li {
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 1rem 0 0;
    padding-left: 1.625rem;
    position: relative
}

.s-footer-menu-list__item ul li:hover {
    color: #d62c2c
}

.s-footer-menu-list__item ul li:hover:before {
    left: .3125rem
}

.s-footer-menu-list__item ul li:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.53 6.53a.75.75 0 0 0 0-1.06L9.757.697a.75.75 0 1 0-1.06 1.06L12.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L14.53 6.53zM0 6.75h14v-1.5H0v1.5z' fill='%23D62C2C'/%3E%3C/svg%3E");
    width: .9375rem;
    height: .75rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: .25rem;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out
}

.s-footer-menu-list__item ul li a {
    color: #607788;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

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

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

.sale__list .sale__item {
    width: 49%;
    margin: 1rem 0;
    padding: 1rem;
    background: #edf6ff;
    border-radius: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.sale__list .sale__item:hover {
    background: #ec5553
}

.sale__list .sale__item:hover .sale__info .sale__description,
.sale__list .sale__item:hover .sale__info .sale__title {
    color: #fff
}

.sale__list .sale__item:hover .sale__info .sale__button .sale__button-btn {
    color: #000
}

.sale__list .sale__item:hover .sale__info .sale__button .sale__button-btn:after {
    opacity: 0;
    color: #000
}

@media screen and (max-width:46.875rem) {
    .sale__list .sale__item {
        width: 100%
    }
}

@media screen and (max-width:32.5rem) {
    .sale__list .sale__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sale__list .sale__item .sale__image {
    width: 44%
}

@media screen and (max-width:32.5rem) {
    .sale__list .sale__item .sale__image {
        width: 50%
    }
}

.sale__list .sale__item .sale__image .sale__image-img {
    border-radius: 1.5rem;
    width: 100%
}

.sale__list .sale__item .sale__info {
    width: 52%;
    margin-top: 0
}

@media screen and (max-width:32.5rem) {
    .sale__list .sale__item .sale__info {
        width: 100%;
        margin-top: .5rem
    }
}

.sale__list .sale__item .sale__info .sale__title {
    color: #012037
}

.sale__list .sale__item .sale__info .sale__title p {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.sale__list .sale__item .sale__info .sale__description {
    color: #607788
}

.sale__list .sale__item .sale__info .sale__description p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.125rem
}

.sale__list .sale__item .sale__info .sale__description p span {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #012037
}

.sale__list .sale__item .sale__info .sale__button .sale__button-btn {
    border: none;
    border-radius: 1.5rem;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: .875rem 1.125rem;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25rem;
    background-color: #fff;
    width: auto
}

@media screen and (max-width:32.5rem) {
    .sale__list .sale__item .sale__info .sale__button .sale__button-btn {
        width: 100%
    }
}

.sale__list .sale__item .sale__info .sale__button .sale__button-btn:hover {
    color: #000
}

.sale__list .sale__item .sale__info .sale__button .sale__button-btn:hover:after {
    opacity: 0;
    color: #000
}

.sale__list .sale__item .sale__info .sale__button .sale__button-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    border-radius: 1rem;
    z-index: -1
}

.block__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem
}

.block__nav,
.block__nav .block__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block__nav .block__arrow .block__arrow-block {
    background: #f6696f;
    padding: .75rem;
    border-radius: .875rem;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.block__nav .block__arrow .block__arrow-block:hover {
    background: #d62c2c
}

.block__nav .block__arrow .block__arrow-block:first-child {
    margin-right: 1rem
}

.block__nav .block__arrow .block__arrow-block .block__arrow-right .block__arrow-img--right {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.block__nav .block__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block__nav .block__counter .block__counter-cur p {
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 2rem;
    color: #012037;
    margin-bottom: 0
}

.block__nav .block__counter .block__counter-other p {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2rem;
    color: rgba(1, 32, 55, .2);
    margin-bottom: 0
}

.doctors__list {
    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;
    margin-top: 2rem
}

.doctors__list .doctors__item {
    width: 24%;
    border-radius: 2rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    margin-bottom: 2rem
}

@media screen and (max-width:46.875rem) {
    .doctors__list .doctors__item {
        width: 100%;
        padding: .5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.doctors__list .doctors__item:hover .doctors__info .doctors__name,
.doctors__list .doctors__item:hover .doctors__info .doctors__name span,
.doctors__list .doctors__item:hover .doctors__info .doctors__prof p {
    color: #fff
}

.doctors__list .doctors__item:hover:after {
    opacity: 0
}

.doctors__list .doctors__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #edf6ff;
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    border-radius: 1.75rem;
    z-index: -1
}

.doctors__list .doctors__item .doctors__img {
    width: 100%
}

@media screen and (max-width:46.875rem) {
    .doctors__list .doctors__item .doctors__img {
        width: 35%
    }
}

.doctors__list .doctors__item .doctors__img .doctors__img-img {
    border-radius: 1.5rem;
    width: 100%
}

.doctors__list .doctors__item .doctors__info {
    width: 100%
}

@media screen and (max-width:46.875rem) {
    .doctors__list .doctors__item .doctors__info {
        width: 61%
    }
}

.doctors__list .doctors__item .doctors__info .doctors__name {
    font-weight: 400;
    font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600));
    line-height: 1.5rem;
    text-align: center;
    color: #012037;
    margin: .75rem 0
}

@media (min-width:125rem) {
    .doctors__list .doctors__item .doctors__info .doctors__name {
        font-size: 1.25rem
    }
}

@media screen and (max-width:46.875rem) {
    .doctors__list .doctors__item .doctors__info .doctors__name {
        text-align: left
    }
}

.doctors__list .doctors__item .doctors__info .doctors__name span {
    font-weight: 700;
    font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600));
    line-height: 1.5rem;
    text-align: center;
    color: #012037
}

@media (min-width:125rem) {
    .doctors__list .doctors__item .doctors__info .doctors__name span {
        font-size: 1.25rem
    }
}

@media screen and (max-width:46.875rem) {
    .doctors__list .doctors__item .doctors__info .doctors__name span {
        text-align: left
    }
}

.doctors__list .doctors__item .doctors__info .doctors__prof p {
    font-weight: 400;
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.125rem;
    text-align: center;
    color: #607788;
    margin: 0
}

@media (min-width:125rem) {
    .doctors__list .doctors__item .doctors__info .doctors__prof p {
        font-size: 1rem
    }
}

@media screen and (max-width:46.875rem) {
    .doctors__list .doctors__item .doctors__info .doctors__prof p {
        text-align: left
    }
}

.doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 0 .9375rem
}

@media screen and (max-width:46.875rem) {
    .doctor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.doctor .doctor__left {
    width: 28%
}

@media screen and (max-width:46.875rem) {
    .doctor .doctor__left {
        width: 100%
    }
}

.doctor .doctor__left .doctor__img {
    background: #edf6ff;
    border-radius: 2rem;
    padding: 1rem;
    margin-bottom: 1rem
}

.doctor .doctor__left .doctor__img .doctor__img-img {
    width: 100%;
    border-radius: 2rem
}

.doctor .doctor__left .doctor__btn button {
    margin-bottom: 1rem;
    width: 100%
}

.doctor .doctor__left .doctor__btn a {
    display: block;
    width: 100%;
    text-align: center
}

.doctor .doctor__right {
    width: 70%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1.5rem;
    border-left: .125rem dashed #85b5df;
    border-top: none
}

@media screen and (max-width:46.875rem) {
    .doctor .doctor__right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: .125rem dashed #85b5df;
        margin-top: 1rem;
        padding-top: 1rem
    }
}

.doctor .doctor__right .section__title {
    text-align: left
}

.doctor .doctor__right .doctor__info {
    margin-top: 1.375rem
}

.doctor .doctor__right .doctor__info p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788
}

.doctor .doctor__right .doctor__info .doctor__experience,
.doctor .doctor__right .doctor__info .doctor__specialization {
    margin-bottom: 1.375rem
}

.doctor .doctor__right .doctor__info .doctor__about {
    background: #edf6ff;
    border-radius: .75rem;
    padding: 1.5rem
}

.doctor .doctor__right .doctor__info .doctor__about .doctor__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor .doctor__right .doctor__info .doctor__about .doctor__title .pulse {
    width: 3.125rem
}

.doctor .doctor__right .doctor__info .doctor__about ul {
    padding-left: .3125rem;
    list-style: none
}

.doctor .doctor__right .doctor__info .doctor__about ul li {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788;
    margin-bottom: 1rem
}

.doctor .doctor__right .doctor__info .doctor__about ul li:before {
    font-weight: 400;
    color: #ec5553;
    content: "•";
    padding-right: .4375rem
}

.doctor .doctor__right .doctor__info .doctor__about ul li span {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #012037
}

.doctor .doctor__right .doctor__info .doctor__review {
    margin: 1.375rem 0 0
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-title {
    font-weight: 900;
    font-size: calc(2rem + 12 * ((100vw - 20rem) / 1600));
    line-height: 2.75rem;
    color: #012037;
    margin-bottom: 1.375rem
}

@media (min-width:125rem) {
    .doctor .doctor__right .doctor__info .doctor__review .doctor__review-title {
        font-size: 2.75rem
    }
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item {
    background: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: .75rem;
    padding: 1.5rem;
    margin-bottom: 1.375rem
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item:last-child {
    margin-bottom: 0
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-person {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: .75rem
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-date {
    background: #edf6ff;
    border-radius: 3.625rem;
    padding: .5rem .25rem;
    width: 6.25rem;
    height: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-date p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #012037;
    margin-bottom: 0
}

.doctor .doctor__title {
    font-weight: 900;
    font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: 0
}

@media (min-width:125rem) {
    .doctor .doctor__title {
        font-size: 1.75rem
    }
}

.license__list {
    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;
    width: 100%;
    margin-top: 2rem;
    padding: 0 .9375rem
}

.license__list .license__item {
    width: 24%;
    margin-bottom: 1.25rem
}

@media screen and (max-width:46.875rem) {
    .license__list .license__item {
        width: 49%
    }
}

.license__list .license__item .license__img {
    position: relative;
    border-radius: 1.5rem;
    display: block
}

.license__list .license__item .license__img:hover:after {
    opacity: 1
}

.license__list .license__item .license__img:after {
    content: "";
    background: rgba(236, 85, 83, .5);
    background-image: url(../upload/lupHover.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    border: .5rem solid #ec5553;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.5rem;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: 0
}

.license__list .license__item .license__img .license__img-img {
    width: 100%;
    border-radius: 1.5rem
}

.s-fotogal {
    padding: 0 0 1.5rem
}

.s-fotogal .section__subtitle {
    text-align: center
}

.s-fotogal .accordion-list {
    display: block;
    margin: .625rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-fotogal .accordion-list {
        margin: 1.25rem 0 0
    }
}

.s-fotogal .accordion__header {
    padding: .5rem 3rem .5rem .5rem;
    position: relative;
    cursor: pointer;
    font-weight: 900;
    font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.75rem;
    color: #012037;
    background-color: #edf6ff;
    border-radius: .75rem;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out
}

@media (min-width:125rem) {
    .s-fotogal .accordion__header {
        font-size: 1.75rem
    }
}

@media only screen and (min-width:48rem) {
    .s-fotogal .accordion__header {
        padding: 1rem 3.5rem 1rem 1rem
    }
}

.s-fotogal .accordion__description {
    font-size: 1rem;
    line-height: 1.38;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-height: auto !important;
    overflow: hidden;
    padding: 0 .5rem;
    color: #fff;
    border-radius: 0 0 .75rem .75rem
}

@media only screen and (min-width:48rem) {
    .s-fotogal .accordion__description {
        padding: 0 1rem
    }
}

.s-fotogal .accordion__description .fotogal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 2rem
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item {
    margin-bottom: 1rem;
    width: 24%
}

@media screen and (max-width:46.875rem) {
    .s-fotogal .accordion__description .fotogal__list .fotogal__item {
        width: 49%
    }
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img {
    position: relative;
    display: block
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img:hover:after {
    opacity: 1
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img:after {
    content: "";
    background: rgba(236, 85, 83, .5);
    background-image: url(../upload/lupHover.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: 0
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img .fotogal__img-img {
    border-radius: 1rem;
    width: 100%;
    height: 250px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.s-fotogal .accordion .caret {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 1rem;
    right: 1rem;
    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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24 0)' fill='url(%23a)'/%3E%3Cpath d='M6.335 8.828a1.105 1.105 0 0 0 0 1.586l4.856 4.758a1.161 1.161 0 0 0 1.618 0l4.856-4.758a1.105 1.105 0 0 0 0-1.586 1.161 1.161 0 0 0-1.619 0L12 12.793 7.954 8.828a1.161 1.161 0 0 0-1.619 0z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='12' x2='24' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.s-fotogal .item {
    margin: .5rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-fotogal .item {
        margin: 1rem 0 0
    }
}

.s-fotogal .item.is-active .accordion__header {
    background-color: #012037;
    color: #fff;
    border-radius: .75rem
}

.s-fotogal .item.is-active .accordion__description {
    padding: 0 .5rem .5rem;
    background: transpanent
}

@media only screen and (min-width:48rem) {
    .s-fotogal .item.is-active .accordion__description {
        padding: 0 1rem 1rem
    }
}

.s-fotogal .item.is-active .caret {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(1 0 0 -1 0 24)' fill='%23fff'/%3E%3Cpath d='M17.665 15.172a1.105 1.105 0 0 0 0-1.586l-4.856-4.758a1.161 1.161 0 0 0-1.618 0l-4.856 4.758a1.105 1.105 0 0 0 0 1.586 1.161 1.161 0 0 0 1.619 0L12 11.207l4.046 3.965a1.161 1.161 0 0 0 1.619 0z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.videogal {
    margin-top: 2rem;
    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
}

.videogal .videogal__item {
    margin-bottom: 1rem;
    width: 24%
}

@media screen and (max-width:64rem) {
    .videogal .videogal__item {
        width: 32%
    }
}

@media screen and (max-width:46.875rem) {
    .videogal .videogal__item {
        width: 49%
    }
}

@media screen and (max-width:28.125rem) {
    .videogal .videogal__item {
        width: 100%
    }
}

.videogal .videogal__item .videogal__link {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative
}

.videogal .videogal__item .videogal__link:hover:after {
    background: #ffffff2e;
    background-image: url(../upload/youtube-play-btn.png);
    background-position: 50%;
    background-repeat: no-repeat
}

.videogal .videogal__item .videogal__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transpanent;
    background-image: url(../upload/youtube-play-btn_grey.png);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.videogal .videogal__item .videogal__link .videogal__preview {
    height: 9.4375rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 50%
}

@media screen and (max-width:46.875rem) {
    .videogal .videogal__item .videogal__link .videogal__preview {
        height: 8.75rem
    }
}

@media screen and (max-width:28.125rem) {
    .videogal .videogal__item .videogal__link .videogal__preview {
        height: 10.6875rem
    }
}

.vacancys {
    margin-top: 2rem
}

.vacancys .vacancys__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #edf6ff;
    border-radius: 1rem;
    padding: .5rem;
    margin-bottom: .625rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vacancys .vacancys__item:hover {
    background: #eb5350
}

.vacancys .vacancys__item:hover .vacancys__left .vacancys__arrow {
    width: 1.75rem;
    height: 1.75rem;
    background: #fff;
    background-image: url(../upload/arrowRightRed.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: .5rem;
    margin-right: .75rem
}

.vacancys .vacancys__item:hover .vacancys__right .vacancys__name,
.vacancys .vacancys__item:hover .vacancys__right .vacancys__price {
    color: #fff
}

.vacancys .vacancys__item .vacancys__left .vacancys__arrow {
    width: 1.75rem;
    height: 1.75rem;
    background: #eb5350;
    background-image: url(../upload/arrowRightWhite.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: .5rem;
    margin-right: .75rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vacancys .vacancys__item .vacancys__right .vacancys__name {
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #012037;
    margin-bottom: .5rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vacancys .vacancys__item .vacancys__right .vacancys__price {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #012037;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.block__price {
    background: #edf6ff;
    border-radius: 3.625rem;
    padding: 1rem 1.5rem;
    width: auto;
    max-width: 17.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.875rem;
    color: #012037
}

.vacancy {
    margin-top: 2rem
}

.vacancy .vacancy__title {
    font-weight: 900;
    font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: 0
}

@media (min-width:125rem) {
    .vacancy .vacancy__title {
        font-size: 1.75rem
    }
}

.vacancy .vacancy__title ul {
    margin-top: .75rem;
    padding-left: .3125rem;
    list-style: none
}

.vacancy .vacancy__title ul li {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788;
    margin-bottom: 1rem
}

.vacancy .vacancy__title ul li:before {
    font-weight: 400;
    color: #ec5553;
    content: "•";
    padding-right: .4375rem
}

.vacancy .vacancy__text p {
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #012037
}

.vacancy .vacancy__text p span {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788
}

.vacancy .vacancy__text p a {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #6a70fe;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.vacancy .vacancy__text p a:hover {
    color: #012037
}

.s-banner.s-garanties-block {
    margin-top: -4.6875rem
}

.garanties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 100%;
    padding: 0 .9375rem
}

.garanties .garanties__item {
    width: 32%;
    padding: 1.5rem;
    cursor: pointer;
    background: #b8ddff;
    border-radius: 4rem;
    margin-bottom: 2rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    max-height: 19.25rem;
    overflow: hidden
}

@media screen and (max-width:68.75rem) {
    .garanties .garanties__item {
        width: 48%
    }
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item {
        background: #012037;
        width: 100%;
        max-height: 100%
    }
}

.garanties .garanties__item .garanties__content {
    border-radius: 3.5rem;
    border: .125rem dashed #012037;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 16.25rem;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content {
        border: none
    }
}

.garanties .garanties__item .garanties__content .garanties__img {
    padding: .6875rem .3125rem;
    background: #012037;
    border-radius: 1.375rem;
    max-width: 7rem;
    width: 100%;
    margin: auto;
    margin-top: calc(50% - 7rem);
    min-height: 7rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width:68.75rem) {
    .garanties .garanties__item .garanties__content .garanties__img {
        margin-top: calc(42% - 7rem)
    }
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__img {
        margin: 0 auto;
        min-height: 5rem;
        width: 100%;
        height: 100%;
        max-width: 5rem;
        background: #fff
    }
}

.garanties .garanties__item .garanties__content .garanties__img-first {
    background-image: url(../upload/garanties1-white.png);
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__img-first {
        background-image: url(../upload/garanties1-dark.png);
        background-position: 50%;
        background-size: contain
    }
}

.garanties .garanties__item .garanties__content .garanties__img-second {
    background-image: url(../upload/garanties2-white.png);
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__img-second {
        background-image: url(../upload/garanties2-dark.png);
        background-position: 50%;
        background-size: contain
    }
}

.garanties .garanties__item .garanties__content .garanties__img-third {
    background-image: url(../upload/garanties3-white.png);
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__img-third {
        background-image: url(../upload/garanties3-dark.png);
        background-position: 50%;
        background-size: contain
    }
}

.garanties .garanties__item .garanties__content .garanties__img-four {
    background-image: url(../upload/garanties4-white.png);
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__img-four {
        background-image: url(../upload/garanties4-dark.png);
        background-position: 50%;
        background-size: contain
    }
}

.garanties .garanties__item .garanties__content .garanties__img-five {
    background-image: url(../upload/garanties5-white.png);
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__img-five {
        background-image: url(../upload/garanties5-dark.png);
        background-position: 50%;
        background-size: contain
    }
}

.garanties .garanties__item .garanties__content .garanties__text {
    opacity: 0;
    width: 0;
    height: 0
}

@media screen and (max-width:56.1875rem) {
    .garanties .garanties__item .garanties__content .garanties__text {
        opacity: 1;
        width: 100%;
        height: 100%
    }
}

.garanties .garanties__item .garanties__content .garanties__text .garanties__title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff
}

.garanties .garanties__item .garanties__content .garanties__text .garanties__description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
    color: #fff
}

.garanties .garanties__item:hover {
    background: #012037
}

.garanties .garanties__item:hover .garanties__content {
    border: none
}

.garanties .garanties__item:hover .garanties__content .garanties__img {
    margin: 0 auto;
    min-height: 5rem;
    width: 100%;
    height: 100%;
    max-width: 5rem;
    background: #fff
}

.garanties .garanties__item:hover .garanties__content .garanties__img-first {
    background-image: url(../upload/garanties1-dark.png);
    background-position: 50%;
    background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-second {
    background-image: url(../upload/garanties2-dark.png);
    background-position: 50%;
    background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-third {
    background-image: url(../upload/garanties3-dark.png);
    background-position: 50%;
    background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-four {
    background-image: url(../upload/garanties4-dark.png);
    background-position: 50%;
    background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-five {
    background-image: url(../upload/garanties5-dark.png);
    background-position: 50%;
    background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__text {
    opacity: 1;
    width: 100%;
    height: 100%
}

.accordion-list {
    display: block;
    margin: .625rem 0 0
}

@media only screen and (min-width:48rem) {
    .accordion-list {
        margin: 1.25rem 0 0
    }
}

.accordion__header {
    padding: .5rem 3rem .5rem .5rem;
    position: relative;
    cursor: pointer;
    font-weight: 900;
    font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.75rem;
    color: #012037;
    background-color: #edf6ff;
    border-radius: .75rem;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out
}

@media (min-width:125rem) {
    .accordion__header {
        font-size: 1.75rem
    }
}

@media only screen and (min-width:48rem) {
    .accordion__header {
        padding: 1rem 3.5rem 1rem 1rem
    }
}

.accordion__description {
    font-size: 1rem;
    line-height: 1.38;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-height: auto !important;
    overflow: hidden;
    padding: 0 .5rem;
    color: #fff;
    border-radius: 0 0 .75rem .75rem
}

@media only screen and (min-width:48rem) {
    .accordion__description {
        padding: 0 1rem
    }
}

.accordion .caret {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 1rem;
    right: 1rem;
    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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24 0)' fill='url(%23a)'/%3E%3Cpath d='M6.335 8.828a1.105 1.105 0 0 0 0 1.586l4.856 4.758a1.161 1.161 0 0 0 1.618 0l4.856-4.758a1.105 1.105 0 0 0 0-1.586 1.161 1.161 0 0 0-1.619 0L12 12.793 7.954 8.828a1.161 1.161 0 0 0-1.619 0z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='12' x2='24' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.accordion .item {
    margin: .5rem 0 0
}

@media only screen and (min-width:48rem) {
    .accordion .item {
        margin: 1rem 0 0
    }
}

.accordion .item.is-active .accordion__header {
    background-color: #012037;
    color: #fff;
    border-radius: .75rem
}

.accordion .item.is-active .accordion__description {
    padding: 0 .5rem .5rem;
    background: transpanent
}

@media only screen and (min-width:48rem) {
    .accordion .item.is-active .accordion__description {
        padding: 0 1rem 1rem
    }
}

.accordion .item.is-active .caret {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(1 0 0 -1 0 24)' fill='%23fff'/%3E%3Cpath d='M17.665 15.172a1.105 1.105 0 0 0 0-1.586l-4.856-4.758a1.161 1.161 0 0 0-1.618 0l-4.856 4.758a1.105 1.105 0 0 0 0 1.586 1.161 1.161 0 0 0 1.619 0L12 11.207l4.046 3.965a1.161 1.161 0 0 0 1.619 0z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.table .table__row {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: .5rem 0;
    background: transpanent;
    cursor: pointer;
    border-radius: 1rem
}

@media screen and (max-width:48rem) {
    .table .table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.table .table__row:hover {
    background: #ec5553
}

.table .table__row:hover .table__info .table__price,
.table .table__row:hover .table__name {
    color: #fff
}

.table .table__row:hover .table__info .table__button .red {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #012037
}

.table .table__row:hover .table__info .table__button .red:after {
    opacity: 0
}

.table .table__row .table__name {
    width: 60%;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #012037;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: .5rem 0 .5rem 1rem
}

@media screen and (max-width:48rem) {
    .table .table__row .table__name {
        width: 100%
    }
}

.table .table__row .table__info {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transpanent
}

@media screen and (max-width:48rem) {
    .table .table__row .table__info {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #edf6ff;
        border-radius: 1rem
    }
}

.table .table__row .table__info .table__price {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #012037;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding-left: 0
}

@media screen and (max-width:48rem) {
    .table .table__row .table__info .table__price {
        padding-left: 1.5625rem
    }
}

.table .table__row .table__info .table__button .table__btn {
    padding: .625rem 1.125rem;
    margin-left: 1rem;
    width: auto;
    font-weight: 800;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1;
    border-radius: 1rem;
    border: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

@media (min-width:125rem) {
    .table .table__row .table__info .table__button .table__btn {
        font-size: 1.125rem
    }
}

.table .table__row .table__info .table__button .red {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #012037
}

.table .table__row .table__info .table__button .red:hover:after {
    opacity: 0
}

.table .table__row .table__info .table__button .red:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    opacity: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-radius: 1rem;
    z-index: -1
}

.s-contacts-main {
    position: relative;
    padding: 2.5rem 0;
    background-color: #edf6ff;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

@media only screen and (min-width:62rem) {
    .s-contacts-main {
        background-color: transparent
    }

    .s-contacts-main:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: -1;
        background-color: #edf6ff;
        border-radius: 3.125rem;
        max-width: 111.875rem
    }
}

@media only screen and (min-width:62rem) and (min-width:75rem) {
    .s-contacts-main:after {
        border-radius: 7rem
    }
}

.s-contacts-main .container .background__dashed {
    position: absolute;
    border: .125rem dashed #85b5df;
    border-radius: 3.125rem;
    width: 100%;
    height: 112%;
    max-width: 79.0625rem;
    max-height: 37.375rem;
    left: 0;
    right: 0;
    margin: auto;
    top: -1.875rem
}

@media screen and (max-width:46.875rem) {
    .s-contacts-main .container .background__dashed {
        border-left: none;
        border-right: none
    }
}

.s-contacts-main .container #map {
    width: 100%;
    height: 28.125rem;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    border-radius: 2rem 2rem 2rem 2rem;
    overflow: hidden;
    position: relative
}

.s-contact-other .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 4rem;
    width: 100%
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .contact__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.s-contact-other .contact__list .contact__item {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .contact__list .contact__item {
        width: 100%
    }
}

.s-contact-other .contact__list .contact__item .contact__img {
    max-width: 1.5rem
}

.s-contact-other .contact__list .contact__item .contact__text,
.contact__text_page {
    padding-left: .5rem
}

.s-contact-other .contact__list .contact__item .contact__text .contact__name,
.contact__name_page {
    font-style: normal;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #07385d;
    margin-bottom: .5rem
}

.s-contact-other .contact__list .contact__item .contact__text .contact__description a,
.s-contact-other .contact__list .contact__item .contact__text .contact__description p,
.contact__description_page {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788
}

.s-contact-other .contact__list .contact__item .contact__text .contact__description a {
    text-decoration: none;
    width: 100%;
    display: block
}

.s-contact-other .contact__list .contact__item .contact__text .contact__description .mail {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #6a70fe
}

.s-contact-other .form__block {
    padding: 2.5rem 2rem;
    background: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2rem;
    margin: 2.5rem 0
}

.s-contact-other .form__block .form .form__title {
    font-style: normal;
    font-weight: 900;
    font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
    line-height: 2.75rem;
    text-align: center;
    color: #012037;
    margin-bottom: .75rem
}

@media (min-width:125rem) {
    .s-contact-other .form__block .form .form__title {
        font-size: 2.75rem
    }
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__title {
        line-height: 2rem
    }
}

.s-contact-other .form__block .form .form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-contact-other .form__block .form .form__container .form__inputs {
    width: 49%
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__container .form__inputs {
        width: 100%
    }
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups {
    position: relative
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups input {
    background: #fff;
    border: .0625rem solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    padding: .625rem 0 .625rem 3.125rem;
    width: 100%
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups .form__name {
    margin-bottom: 1rem
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups .form__number {
    margin-bottom: 0
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__container .form__inputs .form__groups .form__number {
        margin-bottom: 1rem
    }
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-name {
    position: absolute;
    left: .75rem;
    top: .625rem
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-phone {
    position: absolute;
    left: .75rem;
    bottom: .625rem
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-phone {
        bottom: 1.5625rem
    }
}

.s-contact-other .form__block .form .form__container .form__text {
    width: 49%;
    position: relative
}

.s-contact-other .form__block .form .form__container .form__text textarea {
    width: 100%;
    background: #fff;
    border: .0625rem solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    padding: .625rem 0 .625rem 3.125rem;
    resize: none;
    height: 6.75rem
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__container .form__text {
        width: 100%
    }
}

.s-contact-other .form__block .form .form__container .form__text .image__for-message {
    position: absolute;
    left: .75rem;
    top: .625rem
}

.s-contact-other .form__block .form .form__container .form__buttons {
    width: 100%;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__container .form__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.s-contact-other .form__block .form .form__container .form__buttons p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #607788
}

.s-contact-other .form__block .form .form__container .form__buttons a {
    color: #d62c2c
}

.s-contact-other .form__block .form .form__container .form__buttons .buttons {
    text-align: center
}

.s-contact-other .form__block .form .form__container .form__buttons .buttons .btn {
    max-width: 14.5rem;
    width: 100%;
    margin-bottom: 1rem
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .form__block .form .form__container .form__buttons .buttons .btn {
        max-width: 100%
    }
}

.s-contact-other .city__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-contact-other .city__list .city__item {
    background: #edf6ff;
    border-radius: 1rem;
    height: 6rem;
    width: 24%;
    padding: .75rem;
    margin-bottom: 2rem;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.s-contact-other .city__list .city__item:hover {
    background: #ec5553
}

.s-contact-other .city__list .city__item:hover .city__name,
.s-contact-other .city__list .city__item:hover p {
    color: #fff
}

@media screen and (max-width:46.875rem) {
    .s-contact-other .city__list .city__item {
        width: 100%
    }
}

.s-contact-other .city__list .city__item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.s-contact-other .city__list .city__item .city__name {
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #6a70fe;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.s-banner.s-services {
    padding: 3.75rem 0
}

.s-banner.s-services:after {
    z-index: -3;
    bottom: 0
}

@media only screen and (min-width:48rem) {
    .s-banner.s-services:after {
        height: 40.125rem
    }
}

.s-banner.s-services .s-services__banner {
    width: 100%;
    height: 11.875rem;
    position: relative;
    margin-top: 1.875rem
}

@media only screen and (min-width:48rem) {
    .s-banner.s-services .s-services__banner {
        height: 22.5rem;
        margin: 0
    }
}

.s-banner.s-services .s-services__banner:before {
    content: "";
    position: absolute;
    width: calc(100% + 3.75rem);
    height: 80%;
    background-color: #b8ddff;
    -webkit-box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
    box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
    border-radius: 3rem;
    top: -1.875rem;
    left: -1.875rem;
    z-index: -2
}

@media only screen and (min-width:48rem) {
    .s-banner.s-services .s-services__banner:before {
        top: -3.75rem;
        z-index: -1
    }
}

.s-banner.s-services .s-services__banner:after {
    content: "";
    position: absolute;
    width: 6.25rem;
    height: 6.25rem;
    background-color: #86b5e0;
    -webkit-box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
    box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
    border-radius: 3rem;
    z-index: -1;
    right: -2.8125rem;
    bottom: .9375rem
}

@media only screen and (min-width:48rem) {
    .s-banner.s-services .s-services__banner:after {
        right: -5.625rem;
        bottom: 2.125rem;
        width: 11.625rem;
        height: 11.625rem;
        z-index: -2
    }
}

.s-banner.s-services .s-services__banner .s-banner__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 .25rem 1.0625rem -.5rem rgba(214, 44, 44, .8);
    box-shadow: 0 .25rem 1.0625rem -.5rem rgba(214, 44, 44, .8);
    border-radius: .8125rem;
    left: 0;
    top: 0;
    max-width: none
}

@media only screen and (min-width:48rem) {
    .s-banner.s-services .s-services__banner .s-banner__image {
        -webkit-box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8);
        box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8);
        border-radius: 1.5rem
    }
}

.s-banner.s-services .s-banner-list {
    margin: 1.5rem 0 0;
    padding: .5rem
}

.s-banner.s-services .s-banner-list .wrapper {
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2rem;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-banner.s-services .s-banner-list .wrapper:after {
    content: "";
    position: absolute;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    top: -.5rem;
    left: -.5rem;
    border: .125rem dashed #6a70fe;
    border-radius: 2rem
}

.s-banner.s-services .s-banner-list__item {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
    width: 33.3333%;
    height: 9rem
}

.s-banner.s-services .s-banner-list__item:nth-child(2) .wrap {
    position: relative
}

.s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:after,
.s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:before {
    content: "";
    width: 0;
    height: 6rem;
    border: .0625rem dashed #85b5df;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    position: absolute
}

.s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:before {
    left: 0
}

.s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:after {
    right: 0
}

.s-banner.s-services .s-banner-list__item .wrap {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.s-price {
    padding: 1.75rem 0
}

@media only screen and (min-width:48rem) {
    .s-price {
        padding: 3.5rem 0
    }
}

@media only screen and (min-width:62rem) {
    .s-price .col-md-4 {
        width: 29%
    }
}

@media only screen and (min-width:62rem) {
    .s-price .col-md-8 {
        width: 71%
    }
}

@media only screen and (max-width:47.9375rem) {
    .s-price .p-xs-0 {
        padding: 0
    }
}

.s-price-list {
    width: 100%;
    margin: 1.25rem 0
}

@media only screen and (min-width:62rem) {
    .s-price-list {
        margin: 1.25rem 0 0
    }
}

.s-price-list__item {
    width: 100%;
    margin: .5rem 0;
    background-color: #edf6ff;
    border-radius: .75rem;
    padding: .5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-price-list__item .name {
    font-weight: 600;
    font-size: calc(1.125rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.2;
    color: #012037;
    width: 100%
}

@media (min-width:125rem) {
    .s-price-list__item .name {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:36rem) {
    .s-price-list__item .name {
        width: 60%
    }
}

.s-price-list__item .price {
    width: 100%;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #6a70fe
}

@media only screen and (min-width:36rem) {
    .s-price-list__item .price {
        width: 40%;
        text-align: right
    }
}

.s-price .col-md-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-price .col-md-4>.item {
    width: 100%
}

@media only screen and (max-width:36rem) {
    .s-price .col-md-4>.item:nth-child(2) {
        padding: 0 .625rem
    }
}

@media only screen and (min-width:36rem) {
    .s-price .col-md-4>.item {
        width: 48%
    }
}

@media only screen and (min-width:62rem) {
    .s-price .col-md-4>.item {
        width: 100%
    }
}

.s-price .service__wrap {
    padding: .75rem;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
    border-radius: 1.5rem;
    margin: 1.75rem 0 0;
    display: block
}

@media only screen and (min-width:48rem) {
    .s-price .service__wrap {
        padding: 1.5rem;
        -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
        box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
        border-radius: 2rem
    }
}

.s-price .service__wrap .wrap__image {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .25s ease-out;
    transition: -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    margin: .75rem 0 0;
    height: 10.625rem;
    width: 100%
}

.s-price .service__wrap .wrap__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s-price .service__wrap .wrap__image .time {
    position: absolute;
    bottom: .25rem;
    left: .25rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 1.875rem;
    color: #012037;
    padding: .25rem .5rem;
    background-color: #fff
}

@media only screen and (min-width:36rem) {
    .s-price .service__wrap .wrap__image .time {
        border-radius: 3.625rem;
        bottom: .5625rem;
        left: .5625rem
    }
}

.s-price .service__wrap .name {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.12;
    color: #012037;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media only screen and (min-width:36rem) {
    .s-price .service__wrap .name {
        margin: .75rem 0 0
    }
}

@media only screen and (min-width:62rem) {
    .s-price .service__wrap .name {
        min-height: 2.5rem
    }
}

.s-price .service__wrap .price {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    color: #d62c2c;
    margin: .25rem 0
}

.s-price .service__wrap .price span {
    font-weight: 400
}

.s-price .service__wrap .info {
    font-size: 1rem;
    line-height: 1.12;
    color: #607788;
    margin: .25rem 0 0
}

.s-license__inner {
    width: 100%;
    margin: 1rem 0 0
}

@media only screen and (min-width:62rem) {
    .s-license__inner {
        width: calc(100% - 7.5rem);
        display: block;
        position: relative;
        margin: .25rem auto 0
    }
}

.s-license__inner .carousel-btn {
    width: 3rem;
    height: 3rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: -o-linear-gradient(left, #f6696f, #eb5350);
    background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
    background: linear-gradient(90deg, #f6696f, #eb5350);
    border-radius: .875rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (min-width:62rem) {
    .s-license__inner .carousel-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.s-license__inner .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .625rem
}

@media only screen and (min-width:62rem) {
    .s-license__inner .dots {
        margin: 0 1.25rem
    }
}

.s-license__inner .dots button {
    width: .5rem;
    height: .5rem;
    background-color: #e7e7ff;
    border-radius: 100%;
    margin: 0 .1875rem;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

@media only screen and (min-width:36rem) {
    .s-license__inner .dots button {
        margin: 0 .5rem
    }
}

.s-license__inner .dots button.active {
    background-color: #d62c2c
}

.s-license__inner .carousel-btn.prev {
    left: -3.75rem
}

.s-license__inner .carousel-btn.next {
    right: -3.75rem
}

.s-main-services.inner {
    margin: 0 0 2rem
}

@media only screen and (min-width:48rem) {
    .s-main-services.inner {
        margin: 0 0 10rem
    }
}

.s-main-services.inner .s-main-services__bg {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media only screen and (min-width:48rem) {
    .s-steps.inner {
        margin: 5.625rem 0 0
    }
}

.s-steps.inner .bg_3 {
    display: none
}

.s-form.s-steps.inner {
    margin: 0;
    padding: 0
}

.s-form:after,
.s-form:before {
    display: none
}

.s-form .wrapper {
    max-width: 35.625rem
}

.s-form .wrapper .section__subtitle {
    font-size: calc(1.25rem + 8 * ((100vw - 20rem) / 1600));
    color: #012037;
    line-height: 1
}

@media (min-width:125rem) {
    .s-form .wrapper .section__subtitle {
        font-size: 1.75rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form .s-steps__image {
        margin-left: -3.125rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form .img {
        width: 18.75rem
    }
}

@media only screen and (min-width:75rem) {
    .s-form .img {
        width: 26.375rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form .bg_1 {
        max-height: 25rem
    }
}

@media only screen and (min-width:75rem) {
    .s-form .bg_1 {
        max-height: 31.25rem
    }
}

.s-form .bg_2 {
    left: auto;
    right: -1.875rem;
    top: -.9375rem;
    width: 16.4375rem;
    height: 17.5rem
}

@media only screen and (min-width:62rem) {
    .s-form .bg_2 {
        right: -2.5rem;
        width: 25rem;
        height: 25rem;
        top: 0
    }
}

@media only screen and (min-width:75rem) {
    .s-form .bg_2 {
        right: -3.75rem;
        width: 27rem;
        height: 28.5625rem;
        top: 6.25rem
    }
}

.s-gallery.inner {
    margin-bottom: 1.5rem
}

.s-reviews.inner {
    padding-top: 0;
    margin: .75rem 0 0
}

@media only screen and (min-width:62rem) {
    .s-reviews.inner {
        margin: 1.5rem 0 0
    }
}

.s-reviews.inner .item {
    width: 100%;
    margin: .625rem 0
}

@media only screen and (min-width:48rem) {
    .s-reviews.inner .item {
        width: 50%;
        margin: 1rem 0
    }
}

.s-reviews.inner .item .wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 2rem;
    text-align: left;
    padding: 1rem;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:48rem) {
    .s-reviews.inner .item .wrap {
        padding: 1.5rem
    }
}

.s-reviews.inner .item .name {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    line-height: 1
}

.s-reviews.inner .item .city {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    color: #012037;
    background-color: #edf6ff;
    border-radius: 3.625rem;
    padding: .125rem .5rem;
    display: inline-block;
    margin: 0 0 .5rem
}

.s-reviews.inner .item .info {
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.38;
    color: #607788
}

@media (min-width:125rem) {
    .s-reviews.inner .item .info {
        font-size: 1rem
    }
}

.s-reviews.inner .item .info p {
    margin: 0
}

.s-articles .section__title {
    margin-bottom: 2rem
}

@media only screen and (min-width:62rem) {
    .s-articles {
        padding-bottom: 3.125rem
    }
}

.s-articles-list {
    margin-top: 1.875rem
}

.s-articles-list__item {
    width: 100%;
    margin: .5rem 0
}

.s-articles-list__item:hover .wrap {
    background-color: #ec5553
}

.s-articles-list__item:hover .item__descr,
.s-articles-list__item:hover .item__link,
.s-articles-list__item:hover .item__name {
    color: #fff
}

.s-articles-list__item:hover .item__link svg {
    fill: #fff
}

.s-articles-list__item .wrap {
    width: 100%;
    padding: .5rem;
    background-color: #edf6ff;
    border-radius: 1rem;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:48rem) {
    .s-articles-list__item .wrap {
        padding: 1rem;
        border-radius: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.s-articles-list__item .item__image {
    width: 9.75rem;
    height: 9.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: .5rem;
    display: block;
    margin: 0 auto .5rem
}

@media only screen and (min-width:48rem) {
    .s-articles-list__item .item__image {
        border-radius: 1.5rem;
        margin: 0
    }
}

.s-articles-list__item .item__name {
    font-weight: 900;
    font-size: calc(1rem + 12 * ((100vw - 20rem) / 1600));
    line-height: 1.14;
    color: #012037;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .s-articles-list__item .item__name {
        font-size: 1.75rem
    }
}

.s-articles-list__item .item__descr {
    color: #607788
}

.s-articles-list__item .item__descr,
.s-articles-list__item .item__link {
    font-size: 1rem;
    line-height: 1.25;
    margin: 1rem 0 0;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.s-articles-list__item .item__link {
    font-weight: 800;
    color: #d62c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-articles-list__item .item__link svg {
    fill: #d62c2c;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out;
    width: .75rem;
    height: .625rem;
    margin-left: .5rem
}

.s-articles-list__item .info {
    width: 100%
}

@media only screen and (min-width:48rem) {
    .s-articles-list__item .info {
        width: calc(100% - 11.25rem);
        margin-left: 1.5rem
    }
}

.s-articles .col-md-3 {
    width: 100%
}

@media only screen and (min-width:62rem) {
    .s-articles .col-md-3 {
        width: 25%
    }
}

.s-articles .col-md-9 {
    width: 100%
}

@media only screen and (min-width:62rem) {
    .s-articles .col-md-9 {
        width: 75%
    }
}

.s-articles article,
.s-articles article .author {
    font-size: 1rem;
    line-height: 1.38;
    color: #607788
}

.s-articles article .author {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    text-align: center;
    padding: .5rem 0 1rem;
    border-top: .0625rem solid #d8e1e7;
    border-bottom: .0625rem solid #d8e1e7
}

.s-articles article .author p {
    margin: 0
}

.s-articles article .author img {
    width: 16.75rem;
    margin: .5rem 0 0
}

.s-articles article .author a {
    color: #d75755
}

.s-articles article .h4,
.s-articles article h4 {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #012037;
    margin: 1rem 0
}

.s-articles article .m-0 {
    margin: 0
}

.s-articles article .blockqoute {
    padding: .5rem .5rem .5rem 3.75rem;
    width: 100%;
    border: .0625rem solid #f6686d;
    color: #012037;
    position: relative;
    border-radius: .75rem
}

@media only screen and (min-width:48rem) {
    .s-articles article .blockqoute {
        padding: 1rem 1rem 1rem 4.75rem;
        border-radius: 1.5rem
    }
}

.s-articles article .blockqoute:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 100%;
    background-color: #f6686d;
    left: -.0625rem;
    top: 0;
    border-radius: .75rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='22' viewBox='0 0 6 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14.758c-1.082 0-1.704-.651-1.867-1.955L.06 3.575c-.143-1.06.051-1.915.582-2.567C1.173.336 1.959 0 3 0c1.061 0 1.847.336 2.357 1.008.51.652.694 1.508.551 2.567l-1.04 9.228c-.164 1.303-.786 1.955-1.868 1.955zM3 22c-.918 0-1.653-.275-2.204-.825-.53-.57-.796-1.294-.796-2.17 0-.855.265-1.558.796-2.108.55-.55 1.286-.825 2.204-.825.939 0 1.673.275 2.204.825.53.55.796 1.253.796 2.109 0 .875-.265 1.599-.796 2.169C4.674 21.725 3.94 22 3 22z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}

@media only screen and (min-width:48rem) {
    .s-articles article .blockqoute:before {
        border-radius: 1.5rem;
        width: 4rem
    }
}

.s-articles article .blockqoute p {
    margin: 0
}

.s-articles .other-article__name {
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 1.14;
    color: #fff;
    background-color: #012037;
    border-radius: .75rem;
    padding: .75rem;
    margin: 1.5rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-articles .other-article .s-articles-list__item {
        margin: 1rem 0
    }
}

.s-articles .price__title {
    padding: .5rem;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    width: 100%;
    background-color: #012037;
    border-radius: .75rem;
    margin: .5rem 0 0
}

.s-articles .s-price-list {
    margin: 0
}

@media only screen and (min-width:62rem) {
    .s-articles .s-price-list__item {
        padding: .25rem .5rem;
        border-radius: .75rem
    }
}

.s-articles .s-price-list__item .name,
.s-articles .s-price-list__item .price {
    font-size: 1rem
}

@media only screen and (max-width:47.9375rem) {

    .s-articles .s-price-list__item .name,
    .s-articles .s-price-list__item .price {
        width: 100%
    }
}

@media only screen and (min-width:62rem) {

    .s-articles .s-price-list__item .name,
    .s-articles .s-price-list__item .price {
        width: 100%;
        text-align: left
    }
}

@media only screen and (min-width:62rem) {
    .s-articles .s-price-list__item .price {
        margin: .25rem 0 0
    }
}

.s-articles .service__wrap {
    padding: .75rem;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
    border-radius: .75rem;
    margin: 1rem 0 0;
    display: block
}

@media only screen and (min-width:48rem) {
    .s-articles .service__wrap {
        -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
        box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2)
    }
}

.s-articles .service__wrap .wrap__image {
    position: relative;
    border-radius: .75rem;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .25s ease-out;
    transition: -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    margin: .75rem 0 0;
    height: 10.625rem;
    width: 100%
}

.s-articles .service__wrap .wrap__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s-articles .service__wrap .wrap__image .time {
    position: absolute;
    bottom: .25rem;
    left: .25rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 1.875rem;
    color: #012037;
    padding: .25rem .5rem;
    background-color: #fff
}

@media only screen and (min-width:36rem) {
    .s-articles .service__wrap .wrap__image .time {
        border-radius: 3.625rem;
        bottom: .5625rem;
        left: .5625rem
    }
}

.s-articles .service__wrap .name {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.12;
    color: #012037;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media only screen and (min-width:62rem) {
    .s-articles .service__wrap .name {
        min-height: 2.5rem
    }
}

.s-articles .service__wrap .price {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    color: #d62c2c;
    margin: .25rem 0
}

.s-articles .service__wrap .price span {
    font-weight: 400
}

.s-articles .service__wrap .info {
    font-size: 1rem;
    line-height: 1.12;
    color: #607788;
    margin: .25rem 0 0
}

.s-articles__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:52.25rem) {
    .s-articles__header {
        display: none
    }
}

.s-articles__header:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -10%;
    right: 42%;
    background: url(../upload/dashed_rectangle.png);
    position: absolute;
    background-repeat: no-repeat
}

.s-articles__header .articles__image {
    max-width: 33%
}

.s-articles__header .articles__image .articles__image-img {
    width: 100%;
    border-radius: 1.5rem
}

.s-articles__header .articles__buttons {
    max-width: 65%;
    width: 100%
}

.s-articles__header .articles__buttons .articles__buttons-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn {
    max-width: 16.75rem;
    width: 100%;
    padding: 1.3125rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.5rem
}

@media screen and (max-width:68.75rem) {
    .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn {
        max-width: 15rem
    }
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn p {
    margin-bottom: 0
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-call {
    border: .0625rem solid #6a70fe;
    color: #012037;
    background: transpanent;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-call:hover {
    background: #edf6ff
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-hospital {
    color: #fff;
    background: #d62c2c;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-hospital:hover {
    background: #f6696f
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-img {
    margin-bottom: .5rem
}

.s-articles__header .articles__buttons .articles__buttons-bottom {
    background: #f5f5f5;
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 2rem;
    margin-top: 2rem
}

.s-articles__header .articles__buttons .articles__buttons-bottom p {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: 0
}

.s-articles__header-small {
    display: block
}

@media screen and (min-width:52.25rem) {
    .s-articles__header-small {
        display: none
    }
}

.s-articles__header-small .s-articles__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.s-articles__header-small .s-articles__top .s-articles__top-image {
    width: 48%;
    text-align: center
}

.s-articles__header-small .s-articles__top .s-articles__top-image .articles__image-img {
    width: 100%
}

.s-articles__header-small .s-articles__top .s-articles__top-button {
    width: 48%
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: .0625rem solid #6a70fe;
    color: #012037;
    background: transpanent;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.0625rem .5rem;
    border-radius: 1.5rem;
    height: 49%
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn:first-child {
    margin-bottom: .625rem
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn:hover {
    background: #edf6ff
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn p {
    max-width: 7.125rem;
    margin-bottom: 0
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-img {
    width: 1.875rem;
    margin-right: .5rem
}

.s-articles__header-small .s-articles__top .s-articles__top-button p {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1rem;
    color: #012037
}

.s-articles__header-small .s-articles__bottom {
    background: #f5f5f5;
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: .75rem .5rem;
    margin-top: 1rem
}

.s-articles__header-small .s-articles__bottom p {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #012037;
    margin-bottom: 0
}

.footer {
    padding: 1.5rem 0 0 0
}

@media only screen and (min-width:48rem) {
    .footer {
        padding: 2rem 0 0 0
    }
}

.footer .container {
    width: 100%;
    max-width: 111.875rem
}

.footer .col-sm-3 {
    width: 100%
}

.footer__logo {
    width: 100%;
    max-width: 14.5rem
}

.footer .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #07385d;
    margin: .125rem 0;
    white-space: nowrap;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .footer .phone {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:75rem) {
    .footer .phone {
        font-size: 1rem
    }
}

@media only screen and (min-width:84.375rem) {
    .footer .phone {
        font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600))
    }
}

@media only screen and (min-width:84.375rem) and (min-width:125rem) {
    .footer .phone {
        font-size: 1.125rem
    }
}

.footer .phone.xs-hidden {
    display: none
}

@media only screen and (min-width:75rem) {
    .footer .phone.lg-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.footer .phone:hover {
    color: #d62c2c
}

.footer .phone:hover .icon rect {
    fill: #d62c2c
}

.footer .phone .icon {
    margin-right: .5rem;
    width: 1.625rem;
    height: 1.625rem
}

@media only screen and (min-width:75rem) {
    .footer .phone .icon {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media only screen and (min-width:84.375rem) {
    .footer .phone .icon {
        width: 1.625rem;
        height: 1.625rem
    }
}

.footer .phone .icon rect {
    fill: #07385d;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out
}

.footer .phone .icon path {
    fill: #fff
}

.footer .info {
    font-size: calc(1.125rem + -2 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #012037;
    margin: .25rem 0 0;
    font-weight: 600
}

@media (min-width:125rem) {
    .footer .info {
        font-size: 1rem
    }
}

@media only screen and (min-width:75rem) {
    .footer .info {
        font-size: 1rem
    }
}

@media only screen and (min-width:84.375rem) {
    .footer .info {
        font-size: calc(1.125rem + -2 * ((100vw - 20rem) / 1600))
    }
}

@media only screen and (min-width:84.375rem) and (min-width:125rem) {
    .footer .info {
        font-size: 1rem
    }
}

.footer .choise__city {
    font-size: 1rem;
    line-height: 1;
    color: #d62c2c;
    margin: .125rem 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

@media only screen and (min-width:75rem) {
    .footer .choise__city {
        white-space: nowrap
    }
}

.footer .choise__city:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -.125rem;
    border-bottom: .0625rem dashed #d62c2c
}

.footer .choise__city img {
    margin-left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.footer .adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    color: #607788
}

.footer .adress svg {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: .5rem
}

.footer .col-sm-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:48rem) {
    .footer .col-sm-8 {
        width: 80%
    }
}

@media only screen and (min-width:62rem) {
    .footer .col-sm-8 {
        width: 81%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media only screen and (min-width:75rem) {
    .footer .col-sm-8 {
        padding-top: 1.25rem;
        width: 60%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .col-sm-8 .col-sm-3 {
    width: 100%;
    margin: .625rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:48rem) {
    .footer .col-sm-8 .col-sm-3 {
        width: auto;
        margin: 0 1.5rem 0 0
    }

    .footer .col-sm-8 .col-sm-3:last-child {
        margin-right: 0
    }
}

@media only screen and (min-width:62rem) {

    .footer .col-sm-8 .col-sm-3:first-child,
    .footer .col-sm-8 .col-sm-3:nth-child(2) {
        width: 30%
    }

    .footer .col-sm-8 .col-sm-3:nth-child(3) {
        width: 60%
    }
}

@media only screen and (min-width:62rem) {

    .footer .col-sm-8 .col-sm-3:first-child,
    .footer .col-sm-8 .col-sm-3:nth-child(2),
    .footer .col-sm-8 .col-sm-3:nth-child(3) {
        width: auto
    }
}

.footer .btn-block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    margin: .625rem 0 0
}

@media only screen and (min-width:48rem) {
    .footer .btn-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:75rem) {
    .footer .btn-block {
        width: 23%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer .btn-block .btn {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 .5rem;
    font-size: 1rem
}

@media only screen and (min-width:48rem) {
    .footer .btn-block .btn {
        margin: 0 .625rem;
        width: 50%
    }
}

@media only screen and (min-width:75rem) {
    .footer .btn-block .btn {
        max-width: 15.3125rem;
        width: 100%;
        margin: 0 0 .5rem
    }
}

.footer__copy {
    font-weight: 60;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #012037;
    margin: 1rem 0
}

@media only screen and (min-width:48rem) {
    .footer__copy {
        font-size: 1rem
    }
}

@media only screen and (min-width:100rem) {
    .footer__copy {
        font-size: 1.125rem
    }
}

.footer__copy p {
    margin: 0 0 .5rem
}

.footer__copy p:last-child {
    margin: 0
}

.footer__consult {
    font-weight: 700;
    line-height: 1;
    color: #012037;
    font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
    background-color: #edf6ff;
    border-radius: .75rem;
    padding: .5rem .875rem;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

@media only screen and (min-width:4rem) {
    .footer__consult {
        padding: .5rem 0
    }
}

.licenses {
    margin: 0 auto
}

.licenses img {
    width: 100%
}

@media (min-width:125rem) {
    .footer__consult {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:48rem) {
    .footer__consult {
        padding: .75rem 0;
        border-radius: 1.125rem
    }
}

@media only screen and (min-width:87.5rem) {
    .footer__consult {
        width: auto;
        font-size: calc(1.125rem + 10 * ((100vw - 20rem) / 1600));
        padding: .75rem 1rem
    }
}

@media only screen and (min-width:87.5rem) and (min-width:125rem) {
    .footer__consult {
        font-size: 1.75rem
    }
}

.footer__pay {
    margin: 1rem 0;
    width: 100%
}

.footer__pay .title {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #012037
}

.footer__pay .subtitle {
    font-size: 1rem;
    line-height: 1.25;
    color: #607788
}

.footer__pay .image {
    width: 100%;
    max-width: 17.5rem
}

.footer__soc {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer__soc,
.footer__soc li {
    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
}

.footer__soc li {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    margin: 0 .5rem
}

@media only screen and (min-width:48rem) {
    .footer__soc {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:48rem) {
    .footer__bottom .col-sm-2 {
        width: 28%
    }
}

@media only screen and (min-width:62rem) {
    .footer__bottom .col-sm-2 {
        width: 18%
    }
}

@media only screen and (min-width:48rem) {
    .footer__bottom .col-sm-3 {
        width: 44%
    }
}

@media only screen and (min-width:62rem) {
    .footer__bottom .col-sm-3 {
        width: 31%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:62rem) {
    .footer__bottom .col-sm-5 {
        width: 33%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:75rem) {
    .footer__bottom .col-sm-5 {
        width: 33%
    }
}

.wrapper a {
    color: #ff6771;
    font-weight: 700;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.wrapper a:hover {
    color: #d62c2c;
    font-weight: 700
}

.articleBodyText a {
    color: #ff6771;
    font-weight: 700;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.articleBodyText a:hover {
    color: #d62c2c;
    font-weight: 700
}

main .s-breadcrumbs ul {
    overflow: hidden
}

main .s-breadcrumbs ul li:first-child a {
    font-size: 0
}

main .s-breadcrumbs ul li:last-child a {
    background: #fff;
    color: #012037;
    padding: 0
}

main .search-row a {
    color: #607788;
    margin-top: 14px
}

.btn-city-mob .choise__city {
    font-size: .9rem;
    font-weight: 700;
    color: #07385d;
    border-bottom: .1rem solid #07385d;
    display: inline
}

#feedback-city .modal__title div {
    color: #d62c2c
}

#feedback-city .modal__title button {
    display: block;
    margin: 1rem auto;
    width: 14rem
}

#feedback-city .modal__title button.hidden-btnt {
    display: none
}

#feedback-city #select_city_modal.hidden-city {
    display: none
}

.footer__link-maps {
    border-bottom: .0625rem dashed #d62c2c;
    color: #d62c2c;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 3rem
}

.footer__link-maps:hover {
    color: #d62c2c
}

.header {
    padding-top: 0
}

.contraindications {
    background: #6a70fe;
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    padding: .5rem 0
}

.contraindications p {
    margin: 0;
    text-align: center;
    color: #fff;
    line-height: .8rem
}

.header__description .city_ip {
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: 1rem;
    padding: 1rem;
    position: absolute;
    top: 7rem;
    background: #FFF;
    z-index: 999
}

.modal__body .result_wrapper {
    text-align: center
}

.modal__body .result_wrapper_erroe {
    background: #FBC8C8;
    border-radius: 10px;
    padding: 1rem .5rem .1rem;
    margin-bottom: 1rem
}

.modal__body .result_wrapper_secc {
    background: #edf6ff;
    border-radius: 10px;
    padding: 1rem .5rem .1rem;
    margin-bottom: 1rem
}

.modal__body .result_wrapper_erroe .modal_title:before {
    content: url(/netcat_template/template/new_design/assets/css/load_erroe.svg)
}

.modal__body .result_wrapper_secc .img img {
    width: 4rem
}

.header-feedback__lists {
    min-width: 17rem;
    padding-left: .5rem
}

.header-feedback__item {
    color: #07385d;
    font-weight: 700;
    font-size: .8rem
}

.header-feedback__item img {
    margin-right: .3rem;
    width: 23px
}

.header-feedback__item:hover {
    color: #FFF
}

.s-index-menu-list__item .icon svg {
    width: 60%
}

.s-gallery__carousel .item {
    height: auto
}

.doctor .doctor__right .doctor__info .doctor__review .slider_wrap {
    background: #fff;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    border-radius: .75rem;
    padding: 1.5rem;
    margin-bottom: 1.375rem
}

.doctor .doctor__right .doctor__info .doctor__review .slider_wrap .review_name {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: .75rem
}

.doctor .doctor__right .doctor__info .doctor__review .slider_wrap .slide_content {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #607788
}

.doctor .doctor__right .doctor__info .doctor__review .slider_wrap .review_city {
    background: #edf6ff;
    border-radius: 3.625rem;
    padding: .5rem .25rem;
    width: 6.25rem;
    height: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem
}

.s-article .is-hidden_NOT {
    width: 100%
}

.s-articles article>p+img,
.s-articles article>ol+img,
.s-articles article>ul+img {
    max-width: 90%
}

.is-hidden_NOT .owl-dots {
    text-align: center
}

.is-hidden_NOT .owl-dots .owl-dot {
    background: #f9afaf;
    width: .8rem;
    height: .8rem;
    border-radius: 2rem;
    margin: 2rem .8rem
}

.is-hidden_NOT .owl-dots .owl-dot.active {
    background: #d62c2c
}

.s-article article,
.s-articles article,
.s-articles article .author,
.s-banner__subtitle,
.section__subtitle,
.s-main-consult .wrapper__right .descr,
.s-main-services-list .wrap .info,
.s-steps-list__item .item__right .info,
.s-reviews__carousel .item .info p {
    font-size: 1.15rem
}

.s-price .s-price-list .page_title h2 {
    font-weight: 900;
    font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
    line-height: 1.14;
    text-align: left;
    color: #012037;
    width: 100%
}

.s-price .s-price-list .page_title h2:after {
    content: '';
    display: block;
    background: url(pulse.svg);
    width: 7.4rem;
    height: 3rem;
    background-size: cover
}

.s-price .s-price-list table tr {
    background-color: #edf6ff;
    margin: .3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .4rem .5rem;
    border-radius: .5rem
}

.s-price .s-price-list table {
    width: 100%
}

.s-price .s-price-list table tr td:nth-child(1) {
    width: 70%;
    font-weight: 600;
    font-size: calc(1.125rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.2;
    color: #012037
}

.s-price .s-price-list table tr td:nth-child(2) {
    width: 20%;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #6a70fe;
    text-align: right
}

.s-price .s-price-list table tr td:nth-child(3) {
    width: 20%;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #6a70fe;
    text-align: right
}

.s-price .s-price-list table tr td:last-child {
    display: none
}

.s-price .s-price-list table tr th:nth-child(1) {
    width: 70%;
    font-weight: 600;
    font-size: calc(1.125rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.2;
    color: #012037
}

.s-price .s-price-list table tr th:nth-child(2) {
    width: 20%;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #6a70fe;
    text-align: right
}

.s-price .s-price-list table tr th:nth-child(3) {
    width: 20%;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #6a70fe;
    text-align: right
}

.s-price .s-price-list table tr th:last-child {
    display: none
}

.s-price .s-price-list table thead tr th:nth-child(1) {
    font-weight: 800;
    font-size: 1.4rem
}

.s-price .s-price-list table tbody {
    margin-bottom: 2rem;
    display: block
}

@media(max-width:820px) {

    .s-price .s-price-list table tbody tr td:nth-child(1),
    .s-price .s-price-list table thead tr th:nth-child(1) {
        width: 50%;
        font-size: 1rem
    }

    .s-price .s-price-list table tbody tr td:nth-child(2),
    .s-price .s-price-list table thead tr th:nth-child(2) {
        width: 50%;
        font-size: 1rem
    }

    .s-price .s-price-list table tbody tr td:nth-child(3),
    .s-price .s-price-list table thead tr th:nth-child(3) {
        display: none
    }

    .s-price .s-price-list table tbody tr td:nth-child(4),
    .s-price .s-price-list table thead tr th:nth-child(4) {
        display: none
    }
}

.s-price .accordion-list .page_title {
    font-weight: 900;
    font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
    line-height: 1.14;
    text-align: left;
    color: #012037;
    width: 100%
}

.s-price .accordion-list .page_title:after {
    content: '';
    display: block;
    background: url(pulse.svg);
    width: 7.4rem;
    height: 3rem;
    background-size: cover
}

.s-price .accordion-list tbody tr {
    margin: .8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .4rem .5rem;
    border-radius: .5rem
}

.s-price .accordion-list thead tr {
    background-color: #012037;
    color: #fff;
    margin: .3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .4rem .5rem;
    border-radius: .5rem
}

.s-price .accordion-list table {
    width: 100%
}

.s-price .accordion-list table tr td:nth-child(1) {
    width: 65%;
    font-weight: 600;
    font-size: calc(1.125rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.2;
    color: #012037
}

.s-price .accordion-list table tr td:nth-child(1) a {
    color: #012037
}

.s-price .accordion-list table tr td:nth-child(2) {
    width: 20%;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #012037;
    text-align: right
}

.s-price .accordion-list table tr td:nth-child(3) a {
    background-color: #f5666b;
    color: #fff;
    padding: .5rem 1rem;
    margin: 1.5rem
}

.s-price .accordion-list table tr th:nth-child(1) {
    width: 65%;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #FFF
}

.s-price .accordion-list table tr th:nth-child(2) {
    width: 20%;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #FFF;
    text-align: right
}

.s-price .accordion-list table tr th:nth-child(3) {
    width: 15%
}

.s-contact-other .city__list .city__item {
    height: auto
}

#select_city_modal label.form__row {
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center
}

#select_city_modal .select-city_name span {
    font-style: normal;
    font-weight: 800;
    font-size: 1.3rem;
    color: #012037
}

#select_city_modal .select-your_city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#select_city_modal .select-your_city .select-city_list {
    width: 33%
}

#select_city_modal .select-your_city a {
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    color: #6a70fe
}

#select_city_modal .select-your_city a.active-region {
    color: #d62c2c
}

#select_city_modal .select-your_city .select-district {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 20rem;
    overflow: hidden scroll;
    scrollbar-color: #f05656 #e0e0e0;
    scrollbar-width: thin
}

#select_city_modal .select-your_city .select-rerions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 20rem;
    padding-left: .5rem;
    overflow: hidden scroll;
    scrollbar-color: #f05656 #e0e0e0;
    scrollbar-width: thin
}

#select_city_modal .select-your_city .select-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 20rem;
    padding-left: .5rem;
    overflow: hidden scroll;
    scrollbar-color: #f05656 #e0e0e0;
    scrollbar-width: thin
}

#select_city_modal .select-your_city>div::-webkit-scrollbar {
    width: 10px
}

#select_city_modal .select-your_city>div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #e0e0e0;
    box-shadow: inset 0 0 5px #e0e0e0
}

#select_city_modal .select-your_city>div::-webkit-scrollbar-thumb {
    background: #f05656
}

#select_city_modal .city__filter {
    background: #fff;
    border: .0625rem solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .5rem;
    padding: .3rem .8rem
}

#select_city_modal .region_ul {
    text-align: center;
    list-style: none;
    margin: 1rem;
    padding: 0
}

#select_city_modal .region_ul li {
    display: inline-block;
    margin-left: 1rem
}

#select_city_modal .region_ul li a {
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    color: #6a70fe
}

#select_city_modal .region_ul .hide {
    display: none
}

.s-contacts-main .container #city_map {
    width: 100%;
    height: 28.125rem;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    border-radius: 2rem 2rem 2rem 2rem;
    overflow: hidden;
    position: relative
}

.s-banner__doc-07 .s-banner__image {
    padding-bottom: 3rem
}

.video_block {
    position: relative;
    cursor: pointer;
    margin-bottom: 16px
}

.video_block:last-child {
    margin-bottom: 0
}

.video_block>iframe,
.video_block img {
    width: 100%
}

.video_block div:before {
    position: absolute;
    content: '';
    width: 80px;
    left: calc(50% - 40px);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(https://narcology.clinic/netcat_files/yt_nat.png)
}

.video_block div.active-vio:before {
    display: none
}

blockquote {
    display: inline-block;
    width: 100%;
    border: .0625rem solid #f6686d;
    color: #607788;
    position: relative;
    padding: 1rem 1rem 1rem 4.75rem;
    border-radius: 1.5rem;
    margin: 1rem 0
}

blockquote:before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #f6686d;
    left: -.0625rem;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='22' viewBox='0 0 6 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14.758c-1.082 0-1.704-.651-1.867-1.955L.06 3.575c-.143-1.06.051-1.915.582-2.567C1.173.336 1.959 0 3 0c1.061 0 1.847.336 2.357 1.008.51.652.694 1.508.551 2.567l-1.04 9.228c-.164 1.303-.786 1.955-1.868 1.955zM3 22c-.918 0-1.653-.275-2.204-.825-.53-.57-.796-1.294-.796-2.17 0-.855.265-1.558.796-2.108.55-.55 1.286-.825 2.204-.825.939 0 1.673.275 2.204.825.53.55.796 1.253.796 2.109 0 .875-.265 1.599-.796 2.169C4.674 21.725 3.94 22 3 22z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    width: 4rem
}

.s-articles .author .author-text-doc {
    text-align: left;
    margin: .6rem 0 0
}

.s-articles .author .author-text-doc p,
.s-articles .author .author-text-doc h3 {
    color: #07385d
}

.s-articles .author .author-img-doc {
    width: 10rem;
    margin: .8rem 1rem 0 0;
    float: left;
    border-radius: 10px
}

.s-articles .author .author-text2-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-articles .author .author-text-doc>img {
    width: 12rem;
    margin: 0
}

.s-articles .author .author-text2-doc>div>img {
    width: 2rem;
    margin: 0
}

.s-articles .author .author-text2-doc>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-articles .author .author-text2-doc>div>div {
    padding: .5rem 1rem .2rem .5rem
}

.s-articles .author .author-text2-doc>div>div>p {
    font-size: .9rem;
    line-height: .6rem
}

.s-articles .author .author-text2-doc>div>div>span {
    font-size: 1rem;
    color: #07385d;
    font-weight: 700
}

.s-services .author {
    width: 100%;
    margin-top: 1rem
}

.s-services .author .author-text-doc {
    text-align: left;
    margin: .6rem 0 0
}

.s-services .author .author-text-doc p,
.s-services .author .author-text-doc h3 {
    color: #07385d;
    margin-bottom: 0
}

.s-services .author .author-img-doc {
    width: 8rem;
    margin: .8rem 1rem 0 0;
    float: left
}

.s-services .author .author-text2-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-services .author .author-text-doc>img {
    width: 12rem;
    margin: 0
}

.s-services .author .author-text2-doc>div>img {
    width: 2rem;
    margin: 0
}

.s-services .author .author-text2-doc>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-services .author .author-text2-doc>div>div {
    padding: .5rem 1rem .2rem .5rem
}

.s-services .author .author-text2-doc>div>div>p {
    font-size: .9rem;
    line-height: .6rem
}

.s-services .author .author-text2-doc>div>div>span {
    font-size: 1rem;
    color: #07385d;
    font-weight: 700
}

.wrapper .counters_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: .0625rem solid #f6686d;
    padding: 1rem 0;
    border-radius: 1.5rem;
    margin: 1rem 0
}

.wrapper .counters_wrapper .item_wrapper {
    text-align: center;
    padding: 1rem
}

.wrapper .counters_wrapper .item_wrapper .number {
    display: inline-block;
    border: .1rem solid #f6686d;
    border-radius: 3rem;
    padding: .5rem 1rem;
    color: #f6686d;
    font-weight: 700;
    margin: 0 0 1rem
}

.wrapper .counters_wrapper .item_wrapper .counter_title {
    font-weight: 600
}

.wrapper .rehab_stages .rehab_stages_item {
    display: inline-block;
    width: 44%;
    min-width: 20rem;
    background-color: #edf6ff;
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem;
    min-height: 9rem;
    vertical-align: top
}

.wrapper .rehab_stages .rehab_stages_item .top_num {
    position: absolute;
    width: 7rem;
    font-size: 5rem;
    font-weight: 700;
    opacity: .5
}

.wrapper .rehab_stages .rehab_stages_item .top_title {
    margin-left: 7rem;
    font-size: 1.5rem
}

.wrapper .rehab_stages .rehab_stages_item .top_sub_title {
    margin-left: 7rem
}

.s-citylist .row111 {
    width: 100%
}

.s-citylist .subfolder_ul {
    list-style: none
}

.s-citylist .subfolder_ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0 10px
}

.s-citylist .subfolder_ul li.hide {
    display: none
}

.s-citylist .subfolder_ul li a {
    font-size: 1.2rem
}

.s-citylist .inside_filter .city__filter {
    border: none;
    font-size: 1.2rem;
    border-bottom: 1px solid #07385d;
    padding: 13px 14px 13px 30px;
    width: 100%;
    color: #07385d;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center
}

.header .header__right .btn-call-c2,
.header .header__right .header__search {
    display: none
}

.header .header__left .header__logo {
    width: 100%;
    height: 100%
}

.header .header__left a {
    display: block;
    width: 100%;
    height: 100%
}

.header .header__left .header__lmob {
    height: 3rem
}

.footer .footer__search {
    position: relative
}

.footer .footer__search .icon {
    width: 1.125rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    left: 1.375rem
}

.footer .footer__search .input {
    height: 3.4rem;
    padding: 0 6.625rem 0 3.25rem;
    max-width: 15.2rem
}

.footer .footer__search .btn {
    width: 5.375rem;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.menu .submenu-v1 ul {
    position: absolute;
    -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
    background: #fff;
    display: none;
    padding: 1rem;
    border-radius: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100vh - 180px)
}
.menu .submenu-v1:last-child ul {
    right: 0;
}
.menu .submenu-v1 ul li {
    padding: 0 1rem .6rem 0
}

.menu .submenu-v1:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 20rem
}

.menu .submenu-v1:hover a img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu .submenu-v1:hover li a {
    font-weight: 400;
    font-size: 1rem
}

.menu .submenu-v1:hover li.sub-mainy {
    margin-top: .5rem
}

.menu .submenu-v1:hover li.sub-mainy a {
    font-weight: 700;
    font-size: 1.1rem
}

.mobile__menu .menu-list>li>a,
.mobile__menu .menu-list .submenu-sub>li>a {
    display: block
}

.mobile__menu .menu-list__item>.down {
    z-index: -1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mobile__menu .menu-list__item>.down.is-active {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mobile__menu .menu-list .submenu-sub li {
    margin: .5rem 0
}

.mobile__menu .menu-list .submenu-sub li.sub-mainy {
    margin-top: 1rem
}

.mobile__menu .menu-list .submenu-sub li.sub-mainy a {
    font-weight: 700;
    font-size: 1.1rem
}

.custom-link-wrap a {
    display: none
}

.b24-widget-button-social .custom-link-wrap a {
    display: block
}

html.bx-ios.bx-ios-fix-frame-focus .b24-widget-button-shadow {
    visibility: visible !important
}

html.bx-ios.bx-ios-fix-frame-focus,
.bx-ios.bx-ios-fix-frame-focus body {
    overflow: hidden !important
}

html.bx-ios.bx-ios-fix-frame-focus {
    overflow: visible !important
}

#ya-site-results {
    width: 100%
}

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

.footer__utmsource p {
    font-size: .9rem;
    margin: 0;
    text-align: center
}

.s-banner-calc__block {
    width: 100%;
    padding: 1rem 0;
    height: 6.2rem
}

.s-banner-calc__block-sex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-banner-calc__block-sex .s-banner-calc__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio1 {
    position: relative;
    padding-left: 2rem;
    cursor: pointer
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio1:before {
    content: ' ';
    display: block;
    width: 1rem;
    height: 1rem;
    border: .2rem solid #D9E0E4;
    border-radius: 3rem;
    position: absolute;
    top: .2rem;
    left: .5rem
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio1.active:before {
    background: #6A70FE;
    border: .1rem solid #D9E0E4;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio2 {
    position: relative;
    padding-left: 2rem;
    cursor: pointer
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio2:before {
    content: ' ';
    display: block;
    width: 1rem;
    height: 1rem;
    border: .2rem solid #D9E0E4;
    border-radius: 3rem;
    position: absolute;
    top: .2rem;
    left: .5rem
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio2.active:before {
    background: #6A70FE;
    border: .1rem solid #D9E0E4;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.s-banner-calc__block .s-banner-calc__slide {
    background: #D9E0E4;
    border: none !important;
    margin-top: 1rem
}

.s-banner-calc__block .s-banner-calc__title {
    font-weight: 700
}

.s-banner-calc__block .s-banner-calc__title input {
    border: .1rem solid #6A70FE;
    border-radius: .5rem;
    width: 5rem;
    background: none;
    padding: .3rem .2rem;
    text-align: center
}

.s-banner-calc__block .s-banner-calc__slide .ui-slider-handle {
    background: #6A70FE;
    -webkit-box-shadow: 1px 1px 10px rgba(5, 8, 73, 0.3);
    box-shadow: 1px 1px 10px rgba(5, 8, 73, 0.3);
    border-radius: 10rem;
    border-color: #777BEC;
    cursor: pointer
}

.s-banner-calc__block .s-banner-calc__slide .ui-slider-range {
    background: #6A70FE;
    border-radius: .2rem;
    border-color: #777BEC
}

.s-block-text__calc {
    min-height: 18rem;
    background: #edf6ff url(../upload/calc-doc2.png) no-repeat;
    background-size: contain;
    background-position: right;
    padding: 3rem 0;
    margin: 5rem 0
}

.calc-page-block .calc-result1 {
    margin-top: 2rem;
    display: none
}

.calc-page-block .calc-result1.active {
    display: block
}

.calc-page-block .calc-result1 h3 span {
    color: #d62c2c
}

.s-price .s-price-block-tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-price .s-price-block-tree>a {
    background: #EDF6FF;
    border-radius: 1.2rem;
    padding: 2rem;
    position: relative;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.s-price .s-price-block-tree2 {
    margin: 0 2rem
}

.s-price .s-price-block-tree>a img {
    border-radius: 1.2rem;
    max-width: 100%
}

.s-price .s-price-block-tree-title {
    font-weight: 800;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.12;
    color: #012037;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    margin-top: 1rem
}

.s-price .s-price-block-tree-price {
    font-weight: 800;
    font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #d62c2c;
    margin: .25rem 0 0;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.s-price .s-price-block-tree-time {
    position: absolute;
    bottom: 7rem;
    left: 3rem;
    font-weight: 600;
    font-size: calc(.625rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.25;
    border-radius: 1.875rem;
    color: #012037;
    padding: .125rem .55rem;
    background-color: #fff
}

.s-price .s-price-block-tree>a:hover {
    background: #ec5553
}

.s-price .s-price-block-tree>a:hover .s-price-block-tree-title {
    color: #FFF
}

.s-price .s-price-block-tree>a:hover .s-price-block-tree-price {
    color: #FFF
}

.s-phsi-service {
    position: relative;
    margin: 4rem 0
}

.s-phsi-service:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: -1;
    background-color: #edf6ff;
    border-radius: 3.125rem;
    max-width: 111.875rem
}

.s-main-services.s-main-services-phsi:after {
    display: none
}

.s-phsi-service .s-phsi-service-img_doc {
    position: absolute;
    bottom: 0;
    margin-left: -6rem
}

.s-phsi-service .s-phsi-service-tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-phsi-service .s-phsi-service-tree>div {
    background: #FFF;
    -webkit-box-shadow: 0 1rem 2rem rgba(141, 163, 179, 0.2), 0 1rem 2rem rgba(141, 163, 179, 0.2);
    box-shadow: 0 1rem 2rem rgba(141, 163, 179, 0.2), 0 1rem 2rem rgba(141, 163, 179, 0.2);
    border-radius: 1rem;
    width: 100%;
    max-width: 20rem;
    padding-bottom: 1rem
}

.s-phsi-service .s-phsi-service-tree2 {
    margin-left: 2rem
}

.s-phsi-service .s-phsi-service-title {
    background: #1B568A;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .8rem 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.s-phsi-service .s-phsi-service-title~a {
    font-weight: 600;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.5;
    color: #012037;
    display: block;
    margin: .5rem 1rem .5rem 2rem
}

.s-phsi-service .s-phsi-service-title~a:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #d62c2c;
    border-radius: 1rem;
    position: absolute;
    margin-left: -.8rem;
    margin-top: .6rem
}

.s-steps.s-steps-phsi.inner {
    padding: 8rem 0
}

.s-image__image_1 {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset
}

@media (min-width:860px) {
    .header .header__middle {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .header__middle .info {
        text-align: left;
        white-space: nowrap
    }

    .header .header__middle .phone {
        font-size: 1rem
    }

    .header.header--scroll .header__left .header__logo {
        width: 7rem;
        margin-bottom: 0
    }

    .header.header--scroll .header__description .info {
        display: none
    }

    .s-banner.s-services:after {
        height: 100%
    }

    .s-banner.s-services .pagetitle {
        font-size: 3rem
    }
}

@media (max-width:860px) {
    main .s-banner-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main .s-banner-list__item {
        width: 100%;
        margin-bottom: 1rem
    }

    main .s-breadcrumbs ul li {
        font-size: .7rem;
        white-space: normal;
        margin-right: .9rem
    }

    main .s-breadcrumbs ul li a {
        background: none !important;
        padding: 0
    }

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

    .header .header__middle .phone {
        margin: .125rem auto
    }

    .s-banner.s-services .s-banner-list .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .s-banner.s-services .s-banner-list__item {
        width: 100%
    }

    .s-banner.s-services .pagetitle {
        font-size: 1.8rem
    }

    .wrapper .counters_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    article .wrapper img {
        margin: 0 !important;
        float: none !important;
        width: 100% !important
    }

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

    #select_city_modal .select-your_city {
        display: none
    }

    .s-price .accordion-list table tr td:nth-child(1) {
        width: 60%
    }

    .s-price .accordion-list table tr td:nth-child(2) {
        width: 38%
    }

    .footer .footer__search .input {
        max-width: 100%
    }

    .calc-page-block .btn-calc-alko {
        margin-top: 4rem
    }

    .s-block-text__calc {
        background: #edf6ff
    }

    .s-price .s-price-block-tree {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-price .s-price-block-tree2 {
        margin: 2rem 0
    }

    .s-phsi-service .s-phsi-service-img_doc {
        display: none
    }

    .s-phsi-service .s-phsi-service-tree {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .s-phsi-service .s-phsi-service-tree2 {
        margin-left: 0;
        margin-top: 2rem
    }

    .s-phsi-service .s-phsi-service-list .page_title h2 {
        text-align: center
    }

    .s-phsi-service .s-phsi-service-list .page_title h2:after {
        margin: auto
    }

    .s-citylist .subfolder_ul li {
        width: 96%;
        text-align: center
    }
}

.footer .adress__filialy {
    font-size: 1rem;
    line-height: 1;
    color: #d62c2c;
    margin: .425rem 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.footer .adress__filialy a {
    color: #d62c2c
}

.footer .adress__filialy img {
    margin-left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.footer .adress__filialy:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -.125rem;
    border-bottom: .0625rem dashed #d62c2c
}

.slider-video-for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.slider_video {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%
}

@media(max-width:768px) {
    .slider_video {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .s-articles .author .author-img-doc {
        width: 8rem;
        height: 8rem
    }

    .s-articles .author .author-text-doc {
        min-height: 8rem
    }

    .s-articles .author .author-text-doc0 {
        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: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .s-articles .author .author-text2-doc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .s-articles .author .author-text-doc p,
    .s-articles .author .author-text-doc h3 {
        font-size: 1.2rem
    }

    .s-articles .author .author-text-doc>img {
        width: 9rem
    }
}

@media(max-width:1200px) {
    .s-services .author {
        min-height: 14rem
    }

    .faq_title {
        font-size: 30px
    }
}

@media(min-width:1200px) {
    .faq_title {
        font-size: 48px
    }
}

@media(max-width:600px) {
    .s-services .author {
        margin-top: -1rem
    }

    .s-services .author .author-img-doc {
        width: 7rem;
        height: 7rem
    }

    .s-services .author .author-text-doc {
        min-height: 5rem
    }

    .s-services .author .author-text-doc0 {
        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: end;
        -ms-flex-pack: end;
        justify-content: end;
        min-height: 7rem
    }

    .s-services .author .author-text2-doc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .s-services .author .author-text-doc p,
    .s-services .author .author-text-doc h3 {
        font-size: 1.2rem
    }
}

.s-articles-tags-letteer .s-articles-tags-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1rem
}

.s-articles-tags-letteer .s-articles-tags-inner a {
    color: #07385d;
    font-weight: 700;
    font-size: 1.4rem;
    margin-right: .8rem
}

.s-articles-tags-letteer .s-articles-tags-inner a:hover,
.s-articles-tags-letteer .s-articles-tags-inner a.is-active {
    color: #f6686e
}

.s-articles-tags-list {
    padding: 0 1rem
}

.s-articles-tags-list .s-articles-tags-block,
.s-articles-tags-list .s-articles-tags-block.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 18rem;
    padding-bottom: 1rem
}

.s-articles-tags-list .s-articles-tags-block.is-hide:not(.is-active) {
    display: none
}

.s-articles-tags-list .s-articles-tags-block h3 {
    color: #f6686e;
    font-weight: 700;
    font-size: 1.4rem
}

.s-articles-tags-list .s-articles-tags-block a {
    color: #07385d;
    font-weight: 600
}

.s-articles-tags-list .s-articles-tags-block a:hover {
    color: #f6686e;
    text-decoration: underline
}

.CalculatorRowGroup .CalculatorRow {
    background: #DDD
}

.formSumTest input[type=radio] {
    -webkit-appearance: auto;
    width: 1rem;
    height: 1rem
}

.formSumTest .test_inner_block {
    border: .125rem dashed #85b5df;
    border-radius: 2.125rem;
    padding: 1rem 2rem;
    margin-bottom: 2rem
}

.formSumTest .test_inner_block label {
    background-color: #fcf0f0;
    cursor: pointer;
    padding: .2rem .6rem;
    border-radius: .5rem;
    margin-right: 1rem;
    font-weight: 700;
    background-color: #CECFF4
}

.formSumTest+.result_test_block {
    border: .125rem dashed #85b5df;
    border-radius: 2.125rem;
    padding: 1rem 2rem;
    margin-top: 2rem
}

.articleBodyText img {
    max-width: 100%
}

#toTop {
    width: 60px;
    padding: 5px;
    position: fixed;
    bottom: 110px;
    right: 21px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    z-index: 90
}

#toTop img {
    width: 50px
}

@media (max-width:768px) {
    #toTop {
        right: 14px;
        text-align: left;
        bottom: 73px
    }
}

.captcha_block {
    font-size: 16px;
    padding: 12px 0
}

.captcha_block span {
    margin: 4px 0;
    display: block;
    width: 100%
}

.captcha_block input {
    width: 100%;
    height: 40px;
    margin: 12px 0
}

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

    iframe,
    video {
        height: 240px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.s-video-reviews-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.size-reset {
    width: 100%;
    height: initial !important
}

.doctor__timetable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

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

.doctor__timetable-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor__timetable-left::after {
    content: '';
    border-bottom: 1px dotted;
    border-color: #DFDFDF;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .5em
}

.doctor__timetable-right {
    font-weight: 500;
    color: #ED5655
}

.doctor__content-timetable {
    margin-top: 60px
}

.doctor__content-timetable .doctor__timetable-title {
    font-weight: 900;
    font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: 0
}

.doctor__time {
    margin-top: 20px;
    text-align: center;
    color: #607788;
    border: 1px solid #D5E1EC;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 60px
}

.doctor__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.doctor .doctor__price p {
    color: #000000;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #D5E1EC;
    border-radius: 10px;
    width: 50%
}

.doctor__price span {
    color: #ED5655
}

.modal__doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    background-color: #EDF6FF;
    max-height: 90px;
    border-radius: 10px
}

.modal__doctor img {
    width: 90px;
    height: 90px;
    border-radius: 10px
}

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

.modal__doctor-text p:first-child {
    color: #012037;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 0
}

.modal__doctor-text p:last-child {
    color: #607788;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

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

.bullets li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    background-color: #EDF6FF;
    border-radius: 15px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bullets li a {
    color: #012037;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px
}

.bullets li img {
    max-width: 60px;
    margin: 10px 20px 10px 10px;
    border-radius: 5px
}

.article-list__title {
    font-weight: 900;
    font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.875rem;
    color: #012037;
    margin-bottom: 15px
}

@media(max-width:575px) {
    .bullets li a {
        font-size: 16px;
        line-height: 20px
    }
}

.clinic__3dtour-inn {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative
}

.clinic__3dtour-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    display: none;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, .7)
}

.clinic__3dtour-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.clinic__3dtour-subtitle {
    font-size: .875rem;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px
}

.clinic__3dtour--hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.clinic__3dtour-inn:hover .clinic__3dtour--hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.clinic__3dtour--hover__ttl {
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 18px
}

.clinic__block {
    margin-top: 30px;
    padding: 50px 0
}

.clinic__block-mb {
    margin-bottom: 30px
}

@media (max-width:650px) {
    .clinic__block {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 32px 0
    }

    .clinic__3dtour-actions {
        display: block
    }
}

.fancybox-content iframe {
    height: 100% !important
}

.fancybox-slide {
    background: rgba(0, 0, 0, .4)
}

.new_baner_red {
    border-radius: 40px
}

.new_banner_red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.new_banner_red_block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 80px 10px 0 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 60px;
    background: #EDF6FF;
    width: 100%;
    max-width: 1780px;
    margin: 0 auto
}

.new_banner_red_gap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new_banner_red .container {
    width: 100%;
    max-width: 111.875rem
}

.new_banner_text_block {
    max-width: 583px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.new_banner_text_block h1 {
    color: #07385D;
    font-family: Nunito;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px
}

.new_banner_text_block p {
    color: #07385D;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.new_baner_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #6A70FE;
    color: #6A70FE;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px
}

.new_baner_btn_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #EF5B5C;
    color: var(--button-primary-text-default, #FFF);
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    border-width: 0
}

.new_baner_btn_one:hover {
    background: #eb5350
}

.new_banner_btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 11px
}

.new_banner_img_block {
    position: relative
}

.new_banner_img_block img {
    height: 600px;
    width: 729px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: -40px
}

.new_banner_img_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.banner_text_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 20px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    border: 2px dashed #6A70FE;
    background: rgba(255, 255, 255, 0.70)
}

.banner_text_item:nth-child(1) {
    position: absolute;
    left: -39px;
    top: -39px
}

.banner_text_item:nth-child(2) {
    position: absolute;
    left: 114px;
    top: 94px
}

.banner_text_item:nth-child(3) {
    position: absolute;
    left: -15px;
    top: 227px
}

.banner_text_item p:first-child {
    color: #6A70FE;
    font-family: Nunito;
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 0
}

.banner_text_item p:last-child {
    color: #07385D;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 138px;
    margin-bottom: 0
}

@media (max-width:1650px) {
    .new_banner_img_block img {
        width: 600px
    }
}
@media (max-width: 1400px) {
    .new_banner_red_block {
        padding-top: 110px;
    }
    .header .menu ul a {
        font-size: 14px;
    }
}
@media (max-width:1250px) {
    .new_banner_red_gap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }

    .new_banner_text_block h1 {
        color: #012037;
        text-align: center;
        font-family: Nunito;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 36px
    }

    .new_banner_text_block {
        gap: 12px
    }

    .new_banner_text_block p {
        color: #607788;
        text-align: center;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
    }

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

    .new_baner_btn_one {
        width: 100%
    }

    .new_baner_btn {
        width: 100%
    }

    .new_banner_img_block {
        margin-top: 15px
    }

    .new_banner_img_block img {
        width: 100%;
        margin-bottom: 0;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .new_banner_img_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
        gap: 10px
    }

    .banner_text_item:nth-child(1) {
        position: relative;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .banner_text_item:nth-child(2) {
        position: relative;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .banner_text_item:nth-child(3) {
        position: relative;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .new_banner_red_block {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 30px 15px 30px 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 60px;
        background: #EDF6FF;
        width: 100%;
        max-width: 1780px;
        margin: 0 auto
    }
}

.header__description {
    max-width: 318px
}

.header-feedback__item {
    width: 48px
}

.header-feedback__lists {
    min-width: none
}

.header-feedback {
    width: 104px
}

.head_new_right_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-left: 8px
}

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

.header__description .info {
    color: #07385D;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.header .header__middle .phone {
    gap: 8px;
    white-space: nowrap;
    padding: 0
}

.header__middle>div {
    gap: 8px
}

.header .menu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

@media (max-width:1240px) {
    .header .menu ul {
        gap: 10px
    }

    .header .menu ul li {
        font-size: 14px
    }
}

.head_new_rediz {
    margin-bottom: 15px;
    padding: 0 10px;
    gap: 10px
}

.header .menu__btn {
    background-color: #4f56f9;
}

.header .menu__btn:after {
    background: #6A70FE
}

.new_btn_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #EF5B5C;
    color: #EF5B5C;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    background: #fff;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.new_btn_head_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #EF5B5C;
    color: var(--Button-Primary-Text_Default, #FFF);
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    border: 0;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.new_btn_head:hover {
    background: #EF5B5C;
    color: #FFF
}

.new_btn_head_2:hover {
    background: #c64d4d
}

.head_new_right_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 48px;
    gap: 8px
}

.right_no_active {
    display: none
}

@media (max-width:1250px) {
    .head_new_rediz {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .head_new_right_link {
        display: none
    }

    .head_new_right_btn {
        width: 100%
    }

    .header .btn {
        padding: 0.875rem 3.425rem
    }

    .head_new_right {
        width: 100%
    }

    .new_btn_head_2 {
        width: 100%
    }

    .new_btn_head {
        width: 100%
    }
}

textarea {
    height: 100% !important
}

@media (max-width:410px) {
    .header__middle .phone {
        font-size: 12px
    }
}

@media (max-width:360px) {
    .new_btn_head {
        font-size: 13px
    }

    .new_btn_head_2 {
        font-size: 13px
    }
}

.fut_disc {
    text-align: center;
    margin-top: 10px;
    background: #edf6ff;
    padding: 0.5rem 0
}

.fut_disc p {
    color: #607788;
    font-size: 1.25rem;
    line-height: 1.1;
    font-family: Nunito;
}

html .b24-widget-button-position-bottom-right {
    right: 20px;
    bottom: 25px
}

@media (max-width:768px) {
    html .b24-widget-button-position-bottom-right {
        right: 15px;
        bottom: 10px
    }
}

@media (max-width:400px) {
    .s-price .accordion-list table tr td:nth-child(1) {
        width: 50%
    }

    .s-price .accordion-list table tr td:nth-child(2) {
        width: 40%
    }

    .s-price .accordion-list tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

#specialButton {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: 100
}

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

    iframe,
    video {
        height: 350px !important;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width:333px) {
    .mobile__menu {
        margin-top: 4.8rem !important
    }
}

.fut_disc {
    text-align: center;
    margin-top: 10px;
    background: #edf6ff;
    padding: 0.5rem 0
}

.fut_disc p {
    color: #607788;
    font-size: 1.25rem;
    line-height: 1.1;
    font-family: Nunito;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer
}

.youtube .play {
    background: url('/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.youtube:hover .play {
    background-position: 0 0
}

@media (max-width:767px) {
    .youtube {
        height: 350px !important
    }
}

html {
    opacity: 1 !important
}

.search_page .footer__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin: 25px 0
}

.s-gallery .owl-carousel.owl-drag .owl-item img {
    min-height: 1px
}

@media (max-width:720px) {
    .header .header__middle {
        max-width: 280px
    }

    .header__left {
        max-width: 50px
    }
}

@media (max-width:450px) {
    .header .header__middle {
        max-width: 185px
    }

    .header__middle>div {
        gap: 3px
    }
}

@media (max-width:410px) {
    .header .header__middle {
        max-width: 138px
    }

    .new_btn_head {
        font-size: 13px
    }
}

@media (max-width:350px) {
    .new_btn_head {
        padding: 8px
    }
}

.header--scroll {
    padding-top: 15px
}

.header--scroll .contraindications {
    display: none
}

@media (max-width:1280px) {
    .head_new_right {
        margin: 5px auto
    }

    .header .menu ul li {
        font-size: 14px
    }
}

html {
    scroll-behavior: smooth;
}

.s-faq .accordion__header {
    margin-bottom: 0;
}

.s-faq .accordion .caret {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.short_info .container {
    background: rgb(237, 246, 255);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 80px auto auto;
    border-radius: 20px;
    position: relative;
}

.short_info .container:before {
    content: " ";
    background-image: url(/netcat_template/template/new_design/assets/image/health_img.png);
    position: absolute;
    right: 110px;
    top: 40%;
    display: block;
    width: 145px;
    height: 122px;
    background-size: cover;
    background-repeat: no-repeat;
}

.short_info p {
    color: rgb(7, 56, 93);
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 0;
}

.short_info li {
    color: rgba(1, 32, 55, 0.8);
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    list-style-type: none;
    position: relative;
}

.short_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    margin-bottom: 0px;
}

.short_info li a:before {
    background: rgb(173, 203, 233);
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
    left: -18px;
    -webkit-transition: background .25s ease-out, color .25s ease-out;
    -o-transition: background .25s ease-out, color .25s ease-out;
    transition: background .25s ease-out, color .25s ease-out;
}

.short_info li a {
    color: rgba(1, 32, 55, 0.8);
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.short_info li a:hover {
    color: rgb(106, 112, 254);
}

.short_info li a:hover:before {
    background: rgb(106, 112, 254);
}

@media (max-width: 820px) {
    .short_info .container {
        margin: 32px auto auto;
    }

    .short_info .container:before {
        background-image: none;
    }
}

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

.team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(187, 221, 255, 1);
}

.team__picture {
    width: 110px;
    height: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 4px solid rgba(237, 246, 255, 1);
    padding: 6px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

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

.team__text {
    color: rgba(96, 119, 136, 1);
    font-size: 18px;

    & span {
        font-weight: 700;
    }

    & p {
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

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

    .team__text {
        font-size: 16px;
        width: 100%;

        & p {
            margin-bottom: 10px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

.advantages {
    margin: 60px 0;
}

.advantages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    counter-reset: list;
}

.advantages__inner>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.advantages__inner>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.advantages__inner>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.advantages__inner>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.advantages__inner>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.advantages__inner>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.advantages__item {
    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;
    line-height: 1.1;
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(237, 246, 255, 1);

    &:nth-child(1) {
        -ms-grid-column-span: 2;
        grid-column: span 2 / span 2;
    }

    &:nth-child(2) {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    &:nth-child(3) {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    &:nth-child(4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-row-span: 2;
        grid-row: span 2 / span 2;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        gap: 10px;
        padding-bottom: 0;

        & .advantages__picture {
            max-width: 220px;
            max-height: 255px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }
    }
}

.advantages__content {
    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;

    &::before {
        display: block;
        content: "0"counter(list) "/";
        counter-increment: list;
        font-weight: 800;
        font-size: 28px;
        color: rgba(1, 32, 55, 0.2);
        line-height: 1;

    }
}

.advantages__name {
    font-weight: 800;
    margin-bottom: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 28px;
}

.advantages__text {
    font-size: 16px;
    color: rgba(96, 119, 136, 1);
    max-width: 400px;
}

.advantages__picture {
    max-width: 280px;
    max-height: 170px;
    border-radius: 14px;
    overflow: hidden;

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

@media (max-width: 990px) {
    .advantages__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .advantages__item {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .advantages__name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .advantages__content::before {
        font-size: 18px;
        margin-bottom: 8px;

    }

    .advantages__content {
        gap: 0;
    }

    .advantages__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

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

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

    .advantages__item:nth-child(4) .advantages__picture {
        max-height: 200px;
        max-width: 180px;

        & img {
            -o-object-position: top;
            object-position: top;
        }
    }
}

.feedback-reviews__btn {
    margin: 40px auto 0;
}

.reviews-form__text {
    position: relative;
    padding: 10px 10px 46px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    margin-bottom: 16px;

    &:focus {
        border-color: #F6696F;
    }

    & textarea {
        resize: none;
        width: 100%;
        outline: none;
        border: none;
        max-height: 140px;
        min-height: 140px;
        overflow-y: auto;

        &::-webkit-scrollbar {
            width: 5px;
        }

        &::-webkit-scrollbar-thumb {
            background-color: #ED5654;
            border-radius: 30px;
        }

        &::-webkit-scrollbar-track {
            background-color: #EDF6FF;
            border-radius: 30px;
        }
    }

    & span {
        position: absolute;
        bottom: 12px;
        right: 16px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
    }
}

@media (max-width: 500px) {
    .modal {
        margin: 60px 0;
        padding: 40px 20px 20px;
    }
}

.doc_gallery {
    margin-top: 40px;
}

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

.section_new__title {
    font-family: Nunito;
    font-size: 44px;
    font-weight: 900;
    line-height: 44px;
    text-align: left;
}

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

.title_centr_text .carousel-nav {
    margin: 0;
}

.doc_gallery_item {
    background: #EDF6FF;
    border-radius: 15px;
    padding: 12px;
}

.doc_gallery_item p {
    font-family: Nunito;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    text-align: left;
    color: #607788 !important;
    margin-top: 12px;
}

.doc_gallery_item img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

.doc_gallery .carousel-nav {
    gap: 16px;
}

.doc_gallery .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc_gallery .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px) {
    .doc_gallery {
        max-width: 1000px;
    }
}

@media (max-width: 1000px) {
    .doc_gallery {
        max-width: 800px;
    }
}

@media (max-width: 800px) {
    .doc_gallery {
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .doc_gallery {
        max-width: 400px;
    }
}

@media (max-width: 400px) {
    .doc_gallery {
        max-width: 330px;
    }

    .section_new__title {
        font-size: 28px;
        line-height: 30px;
    }
}

.cookies {
    position: fixed;
    bottom: 94px;
    right: 93px;
    max-width: 503px;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 24px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    z-index: 100;
    border: 1px solid #f6696f;
    display: none;
}

.cookies p {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.cookies p:first-child {
    font-size: 20px;
    font-weight: 800;
}

.cookies button {
    padding: 12px 18px 12px 18px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#F6696F), to(#EB5350));
    background: -o-linear-gradient(left, #F6696F 0%, #EB5350 100%);
    background: linear-gradient(90deg, #F6696F 0%, #EB5350 100%);
    color: #ffffff;
    border: 0;
    width: 100%;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 600px) {
    .cookies {
        bottom: 15px;
        right: 10px;
        left: 10px;
        border-radius: 12px;
        background: #FFFFFF;
        padding: 20px 16px;
        gap: 12px;
    }

    .cookies p {
        font-size: 14px;
    }

    .cookies p:first-child {
        font-size: 18px;
    }
}

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

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

.first_foot_border_line {
    border: 1px solid #BBDDFF;
    width: 100%;
}

.first_foot .first {
    min-width: 616px;
}

.first_foot p {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #012037;
    margin-bottom: 0;
    min-width: 306px;
}

.first_foot__soc {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 0;
}

.first_foot .footer__logo {
    min-width: 235px;
}

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

.second_foot .col {
    padding: 0;
    margin: 0;
}

.second_foot_city {
    min-width: 400px;
}

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

.third_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 66px;
}

.third_foot_url {
    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;
    min-width: 250px;
}

.third_foot_url a {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #012037;
}

.footer__new_consult {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #012037B2;
}

.footer__copy {
    margin: 0;
}

.footer__copy p {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #012037;
}

.payment_chose .title {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    text-align: left;
    color: #012037;
}

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

@media (max-width: 1400px) {
    .first_foot_border_line {
        display: none;
    }

    .first_foot,
    .second_foot,
    .third_foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 24px;
    }

    .second_foot_city {
        min-width: 300px;
    }

    .first_foot__soc {
        padding: 0;
    }

    .footer .footer__search {
        width: 100%;
    }
}

.first_foot__soc li {
    -webkit-box-shadow: 0px 4px 32px 0px #8DA3B233;
            box-shadow: 0px 4px 32px 0px #8DA3B233;
    border-radius: 32px;
    padding: 10px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

html.lock {
    overflow: hidden;
}
body.lock {
    overflow: hidden;
}
.popup {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 10000;
    display: none;
}
.popup.active  {
    display: block;
}
.popup.open {
    opacity: 1;
    pointer-events: all;
}
.popup__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 50px 15px 20px;
    width: 100%;
}
.popup__body .result-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.popup__content {
    position: relative;
    /*max-width: 500px;
    padding: 70px 60px;
    border-radius: 0px 120px;*/
    background-color: #FFFFFF;
    
    min-height: auto;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.popup.open .popup__content {
    scale: 1;
    opacity: 1;
    transform: none;
}
/*.close-popup {
    position: absolute;
    background: #00849C;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: scale .2s ease, -webkit-transform .2s ease;
  transition: scale .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease, -webkit-transform .2s ease;
  z-index: 10000;
}
.close-popup:hover{
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  scale: 1.2;
}
.close-popup::after{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}
.close-popup::before{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}*/
.popup .result_wrapper_secc, .popup .result_wrapper_erroe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}