@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";

*,
: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
}

.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;
  -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: -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: -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: 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.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
}


.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: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
  background: -o-linear-gradient(left, #f6696f, #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 {
  overflow: hidden
}
.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: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
  background: -o-linear-gradient(left, #f6696f, #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;
  max-height: 200px;
  overflow: auto;
  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%
}

.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-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(../img/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: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
  background: -o-linear-gradient(left, #f6696f, #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(../img/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;
}

@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;
  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
}
.s-gallery__carousel .item {
  height: 100%;
  max-height: 150px;
}
.s-gallery__carousel img {
  transition: scale .3s ease;
}
.s-gallery__carousel picture {
  position: relative;
}
.s-gallery__carousel picture::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ff526979;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.s-gallery__carousel picture:hover img {
  scale: 1.2;
}
.s-gallery__carousel picture:hover::before {
  opacity: 1;
}
.s-gallery__carousel img {
  height: 150px;
  object-fit: cover;
}
.s-gallery__carousel picture {
  height: 100%;
  overflow: hidden;
}
@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
}
.s-license__carousel img {
  max-height: 400px;
  object-fit: contain;
}
@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-faq {
  padding: 0 0 1.5rem;
  margin-top: 60px;
}

.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")
}

.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(../img/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(../img/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(../img/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(../img/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
}

@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(../img/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(../img/garanties1-dark.png);
    background-position: 50%;
    background-size: contain
  }
}

.garanties .garanties__item .garanties__content .garanties__img-second {
  background-image: url(../img/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(../img/garanties2-dark.png);
    background-position: 50%;
    background-size: contain
  }
}

.garanties .garanties__item .garanties__content .garanties__img-third {
  background-image: url(../img/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(../img/garanties3-dark.png);
    background-position: 50%;
    background-size: contain
  }
}

.garanties .garanties__item .garanties__content .garanties__img-four {
  background-image: url(../img/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(../img/garanties4-dark.png);
    background-position: 50%;
    background-size: contain
  }
}

.garanties .garanties__item .garanties__content .garanties__img-five {
  background-image: url(../img/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(../img/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(../img/garanties1-dark.png);
  background-position: 50%;
  background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-second {
  background-image: url(../img/garanties2-dark.png);
  background-position: 50%;
  background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-third {
  background-image: url(../img/garanties3-dark.png);
  background-position: 50%;
  background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-four {
  background-image: url(../img/garanties4-dark.png);
  background-position: 50%;
  background-size: contain
}

.garanties .garanties__item:hover .garanties__content .garanties__img-five {
  background-image: url(../img/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: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
  background: -o-linear-gradient(left, #f6696f, #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 {
  padding-left: .5rem
}

.s-contact-other .contact__list .contact__item .contact__text .contact__name {
  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 {
  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;
  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: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
  background: -o-linear-gradient(left, #f6696f, #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
}

.footer {
  padding: 1.5rem 0
}

@media only screen and (min-width:48rem) {
  .footer {
    padding: 2rem 0 2.5rem
  }
}

.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__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;
  transition: color .25s ease-out
}

.wrapper a:hover {
  color: #d62c2c;
  font-weight: 700
}

.articleBodyText a {
  color: #ff6771;
  font-weight: 700;
  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
}




.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
}

.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
}


.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
}


.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-banner__subtitle,
.section__subtitle,
.s-main-consult .wrapper__right .descr,
.s-main-services-list .wrap .info,
.s-steps-list__item .item__right .info {
  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: flex;
  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: flex;
  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: flex;
  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
}


.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-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: 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: 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: 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;
  transition: all .2s linear;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  text-align: center
}


.menu .submenu-v1 ul {
  position: absolute;
  box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
  background: #fff;
  display: none;
  padding: 1rem;
  border-radius: 1rem;
  align-items: flex-start;
  flex-direction: column
}

.menu .submenu-v1 ul li {
  padding: 0 1rem .6rem 0
}

.menu .submenu-v1:hover ul {
  display: flex;
  max-width: 20rem
}

.menu .submenu-v1:hover a img {
  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;
  transition: none
}

.mobile__menu .menu-list__item>.down.is-active {
  transform: scale(-1, 1);
  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
}

#ya-site-results {
  width: 100%
}

.footer__utmsource {
  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: flex;
  align-items: center
}

.s-banner-calc__block-sex .s-banner-calc__title {
  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;
  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;
  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;
  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(../img/calc-doc2.png) no-repeat;
  background-size: contain;
  background-position: right;
  padding: 3rem 0;
  margin: 5rem 0
}

.calc-page-block .calc-result1 {

  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: flex;
  justify-content: space-between
}

.s-price .s-price-block-tree>a {
  background: #EDF6FF;
  border-radius: 1.2rem;
  padding: 2rem;
  position: relative;
  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: flex
}

.s-phsi-service .s-phsi-service-tree>div {
  background: #FFF;
  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) {
  .s-banner.s-services:after {
    height: 100%
  }

  .s-banner.s-services .pagetitle {
    font-size: 3rem
  }
}

@media (max-width: 860px) {
  main .s-banner-list {
    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
  }


  .s-banner.s-services .s-banner-list .wrapper {
    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 {
    flex-direction: column
  }

  article .wrapper img {
    margin: 0 !important;
    float: none !important;
    width: 100% !important
  }

  #select_city_modal .region_ul {
    display: flex;
    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%
  }
  .s-block-text__calc {
    background: #edf6ff
  }

  .s-price .s-price-block-tree {
    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 {
    flex-direction: column;
    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
  }
}


.slider-video-for {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.slider_video {
  flex: 45%
}

@media(max-width:768px) {
  .slider_video {
    flex: 100%
  }

}

@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: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 7rem
  }

  .s-services .author .author-text2-doc {
    flex-wrap: wrap
  }

  .s-services .author .author-text-doc p,
  .s-services .author .author-text-doc h3 {
    font-size: 1.2rem
  }
}

@media only screen and (min-width:22.5rem) {
  .s-image__wrapper {
    height: 49.625rem
  }
}

.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: 130px;
  right: 10px;
  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: 5px;
    text-align: left;
    bottom: 0
  }
}

.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%;
    object-fit: cover;
  }
}

.s-video-reviews-nav {
  justify-content: center
}

.size-reset {
  width: 100%;
  height: initial !important;
}

.doctor__timetable {
  display: flex;
  align-items: baseline;
}

.doctor__content-timetable {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.doctor__timetable-left {
  flex: 1;
  display: flex;
}

.doctor__timetable-left::after {
  content: '';
  border-bottom: 1px dotted;
  border-color: #DFDFDF;
  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: 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: 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: flex;
  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: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.bullets li {
  display: flex;
  list-style-type: none;
  background-color: #EDF6FF;
  border-radius: 15px;
  width: 100%;
  display: flex;
  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: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    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
}
.fancybox-content iframe {
height: 100% !important;
}
.fancybox-slide {
background: rgba(0,0,0,.4);
}
.new_baner_red{
border-radius: 40px;
}

.new_banner_red{
      display: flex;
    align-items: center;
     margin-bottom: 40px;
    } 
    .new_banner_red_block{
    display: inline-flex;
    padding: 80px 152px 0px 148px;
    align-items: flex-start;
    border-radius: 60px;
    background: #EDF6FF;
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
    }
    .new_banner_red_gap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }
    
    .new_banner_red .container {
    width: 100%;
    max-width: 111.875rem;
}
.new_banner_text_block{
max-width:583px;
display:flex;
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; /* 140% */
}
.new_banner_text_block p{
color: #07385D;
font-family: Nunito;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 122.222% */
}
.new_baner_btn_one {
display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 12px;
white-space: nowrap;
background: #ff5268;
color: #FFF;
text-align: center;
font-family: Nunito;
transition: border-color .3s ease, color .3s ease, background-color .3s ease;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 24px; /* 150% */
border-width: 0px;
border: 2px solid #ff5268;
}
.new_baner_btn_one:hover {
   background:#fff;
   color: #ff5268;
}
.new_baner_btn_opacity {
  background-color: transparent;
  color: #ff5268;
  border: 2px solid #ff5268;
}
.new_baner_btn_opacity:hover {
  color: #fff;
  background-color: #ff5268;;
}
.new_banner_btn_block{
display: flex;
align-items: flex-start;
gap: 11px;
}
.new_banner_img_block{
position:relative;
    }
.new_banner_img_block img{
    height: 600px;
    width: 729px;
    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: inline-flex;
padding: 20px 16px;
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; /* 175% */
margin-bottom:0;
}
    .banner_text_item p:last-child{
color: #07385D;

/* Body, 18 */
font-family: Nunito;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 122.222% */
max-width:138px;
margin-bottom:0;
}

@media (max-width: 1650px){
.new_banner_img_block img {
    width: 600px;
}
}
@media (max-width: 1250px){
.new_banner_red_gap {
    flex-direction: column;
    margin-top: 20px;
}
.modal.fancybox-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.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; /* 112.5% */
}
.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; /* 125% */
}
.new_banner_btn_block {
    flex-direction: column;
}
.new_baner_btn_one {
    width: 100%;
}

.new_banner_img_block{
margin-top:15px;
}
.new_banner_img_block img {
    width: 100%;
        margin-bottom: 0;
        height: 100%;
    object-fit: contain;
}
.new_banner_img_text {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    margin: 20px 0;
    gap: 10px;
}
.banner_text_item:nth-child(1){
position: relative;
left: 0px;
    top: 0px;
    display: flex;
    justify-content: space-between;
}
.banner_text_item:nth-child(2){
position: relative;
left: 0px;
    top: 0px;
    display: flex;
    justify-content: space-between;
}
.banner_text_item:nth-child(3){
position: relative;
left: 0px;
    top: 0px;
    display: flex;
    justify-content: space-between;
}
 .new_banner_red_block{
    display: inline-flex;
    padding: 30px 15px 30px 15px;
    align-items: flex-start;
    border-radius: 60px;
    background: #EDF6FF;
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
    }
}



 

textarea{
height: 100% !important;
}


.fut_disc{
    text-align: center;
    margin-bottom: 28px;
    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;
        margin-bottom: 20px;
}
/* header */
.plashka {
  background-color: #6a70fe;
  color: #fff;
 
  text-align: center;
}
.plashka  p {
  margin-bottom: 0;
}
.plashka__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .037);
  z-index: 100;
}
.header__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header__text {
  color: #07385D;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 250px;
  line-height: 22px;
}
.header__phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header__phone a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
}
.header__phone-picture {
  max-width: 18px;
}

.header__btns {
  display: flex;
  gap: 5px;
  align-items: center;
}
picture {
  display: block;
}
picture img {
  width: 100%;
  max-width: 100%;
}
.header__logo  {
  max-width: 200px;
  
}
@media (max-width: 920px) {
  .header__inner {
    flex-wrap: wrap;
    gap: 10px;
  }
 
  .header__btns>* {
    flex-basis: calc((100% - 20px) / 2);
  }
  .header__text {
    font-size: 12px;
  }
  .header__logo  {
    max-width: 100px;
  }
  .header__inner>*:not(.header__btns) {
    flex-basis: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
  .header__phone {
    font-size: 14px;
  }
  .header__btns {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .header__text {
    display: none;
  }
  .header__inner>*:not(.header__btns) {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .header__inner>.header__logo  {
    max-width: 100px;
  }
  .new_baner_btn_one {
    padding: 8px;
  }
}