@charset "UTF-8";

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.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: 0.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: -0.25em;
}

sup {
  top: -0.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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 0.0625rem dotted;
  outline: 0.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: 0.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: -0.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: 0.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 {
  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: flex;
  justify-content: center;
}

.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 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.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 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.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 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.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(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0 ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0 ease 0.25s;
  transition: opacity 0.25s ease, visibility 0 ease 0.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 0.25s ease 0s, visibility 0 ease 0;
  -o-transition: opacity 0.25s ease 0s, visibility 0 ease 0;
  transition: opacity 0.25s ease 0s, visibility 0 ease 0;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 0.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 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: 0.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(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 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, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 2.75rem;
  margin: 0;
  padding: 0.625rem;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.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: 0.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: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

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

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

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 0.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: 0.4375rem;
}

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

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

.fancybox-caption {
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, rgba(0, 0, 0, 0.85)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(65%, rgba(0, 0, 0, 0.15)),
      color-stop(75.5%, rgba(0, 0, 0, 0.075)),
      color-stop(82.85%, rgba(0, 0, 0, 0.037)),
      color-stop(88%, rgba(0, 0, 0, 0.019)),
      to(transparent));
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent);
  bottom: 0;
  color: #eee;
  font-size: 0.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: 0.25rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 3.125rem;
  left: 50%;
  margin: -1.5625rem 0 0 -1.5625rem;
  opacity: 0.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, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 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(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.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(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.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(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.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: 0.375rem;
    padding-right: 0.375rem;
  }

  .fancybox-slide--image {
    padding: 0.375rem 0;
  }

  .fancybox-close-small {
    right: -0.375rem;
  }

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

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

.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.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: 0.1875rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 0.3125rem 0.625rem;
  min-width: 8.125rem;
  padding: 0 0.9375rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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: 0.4375rem;
  position: relative;
  top: -0.0625rem;
  vertical-align: middle;
  width: 1.5625rem;
}

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

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 0.875rem;
  margin: 0.625rem 0 0;
  outline: none;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.125rem 0.125rem 0.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: 0.4375rem;
}

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

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

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

.fancybox-thumbs__list a:before {
  border: 0.375rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.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% - 0.625rem);
  }
}

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

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

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

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

::placeholder {
  color: #313131 !important;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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: 0.0625rem solid #666;
  outline: none;
}

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

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

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

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

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

img {
  height: auto;
}

a,
button {
  cursor: pointer;
}

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

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

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

.row {
  margin: 0 -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 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 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: 0.75rem;
  padding-left: 1.3125rem;
  margin: 0;
  color: #000;
}

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

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

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

[type="checkbox"]+label:after {
  opacity: 0;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  top: 0.125rem;
  left: 0.1875rem;
  border-radius: 0.125rem;
  background-color: #000;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.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: -0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.125rem;
  background-color: #000;
}

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

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

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

.overflow {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48rem) {
  .pagetitle {
    line-height: 0.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;
}

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

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

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

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

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

.section__element {
  position: relative;
}

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

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

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

.section__element:before {
  left: 0;
}

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

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

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

.bg__blue {
  background-color: #edf6ff;
}

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

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

.carousel-nav .carousel-btn {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: -o-linear-gradient(left, #f6696f, #eb5350);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f6696f),
      to(#eb5350));
  background: linear-gradient(90deg, #f6696f, #eb5350);
  border-radius: 0.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 0.625rem;
}

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

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

@media only screen and (min-width: 36rem) {
  .carousel-nav .dots button {
    margin: 0 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: 0.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 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: 0.75rem;
  cursor: pointer;
}

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

.modal .input-wrap .input {
  border: 0.0625rem solid #eaeaea;
  border-radius: 1rem;
  padding: 0.625rem 0.625rem 0.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 -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 0.5rem 1rem;
}

@media only screen and (min-width: 36rem) {
  .modal .field-btn>div {
    width: 50%;
    padding: 0 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: 0.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: 0.75rem;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.s-breadcrumbs {
  margin: 0.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(0.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: 0.3125rem 0.5rem;
  border-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.header .xs-hidden {
  display: none;
}

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

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

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

.header__logo {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__right>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 0.375rem);
}

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

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

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

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

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

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

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

.header-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0.25rem 0;
}

.header-feedback__item {
  width: calc(50% - 0.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #edf6ff;
  border-radius: 1rem;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  height: 2.5rem;
}

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

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

.header-feedback__item svg {
  height: 60%;
}

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

.header .menu ul {
  width: fit-content;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__mobile-btn .burger {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  border: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

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

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

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

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

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

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

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

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

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

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

.header .pos-relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile__menu__phones .icon path {
  fill: #fff;
}

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

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

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

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

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

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

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

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

  .s-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 31.25rem;
    bottom: 0.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: 0.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 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: 0.375rem;
  height: 0.375rem;
  background-color: #6a70fe;
  border-radius: 100%;
  display: block;
  left: 0;
  top: 0.625rem;
  position: absolute;
}

.s-banner .btn {
  width: 100%;
  margin: 0.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% + 0.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: 0.125rem dashed #6a70fe;
  border-radius: 2rem;
  margin: 0 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: -0.9375rem;
  }
}

@media only screen and (min-width: 62rem) {
  .s-banner-list__item:nth-child(2) {
    right: -0.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: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.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 0.25rem;
  color: #6a70fe;
}

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

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

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

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

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

@media only screen and (width>1100px) {
  .s-index-menu-list__item {
    width: 33.333%;
  }
}

@media only screen and (width<=1100px) {
  .s-index-menu-list__item {
    width: 50%;
  }
}

@media only screen and (width<=650px) {
  .s-index-menu-list__item {
    width: 100%;
  }
}

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

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

.s-index-menu-list__item:hover .wrap .icon svg {
  fill: #85b5df;
}

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

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

.s-index-menu-list__item .wrap {
  width: 100%;
  background-color: #edf6ff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.s-index-menu-list__item .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #85b5df;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.s-index-menu-list__item .wrap:after {
  opacity: 0;
}

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

.s-index-menu-list__item .icon {
  width: clamp(3.75rem, 2rem + 4vw, 5rem);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #85b5df;
  -webkit-box-shadow: 0 1rem 2rem rgba(141, 163, 178, 0.25);
  box-shadow: 0 1rem 2rem rgba(141, 163, 178, 0.25);
  border-radius: 1.5rem;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

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

.s-index-menu-list__item .title {
  font-size: clamp(1.25rem, 1.075rem + 0.4vw, 1.375rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  color: #012037;
}

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

.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 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  border-radius: 0 6.25rem 6.25rem 0;
  height: 100%;
  width: calc(20% - 2rem);
  background-image: url(../upload/man-02.png);
  background-size: cover;
  background-position: 72% top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-specialist-list__item .exp {
  display: block;
  padding: 4px 8px;
  border-radius: 58px;
  background-color: #fff;
  position: absolute;
  top: 13.7rem;
  left: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 1.26;
}

.s-specialist-list__item .wrap:after {
  content: "";
  background: -o-linear-gradient(left, #f6696f, #eb5350);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f6696f),
      to(#eb5350));
  background: linear-gradient(90deg, #f6696f, #eb5350);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.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 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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(0.875rem + 2 * ((100vw - 20rem) / 1600));
  color: #607788;
  line-height: 1.12;
  margin: 0.5rem 0 0;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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: 0.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;
  max-width: 260px;
}

@media only screen and (max-width: 62rem) {
  .s-main-consult .s-desc-consult {
    display: contents;
  }

  .s-main-consult .btn {
    order: 4;
    max-width: none;
    margin-inline: 0.625rem;
  }

  .s-main-consult .section__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s-main-consult .section__subtitle {
    text-align: center;
    margin-block-end: 20px;
  }

  .s-main-consult {
    padding-block: 60px;
  }
}

@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: 0.125rem dashed #85b5df;
}

@media only screen and (min-width: 36rem) {
  .s-main-consult .col.col-sm-6:nth-child(2) .wrap {
    border-right: 0.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: 0.125rem dashed #85b5df;
}

@media only screen and (min-width: 36rem) {
  .s-main-consult .wrap {
    border-top: 0;
    border-left: 0.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: 0.25rem 0 0;
}

.s-main-consult .section__title {
  text-align: left;
  line-height: 1;
}

.s-main-consult .section__subtitle {
  line-height: 1.2;
}

.s-main-consult .wrapper__right {
  padding: 30px;
  width: 100%;
  background-color: #edf6ff;
  border-radius: 2rem;
  color: #607788;
  position: relative;
  overflow: hidden;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s-main-consult .wrapper__right .s-img-consult {
  position: absolute;
  max-width: 315px;
  max-height: 246px;
  z-index: 2;
  right: 10%;
  bottom: 5%;
  object-fit: contain;
  object-position: center;
}

.s-main-consult .s-content-consult {
  gap: 20px;
}

.s-main-consult .wrapper__right .title {
  text-align: left;
  line-height: 1.2;
  font-size: clamp(1.625rem, 1.4792rem + 0.3333vw, 1.75rem);
  position: relative;
  z-index: 3;
}

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

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

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

.s-main-consult .wrapper__image {
  background-image: url(../upload/car2.webp);
  height: 10.875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 0.5rem solid #fff;
  -webkit-box-shadow: 0 0.125rem 1.0625rem rgba(141, 163, 178, 0.2);
  box-shadow: 0 0.125rem 1.0625rem rgba(141, 163, 178, 0.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 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.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: 0.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: 0.9375rem;
}

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

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

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

.s-main-services-list__item:hover .wrap__image {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(1, 32, 55, 0.361);
  box-shadow: 0px 0px 14px 0px #0120375c;
}

.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: 24%;
  }
}

.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;
  }
}

@media screen and (width<=575px) {
  .s-main-services-list .wrap {
    flex-direction: column;
  }

  .s-main-services-list .wrap .information {
    width: 100%;
  }

  .s-main-services-list .wrap .name {
    margin-block-start: 20px;
  }
}

.s-main-services-list .wrap .information {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@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: 0.5625rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  height: 5.8125rem;
  width: 5.8125rem;
  aspect-ratio: 4 / 2.4;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 900px) {
  .no-js .owl-carousel {
    display: block;
  }

  .video-play-btn {
    display: none;
  }

  .s-main-services-list .wrap__image {
    aspect-ratio: auto;
    height: 200px;
  }
}

@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: 0.25rem;
  left: 0.25rem;
  font-weight: 600;
  font-size: calc(0.625rem + 6 * ((100vw - 20rem) / 1600));
  line-height: 1.25;
  border-radius: 1.875rem;
  color: #012037;
  padding: 0.125rem 0.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: 0.25rem 0.5rem;
    border-radius: 3.625rem;
    bottom: 0.5625rem;
    left: 0.5625rem;
  }
}

.s-main-services-list .wrap .name {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.12;
  color: #012037;
  text-align: left;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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: 0.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: #6a70fe;
}

.s-main-services .section__title {
  text-align: left;
}

.s-main-services-list__item:hover .price {
  color: #d62c2c;
}

@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;
  text-align: left;
}

.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: -0.125rem;
    border: 0.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;
  text-align: left;
}

@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 0.125rem 1rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.125rem 1rem rgba(141, 163, 179, 0.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: 0.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 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.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: 0.125rem dashed #85b5df;
    border-radius: 3.75rem;
    position: absolute;
    right: 3.3125rem;
    top: 1.875rem;
    z-index: 0;
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-license .section__title {
  padding: 0 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: 0.125rem dashed #b8ddff;
  border-radius: 8.5rem;
  top: -2.75rem;
  right: -3.75rem;
  width: 80%;
  height: calc(100% + 5.5rem);
  display: none;
}

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

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

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

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

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

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

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

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

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

.s-reviews__carousel .item .info {
  font-size: calc(0.875rem + 2 * ((100vw - 20rem) / 1600));
  line-height: 1.38;
  color: #607788;
  overflow: hidden;
  transition: max-height 300ms;
}

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

.s-reviews__carousel .item .info p {
  margin: 0;
  font-size: 16px;
  max-height: 132px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: max-height 300ms;
}

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

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

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

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

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

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

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

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

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

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

.s-faq .accordion-list {
  display: block;
  margin: 0.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: 0.5rem 3rem 0.5rem 0.5rem;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012037;
  background-color: #edf6ff;
  border-radius: 0.75rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.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 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  max-height: 0;
  overflow: hidden;
  padding: 0 0.5rem;
  color: #fff;
  background-color: #edf6ff;
  border-radius: 0 0 0.75rem 0.75rem;
}

.s-faq .accordion__description a{
  color: #fff;
  transition: opacity 0.3s;
  text-decoration: underline;

  &:hover{
    opacity: 0.6;
  }
}

@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 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s-faq .item {
  margin: 0.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: 0.75rem 0.75rem 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-image__wrapper {
  display: block;
}

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

.s-image__wrapper picture {
  display: block;
}

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

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

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

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

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

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

.s-tags {
  padding: 1.25rem 0;
}

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

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

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

.s-footer-menu {
  position: relative;
  padding: 0.5rem 0 0.75rem;
  margin: 0.75rem 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block__nav .block__arrow .block__arrow-block {
  background: #f6696f;
  padding: 0.75rem;
  border-radius: 0.875rem;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

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

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

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

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

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

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

.doctors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.doctor .doctor__left {
  width: 28%;
}

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

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

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

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

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

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

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

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

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

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

.doctor .doctor__right .doctor__info a {
  display: block;
  margin-bottom: 16px;
  transition: 0.3s;
}

.doctor .doctor__right .doctor__info a:hover {
  background-color: #edf6ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-person {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #012037;
  margin-bottom: 0.75rem;
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-date {
  background: #edf6ff;
  border-radius: 3.625rem;
  padding: 0.5rem 0.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: 0.75rem;
}

.doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-date p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  color: #012037;
  margin-bottom: 0;
}

.doctor .doctor__title {
  font-weight: 900;
  font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
  line-height: 1.875rem;
  color: #012037;
  margin-bottom: 0;
}

@media (min-width: 125rem) {
  .doctor .doctor__title {
    font-size: 1.75rem;
  }
}

.license__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  padding: 0 0.9375rem;
}

.license__list .license__item {
  width: 24%;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 46.875rem) {
  .license__list .license__item {
    width: 49%;
  }
}

.license__list .license__item .license__img {
  position: relative;
  border-radius: 1.5rem;
  display: block;
}

.license__list .license__item .license__img:hover:after {
  opacity: 1;
}

.license__list .license__item .license__img:after {
  content: "";
  background: rgba(236, 85, 83, 0.5);
  background-image: url(../upload/lupHover.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5rem solid #ec5553;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.5rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
}

.license__list .license__item .license__img .license__img-img {
  width: 100%;
  border-radius: 1.5rem;
}

.s-fotogal {
  padding: 0 0 1.5rem;
}

.s-fotogal .section__subtitle {
  text-align: center;
}

.s-fotogal .accordion-list {
  display: block;
  margin: 0.625rem 0 0;
}

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

.s-fotogal .accordion__header {
  padding: 0.5rem 3rem 0.5rem 0.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: 0.75rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
}

@media (min-width: 125rem) {
  .s-fotogal .accordion__header {
    font-size: 1.75rem;
  }
}

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

.s-fotogal .accordion__description {
  font-size: 1rem;
  line-height: 1.38;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  max-height: auto !important;
  overflow: hidden;
  padding: 0 0.5rem;
  color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
}

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

.s-fotogal .accordion__description .fotogal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item {
  margin-bottom: 1rem;
  width: 24%;
}

@media screen and (max-width: 46.875rem) {
  .s-fotogal .accordion__description .fotogal__list .fotogal__item {
    width: 49%;
  }
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img {
  position: relative;
  display: block;
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img:hover:after {
  opacity: 1;
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img:after {
  content: "";
  background: rgba(236, 85, 83, 0.5);
  background-image: url(../upload/lupHover.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
}

.s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img .fotogal__img-img {
  border-radius: 1rem;
  width: 100%;
  height: 250px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.s-fotogal .item {
  margin: 0.5rem 0 0;
}

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

.s-fotogal .item.is-active .accordion__header {
  background-color: #012037;
  color: #fff;
  border-radius: 0.75rem;
}

.s-fotogal .item.is-active .accordion__description {
  padding: 0 0.5rem 0.5rem;
  background: transpanent;
}

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

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

.videogal {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.videogal .videogal__item {
  margin-bottom: 1rem;
  width: 24%;
}

@media screen and (max-width: 64rem) {
  .videogal .videogal__item {
    width: 32%;
  }
}

@media screen and (max-width: 46.875rem) {
  .videogal .videogal__item {
    width: 49%;
  }
}

@media screen and (max-width: 28.125rem) {
  .videogal .videogal__item {
    width: 100%;
  }
}

.videogal .videogal__item .videogal__link {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}

.videogal .videogal__item .videogal__link:hover:after {
  background: #ffffff2e;
  background-image: url(../upload/youtube-play-btn.png);
  background-position: 50%;
  background-repeat: no-repeat;
}

.videogal .videogal__item .videogal__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transpanent;
  background-image: url(../upload/youtube-play-btn_grey.png);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 0.5rem;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vacancys .vacancys__item:hover {
  background: #eb5350;
}

.vacancys .vacancys__item:hover .vacancys__left .vacancys__arrow {
  width: 1.75rem;
  height: 1.75rem;
  background: #fff;
  background-image: url(../upload/arrowRightRed.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  margin-right: 0.75rem;
}

.vacancys .vacancys__item:hover .vacancys__right .vacancys__name,
.vacancys .vacancys__item:hover .vacancys__right .vacancys__price {
  color: #fff;
}

.vacancys .vacancys__item .vacancys__left .vacancys__arrow {
  width: 1.75rem;
  height: 1.75rem;
  background: #eb5350;
  background-image: url(../upload/arrowRightWhite.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  margin-right: 0.75rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vacancys .vacancys__item .vacancys__right .vacancys__name {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #012037;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 0.75rem;
  padding-left: 0.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: 0.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 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.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 0.9375rem;
}

.garanties .garanties__item {
  width: 32%;
  padding: 1.5rem;
  cursor: pointer;
  background: #b8ddff;
  border-radius: 4rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  max-height: 19.25rem;
  overflow: hidden;
}

@media screen and (max-width: 68.75rem) {
  .garanties .garanties__item {
    width: 48%;
  }
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item {
    background: #012037;
    width: 100%;
    max-height: 100%;
  }
}

.garanties .garanties__item .garanties__content {
  border-radius: 3.5rem;
  border: 0.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: 0.6875rem 0.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 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 68.75rem) {
  .garanties .garanties__item .garanties__content .garanties__img {
    margin-top: calc(42% - 7rem);
  }
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__img {
    margin: 0 auto;
    min-height: 5rem;
    width: 100%;
    height: 100%;
    max-width: 5rem;
    background: #fff;
  }
}

.garanties .garanties__item .garanties__content .garanties__img-first {
  background-image: url(../upload/garanties1-white.png);
  background-position: 50%;
  background-size: contain;
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__img-first {
    background-image: url(../upload/garanties1-dark.png);
    background-position: 50%;
    background-size: contain;
  }
}

.garanties .garanties__item .garanties__content .garanties__img-second {
  background-image: url(../upload/garanties2-white.png);
  background-position: 50%;
  background-size: contain;
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__img-second {
    background-image: url(../upload/garanties2-dark.png);
    background-position: 50%;
    background-size: contain;
  }
}

.garanties .garanties__item .garanties__content .garanties__img-third {
  background-image: url(../upload/garanties3-white.png);
  background-position: 50%;
  background-size: contain;
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__img-third {
    background-image: url(../upload/garanties3-dark.png);
    background-position: 50%;
    background-size: contain;
  }
}

.garanties .garanties__item .garanties__content .garanties__img-four {
  background-image: url(../upload/garanties4-white.png);
  background-position: 50%;
  background-size: contain;
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__img-four {
    background-image: url(../upload/garanties4-dark.png);
    background-position: 50%;
    background-size: contain;
  }
}

.garanties .garanties__item .garanties__content .garanties__img-five {
  background-image: url(../upload/garanties5-white.png);
  background-position: 50%;
  background-size: contain;
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__img-five {
    background-image: url(../upload/garanties5-dark.png);
    background-position: 50%;
    background-size: contain;
  }
}

.garanties .garanties__item .garanties__content .garanties__text {
  opacity: 0;
  width: 0;
  height: 0;
}

@media screen and (max-width: 56.1875rem) {
  .garanties .garanties__item .garanties__content .garanties__text {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}

.garanties .garanties__item .garanties__content .garanties__text .garanties__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}

.garanties .garanties__item .garanties__content .garanties__text .garanties__description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  color: #fff;
}

.garanties .garanties__item:hover {
  background: #012037;
}

.garanties .garanties__item:hover .garanties__content {
  border: none;
}

.garanties .garanties__item:hover .garanties__content .garanties__img {
  margin: 0 auto;
  min-height: 5rem;
  width: 100%;
  height: 100%;
  max-width: 5rem;
  background: #fff;
}

.garanties .garanties__item:hover .garanties__content .garanties__img-first {
  background-image: url(../upload/garanties1-dark.png);
  background-position: 50%;
  background-size: contain;
}

.garanties .garanties__item:hover .garanties__content .garanties__img-second {
  background-image: url(../upload/garanties2-dark.png);
  background-position: 50%;
  background-size: contain;
}

.garanties .garanties__item:hover .garanties__content .garanties__img-third {
  background-image: url(../upload/garanties3-dark.png);
  background-position: 50%;
  background-size: contain;
}

.garanties .garanties__item:hover .garanties__content .garanties__img-four {
  background-image: url(../upload/garanties4-dark.png);
  background-position: 50%;
  background-size: contain;
}

.garanties .garanties__item:hover .garanties__content .garanties__img-five {
  background-image: url(../upload/garanties5-dark.png);
  background-position: 50%;
  background-size: contain;
}

.garanties .garanties__item:hover .garanties__content .garanties__text {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.accordion-list {
  display: block;
  margin: 0.625rem 0 0;
}

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

.accordion__header {
  padding: 0.5rem 3rem 0.5rem 0.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: 0.75rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    border-radius 0.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 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  max-height: auto !important;
  overflow: hidden;
  padding: 0 0.5rem;
  color: #fff;
  border-radius: 0 0 0.75rem 0.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 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.accordion .item {
  margin: 0.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: 0.75rem;
}

.accordion .item.is-active .accordion__description {
  padding: 0 0.5rem 0.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: 0.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 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.5rem 0 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 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.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: 0.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 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

@media (min-width: 125rem) {
  .table .table__row .table__info .table__button .table__btn {
    font-size: 1.125rem;
  }
}

.table .table__row .table__info .table__button .red {
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: #012037;
}

.table .table__row .table__info .table__button .red:hover:after {
  opacity: 0;
}

.table .table__row .table__info .table__button .red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, #f6696f, #eb5350);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f6696f),
      to(#eb5350));
  background: linear-gradient(90deg, #f6696f, #eb5350);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.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: 0.125rem dashed #85b5df;
  border-radius: 3.125rem;
  width: 100%;
  height: 112%;
  max-width: 79.0625rem;
  max-height: 37.375rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -1.875rem;
}

@media screen and (max-width: 46.875rem) {
  .s-contacts-main .container .background__dashed {
    border-left: none;
    border-right: none;
  }
}

.s-contacts-main .container #map {
  width: 100%;
  height: 28.125rem;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border-radius: 2rem 2rem 2rem 2rem;
  overflow: hidden;
  position: relative;
}

.s-contact-other .contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 4rem;
  width: 100%;
}

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

.s-contact-other .contact__list .contact__item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 46.875rem) {
  .s-contact-other .contact__list .contact__item {
    width: 100%;
  }
}

.s-contact-other .contact__list .contact__item .contact__img {
  max-width: 1.5rem;
}

.s-contact-other .contact__list .contact__item .contact__text,
.contact__text_page {
  padding-left: 0.5rem;
}

.s-contact-other .contact__list .contact__item .contact__text .contact__name,
.contact__name_page {
  font-style: normal;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #07385d;
  margin-bottom: 0.5rem;
}

.s-contact-other .contact__list .contact__item .contact__text .contact__description a,
.s-contact-other .contact__list .contact__item .contact__text .contact__description p,
.contact__description_page {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #607788;
}

.s-contact-other .contact__list .contact__item .contact__text .contact__description a {
  text-decoration: none;
  width: 100%;
  display: block;
}

.s-contact-other .contact__list .contact__item .contact__text .contact__description .mail {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #6a70fe;
}

.s-contact-other .form__block {
  padding: 2.5rem 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.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: 0.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: 0.0625rem solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 0.625rem 0 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: 0.75rem;
  top: 0.625rem;
}

.s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-phone {
  position: absolute;
  left: 0.75rem;
  bottom: 0.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: 0.0625rem solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 0.625rem 0 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: 0.75rem;
  top: 0.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: 0.75rem;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.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 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.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 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.s-banner.s-services {
  padding: 3.75rem 0;
  margin-inline: clamp(0rem, -3.75rem + 10vw, 3.75rem);
}

.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, 0.25);
  box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, 0.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, 0.25);
  box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, 0.25);
  border-radius: 3rem;
  z-index: -1;
  right: -2.8125rem;
  bottom: 0.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 0.25rem 1.0625rem -0.5rem rgba(214, 44, 44, 0.8);
  box-shadow: 0 0.25rem 1.0625rem -0.5rem rgba(214, 44, 44, 0.8);
  border-radius: 0.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 0.5rem 2rem -1rem rgba(214, 44, 44, 0.8);
    box-shadow: 0 0.5rem 2rem -1rem rgba(214, 44, 44, 0.8);
    border-radius: 1.5rem;
  }
}

.s-banner.s-services .s-banner-list {
  margin: 1.5rem 0 0;
  padding: 0.5rem;
}

.s-banner.s-services .s-banner-list .wrapper {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.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: -0.5rem;
  left: -0.5rem;
  border: 0.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: 0.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: 0.5rem 0;
  background-color: #edf6ff;
  border-radius: 0.75rem;
  padding: 0.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 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: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.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 0.25rem 2rem rgba(141, 163, 178, 0.2);
    box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.2);
    border-radius: 2rem;
  }
}

.s-price .service__wrap .wrap__image {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  margin: 0.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: 0.25rem;
  left: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 1.875rem;
  color: #012037;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}

@media only screen and (min-width: 36rem) {
  .s-price .service__wrap .wrap__image .time {
    border-radius: 3.625rem;
    bottom: 0.5625rem;
    left: 0.5625rem;
  }
}

.s-price .service__wrap .name {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.12;
  color: #012037;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media only screen and (min-width: 36rem) {
  .s-price .service__wrap .name {
    margin: 0.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: 0.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: 0.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: 0.25rem auto 0;
  }
}

.s-license__inner .carousel-btn {
  width: 3rem;
  height: 3rem;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: -o-linear-gradient(left, #f6696f, #eb5350);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f6696f),
      to(#eb5350));
  background: linear-gradient(90deg, #f6696f, #eb5350);
  border-radius: 0.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 0.625rem;
}

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

.s-license__inner .dots button {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e7e7ff;
  border-radius: 100%;
  margin: 0 0.1875rem;
  cursor: pointer;
  border: 0;
  padding: 0;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

@media only screen and (min-width: 36rem) {
  .s-license__inner .dots button {
    margin: 0 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: -0.9375rem;
  width: 16.4375rem;
  height: 17.5rem;
}

@media only screen and (min-width: 62rem) {
  .s-form .bg_2 {
    right: -2.5rem;
    width: 25rem;
    height: 25rem;
    top: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .s-form .bg_2 {
    right: -3.75rem;
    width: 27rem;
    height: 28.5625rem;
    top: 6.25rem;
  }
}

.s-gallery.inner {
  margin-bottom: 1.5rem;
}

.s-reviews.inner {
  padding-top: 0;
  margin: 0.75rem 0 0;
}

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

.s-reviews.inner .item {
  width: 100%;
  margin: 0.625rem 0;
}

@media only screen and (min-width: 48rem) {
  .s-reviews.inner .item {
    width: 50%;
    margin: 1rem 0;
  }
}

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

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

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

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

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

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

.s-reviews.inner .item .info p {
  margin: 0;
}

.s-articles .section__title {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 62rem) {
  .s-articles {
    padding-bottom: 3.125rem;
  }
}

.s-articles-list {
  margin-top: 1.875rem;
}

.s-articles-list__item {
  width: 100%;
  margin: 0.5rem 0;
}

.s-articles-list__item:hover .wrap {
  background-color: #ec5553;
}

.s-articles-list__item:hover .item__descr,
.s-articles-list__item:hover .item__link,
.s-articles-list__item:hover .item__name {
  color: #fff;
}

.s-articles-list__item:hover .item__link svg {
  fill: #fff;
}

.s-articles-list__item .wrap {
  width: 100%;
  padding: 0.5rem;
  background-color: #edf6ff;
  border-radius: 1rem;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 48rem) {
  .s-articles-list__item .wrap {
    padding: 1rem;
    border-radius: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.s-articles-list__item .item__image {
  width: 9.75rem;
  height: 9.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0.5rem;
  display: block;
  margin: 0 auto 0.5rem;
}

@media only screen and (min-width: 48rem) {
  .s-articles-list__item .item__image {
    border-radius: 1.5rem;
    margin: 0;
  }
}

.s-articles-list__item .item__name {
  font-weight: 900;
  font-size: calc(1rem + 12 * ((100vw - 20rem) / 1600));
  line-height: 1.14;
  color: #012037;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media (min-width: 125rem) {
  .s-articles-list__item .item__name {
    font-size: 1.75rem;
  }
}

.s-articles-list__item .item__descr {
  color: #607788;
}

.s-articles-list__item .item__descr,
.s-articles-list__item .item__link {
  font-size: 1rem;
  line-height: 1.25;
  margin: 1rem 0 0;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.s-articles-list__item .item__link {
  font-weight: 800;
  color: #d62c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-articles-list__item .item__link svg {
  fill: #d62c2c;
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
  width: 0.75rem;
  height: 0.625rem;
  margin-left: 0.5rem;
}

.s-articles-list__item .info {
  width: 100%;
}

@media only screen and (min-width: 48rem) {
  .s-articles-list__item .info {
    width: calc(100% - 11.25rem);
    margin-left: 1.5rem;
  }
}

.s-articles .col-md-3 {
  width: 100%;
}

@media only screen and (min-width: 62rem) {
  .s-articles .col-md-3 {
    width: 25%;
  }
}

.s-articles .col-md-9 {
  width: 100%;
}

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

.s-articles article,
.s-articles article .author {
  font-size: 1rem;
  line-height: 1.38;
  color: #607788;
}

.s-articles article .author {
  display: block;
  width: 100%;
  margin: 1.5rem 0;
  text-align: center;
  padding: 0.5rem 0 1rem;
  border-top: 0.0625rem solid #d8e1e7;
  border-bottom: 0.0625rem solid #d8e1e7;
}

.s-articles article .author p {
  margin: 0;
}

.s-articles article .author img {
  width: 16.75rem;
  margin: 0.5rem 0 0;
}

.s-articles article .author a {
  color: #d75755;
}

.s-articles article .h4,
.s-articles article h4 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #012037;
  margin: 1rem 0;
}

.s-articles article .m-0 {
  margin: 0;
}

.s-articles article .blockqoute {
  padding: 0.5rem 0.5rem 0.5rem 3.75rem;
  width: 100%;
  border: 0.0625rem solid #f6686d;
  color: #012037;
  position: relative;
  border-radius: 0.75rem;
}

@media only screen and (min-width: 48rem) {
  .s-articles article .blockqoute {
    padding: 1rem 1rem 1rem 4.75rem;
    border-radius: 1.5rem;
  }
}

.s-articles article .blockqoute:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 100%;
  background-color: #f6686d;
  left: -0.0625rem;
  top: 0;
  border-radius: 0.75rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='22' viewBox='0 0 6 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14.758c-1.082 0-1.704-.651-1.867-1.955L.06 3.575c-.143-1.06.051-1.915.582-2.567C1.173.336 1.959 0 3 0c1.061 0 1.847.336 2.357 1.008.51.652.694 1.508.551 2.567l-1.04 9.228c-.164 1.303-.786 1.955-1.868 1.955zM3 22c-.918 0-1.653-.275-2.204-.825-.53-.57-.796-1.294-.796-2.17 0-.855.265-1.558.796-2.108.55-.55 1.286-.825 2.204-.825.939 0 1.673.275 2.204.825.53.55.796 1.253.796 2.109 0 .875-.265 1.599-.796 2.169C4.674 21.725 3.94 22 3 22z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 48rem) {
  .s-articles article .blockqoute:before {
    border-radius: 1.5rem;
    width: 4rem;
  }
}

.s-articles article .blockqoute p {
  margin: 0;
}

.s-articles .other-article__name {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.14;
  color: #fff;
  background-color: #012037;
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin: 1.5rem 0 0;
}

@media only screen and (min-width: 48rem) {
  .s-articles .other-article .s-articles-list__item {
    margin: 1rem 0;
  }
}

.s-articles .price__title {
  padding: 0.5rem;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  width: 100%;
  background-color: #012037;
  border-radius: 0.75rem;
  margin: 0.5rem 0 0;
}

.s-articles .s-price-list {
  margin: 0;
}

@media only screen and (min-width: 62rem) {
  .s-articles .s-price-list__item {
    padding: 0.25rem 0.5rem;
    border-radius: 0.75rem;
  }
}

.s-articles .s-price-list__item .name,
.s-articles .s-price-list__item .price {
  font-size: 1rem;
}

@media only screen and (max-width: 47.9375rem) {

  .s-articles .s-price-list__item .name,
  .s-articles .s-price-list__item .price {
    width: 100%;
  }
}

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

  .s-articles .s-price-list__item .name,
  .s-articles .s-price-list__item .price {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 62rem) {
  .s-articles .s-price-list__item .price {
    margin: 0.25rem 0 0;
  }
}

.s-articles .service__wrap {
  padding: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.2);
  border-radius: 0.75rem;
  margin: 1rem 0 0;
  display: block;
}

@media only screen and (min-width: 48rem) {
  .s-articles .service__wrap {
    -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.2);
    box-shadow: 0 0.25rem 2rem rgba(141, 163, 178, 0.2);
  }
}

.s-articles .service__wrap .wrap__image {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  margin: 0.75rem 0 0;
  height: 10.625rem;
  width: 100%;
}

.s-articles .service__wrap .wrap__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s-articles .service__wrap .wrap__image .time {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 1.875rem;
  color: #012037;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}

@media only screen and (min-width: 36rem) {
  .s-articles .service__wrap .wrap__image .time {
    border-radius: 3.625rem;
    bottom: 0.5625rem;
    left: 0.5625rem;
  }
}

.s-articles .service__wrap .name {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.12;
  color: #012037;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media only screen and (min-width: 62rem) {
  .s-articles .service__wrap .name {
    min-height: 2.5rem;
  }
}

.s-articles .service__wrap .price {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: #d62c2c;
  margin: 0.25rem 0;
}

.s-articles .service__wrap .price span {
  font-weight: 400;
}

.s-articles .service__wrap .info {
  font-size: 1rem;
  line-height: 1.12;
  color: #607788;
  margin: 0.25rem 0 0;
}

.s-articles__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 52.25rem) {
  .s-articles__header {
    display: none;
  }
}

.s-articles__header:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -10%;
  right: 42%;
  background: url(../upload/dashed_rectangle.png);
  position: absolute;
  background-repeat: no-repeat;
}

.s-articles__header .articles__image {
  max-width: 33%;
}

.s-articles__header .articles__image .articles__image-img {
  width: 100%;
  border-radius: 1.5rem;
}

.s-articles__header .articles__buttons {
  max-width: 65%;
  width: 100%;
}

.s-articles__header .articles__buttons .articles__buttons-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn {
  max-width: 16.75rem;
  width: 100%;
  padding: 1.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.5rem;
}

@media screen and (max-width: 68.75rem) {
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn {
    max-width: 15rem;
  }
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn p {
  margin-bottom: 0;
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-call {
  border: 0.0625rem solid #6a70fe;
  color: #012037;
  background: transpanent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-call:hover {
  background: #edf6ff;
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-hospital {
  color: #fff;
  background: #d62c2c;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-hospital:hover {
  background: #f6696f;
}

.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-img {
  margin-bottom: 0.5rem;
}

.s-articles__header .articles__buttons .articles__buttons-bottom {
  background: #f5f5f5;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 2rem;
  margin-top: 2rem;
}

.s-articles__header .articles__buttons .articles__buttons-bottom p {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #012037;
  margin-bottom: 0;
}

.s-articles__header-small {
  display: block;
}

@media screen and (min-width: 52.25rem) {
  .s-articles__header-small {
    display: none;
  }
}

.s-articles__header-small .s-articles__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.s-articles__header-small .s-articles__top .s-articles__top-image {
  width: 48%;
  text-align: center;
}

.s-articles__header-small .s-articles__top .s-articles__top-image .articles__image-img {
  width: 100%;
}

.s-articles__header-small .s-articles__top .s-articles__top-button {
  width: 48%;
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #6a70fe;
  color: #012037;
  background: transpanent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 0.5rem;
  border-radius: 1.5rem;
  height: 49%;
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn:first-child {
  margin-bottom: 0.625rem;
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn:hover {
  background: #edf6ff;
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn p {
  max-width: 7.125rem;
  margin-bottom: 0;
}

.s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-img {
  width: 1.875rem;
  margin-right: 0.5rem;
}

.s-articles__header-small .s-articles__top .s-articles__top-button p {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1rem;
  color: #012037;
}

.s-articles__header-small .s-articles__bottom {
  background: #f5f5f5;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0.75rem 0.5rem;
  margin-top: 1rem;
}

.s-articles__header-small .s-articles__bottom p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #012037;
  margin-bottom: 0;
}

.footer {
  padding: 1.5rem 0 0 0;
}

@media only screen and (min-width: 48rem) {
  .footer {
    padding: 2rem 0 0 0;
  }
}

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

.footer .col-sm-3 {
  width: 100%;
}

.footer__logo {
  width: 100%;
  max-width: 14.5rem;
}

.footer .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
  line-height: 1;
  color: #07385d;
  margin: 0.125rem 0;
  white-space: nowrap;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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: 0.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 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.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: 0.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: 0.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: -0.125rem;
  border-bottom: 0.0625rem dashed #d62c2c;
}

.footer .choise__city img {
  margin-left: 0.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: 0.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: 0.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: 0.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 0.5rem;
  font-size: 1rem;
}

@media only screen and (min-width: 48rem) {
  .footer .btn-block .btn {
    margin: 0 0.625rem;
    width: 50%;
  }
}

@media only screen and (min-width: 75rem) {
  .footer .btn-block .btn {
    max-width: 15.3125rem;
    width: 100%;
    margin: 0 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 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: 0.75rem;
  padding: 0.5rem 0.875rem;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 4rem) {
  .footer__consult {
    padding: 0.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: 0.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: 0.75rem 1rem;
  }
}

@media only screen and (min-width: 87.5rem) and (min-width: 125rem) {
  .footer__consult {
    font-size: 1.75rem;
  }
}

.footer__pay {
  margin: 1rem 0;
  width: 100%;
}

.footer__pay .title {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #012037;
}

.footer__pay .subtitle {
  font-size: 1rem;
  line-height: 1.25;
  color: #607788;
}

.footer__pay .image {
  width: 100%;
  max-width: 17.5rem;
}

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

.footer__soc,
.footer__soc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__soc li {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
}

@media only screen and (min-width: 48rem) {
  .footer__soc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

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

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

@media only screen and (min-width: 62rem) {
  .footer__bottom .col-sm-2 {
    width: 18%;
  }
}

@media only screen and (min-width: 48rem) {
  .footer__bottom .col-sm-3 {
    width: 44%;
  }
}

@media only screen and (min-width: 62rem) {
  .footer__bottom .col-sm-3 {
    width: 31%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 62rem) {
  .footer__bottom .col-sm-5 {
    width: 33%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 75rem) {
  .footer__bottom .col-sm-5 {
    width: 33%;
  }
}

.wrapper a {
  color: #ff6771;
  font-weight: 700;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.wrapper a:hover {
  color: #d62c2c;
  font-weight: 700;
}

.articleBodyText a {
  color: #ff6771;
  font-weight: 700;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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: 0.9rem;
  font-weight: 700;
  color: #07385d;
  border-bottom: 0.1rem solid #07385d;
  display: inline;
}

#feedback-city .modal__title div {
  color: #d62c2c;
}

#feedback-city .modal__title button {
  display: block;
  margin: 1rem auto;
  width: 14rem;
}

#feedback-city .modal__title button.hidden-btnt {
  display: none;
}

#feedback-city #select_city_modal.hidden-city {
  display: none;
}

.footer__link-maps {
  border-bottom: 0.0625rem dashed #d62c2c;
  color: #d62c2c;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 3rem;
}

.footer__link-maps:hover {
  color: #d62c2c;
}

.header {
  padding-top: 0;
}

.contraindications {
  background: #6a70fe;
  color: #fff;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.contraindications p {
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 0.8rem;
}

.header__description .city_ip {
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  position: absolute;
  top: 7rem;
  background: #fff;
  z-index: 999;
}

.modal__body .result_wrapper {
  text-align: center;
}

.modal__body .result_wrapper_erroe {
  background: #fbc8c8;
  border-radius: 10px;
  padding: 1rem 0.5rem 0.1rem;
  margin-bottom: 1rem;
}

.modal__body .result_wrapper_secc {
  background: #edf6ff;
  border-radius: 10px;
  padding: 1rem 0.5rem 0.1rem;
  margin-bottom: 1rem;
}

.modal__body .result_wrapper_erroe .modal_title:before {
  content: url(/netcat_template/template/new_design/assets/css/load_erroe.svg);
}

.modal__body .result_wrapper_secc .img img {
  width: 4rem;
}

.header-feedback__lists {
  min-width: 17rem;
  padding-left: 0.5rem;
}

.header-feedback__item {
  color: #07385d;
  font-weight: 700;
  font-size: 0.8rem;
}

.header-feedback__item img {
  margin-right: 0.3rem;
  width: 23px;
}

.header-feedback__item:hover {
  color: #fff;
}

.s-index-menu-list__item .icon svg {
  width: 60%;
}

.s-gallery__carousel .item {
  height: auto;
}

.doctor .doctor__right .doctor__info .doctor__review .slider_wrap {
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  border-radius: 0.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: 0.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: 0.5rem 0.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: 0.75rem;
}

.s-article .is-hidden_NOT {
  width: 100%;
}

.s-articles article>p+img,
.s-articles article>ol+img,
.s-articles article>ul+img {
  max-width: 90%;
}

.is-hidden_NOT .owl-dots {
  text-align: center;
}

.is-hidden_NOT .owl-dots .owl-dot {
  background: #f9afaf;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
  margin: 2rem 0.8rem;
}

.is-hidden_NOT .owl-dots .owl-dot.active {
  background: #d62c2c;
}

.s-article article,
.s-articles article,
.s-articles article .author,
.s-banner__subtitle,
.section__subtitle,
.s-main-consult .wrapper__right .descr {
  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: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  border-radius: 0.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;
  white-space: nowrap;
}

.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: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  border-radius: 0.5rem;
}

.s-price .accordion-list thead tr {
  background-color: #012037;
  color: #fff;
  margin: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  border-radius: 0.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: 0.5rem 1rem;
  margin: 1.5rem;
}

.s-price .accordion-list table tr th:nth-child(1) {
  width: 65%;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}

.s-price .accordion-list table tr th:nth-child(2) {
  width: 20%;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  text-align: right;
}

.s-price .accordion-list table tr th:nth-child(3) {
  width: 15%;
}

.s-contact-other .city__list .city__item {
  height: auto;
}

#select_city_modal label.form__row {
  margin: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

#select_city_modal .select-city_name span {
  font-style: normal;
  font-weight: 800;
  font-size: 1.3rem;
  color: #012037;
}

#select_city_modal .select-your_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#select_city_modal .select-your_city .select-city_list {
  width: 33%;
}

#select_city_modal .select-your_city a {
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  color: #6a70fe;
}

#select_city_modal .select-your_city a.active-region {
  color: #d62c2c;
}

#select_city_modal .select-your_city .select-district {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 20rem;
  overflow: hidden scroll;
  scrollbar-color: #f05656 #e0e0e0;
  scrollbar-width: thin;
}

#select_city_modal .select-your_city .select-rerions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 20rem;
  padding-left: 0.5rem;
  overflow: hidden scroll;
  scrollbar-color: #f05656 #e0e0e0;
  scrollbar-width: thin;
}

#select_city_modal .select-your_city .select-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 20rem;
  padding-left: 0.5rem;
  overflow: hidden scroll;
  scrollbar-color: #f05656 #e0e0e0;
  scrollbar-width: thin;
}

#select_city_modal .select-your_city>div::-webkit-scrollbar {
  width: 10px;
}

#select_city_modal .select-your_city>div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e0e0e0;
  box-shadow: inset 0 0 5px #e0e0e0;
}

#select_city_modal .select-your_city>div::-webkit-scrollbar-thumb {
  background: #f05656;
}

#select_city_modal .city__filter {
  background: #fff;
  border: 0.0625rem solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 0.3rem 0.8rem;
}

#select_city_modal .region_ul {
  text-align: center;
  list-style: none;
  margin: 1rem;
  padding: 0;
}

#select_city_modal .region_ul li {
  display: inline-block;
  margin-left: 1rem;
}

#select_city_modal .region_ul li a {
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  color: #6a70fe;
}

#select_city_modal .region_ul .hide {
  display: none;
}

.s-contacts-main .container #city_map {
  width: 100%;
  height: 28.125rem;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border-radius: 2rem 2rem 2rem 2rem;
  overflow: hidden;
  position: relative;
}

.s-banner__doc-07 .s-banner__image {
  padding-bottom: 3rem;
}

.video_block {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}

.video_block:last-child {
  margin-bottom: 0;
}

.video_block>iframe,
.video_block img {
  width: 100%;
}

.video_block div:before {
  position: absolute;
  content: "";
  width: 80px;
  left: calc(50% - 40px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(https://narcology.clinic/netcat_files/yt_nat.png);
}

.video_block div.active-vio:before {
  display: none;
}

blockquote {
  display: inline-block;
  width: 100%;
  border: 0.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: -0.0625rem;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='22' viewBox='0 0 6 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14.758c-1.082 0-1.704-.651-1.867-1.955L.06 3.575c-.143-1.06.051-1.915.582-2.567C1.173.336 1.959 0 3 0c1.061 0 1.847.336 2.357 1.008.51.652.694 1.508.551 2.567l-1.04 9.228c-.164 1.303-.786 1.955-1.868 1.955zM3 22c-.918 0-1.653-.275-2.204-.825-.53-.57-.796-1.294-.796-2.17 0-.855.265-1.558.796-2.108.55-.55 1.286-.825 2.204-.825.939 0 1.673.275 2.204.825.53.55.796 1.253.796 2.109 0 .875-.265 1.599-.796 2.169C4.674 21.725 3.94 22 3 22z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  width: 4rem;
}

.s-articles .author .author-text-doc {
  text-align: left;
  margin: 0.6rem 0 0;
}

.s-articles .author .author-text-doc p,
.s-articles .author .author-text-doc h3 {
  color: #07385d;
}

.s-articles .author .author-img-doc {
  width: 10rem;
  margin: 0.8rem 1rem 0 0;
  float: left;
  border-radius: 10px;
}

.s-articles .author .author-text2-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-articles .author .author-text-doc>img {
  width: 12rem;
  margin: 0;
}

.s-articles .author .author-text2-doc>div>img {
  width: 2rem;
  margin: 0;
}

.s-articles .author .author-text2-doc>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-articles .author .author-text2-doc>div>div {
  padding: 0.5rem 1rem 0.2rem 0.5rem;
}

.s-articles .author .author-text2-doc>div>div>p {
  font-size: 0.9rem;
  line-height: 0.6rem;
}

.s-articles .author .author-text2-doc>div>div>span {
  font-size: 1rem;
  color: #07385d;
  font-weight: 700;
}

.s-services .author {
  width: 100%;
  margin-top: 1rem;
}

.s-services .author .author-text-doc {
  text-align: left;
  margin: 0.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: 0.8rem 1rem 0 0;
  float: left;
}

.s-services .author .author-text2-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-services .author .author-text-doc>img {
  width: 12rem;
  margin: 0;
}

.s-services .author .author-text2-doc>div>img {
  width: 2rem;
  margin: 0;
}

.s-services .author .author-text2-doc>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-services .author .author-text2-doc>div>div {
  padding: 0.5rem 1rem 0.2rem 0.5rem;
}

.s-services .author .author-text2-doc>div>div>p {
  font-size: 0.9rem;
  line-height: 0.6rem;
}

.s-services .author .author-text2-doc>div>div>span {
  font-size: 1rem;
  color: #07385d;
  font-weight: 700;
}

.wrapper .counters_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 0.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: 0.1rem solid #f6686d;
  border-radius: 3rem;
  padding: 0.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: 0.5;
}

.wrapper .rehab_stages .rehab_stages_item .top_title {
  margin-left: 7rem;
  font-size: 1.5rem;
}

.wrapper .rehab_stages .rehab_stages_item .top_sub_title {
  margin-left: 7rem;
}

.s-citylist .row111 {
  width: 100%;
}

.s-citylist .subfolder_ul {
  list-style: none;
}

.s-citylist .subfolder_ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 0 10px;
}

.s-citylist .subfolder_ul li.hide {
  display: none;
}

.s-citylist .subfolder_ul li a {
  font-size: 1.2rem;
}

.s-citylist .inside_filter .city__filter {
  border: none;
  font-size: 1.2rem;
  border-bottom: 1px solid #07385d;
  padding: 13px 14px 13px 30px;
  width: 100%;
  color: #07385d;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  text-align: center;
}

.header .header__right .btn-call-c2,
.header .header__right .header__search {
  display: none;
}

.header .header__left .header__logo {
  width: 100%;
  height: 100%;
}

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

.header .header__left .header__lmob {
  height: 3rem;
}

.footer .footer__search {
  position: relative;
}

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

.footer .footer__search .input {
  height: 3.4rem;
  padding: 0 6.625rem 0 3.25rem;
  max-width: 15.2rem;
}

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

.menu .submenu-v1 ul {
  position: absolute;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 0.25rem 2rem rgba(141, 163, 179, 0.2);
  background: #fff;
  display: none;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(100vh - 180px);
}

.menu .submenu-v1:last-child ul {
  right: 0;
}

.menu .submenu-v1 ul li {
  padding: 0 1rem 0.6rem 0;
}

.menu .submenu-v1:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
}

.menu .submenu-v1:hover a img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu .submenu-v1:hover li a {
  font-weight: 400;
  font-size: 1rem;
}

.menu .submenu-v1:hover li.sub-mainy {
  margin-top: 0.5rem;
}

.menu .submenu-v1:hover li.sub-mainy a {
  font-weight: 700;
  font-size: 1.1rem;
}

.mobile__menu .menu-list>li>a,
.mobile__menu .menu-list .submenu-sub>li>a {
  display: block;
}

.mobile__menu .menu-list__item>.down {
  z-index: -1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.mobile__menu .menu-list__item>.down.is-active {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

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

.mobile__menu .menu-list .submenu-sub li.sub-mainy {
  margin-top: 1rem;
}

.mobile__menu .menu-list .submenu-sub li.sub-mainy a {
  font-weight: 700;
  font-size: 1.1rem;
}

.custom-link-wrap a {
  display: none;
}

.b24-widget-button-social .custom-link-wrap a {
  display: block;
}

html.bx-ios.bx-ios-fix-frame-focus .b24-widget-button-shadow {
  visibility: visible !important;
}

html.bx-ios.bx-ios-fix-frame-focus,
.bx-ios.bx-ios-fix-frame-focus body {
  overflow: hidden !important;
}

html.bx-ios.bx-ios-fix-frame-focus {
  overflow: visible !important;
}

#ya-site-results {
  width: 100%;
}

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

.footer__utmsource p {
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
}

.s-banner-calc__block {
  width: 100%;
  padding: 1rem 0;
  height: 6.2rem;
}

.s-banner-calc__block-sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-banner-calc__block-sex .s-banner-calc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio1 {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio1:before {
  content: " ";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid #d9e0e4;
  border-radius: 3rem;
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio1.active:before {
  background: #6a70fe;
  border: 0.1rem solid #d9e0e4;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.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: 0.2rem solid #d9e0e4;
  border-radius: 3rem;
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
}

.s-banner-calc__block-sex .s-banner-calc__title .s-banner-calc__radio2.active:before {
  background: #6a70fe;
  border: 0.1rem solid #d9e0e4;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.s-banner-calc__block .s-banner-calc__slide {
  background: #d9e0e4;
  border: none !important;
  margin-top: 0.5rem;
}

.s-banner-calc__block .s-banner-calc__title {
  font-weight: 700;
}

.s-banner-calc__block .s-banner-calc__title input {
  border: 0.1rem solid #6a70fe;
  border-radius: 0.5rem;
  width: 5rem;
  background: none;
  padding: 0.3rem 0.2rem;
  text-align: center;
}

.s-banner-calc__block .s-banner-calc__slide .ui-slider-handle {
  background: #6a70fe;
  -webkit-box-shadow: 1px 1px 10px rgba(5, 8, 73, 0.3);
  box-shadow: 1px 1px 10px rgba(5, 8, 73, 0.3);
  border-radius: 10rem;
  border-color: #777bec;
  cursor: pointer;
}

.s-banner-calc__block .s-banner-calc__slide .ui-slider-range {
  background: #6a70fe;
  border-radius: 0.2rem;
  border-color: #777bec;
}

.s-block-text__calc {
  min-height: 18rem;
  background: #edf6ff url(../upload/calc-doc2.png) no-repeat;
  background-size: contain;
  background-position: right;
  padding: 3rem 0;
  margin: 5rem 0;
}

.calc-page-block .calc-result1 {
  margin-top: 2rem;
  display: none;
}

.calc-page-block .calc-result1.active {
  display: block;
}

.calc-page-block .calc-result1 h3 span {
  color: #d62c2c;
}

.s-price .s-price-block-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-price .s-price-block-tree>a {
  background: #edf6ff;
  border-radius: 1.2rem;
  padding: 2rem;
  position: relative;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.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: 0.25rem 0 0;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.s-price .s-price-block-tree-time {
  position: absolute;
  bottom: 7rem;
  left: 3rem;
  font-weight: 600;
  font-size: calc(0.625rem + 6 * ((100vw - 20rem) / 1600));
  line-height: 1.25;
  border-radius: 1.875rem;
  color: #012037;
  padding: 0.125rem 0.55rem;
  background-color: #fff;
}

.s-price .s-price-block-tree>a:hover {
  background: #ec5553;
}

.s-price .s-price-block-tree>a:hover .s-price-block-tree-title {
  color: #fff;
}

.s-price .s-price-block-tree>a:hover .s-price-block-tree-price {
  color: #fff;
}

.s-phsi-service {
  position: relative;
  margin: 4rem 0;
}

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

.s-main-services.s-main-services-phsi:after {
  display: none;
}

.s-phsi-service .s-phsi-service-img_doc {
  position: absolute;
  bottom: 0;
  margin-left: -6rem;
}

.s-phsi-service .s-phsi-service-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-phsi-service .s-phsi-service-tree>div {
  background: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(141, 163, 179, 0.2),
    0 1rem 2rem rgba(141, 163, 179, 0.2);
  box-shadow: 0 1rem 2rem rgba(141, 163, 179, 0.2),
    0 1rem 2rem rgba(141, 163, 179, 0.2);
  border-radius: 1rem;
  width: 100%;
  max-width: 20rem;
  padding-bottom: 1rem;
}

.s-phsi-service .s-phsi-service-tree2 {
  margin-left: 2rem;
}

.s-phsi-service .s-phsi-service-title {
  background: #1b568a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.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: 0.5rem 1rem 0.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: -0.8rem;
  margin-top: 0.6rem;
}

.s-steps.s-steps-phsi.inner {
  padding: 8rem 0;
}

.s-image__image_1 {
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
}

@media (min-width: 860px) {
  .header .header__middle {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .header__middle .info {
    text-align: left;
    white-space: nowrap;
  }

  .header .header__middle .phone {
    font-size: 1rem;
  }

  .header.header--scroll .header__left .header__logo {
    width: 7rem;
    margin-bottom: 0;
  }

  .header.header--scroll .header__description .info {
    display: none;
  }

  .s-banner.s-services:after {
    height: 100%;
  }

  .s-banner.s-services .pagetitle {
    font-size: 3rem;
  }
}

@media (max-width: 860px) {
  main .s-banner-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main .s-banner-list__item {
    width: 100%;
    margin-bottom: 1rem;
  }

  main .s-breadcrumbs ul li {
    font-size: 0.7rem;
    white-space: normal;
    margin-right: 0.9rem;
  }

  main .s-breadcrumbs ul li a {
    background: none !important;
    padding: 0;
  }

  .header .header__middle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .header .header__middle .phone {
    margin: 0.125rem auto;
  }

  .s-banner.s-services .s-banner-list .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-banner.s-services .s-banner-list__item {
    width: 100%;
  }

  .s-banner.s-services .pagetitle {
    font-size: 1.8rem;
  }

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

  article .wrapper img {
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
  }

  #select_city_modal .region_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #select_city_modal .select-your_city {
    display: none;
  }

  .s-price .accordion-list table tr td:nth-child(1) {
    width: 60%;
  }

  .s-price .accordion-list table tr td:nth-child(2) {
    width: 38%;
  }

  .footer .footer__search .input {
    max-width: 100%;
  }

  .calc-page-block .btn-calc-alko {
    margin-top: 4rem;
  }

  .s-block-text__calc {
    background: #edf6ff;
  }

  .s-price .s-price-block-tree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-price .s-price-block-tree2 {
    margin: 2rem 0;
  }

  .s-phsi-service .s-phsi-service-img_doc {
    display: none;
  }

  .s-phsi-service .s-phsi-service-tree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s-phsi-service .s-phsi-service-tree2 {
    margin-left: 0;
    margin-top: 2rem;
  }

  .s-phsi-service .s-phsi-service-list .page_title h2 {
    text-align: center;
  }

  .s-phsi-service .s-phsi-service-list .page_title h2:after {
    margin: auto;
  }

  .s-citylist .subfolder_ul li {
    width: 96%;
    text-align: center;
  }
}

.footer .adress__filialy {
  font-size: 1rem;
  line-height: 1;
  color: #d62c2c;
  margin: 0.425rem 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.footer .adress__filialy a {
  color: #d62c2c;
}

.footer .adress__filialy img {
  margin-left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.footer .adress__filialy:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.125rem;
  border-bottom: 0.0625rem dashed #d62c2c;
}

.slider-video-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.slider_video {
  -webkit-box-flex: 45%;
  -ms-flex: 45%;
  flex: 45%;
}

@media (max-width: 768px) {
  .slider_video {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .s-articles .author .author-img-doc {
    width: 8rem;
    height: 8rem;
  }

  .s-articles .author .author-text-doc {
    min-height: 8rem;
  }

  .s-articles .author .author-text-doc0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .s-articles .author .author-text2-doc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-articles .author .author-text-doc p,
  .s-articles .author .author-text-doc h3 {
    font-size: 1.2rem;
  }

  .s-articles .author .author-text-doc>img {
    width: 9rem;
  }
}

@media (max-width: 1200px) {
  .s-services .author {
    min-height: 14rem;
  }

  .faq_title {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .faq_title {
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  .s-services .author {
    margin-top: -1rem;
  }

  .s-services .author .author-img-doc {
    width: 7rem;
    height: 7rem;
  }

  .s-services .author .author-text-doc {
    min-height: 5rem;
  }

  .s-services .author .author-text-doc0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    min-height: 7rem;
  }

  .s-services .author .author-text2-doc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-services .author .author-text-doc p,
  .s-services .author .author-text-doc h3 {
    font-size: 1.2rem;
  }
}

.s-articles-tags-letteer .s-articles-tags-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
}

.s-articles-tags-letteer .s-articles-tags-inner a {
  color: #07385d;
  font-weight: 700;
  font-size: 1.4rem;
  margin-right: 0.8rem;
}

.s-articles-tags-letteer .s-articles-tags-inner a:hover,
.s-articles-tags-letteer .s-articles-tags-inner a.is-active {
  color: #f6686e;
}

.s-articles-tags-list {
  padding: 0 1rem;
}

.s-articles-tags-list .s-articles-tags-block,
.s-articles-tags-list .s-articles-tags-block.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 18rem;
  padding-bottom: 1rem;
}

.s-articles-tags-list .s-articles-tags-block.is-hide:not(.is-active) {
  display: none;
}

.s-articles-tags-list .s-articles-tags-block h3 {
  color: #f6686e;
  font-weight: 700;
  font-size: 1.4rem;
}

.s-articles-tags-list .s-articles-tags-block a {
  color: #07385d;
  font-weight: 600;
}

.s-articles-tags-list .s-articles-tags-block a:hover {
  color: #f6686e;
  text-decoration: underline;
}

.CalculatorRowGroup .CalculatorRow {
  background: #ddd;
}

.formSumTest input[type="radio"] {
  -webkit-appearance: auto;
  width: 1rem;
  height: 1rem;
}

.formSumTest .test_inner_block {
  border: 0.125rem dashed #85b5df;
  border-radius: 2.125rem;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}

.formSumTest .test_inner_block label {
  background-color: #fcf0f0;
  cursor: pointer;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
  font-weight: 700;
  background-color: #cecff4;
}

.formSumTest+.result_test_block {
  border: 0.125rem dashed #85b5df;
  border-radius: 2.125rem;
  padding: 1rem 2rem;
  margin-top: 2rem;
}

.articleBodyText img {
  max-width: 100%;
}

#toTop {
  width: 60px;
  padding: 5px;
  position: fixed;
  bottom: 110px;
  right: 21px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  z-index: 90;
}

#toTop img {
  width: 50px;
}

@media (max-width: 768px) {
  #toTop {
    right: 14px;
    text-align: left;
    bottom: 73px;
  }
}

.captcha_block {
  font-size: 16px;
  padding: 12px 0;
}

.captcha_block span {
  margin: 4px 0;
  display: block;
  width: 100%;
}

.captcha_block input {
  width: 100%;
  height: 40px;
  margin: 12px 0;
}

@media screen and (max-width: 600px) {

  iframe,
  video {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

.size-reset {
  width: 100%;
  height: initial !important;
}

.doctor__timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

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

.doctor__timetable-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctor__timetable-left::after {
  content: "";
  border-bottom: 1px dotted;
  border-color: #dfdfdf;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.5em;
}

.doctor__timetable-right {
  font-weight: 500;
  color: #ed5655;
}

.doctor__content-timetable {
  margin-top: 60px;
}

.doctor__content-timetable .doctor__timetable-title {
  font-weight: 900;
  font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
  line-height: 1.875rem;
  color: #012037;
  margin-bottom: 0;
}

.doctor__time {
  margin-top: 20px;
  text-align: center;
  color: #607788;
  border: 1px solid #d5e1ec;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 60px;
}

.doctor__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.doctor .doctor__price p,
.doctor .doctor__price a {
  color: #000000;
  padding: 20px 5px;
  text-align: center;
  border: 1px solid #d5e1ec;
  border-radius: 10px;
  width: 50%;
}

.doctor__price span {
  color: #ed5655;
}

@media (max-width: 440px) {
  .doctor__price {
    flex-direction: column;
    gap: 8px;
  }

  .doctor .doctor__price p,
  .doctor .doctor__price a {
    padding: 12px 5px;
    width: 100%;
  }

  .doctor .doctor__price p {
    margin-bottom: 0;
  }
}

.modal__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  background-color: #edf6ff;
  max-height: 90px;
  border-radius: 10px;
}

.modal__doctor img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
}

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

.modal__doctor-text p:first-child {
  color: #012037;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 0;
}

.modal__doctor-text p:last-child {
  color: #607788;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

.bullets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  background-color: #edf6ff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullets li a {
  color: #012037;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
}

.bullets li img {
  max-width: 60px;
  margin: 10px 20px 10px 10px;
  border-radius: 5px;
}

.article-list__title {
  font-weight: 900;
  font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
  line-height: 1.875rem;
  color: #012037;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .bullets li a {
    font-size: 16px;
    line-height: 20px;
  }
}

.clinic__3dtour-inn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.clinic__3dtour-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  display: none;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.clinic__3dtour-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.clinic__3dtour-subtitle {
  font-size: 0.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, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.clinic__3dtour-inn:hover .clinic__3dtour--hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.clinic__3dtour--hover__ttl {
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
}

.clinic__block {
  margin-top: 30px;
  padding: 50px 0;
}

.clinic__block .container {
  position: relative;
}

.clinic__block .section__title {
  margin: 0;
  position: absolute;
  top: 20%;
}

.clinic__block .ni-button {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.clinic__block-mb {
  margin-bottom: 30px;
}

.clinic__3dtour {
  overflow: hidden;
  border-radius: 30px;
}

@media (max-width: 650px) {
  .clinic__block {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 32px 0;
  }

  .clinic__3dtour-actions {
    display: block;
  }
}

.fancybox-content iframe {
  height: 100% !important;
}

.fancybox-slide {
  background: rgba(0, 0, 0, 0.4);
}

.new_baner_red {
  border-radius: 40px;
}

.new_banner_red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.new_banner_red_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 80px 10px 0 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 60px;
  background: #edf6ff;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}

.new_banner_red_gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.new_banner_text_block {
  max-width: 583px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.new_banner_text_block h1 {
  color: #07385d;
  font-family: Nunito;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
}

.new_banner_text_block p {
  color: #07385d;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new_baner_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px dashed #6a70fe;
  color: #6a70fe;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.new_baner_btn_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #ef5b5c;
  color: var(--button-primary-text-default, #fff);
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  border-width: 0;
}

.new_baner_btn_one:hover {
  background: #eb5350;
}

.new_banner_btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 11px;
}

.new_banner_img_block {
  position: relative;
}

.new_banner_img_block img {
  height: 600px;
  width: 729px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
  margin-bottom: -40px;
}

.new_banner_img_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner_text_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  border: 2px dashed #6a70fe;
  background: rgba(255, 255, 255, 0.7);
}

.banner_text_item:nth-child(1) {
  position: absolute;
  left: -39px;
  top: -39px;
}

.banner_text_item:nth-child(2) {
  position: absolute;
  left: 114px;
  top: 94px;
}

.banner_text_item:nth-child(3) {
  position: absolute;
  left: -15px;
  top: 227px;
}

.banner_text_item p:first-child {
  color: #6a70fe;
  font-family: Nunito;
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 0;
}

.banner_text_item p:last-child {
  color: #07385d;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 138px;
  margin-bottom: 0;
}

@media (max-width: 1650px) {
  .new_banner_img_block img {
    width: 600px;
  }
}

@media (max-width: 1400px) {
  .new_banner_red_block {
    padding-top: 110px;
  }

  .header .menu ul a {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {
  .new_banner_red_gap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }

  .new_banner_text_block h1 {
    color: #012037;
    text-align: center;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
  }

  .new_banner_text_block {
    gap: 12px;
  }

  .new_banner_text_block p {
    color: #607788;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

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

  .new_baner_btn_one {
    width: 100%;
  }

  .new_baner_btn {
    width: 100%;
  }

  .new_banner_img_block {
    margin-top: 15px;
  }

  .new_banner_img_block img {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .new_banner_img_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
    gap: 10px;
  }

  .banner_text_item:nth-child(1) {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner_text_item:nth-child(2) {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner_text_item:nth-child(3) {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new_banner_red_block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 30px 15px 30px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 60px;
    background: #edf6ff;
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
  }
}

.header__description {
  max-width: 318px;
}

.header-feedback__item {
  width: 48px;
}

.header-feedback__lists {
  min-width: none;
}

.header-feedback {
  width: 104px;
}

.head_new_right_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: 8px;
}

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

.header__description .info {
  color: #07385d;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.header .header__middle .phone {
  gap: 8px;
  white-space: nowrap;
  padding: 0;
}

.header__middle>div {
  gap: 8px;
}

.header .menu ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

@media (max-width: 1240px) {
  .header .menu ul {
    gap: 10px;
  }

  .header .menu ul li {
    font-size: 14px;
  }
}

.head_new_rediz {
  margin-bottom: 15px;
  padding: 0 10px;
  gap: 10px;
}

.header .menu__btn {
  background-color: #4f56f9;
}

.header .menu__btn:after {
  background: #6a70fe;
}

.new_btn_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #ef5b5c;
  color: #ef5b5c;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  background: #fff;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.new_btn_head_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #ef5b5c;
  color: var(--Button-Primary-Text_Default, #fff);
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  border: 0;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.new_btn_head:hover {
  background: #ef5b5c;
  color: #fff;
}

.new_btn_head_2:hover {
  background: #c64d4d;
}

.head_new_right_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
  gap: 8px;
}

.right_no_active {
  display: none;
}

@media (max-width: 1250px) {
  .head_new_rediz {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .head_new_right_link {
    display: none;
  }

  .head_new_right_btn {
    width: 100%;
  }

  .header .btn {
    padding: 0.875rem 3.425rem;
  }

  .head_new_right {
    width: 100%;
  }

  .new_btn_head_2 {
    width: 100%;
  }

  .new_btn_head {
    width: 100%;
  }
}

textarea {
  height: 100% !important;
}

@media (max-width: 410px) {
  .header__middle .phone {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .new_btn_head {
    font-size: 13px;
  }

  .new_btn_head_2 {
    font-size: 13px;
  }
}

.fut_disc {
  text-align: center;
  margin-top: 10px;
  background: #edf6ff;
  padding: 0.5rem 0;
}

.fut_disc p {
  color: #607788;
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: Nunito;
}

html .b24-widget-button-position-bottom-right {
  right: 20px;
  bottom: 25px;
}

@media (max-width: 768px) {
  html .b24-widget-button-position-bottom-right {
    right: 15px;
    bottom: 10px;
  }
}

@media (max-width: 400px) {
  .s-price .accordion-list table tr td:nth-child(1) {
    width: 50%;
  }

  .s-price .accordion-list table tr td:nth-child(2) {
    width: 40%;
  }

  .s-price .accordion-list tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

#specialButton {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: 100;
}

@media screen and (max-width: 600px) {

  iframe,
  video {
    height: 350px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 333px) {
  .mobile__menu {
    margin-top: 4.8rem !important;
  }
}

.fut_disc {
  text-align: center;
  margin-top: 10px;
  background: #edf6ff;
  padding: 0.5rem 0;
}

.fut_disc p {
  color: #607788;
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: Nunito;
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.youtube .play {
  background: url("/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube:hover .play {
  background-position: 0 0;
}

@media (max-width: 767px) {
  .youtube {
    height: 350px !important;
  }
}

html {
  opacity: 1 !important;
}

.search_page .footer__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
}

.s-gallery .owl-carousel.owl-drag .owl-item img {
  min-height: 1px;
}

@media (max-width: 720px) {
  .header .header__middle {
    max-width: 280px;
  }

  .header__left {
    max-width: 50px;
  }
}

@media (max-width: 450px) {
  .header .header__middle {
    max-width: 185px;
  }

  .header__middle>div {
    gap: 3px;
  }
}

@media (max-width: 410px) {
  .header .header__middle {
    max-width: 138px;
  }

  .new_btn_head {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .new_btn_head {
    padding: 8px;
  }
}

.header--scroll {
  padding-top: 15px;
}

.header--scroll .contraindications {
  display: none;
}

@media (max-width: 1280px) {
  .head_new_right {
    margin: 5px auto;
  }

  .header .menu ul li {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

.s-faq .accordion__header {
  margin-bottom: 0;
}

.s-faq .accordion .caret {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.short_info .container {
  background: rgb(237, 246, 255);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 80px auto auto;
  border-radius: 20px;
  position: relative;
}

.short_info .container:before {
  content: " ";
  background-image: url(/netcat_template/template/new_design/assets/image/health_img.png);
  position: absolute;
  right: 110px;
  top: 40%;
  display: block;
  width: 145px;
  height: 122px;
  background-size: cover;
  background-repeat: no-repeat;
}

.short_info p {
  color: rgb(7, 56, 93);
  font-family: Nunito;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 0;
}

.short_info li {
  color: rgba(1, 32, 55, 0.8);
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  list-style-type: none;
  position: relative;
  transition: max-height 300ms ease-in-out, margin-bottom 300ms;
  overflow: hidden;
}

.short_info .short_info__list *:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  max-height: 0;
}

.short_info .short_info__list *:nth-child(1),
.short_info .short_info__list *:nth-child(2),
.short_info .short_info__list *:nth-child(3) {
  margin-bottom: 8px;
}

.short_info .short_info__list.active *:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  max-height: 800px;
}

.short_info .short_info__list.active *:not(:nth-child(1), :nth-child(2), :nth-child(3), :last-child) {
  margin-bottom: 8px;
}

.short_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
  margin-bottom: 0px;
  transition: max-height 300ms ease-in-out, margin-bottom 300ms;
  overflow: hidden;
}

.short_info li a:before {
  background: rgb(173, 203, 233);
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
  left: -18px;
  -webkit-transition: background 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background 0.25s ease-out, color 0.25s ease-out;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}

.short_info li a {
  color: rgba(1, 32, 55, 0.8);
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.short_info li a:hover {
  color: rgb(106, 112, 254);
}

.short_info li a:hover:before {
  background: rgb(106, 112, 254);
}

@media (max-width: 820px) {
  .short_info .container {
    margin: 32px auto auto;
  }

  .short_info .container:before {
    background-image: none;
  }
}

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

.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(187, 221, 255, 1);
}

.team__picture {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 4px solid rgba(237, 246, 255, 1);
  padding: 6px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  & img {
    width: 100%;
    max-width: 100%;
  }
}

.team__text {
  color: rgba(96, 119, 136, 1);
  font-size: 18px;

  & span {
    font-weight: 700;
  }

  & p {
    margin-bottom: 20px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

@media (max-width: 700px) {
  .team__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }

  .team__text {
    font-size: 16px;
    width: 100%;

    & p {
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

.advantages {
  margin: 60px 0;
}

.advantages .section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  counter-reset: list;
}

.advantages__inner>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.advantages__inner>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.advantages__inner>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.advantages__inner>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.advantages__inner>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.advantages__inner>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.1;
  padding: 30px;
  border-radius: 30px;
  background-color: rgba(237, 246, 255, 1);

  &:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }

  &:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  &:nth-child(3) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  &:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    gap: 10px;
    padding-bottom: 0;

    & .advantages__picture {
      max-width: 220px;
      max-height: 255px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  }
}

.advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;

  &::before {
    display: block;
    content: "0" counter(list) "/";
    counter-increment: list;
    font-weight: 800;
    font-size: 28px;
    color: rgba(1, 32, 55, 0.2);
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.advantages__name {
  font-weight: 800;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 28px;
  margin-inline-start: 50px;
}

.advantages__text {
  font-size: 16px;
  color: rgba(96, 119, 136, 1);
  max-width: 400px;
}

.advantages__picture {
  max-width: 280px;
  max-height: 170px;
  border-radius: 14px;
  overflow: hidden;

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

@media screen and (width<=992px) {
  .advantages__picture {
    display: none;
  }
}

@media (max-width: 990px) {
  .advantages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .advantages__item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advantages__name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .advantages__content::before {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .advantages__content {
    gap: 0;
  }

  .advantages__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

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

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

  .advantages__item:nth-child(4) .advantages__picture {
    max-height: 200px;
    max-width: 180px;

    & img {
      -o-object-position: top;
      object-position: top;
    }
  }
}

.feedback-reviews__btn {
  margin: 40px auto 0;
}

.reviews-form__text {
  position: relative;
  padding: 10px 10px 46px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  margin-bottom: 16px;

  &:focus {
    border-color: #f6696f;
  }

  & textarea {
    resize: none;
    width: 100%;
    outline: none;
    border: none;
    max-height: 140px;
    min-height: 140px;
    overflow-y: auto;

    &::-webkit-scrollbar {
      width: 5px;
    }

    &::-webkit-scrollbar-thumb {
      background-color: #ed5654;
      border-radius: 30px;
    }

    &::-webkit-scrollbar-track {
      background-color: #edf6ff;
      border-radius: 30px;
    }
  }

  & span {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 500px) {
  .modal {
    margin: 60px 0;
    padding: 40px 20px 20px;
  }
}

.doc_gallery {
  margin-top: 40px;
  max-width: 793px;
}

.doc_gallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 0px;
}

.section_new__title {
  font-family: Nunito;
  font-size: 44px;
  font-weight: 900;
  line-height: 44px;
  text-align: left;
}

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

.title_centr_text .carousel-nav {
  margin: 0;
}

.doc_gallery_item {
  background: #edf6ff;
  border-radius: 15px;
  padding: 12px;
  width: 100%;
}

.doc_gallery_item p {
  font-family: Nunito;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  text-align: left;
  color: #607788 !important;
  margin-top: 12px;
}

.doc_gallery_item img {
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.doc_gallery .carousel-nav {
  gap: 16px;
}

.doc_gallery .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doc_gallery .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .doc_gallery {
    max-width: 785px;
  }
}

@media (max-width: 1000px) {
  .doc_gallery {
    max-width: 644px;
  }
}

@media (max-width: 820px) {
  .doc_gallery {
    max-width: 500px;
  }
}

@media screen and (max-width: 46.875rem) {
  .doc_gallery {
    max-width: calc(100vw - 30px);
  }
}

@media (max-width: 400px) {
  .section_new__title {
    font-size: 28px;
    line-height: 30px;
  }
}

.cookies {
  position: fixed;
  bottom: 94px;
  right: 93px;
  max-width: 503px;
  border-radius: 20px;
  background: #ffffff;
  padding: 24px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  z-index: 100;
  border: 1px solid #f6696f;
  display: none;
}

.cookies p {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.cookies p:first-child {
  font-size: 20px;
  font-weight: 800;
}

.cookies button {
  padding: 12px 18px 12px 18px;
  border-radius: 16px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f6696f),
      to(#eb5350));
  background: -o-linear-gradient(left, #f6696f 0%, #eb5350 100%);
  background: linear-gradient(90deg, #f6696f 0%, #eb5350 100%);
  color: #ffffff;
  border: 0;
  width: 100%;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 600px) {
  .cookies {
    bottom: 15px;
    right: 10px;
    left: 10px;
    border-radius: 12px;
    background: #ffffff;
    padding: 20px 16px;
    gap: 12px;
  }

  .cookies p {
    font-size: 14px;
  }

  .cookies p:first-child {
    font-size: 18px;
  }
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

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

.first_foot_border_line {
  border: 1px solid #bbddff;
  width: 100%;
}

.first_foot .first {
  min-width: 616px;
}

.first_foot p {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #012037;
  margin-bottom: 0;
  min-width: 306px;
}

.first_foot__soc {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

.first_foot .footer__logo {
  min-width: 235px;
}

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

.second_foot .col {
  padding: 0;
  margin: 0;
}

.second_foot_city {
  min-width: 400px;
}

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

.third_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
}

.third_foot_url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  min-width: 250px;
}

.third_foot_url a {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #012037;
}

.footer__new_consult {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #012037b2;
}

.footer__copy {
  margin: 0;
}

.footer__copy p {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #012037;
}

.payment_chose .title {
  font-family: Nunito;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
  color: #012037;
}

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

@media (max-width: 1400px) {
  .first_foot_border_line {
    display: none;
  }

  .first_foot,
  .second_foot,
  .third_foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }

  .second_foot_city {
    min-width: 300px;
  }

  .first_foot__soc {
    padding: 0;
  }

  .footer .footer__search {
    width: 100%;
  }
}

.first_foot__soc li {
  -webkit-box-shadow: 0px 4px 32px 0px #8da3b233;
  box-shadow: 0px 4px 32px 0px #8da3b233;
  border-radius: 32px;
  padding: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html.lock {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

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

.popup.active {
  display: block;
}

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

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

.popup__body .result-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.popup__content {
  position: relative;
  /*max-width: 500px;
padding: 70px 60px;
border-radius: 0px 120px;*/
  background-color: #ffffff;

  min-height: auto;
  scale: 0.4;
  -webkit-transition: scale 0.4s ease;
  -o-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  margin-left: auto;
  margin-right: auto;
}

.popup.open .popup__content {
  scale: 1;
  opacity: 1;
  transform: none;
}

/*.close-popup {
position: absolute;
background: #00849C;
width: 38px;
height: 38px;
top: 0px;
right: 0px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: scale .2s ease, -webkit-transform .2s ease;
transition: scale .2s ease, -webkit-transform .2s ease;
-o-transition: transform .2s ease, scale .2s ease;
transition: transform .2s ease, scale .2s ease;
transition: transform .2s ease, scale .2s ease, -webkit-transform .2s ease;
z-index: 10000;
}
.close-popup:hover{
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
scale: 1.2;
}
.close-popup::after{
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "";
display: block;
width: 20px;
height: 2px;
border-radius: 2px;
background: #FFFFFF;
}
.close-popup::before{
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "";
display: block;
height: 20px;
width: 2px;
border-radius: 2px;
background: #FFFFFF;
}*/
.popup .result_wrapper_secc,
.popup .result_wrapper_erroe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.video__container_rutube {
  display: block;
  text-align: center;
  /*margin: 35px auto 30px;*/
  position: relative;
  max-width: 800px;
}

.video__container_rutube img {
  width: 100%;
}

.video__container_rutube::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000020;
  z-index: 2;
  transition: 0.3s;
}

.video__container_rutube:hover::after {
  background-color: transparent;
}

.video-play-btn {
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background: rgb(0, 161, 231);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: 0.3s;
}

.video-play-btn svg {
  width: 20px;
  height: 20px;
}

.video__container_rutube:hover .video-play-btn {
  background: rgb(1, 96, 136);
}

main {
  padding: 0;
}

.nh-container {
  max-width: 1830px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.nh-address-wrapper {
  display: flex;
  flex-direction: column;
}

.nh-address-text {
  margin-bottom: 6px;
  color: #607788;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.nh-address-address {
  font-family: Nunito;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #07385d;
  margin-bottom: 0;
}

.nh-address-address span {
  padding-bottom: 3px;
  border-bottom: 1.5px dashed #ef5b5c;
  cursor: pointer;
  color: #ef5b5c;
  transition: 0.3s;
}

.nh-address-address span:hover {
  color: #07385d;
  transition: 0.3s;
  border-bottom: 1.5px dashed #07385d;
}

.nh-phones-wrapper {
  display: flex;
  flex-direction: column;
}

.nh-phones-top {
  margin-bottom: 6px;
  color: #607788;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.nh-phones-bottom {
  display: flex;
  gap: 12px;
}

.nh-phones-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.nh-phones-item:first-child {
  padding-right: 12px;
  border-right: 1px solid #07385d1a;
}

.nh-phones-item picture {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.nh-phones-item picture img {
  width: 100%;
  height: 100%;
}

.nh-phones-item p {
  margin: 0;
  font-family: Nunito;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #07385d;
  transition: 0.3s;
}

@media (min-width: 1261px) {
  .new-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-top: 20px;
    z-index: 100;
  }

  .nh-top .nh-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #07385d1a;
    align-items: center;
  }

  .nh-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .nh-logo {
    display: block;
    width: 168px;
    height: 50px;
    padding-right: 20px;
    border-right: 1px solid #07385d1a;
    flex-shrink: 0;
  }

  .nh-logo img {
    width: 100%;
    height: 100%;
  }

  .nh-logo__text {
    max-width: 300px;
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    color: #07385d;
  }

  .nh-phones-item:hover p {
    color: #ef5b5c;
    transition: 0.3s;
  }

  .nh-button {
    border: none;
    background-color: #ef5b5c;
    color: #ffffff;
    font-family: Nunito;
    font-weight: 800;
    font-size: 18px;
    padding: 18px 32px;
    border-radius: 12px;
    transition: 0.3s;
  }

  .nh-button_mobile {
    display: none;
  }

  .nh-button_desctop {
    display: block;
  }

  .nh-button_burger {
    display: none;
  }

  .nh-button picture {
    display: none;
  }

  .nh-button:hover {
    background-color: #ba4141;
    transition: 0.3s;
  }

  .nh-bottom {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .nh-bottom .nh-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .nh-about-menu {
    z-index: 3;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 15px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(141, 163, 179, 0.2);
    list-style: none;
    max-width: 1200px;
    width: 100%;
  }

  .nh-about-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nh-about-menu>ul {
    max-width: 390px;
    width: 100%;
    height: 100%;
    max-height: 320px;
    overflow: auto;
    padding-right: 20px;
    border-right: 2px dashed #85b5df;
  }

  .nh-about-menu ul ul {
    width: 845px;
    padding: 15px;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
    position: absolute;
    top: 0;
    left: 410px;
    display: none;
  }

  .nh-about-menu ul ul li {
    flex-basis: calc(50% - 10px);
  }

  .nh-about-menu ul li.active ul {
    display: flex;
  }

  .nh-about-menu.active {
    display: block;
  }

  .nh-navigation {
    display: contents;
  }

  .nh-navigation>ul {
    display: contents;
    list-style: none;
  }

  .nh-navigation>ul>li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 20px 5px;
  }

  .nh-navigation>ul>li a {
    font-family: Nunito;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #07385d;
    transition: 0.3s;
  }

  .nh-navigation>ul>li:hover>a {
    color: #ef5b5c;
    transition: 0.3s;
  }

  .nh-navigation>ul>li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/netcat_template/template/new_design/assets/image/new-header/arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.3s;
  }

  .nh-navigation>ul>li:hover::after {
    transform: rotate(-180deg);
  }

  .nh-navigation>ul ul {
    width: 350px;
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 20px;
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(141, 163, 179, 0.2);
  }

  .nh-navigation>ul>li:nth-last-child(-n + 3) ul {
    left: auto;
    right: -20px;
  }

  .nh-navigation>ul ul>li {
    padding: 10px 0;
  }

  .nh-navigation>ul ul>li a:hover {
    color: #ef5b5c;
  }

  .nh-navigation>ul ul>li {
    transform: rotate3d(1, 0, 0, 90deg);
    transition: 0.3s;
  }

  .nh-navigation>ul>li:hover ul {
    max-height: 650px;
    padding: 15px;
    border-radius: 15px;
    overflow: auto;
  }

  .nh-navigation>ul>li:hover ul>li {
    height: 100%;
    overflow: hidden;
    transform: rotate3d(0, 0, 0, 90deg);
    transition: transform 0.3s;
  }

  .nh-menu-button {
    background-color: #6a70fe;
    padding: 12px 20px;
    border-radius: 12px;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .nh-menu-button:hover {
    background-color: #07385d;
  }

  .nh-menu-button span {
    font-family: Nunito;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
  }

  .nh-menu-button:hover {
    transition: 0.3s;
  }

  .nh-menu-button picture {
    flex-shrink: 0;
    padding-bottom: 3px;
    transition: 0.3s;
  }

  .nh-menu-button.active {
    background-color: #07385d;
  }

  .nh-menu-button.active::before {
    content: "";
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: default;
  }

  .nh-menu-button.active picture {
    transform: rotate(135deg);
  }

  .nh-menu-button picture img {
    width: 16px;
    height: 16px;
  }

  .nh-about-menu ul::-webkit-scrollbar,
  .nh-navigation>ul ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
  }

  .nh-about-menu ul::-webkit-scrollbar-thumb,
  .nh-navigation>ul ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #07385d;
  }

  .nh-about-menu ul::-webkit-scrollbar-track,
  .nh-navigation>ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #6a70fe;
  }

  .nh-about-menu>ul>li>a {
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    color: #07385d;
    padding: 8px 0;
    padding-left: 30px;
    transition: 0.3s;
    position: relative;
  }

  .nh-about-menu>ul>li>a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/netcat_template/template/new_design/assets/image/new-header/arrow-right.svg");
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    transition: 0.3s;
  }

  .nh-about-menu>ul>li.active>a {
    color: #ef5b5c;
    transition: 0.3s;
  }

  .nh-about-menu>ul>li.active>a::before {
    left: 5px;
  }

  .nh-about-submenu a {
    color: #607788;
    font-size: 16px;
    transition: 0.3s;
  }

  .nh-about-submenu a:hover {
    color: #d62c2c;
  }

  .nh-search-form {
    display: none;
  }

  .nh-mobile-button {
    display: none;
  }

  .nh-info {
    display: none;
  }

  @media (max-width: 1650px) {
    .nh-navigation>ul>li {
      padding: 20px 5px;
    }
  }

  @media (max-width: 1500px) {
    .nh-button {
      padding: 15px 27px;
    }

    .nh-button span {
      display: none;
    }

    .nh-button picture {
      width: 30px;
      height: 30px;
      display: block;
      filter: brightness(100);

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

  @media (max-width: 1480px) {
    .nh-logo__text {
      max-width: 175px;
    }

    .nh-navigation>ul>li a {
      font-size: 15px;
    }
  }

  @media (max-width: 1320px) {
    .nh-navigation>ul>li a {
      font-size: 14px;
    }

    .nh-address-address {
      font-size: 16px;
    }
  }
}

@media (max-width: 1260px) {
  .nh-button_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nh-button_desctop {
    display: none;
  }

  .new-header {
    position: sticky;
    top: 0;
    padding-top: 14px;
    background-color: #fff;
    z-index: 100;
  }

  .nh-top .nh-container {
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
  }

  .nh-logo {
    display: block;
    width: 121px;
    height: 36px;
  }

  .nh-logo img {
    width: 100%;
    height: 100%;
  }

  .nh-logo__text {
    display: none;
  }

  .nh-address-wrapper {
    display: none;
  }

  .nh-phones-wrapper {
    display: none;
  }

  .nh-button span {
    display: none;
  }

  .nh-menu-button {
    display: none;
  }

  .nh-buttons {
    display: flex;
    gap: 10px;
  }

  .nh-button {
    border: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 8px;
    padding: 0;
    border: 1px solid #ef5b5c;
  }

  .nh-button picture img {
    width: 20px;
    height: 22px;
    padding-bottom: 2px;
  }

  .nh-button_burger {
    overflow: hidden;
    background-color: #ef5b5c;
    padding: 0px;
  }

  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .hamRotate.active {
    transform: rotate(45deg);
  }

  .hamRotate180.active {
    transform: rotate(180deg);
  }

  .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
  }

  .ham1 .top {
    stroke-dasharray: 40 139;
  }

  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }

  .ham1.active .top {
    stroke-dashoffset: -98px;
  }

  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }

  .nh-bottom {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.3s;
  }

  .nh-bottom.active {
    border-top: 1px solid #07385d1a;
    max-height: calc(100vh - 130px);
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: auto;
  }

  .nh-bottom .nh-container {
    display: flex;
    flex-direction: column;
  }

  .nh-bottom::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
  }

  .nh-bottom::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #07385d;
  }

  .nh-bottom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #6a70fe;
  }

  .nh-input-wrapper {
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #ef5b5c;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .nh-search-form input {
    padding: 0;
    border: none;
    width: 100%;
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    color: #012037;
    order: 0;
  }

  .nh-input-wrapper button {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 16px;
  }

  .nh-input-wrapper button img {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
  }

  .nh-mobile-button {
    border: none;
    width: 100%;
    background-color: #ef5b5c;
    color: #fff;
    padding: 16px;
    text-align: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 12px;
    margin-bottom: 25px;
    order: 1;
  }

  .nh-about-menu ul,
  .nh-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: 0.3s;
  }

  .nh-about-menu ul {
    order: 3;
  }

  .nh-navigation ul {
    order: 2;
  }

  .nh-navigation ul ul,
  .nh-about-submenu {
    max-height: 0;
    overflow: hidden;
  }

  .nh-about-menu {
    display: contents;
  }

  .nh-navigation {
    display: contents;
  }

  .nh-about-menu>ul>li>a,
  .nh-navigation>ul>li>a {
    font-family: Nunito;
    font-weight: 700;
    font-size: 18px;
    color: #012037;
  }

  .nh-about-menu>ul>li,
  .nh-navigation>ul>li {
    padding-bottom: 16px;
    padding-top: 15px;
    border-bottom: 1px solid #07385d1a;
    position: relative;
  }

  .nh-about-menu>ul>li::before,
  .nh-navigation>ul>li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ef5b5c;
    border-radius: 6px;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }

  .nh-about-menu>ul>li.active::before,
  .nh-navigation>ul>li.active::before {
    background-color: #ef5b5c;
    transition: 0.3s;
  }

  .nh-about-menu>ul>li::after,
  .nh-navigation>ul>li::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 14px;
    right: 0;
    transition: 0.3s;
    background-image: url("/netcat_template/template/new_design/assets/image/new-header/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: brightness(1);
  }

  .nh-about-menu>ul>li.active::after,
  .nh-navigation>ul>li.active::after {
    filter: brightness(3);
    transform: rotate(180deg);
  }

  .nh-about-menu>ul>li ul,
  .nh-navigation>ul>li ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .nh-about-menu>ul>li li,
  .nh-navigation>ul>li li {
    padding-left: 22px;
    position: relative;
  }

  .nh-about-menu>ul>li li::before,
  .nh-navigation>ul>li li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("/netcat_template/template/new_design/assets/image/new-header/arrow-right.svg");
    background-size: contain;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
  }

  .nh-about-menu>ul>li li a,
  .nh-navigation>ul>li li a {
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    color: #607788;
  }

  .nh-info {
    padding: 40px 8px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #edf6ff;
    order: 4;
  }

  .nh-info .nh-phones-wrapper {
    display: flex;
  }

  .nh-info .nh-address-wrapper {
    display: flex;
    align-items: flex-start;
  }

  .nh-socials-text {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    color: #607788;
    margin-bottom: 10px;
  }

  .nh-socials-links {
    display: flex;
    gap: 8px;
  }

  .nh-socials-link {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nh-info .nh-phones-item {
    padding: 0;
    border: none;
  }

  .nh-info .nh-phones-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .nh-filials-button {
    border-radius: 5px;
    padding: 8px 12px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 14px;
    color: #ef5b5c;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #ef5b5c0f;
  }

  .nh-address-address {
    margin-bottom: 12px;
  }
}

.new-footer {
  padding: 10px;
}

.nf-container {
  padding: 60px 50px;
  border-radius: 40px;
  background-color: #edf6ff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nf-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #07385d1a;
}

.nf-logo-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nf-logo-wrapper picture {
  width: 168px;
  height: 50px;
  padding-right: 20px;
  border-right: 1px solid #07385d1a;
}

.nf-logo-wrapper picture img {
  width: 100%;
  height: 100%;
}

.nf-logo-text {
  font-family: Nunito;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #07385d;
  margin: 0;
  max-width: 200px;
}

.nf-form-button {
  display: flex;
  gap: 8px;
}

.nf-input-wrapper {
  display: flex;
  padding: 19px 24px;
  border: 1px solid #ef5b5c;
  border-radius: 12px;
}

.nf-input-wrapper input {
  font-family: Nunito;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  color: #012037;
  border: none;
  background-color: transparent;
}

.nf-input-wrapper button {
  border: none;
  background-color: transparent;
}

.nf-button {
  font-family: Nunito;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  border: none;
  background-color: #ef5b5c;
  border-radius: 12px;
  padding: 18px 32px;
  transition: 0.3s;
}

.nf-button:hover {
  background-color: #ba4141;
  transition: 0.3s;
}

.nf-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nf-adress_gray-text {
  margin: 0;
  color: #607788;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
}

.nf-adress_text {
  margin-bottom: 10px;
  font-family: Nunito;
  font-weight: 700;
  font-size: 18px;
  color: #07385d;
}

.nf-adress_text span {
  color: #ef5b5c;
  cursor: pointer;
  transition: 0.3s;
}

.nf-adress_text span:hover {
  color: #07385d;
  transition: 0.3s;
}

.nf-filials-button {
  display: block;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #ef5b5c0f;
  border-radius: 5px;
  font-family: Nunito;
  font-weight: 700;
  font-size: 16px;
  color: #ef5b5c;
  width: 168px;
  line-height: 130%;
  transition: 0.3s;
}

.nf-filials-button:hover {
  color: #07385d;
  transition: 0.3s;
}

.nf-filials-button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/netcat_template/template/new_design/assets/image/new-header/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}

.nf-filials-button:hover::after {
  filter: brightness(0);
  transition: 0.3s;
}

.nf-col_phones {
  gap: 8px;
}

.nf-phones-text_grey {
  margin-bottom: 4px;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  color: #607788;
}

.nf-phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nf-phone picture {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.nf-phone picture img {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

.nf-phone span {
  font-family: Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #07385d;
  transition: 0.3s;
}

.nf-phone span:hover {
  color: #ef5b5c;
}

.nf-links-text_grey {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  color: #607788;
  margin-bottom: 6px;
}

.nf-links-row {
  display: flex;
  gap: 12px;
}

.nf-link {
  display: flex;
  padding: 10px;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}

.nf-link:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.nf-link picture {
  width: 20px;
  height: 20px;
}

.nf-link img {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

.nf-pay-text_grey {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  color: #607788;
  margin-bottom: 4px;
}

.nf-pays-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 445px;
  gap: 8px;
}

.nf-pay-item {
  flex: 1;
  flex-basis: calc(33.3% - 6px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  border: 1px dashed #ef5b5c;
  background-color: #fff;
}

.nf-pay-item picture {
  height: 20px;
}

.nf-pay-item img {
  vertical-align: baseline;
}

.nf-pay-item span {
  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #ef5b5c;
}

.nf-row-menu {
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nf-col_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.nf-col_menu_wide {
  flex: 2;
}

.nf-col_menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.nf-col_menu ul li {
  flex-basis: 100%;
}

.nf-col_menu ul li a {
  color: #607788;
  transition: 0.3s;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.nf-col_menu ul li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/netcat_template/template/new_design/assets/image/new-header/arrow-right.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  transition: 0.3s;
}

.nf-col_menu ul li a:hover {
  color: #ef5b5c;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
}

.nf-col_menu ul li a:hover::before {
  left: 4px;
}

.nf-col_menu_wide ul li {
  flex-basis: calc(50% - 6px);
}

.nf-menu_category a {
  color: #012037;
  font-family: Nunito;
  font-weight: 700;
  font-size: 20px;
  transition: 0.3s;
}

.nf-menu_category a:hover {
  color: #ef5b5c;
  transition: 0.3s;
}

.nf-col_info {
  gap: 8px;
}

.nf-info-link {
  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #012037;
  transition: 0.3s;
}

.nf-info-link:hover {
  color: #ef5b5c;
  transition: 0.3s;
}

.nf-col_info-text {
  display: flex;
  flex-direction: column;
  max-width: 890px;
  color: #012037b2;
}

.nf-col_info-text p {
  margin: 0;
  font-family: Nunito;
  font-weight: 500;
  font-size: 14px;
}

.nf-attention {
  padding: 10px;
  text-align: center;
  background-color: #012037;
  border-radius: 40px;
}

.nf-attention p {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #ffffffb2;
}

.nf-row_info {
  padding-bottom: 0;
  border: none;
}

@media (max-width: 1400px) {
  .nf-container {
    gap: 16px;
  }

  .nf-row {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .nf-col {
    flex-basis: 50%;
  }

  .nf-col_menu {
    flex-basis: calc(50% - 15px);
  }

  .nf-col_menu_wide {
    flex-basis: 100%;
  }
}

@media (max-width: 1000px) {
  .nf-container {
    padding: 40px 16px 30px;
  }

  .nf-row_logo {
    gap: 20px;
  }

  .nf-row_logo>div {
    flex-basis: 100%;
  }

  .nf-form-button {
    justify-content: space-between;
  }

  .nf-search-form {
    width: 100%;
  }

  .nf-search-form input {
    width: 100%;
  }

  .nf-button {
    flex-shrink: 0;
  }

  .nf-adress_text {
    padding-right: 15px;
  }

  .nf-logo-text {
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .nf-row_info {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 860px) {
  .new-footer {
    padding: 10px 4px;
  }

  .nf-container {
    padding-bottom: 12px;
  }

  .nf-logo-wrapper {
    gap: 12px;
  }

  .nf-logo-wrapper picture {
    flex-shrink: 0;
    width: 121px;
    height: 36px;
    padding-right: 12px;
  }

  .nf-logo-text {
    font-size: 14px;
  }

  .nf-form-button {
    flex-direction: column;
    gap: 8px;
  }

  .nf-button {
    font-size: 16px;
    padding: 16px;
  }

  .nf-input-wrapper input {
    font-size: 14px;
  }

  .nf-row {
    padding-bottom: 24px;
  }

  .nf-col {
    flex-basis: 100%;
  }

  .nf-input-wrapper {
    padding: 15px;
  }

  .nf-adress_gray-text {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .nf-adress_text {
    font-size: 16px;
  }

  .nf-phones-text_grey {
    font-size: 14px;
  }

  .nf-links-text_grey {
    font-size: 14px;
  }

  .nf-pay-text_grey {
    font-size: 14px;
  }

  .nf-col_menu {
    gap: 0;
  }

  .nf-col_menu_wide ul li {
    flex-basis: 100%;
  }

  .nf-col_menu ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.3s;
  }

  .nf-menu_category {
    font-size: 18px;
    position: relative;
    transition: 0.5s;
  }

  .nf-menu_category.active {
    margin-bottom: 12px;
  }

  .nf-menu_category::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ef5b5c;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    z-index: 2;
  }

  .nf-menu_category::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/netcat_template/template/new_design/assets/image/new-header/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    z-index: 2;
  }

  .nf-menu_category.active::after {
    filter: brightness(10);
    transform: rotate(180deg);
  }

  .nf-menu_category.active::before {
    background-color: #ef5b5c;
  }

  .nf-row-menu {
    gap: 21px;
  }

  .nf-attention p {
    font-size: 14px;
    padding: 0 20px;
  }
}

.new-intro {
  background-color: #edf6ff;
  padding: 70px 60px;
}

.ni-container {
  display: flex;
  gap: 93px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.ni-col {
  display: flex;
  flex-direction: column;
}

.ni-title {
  font-family: Nunito;
  font-weight: 800;
  font-size: 56px;
  max-width: 750px;
  margin-bottom: 16px;
}

.ni-subtitle {
  margin-bottom: 40px;
  max-width: 650px;
  font-family: Nunito;
  font-weight: 400;
  font-size: 18px;
  color: #07385d;
}

.ni-subtitle p:last-child {
  margin: 0;
}

.ni-buttons {
  display: flex;
  gap: 11px;
  margin-bottom: auto;
}

.ni-button {
  padding: 24px 40px;
  font-family: Nunito;
  font-weight: 800;
  font-size: 18px;
  border-radius: 12px;
  transition: 0.3s;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.ni-button_red {
  color: #fff;
  background-color: #ef5b5c;
  border: none;
}

.ni-button_red:hover {
  background-color: #ba4141;
  transition: 0.3s;
}

.ni-button_trans {
  border: 1px dashed #6a70fe;
  background-color: transparent;
  color: #6a70fe;
}

.ni-button_trans picture {
  transition: 0.3s;
}

.ni-button_trans:hover {
  background-color: #6a70fe;
  color: #fff;
}

.ni-button_trans:hover picture {
  filter: brightness(10);
}

.ni-pluses {
  margin-top: 15px;
  display: flex;
  gap: 12px;
}

.service-banner .service-banner__calc {
  display: none;
}

.ni-plus {
  padding: 8px;
  border: 2px dashed #6a70fe;
  border-radius: 20px;
}

.ni-plus-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}

.ni-plus-inner span {
  font-family: Nunito;
  font-weight: 800;
  font-size: 40px;
  color: #6a70fe;
}

.ni-plus-inner p {
  margin: 0;
  font-family: Nunito;
  font-weight: 600;
  font-size: 18px;
}

.ni-col_photo {
  flex-shrink: 0;
  height: 100%;
  width: 50%;
}

.ni-col_photo picture {
  display: block;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
  max-height: 660px;
}

.ni-col_photo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1760px) {
  .ni-col_photo {
    width: 45%;
  }
}

@media (max-width: 1500px) {
  .ni-col_photo {
    width: 40%;
  }
}

@media (max-width: 1350px) {
  .ni-col_photo {
    width: 40%;
  }
}

@media (max-width: 1260px) {
  .ni-col_photo {
    display: none;
  }

  .ni-title {
    max-width: 100%;
  }

  .ni-subtitle {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .new-intro {
    padding: 40px 8px;
  }

  .service-banner .service-banner__calc {
    text-align: center;
    display: block;
  }

  .ni-title {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .ni-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 16px;
  }

  .ni-subtitle {
    font-size: 16px;
    margin-bottom: 28px;
    text-align: center;
  }

  .ni-buttons {
    flex-direction: column;
  }

  .ni-pluses {
    flex-direction: column;
  }

  .ni-plus-inner {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .ni-plus-inner span {
    flex-shrink: 0;
  }

  .ni-plus-inner span {
    font-size: 32px;
  }

  .ni-plus-inner p {
    font-size: 16px;
  }

  .ni-button {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 360px) {
  .ni-title {
    font-size: 26px;
  }
}

.na-container {
  display: flex;
  gap: 16px;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

.na-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 32px 0px #0000000f;
  padding: 24px;
  border-radius: 20px;
  flex: 1;
  gap: 30px;
}

.na-avatar {
  display: block;
  aspect-ratio: 1;
  height: 110px;
  overflow: hidden;
  border: 1px solid #d8e1e7;
  border-radius: 16px;
  flex-shrink: 0;
}

.na-avatar img {
  height: 100%;
  width: auto;
}

.na-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.na-row_info {
  flex-direction: column;
}

.na-info-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.na-info-item picture {
  display: block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

.na-info-item picture img {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}

.na-info-des {
  margin: 0;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
}

.na-info-text {
  margin-bottom: 0;
  margin-left: auto;
}

.na-text-grey {
  color: #01203780;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}

.na-text a {
  font-family: Nunito;
  font-weight: 700;
  font-size: 20px;
  display: block;
  color: #012037;
  margin-bottom: 2px;
  transition: 0.3s;
}

.na-text a:hover {
  color: #ef5b5c;
  transition: 0.3s;
}

.na-des {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  color: #01203780;
}

.na-info-text {
  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #012037;
}

.new-author {
  margin: 40px 0;
}

.na-info-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #0000000d;
}

.na-info-item:last-child {
  padding-bottom: 0;
  border: none;
}

@media (max-width: 960px) {
  .new-author {
    margin: 30px 0;
  }

  .na-container {
    flex-direction: column;
  }

  .na-row {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .na-card {
    gap: 18px;
  }

  .na-avatar {
    width: 80px;
    height: 80px;
  }

  .na-text-grey {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .na-text a {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .na-des {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .na-row_info {
    gap: 4px;
    padding-bottom: 4px;
  }

  .na-info-item {
    padding-bottom: 4px;
  }
}

.new-form {
  margin: 60px 0;
  padding: 48px;
  background-color: #f6686d;
  border-radius: 40px;
}

.nfm-title {}

.new-author_article .na-container {
  flex-direction: column;
}

.new-author_article .na-card {
  flex-direction: row;
}

.new-author_article .na-row_info {
  width: 60%;
}

@media (max-width: 740px) {
  .new-author_article .na-card {
    flex-direction: column;
  }

  .new-author_article .na-row_info {
    width: 100%;
  }
}

.nfm-title {
  font-family: Nunito;
  font-weight: 800;
  font-size: 44px;
  color: #fff;
  margin-bottom: 16px;
}

.nfm-subtitle {
  font-family: Nunito;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.nfm {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 30px;
}

.nfm input,
.nfm p,
.nfm-button {
  flex-basis: calc(50% - 8px);
}

.nfm input {
  background-color: #ffffff1a;
  border: none;
  padding: 18px 24px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 12px;
}

.nfm input::placeholder {
  color: #fff !important;
}

.nfm-button {
  font-family: Nunito;
  font-weight: 800;
  font-size: 18px;
  padding: 18px;
  border: none;
  color: #f6686d;
  border-radius: 12px;
  transition: 0.3s;
}

.nfm-button:hover {
  opacity: 0.7;
}

.nfm-politics {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff99;
  margin-bottom: 0;
}

.nfm-politics a {
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s;
}

.nfm-politics a:hover {
  color: #ffffff99;
}

.nfm-info-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}

.nfm-info-row {
  display: flex;
  gap: 16px;
}

.nfm-info-col {
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nfm-info-col:first-child {
  flex: 1;
}

.nfm-info-text_grey {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  color: #607788;
  margin-bottom: 12px;
}

.nfm-phones {
  display: flex;
  gap: 16px;
}

.nfm-phones a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nfm-phones a:first-child {
  padding-right: 16px;
  border-right: 1px solid #07385d1a;
}

.nfm-phones a span {
  font-family: Nunito;
  font-weight: 800;
  font-size: 18px;
  color: #07385d;
  transition: 0.3s;
}

.nfm-phones a span:hover {
  color: #f6686d;
}

.nfm-socials {
  display: flex;
  gap: 12px;
}

.nfm-social {
  flex-shrink: 0;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-color: #f6686d1a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.nfm-social:hover {
  background-color: #f6686d50;
}

@media (max-width: 820px) {
  .nfm {
    flex-direction: column;
  }

  .nfm-info-row {
    flex-direction: column;
  }

  .nfm-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

@media (max-width: 600px) {
  .new-form {
    padding: 40px 16px;
    border-radius: 20px;
  }

  .nfm-subtitle {
    font-size: 14px;
  }

  .nfm-politics {
    font-size: 14px;
  }

  .nfm-phones {
    flex-direction: column;
  }

  .nfm-phones a:first-child {
    padding: 0;
    border: none;
  }

  .nfm-info-text {
    font-size: 14px;
    margin-bottom: 12ox;
  }
}

.nh-no-sub::after {
  content: none !important;
}

.nh-no-sub::before {
  content: none !important;
}

.formSumTest+.result_test_block {
  border: none;
}

.formSumTest__result {
  border: 0.125rem dashed #85b5df;
  border-radius: 2.125rem;
  padding: 1rem 2rem;
  margin-top: 2rem;
}

.formSumTest__result-btn {
  display: none;
}

.s-image__image--heght {
  max-height: 1139px;
  object-fit: contain;
}

.s-price__info {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #607788;
  padding-top: 30px;
}

.ancor-list ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  row-gap: 10px;
  padding: 0;
}

.ancor-list {
  margin: 40px 0;
}

.ancor-list li a:hover {
  color: #6a70fe;
}

.ancor-list li a {
  padding: 10px 20px;
  background-color: #edf6ff;
  border-radius: 30px;
  color: black;
}

.ancor-list li {
  display: flex;
}

.allservice {
  margin-bottom: 50px;
}

.allservice__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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.allservice__tabs {
  margin-bottom: 50px;
}

.allservice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.allservice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
  padding: 24px;
  background: #edf6ff;
}

.allservice__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.allservice__item-tab {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #012037;
  border-radius: 58px;
  padding: 8px 14px;
  background: #fff;
  margin-bottom: 12px;
}

.allservice__item-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 116%;
  color: #012037;
  width: 95%;
  margin-bottom: 12px;
}

.allservice__item-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #607788;
  margin-bottom: 30px;
}

.allservice__item-price {
  width: 100%;
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #607788;
  padding: 20px 0;
  border-top: 1px dashed rgba(106, 112, 254, 0.5);
  border-bottom: 1px dashed rgba(106, 112, 254, 0.5);
  margin-bottom: 24px;
}

.allservice__item-price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #6a70fe;
}

.allservice__item-btns {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.allservice__item-btns a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.allservice__item-btns .btn {
  border-radius: 16px;
  padding: 16px 18px;
  background-color: #ef5b5c;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.allservice__item-btns .btn:hover {
  background-color: #ba4141;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.allservice__item-href:hover {
  background-color: #ba4141;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-tab {
  border-radius: 16px;
  padding: 14px 18px;
  background: #fcf0f0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #d62c2c;
  border: none;
}

.tabs__wrapper .active {
  color: #fff;
  background: #ef5b5c;
}

.tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}

.allservice__item-href {
  border: 1px solid rgba(214, 44, 44, 0.5);
  border-radius: 16px;
  padding: 16px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ec5654;
}

.allservice__more {
  margin: 0 auto;
}

.btn-more {
  border-radius: 16px;
  padding: 10px 18px;
  background-color: #ef5b5c;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-more:hover {
  background-color: #ba4141;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 990px) {
  .tabs__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .allservice__tabs {
    margin-bottom: 30px;
  }

  .allservice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 50px;
  }

  .allservice__item-tab {
    font-size: 14px;
    line-height: 143%;
    padding: 6px 12px;
  }

  .allservice__item-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
  }

  .allservice__item-price {
    font-size: 14px;
    line-height: 143%;
    color: #607788;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .allservice__item-price span {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #6a70fe;
  }

  .allservice__item-btns .btn {
    padding: 10px auto;
    height: 100%;
    text-align: center;
  }
}

.allservice__item:nth-child(n + 15) {
  display: none;
}

/*POLICY-PLASHKA*/
.bottom-info__wrapper {
  position: fixed;
  padding: 10px;
  inset: auto 0 0 0;
  z-index: 99;
  color: #fff;
  font: inherit;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}

.bottom-info__wrapper.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10500;
}

.bottom-info__wrapper .bottom-info__content {
  font-size: 10px;
}

.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
    flex-direction: column;
  }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
}

.bottom-info__content a {
  color: #52c5ff;
  text-decoration: underline;
  transition: color 300ms;
}

.bottom-info__content a:hover {
  color: #296de7;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__content {
    text-align: center;
    margin: 0 30px 0 0;
  }

  .bottom-info__wrapper {
    padding: 4px;
  }
}

.bottom-info__wrapper .bottom-info__action {
  display: flex;
}

@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
    margin: 10px 0 0;
  }
}

.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.8em;
  line-height: 2;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #ffffffe8;
  border: none;
  cursor: pointer;
}

.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info__button-cross {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.bottom-info__button-cross::after {
  content: "\00D7";
  color: #999;
  line-height: 1;
  transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}

/*POLICY-PLASHKA*/

.ni-buttons-wrapper {
  display: flex;
  width: 100%;
}

.ni-block_trans {
  border: 1px dashed #6a70fe;
  background-color: transparent;
  color: #6a70fe;
}

.ni-price {
  border-radius: 10px;
  padding: 10px 20px;
  flex-basis: 50%;
}

.ni-price p {
  font-size: clamp(0.875rem, 0.7rem + 0.4vw, 1rem);
  margin: 0;
}

.ni-price span {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.95rem + 0.4vw, 1.25rem);
}

.ni-button_purple {
  background-color: #6a70fe;
  color: #fff;
  border: 2px solid transparent;
  transition: border 300ms, background-color 300ms, color 300ms;
}

.ni-button_purple:hover {
  border: 2px solid #6a70fe;
  background-color: #fff;
  color: #6a70fe;
}

.ni-buttons-wrapper .ni-button_purple {
  transform: translateX(-14px);
  flex-basis: 50%;
}

.ni-buttons .ni-button_red {
  flex-shrink: 0;
}

.text-wrapper {}

.service-block__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #607788;
}

.s-index-menu-list__item:hover .wrap .service-block__price,
.s-index-menu-list__item:hover .wrap .service-block__price {
  color: #fff;
}

.s-banner.s-services .pagetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-banner.s-services .s-banner__subtitle {
  text-align: center;
  width: 100%;
}

.s-banner.s-services .align-start {
  display: flex;
  align-items: center;
}

.ui-slider-horizontal {
  height: 0.6em;
}

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

@media screen and (width<=650px) {
  .s-steps-list__item {
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px #8da3b333;
    border-radius: 10px;
    padding: 14px;
  }

  .s-steps-list__item .item__left {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #4280be1a;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: left;
    gap: 5px;
    height: auto;
    padding-block-end: 10px;
  }

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

  .s-steps-list__item .item__right {
    width: 100%;
    margin: 0;
    margin-block-start: 10px;
  }

  .s-steps .section__title {
    text-align: center;
  }
}

.reviews__button-more {
  color: #6a70fe;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  margin-block-start: 10px;
  background-color: transparent;
  border: none;
  transition: opacity 300ms, scale 300ms;
}

.reviews__button-more:hover {
  scale: 1.02;
  opacity: 0.85;
}

.reviews__button-more::after {
  content: "❯";
  position: absolute;
  color: inherit;
  font-size: 16px;
  right: 0;
  top: 50%;
  transform: translate(12px, -50%) rotate(90deg);
}

.short_info__button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  color: rgb(7, 56, 93);
  font-family: Nunito;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.3s;
}

.owl-dot.active {
  background-color: #2a7ae2;
}

.social-max-messenger {
  background-image: url(/netcat_template/template/new_design/assets/image/max-messenger.svg);
}


.max {
  padding: 140px 0;
}

.max__container {
  max-width: 1800px;
}

.max__inner {
  border-radius: 100px;
  padding: 100px;
  background: linear-gradient(50deg, #77D3FE, 12%, #5576F5, 65%, #A074EC);
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  overflow: hidden;
}

.max__content {
  max-width: 850px;
}

.max__title {
  font-weight: 900;
  font-size: 56px;
  line-height: 0.96429;
  margin-bottom: 15px;
}

.max__title .pulse {
  display: block;
  margin-top: 15px;
}

.max__text {
  font-size: 24px;
  line-height: 1.33333;
  margin-bottom: 62px;
}

.max__link {
  display: block;
  border-radius: 16px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.33333;
  color: #313131;
  width: fit-content;
  transition: all 0.3s ease;
}

.max__link:hover {
  background: transparent;
  color: #fff;
}

.max__pic {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 549px;
  min-width: 495px;
  margin-bottom: -100px;
}

.max__pic img {
  width: 100%;
  object-fit: contain;
  object-position: top;
}

@media (max-width: 1352px) {
  .max__inner {
    padding: 80px 50px;
    gap: 50px;
  }

  .max__content {
    max-width: 850px;
  }

  .max__title {
    font-size: 46px;
  }

  .max__pic {
    min-width: 470px;
    margin-bottom: -80px;
  }
}

@media (max-width: 1024px) {
  .max__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }

  .max__pic {
    max-width: 460px;
    min-width: 227px;
    margin: 0 auto;
    margin-bottom: -80px;
  }
}

@media (max-width: 768px) {
  .max {
    padding: 40px 0 10px;
  }

  .max__inner {
    border-radius: 30px;
    padding: 60px 24px;
    gap: 40px;
  }

  .max__content {
    max-width: 100%;
  }

  .max__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .max__title .pulse {
    margin-top: 10px;
  }

  .max__text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .max__link {
    padding: 20px 16px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .max__pic {
    max-width: 340px;
    min-width: 227px;
    margin: 0 auto;
    margin-bottom: -60px;
  }
}


.s-main-sale {
  margin: 120px 0;
}

.s-main-sale .section__title {
  text-align: left;
}

.s-main-sale .btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .s-main-sale {
    margin: 40px 0;
  }

  .s-main-sale__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .s-main-sale .section__title {
    text-align: center;
    margin-bottom: 0;
  }

  .s-main-sale__title .pulse {
    width: 5rem;
    margin: 0.5rem auto 0;
    display: block;
  }

  .s-main-sale .btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}


.s-main-articles {
  margin: 140px 0;
}

.s-main-articles .section__title {
  margin-bottom: 20px;
}

.s-main-articles-nav {
  justify-content: center;
  margin-top: 20px;
}

.s-main-articles .owl-item {
  display: flex;
  height: auto;
}

.s-main-articles__item {
  display: block;
  border-radius: 16px;
  padding: 30px;
  background: #edf6ff;
  color: #607788;
  height: 100%;
}

.s-main-articles__item-name {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #012037;
  margin-bottom: 16px;
}

.s-main-articles__item-descr {
  color: #607788;
  max-height: 216px;
  overflow: hidden;
  margin-bottom: 16px;
}

.s-main-articles__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 1.11111;
  color: #d62c2c;
}

.s-main-articles__item-link svg path {
  fill: #d62c2c;
}

@media (max-width: 1024px) {
  .s-main-articles {
    margin: 100px 0;
  }
}

@media (max-width: 768px) {
  .s-main-articles {
    margin: 60px 0;
  }

  .s-main-articles-nav {
    justify-content: center;
    margin-top: 20px;
  }


  .s-main-articles__item {
    padding: 20px;
  }

  .s-main-articles__item-name {
    font-size: 18px;
  }

  .s-main-articles__item-descr {
    max-height: 220px;
  }
}



.rassrochka__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}

.rassrochka__item {
  border-radius: 20px;
  background-color: white;
  border: 2px dashed #6a70fe;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
}

.rassrochka__item-title {
  font-size: 62px;
  font-weight: 800;
  color: #6A70FE;
  line-height: 66px;
}

.rassrochka__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.rassrochka__wrap .btn.red.popup-btn {
  width: fit-content;
  margin: auto;
}

.rassrochka__decor1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rassrochka picture img {
  width: 100%;
  height: 100%;
}

.rassrochka__decor2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
  height: auto;
  z-index: -1;
}

.rassrochka__decor3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  height: auto;
}

.rassrochka__item-subtitle {
  font-size: 22px;
  font-weight: 600;
}

.rassrochka {
  border-radius: 100px !important;
  overflow: hidden;
}

@media (max-width: 1200px) {

  .rassrochka__decor3,
  .rassrochka__decor2 {
    display: none;
  }
}

@media (max-width: 1115px) {

  .rassrochka__decor3,
  .rassrochka__decor2 {
    display: none;
  }

  .rassrochka__list {
    flex-direction: column;
  }

  .rassrochka__item {
    width: 90%;
  }

  .rassrochka__wrap .btn.red.popup-btn {
    width: 90%;
  }

  .rassrochka__item-subtitle {
    font-size: 16px;
  }

  .rassrochka__item-title {
    font-size: 32px;
    line-height: 120%;
  }

  .rassrochka {
    border-radius: 20px !important;
  }
}

section.contactus {
  border: 2px dashed #6a70fe;
  border-radius: 30px;
  padding: 10px;
}

.contactus__wrap {
  background-color: white;
  border-radius: 30px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.contactus__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 130%;
}

.contactus__contacts {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

span.cotactus__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  white-space: nowrap;
}

.contactus__social:hover rect {
  fill: #ef5b5c;
}

.contactus__phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.contactus__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #edf6ff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  min-height: 100%;
}

.contactus__socials {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

a.contactus__social {
  width: 40px;
  height: 40px;
  display: flex;
}

@media (max-width: 1005px) {
  .contactus__wrap {
    flex-direction: column;
    padding: 0;
  }

  span.contactus__title {
    padding: 10px;
  }

  .contactus__contacts {
    flex-direction: column;
    gap: 10px;
  }

  .contactus__item {
    width: 100%;
  }

  .contactus__contacts {
    width: 100%;
    align-items: flex-start;
  }

  .contactus__socials {
    justify-content: flex-start;
  }

}




.s-nums__title.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-nums__item {
  background-color: #EDF6FF;
  padding: 20px;
  border-radius: 30px;
  min-height: 540px;
  display: flex;
}

.s-nums__itemwrap {
  padding: 20px;
  border: 2px #85b5df dashed;
  border-radius: 30px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-nums__title {
  font-weight: 800;
  font-size: 44px;
  line-height: 110%;
  color: #6A70FE;
}

.s-nums__subtitle {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}

.s-nums__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #607788;
}

.s-nums__source {
  font-weight: 800;
  line-height: 100%;
  font-size: 14px;
  color: #174c7b;
  margin-top: auto;
}

.s-nums__dots.dots {
  display: none;
}

.s-quote {
  margin: 100px 0;
}

.quoteblock {
  background-color: #EDF6FF;
  border-radius: 60px;
  padding: 50px 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.quoteblock__text strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.quoteblock__title.section__title {
  text-align: left;
}

.quoteblock__text em {
  color: #0077ff;
  font-style: normal;
  line-height: 140%;
  font-weight: 400;
  font-size: 16px;
}

.quoteblock__decor {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  z-index: 1;
}

.quoteblock__text {
  position: relative;
  z-index: 2;
}

.quoteblock__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.quoteblock__author-img {
  border-radius: 100%;
  width: 72px;
  height: 72px;
}

.quoteblock__author-info p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.s-nums__list {
  margin-top: 30px;
}


@media(max-width: 1025px) {
  .quoteblock__decor svg {
    width: 100%;
    height: auto;
  }

  .quoteblock__decor {
    width: 120px;
    height: 120px;
  }

  .quoteblock {
    padding: 30px 15px;
    border-radius: 15px;
  }

  .quoteblock__decor {
    border-radius: 0;
  }
}

.nh-phones-item_mobile {
  display: none;
}

.nh-buttons_desctop {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nh-buttons_desctop a {
  width: 45px;
  height: auto;
}

.nh-buttons_desctop a img {
  width: 100%;
  height: auto;
}

@media(max-width: 1260px) {
  .nh-phones-item_mobile {
    display: flex;
  }

  .nh-chat-button {
    display: none;
  }
}

@media(max-width: 500px) {
  .nh-logo {
    width: 42px;
  }
}

@media(max-width: 430px) {
  .nh-phones-item_mobile picture {
    display: none;
  }

  .nh-buttons {
    gap: 5px;
  }
}

@media(max-width: 390px) {
  .nh-phones-item p {
    font-size: 14px;
  }
}

.nh-address-wrapper {
  max-width: 205px;
}

.dr-rew__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.dr-rew__rate {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.dr-rew__mark {
  color: rgba(1, 32, 55, 1);
  font-weight: 700;
  font-size: 24px;
}

.dr-rew__stars {
  display: flex;
  gap: 4px;
}

.dr-rew__stars span {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/netcat_template/template/new_design/assets/image/star.svg");
  background-size: 18px 18px;
}

.dr-rew__name {
  margin-bottom: 0;
}

.dr-rew__date {
  margin-bottom: 0;
}

.dr-rew__star_noactive {
  opacity: 0.5;
}

@media(max-width: 750px) {
  .dr-rew__title-row {
    display: contents;
  }

  .dr-rew {
    display: flex;
    flex-direction: column;
  }

  .dr-rew__date {
    order: 1;
  }

  .dr-rew__name {
    order: 2;
  }

  .dr-rew__rate {
    order: 3;
  }

  .dr-rew__text {
    order: 4;
  }
}

.doctor__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.doctor__rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex-shrink: 0;
  cursor: pointer;
}

.doctor__rating-star {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/netcat_template/template/new_design/assets/image/star.svg);
  background-size: 25px 25px;
}

.doctor__mark {
  display: flex;
  gap: 12px;
  align-items: center;
}

.doctor__mark-text {
  font-weight: 900;
  font-size: 28px;
  line-height: 30px;
  color: rgba(1, 32, 55, 1);
  margin-bottom: 0;
}

.doctor__rewiews-count {
  font-size: 16px;
  line-height: 24px;
  color: rgba(96, 119, 136, 1);
}

.doctor__info-wrapper {
  display: flex;
}

.doctor__specialization {
  width: 100%;
}

.doctor__experience {
  width: 100%;
}

.doctor__science{
    margin: 60px 0;
}

@media(max-width: 750px) {
  .doctor__title-row {
    display: contents;
  }

  .doctor__info {
    display: contents;
  }

  .doctor__right {
    display: flex;
    flex-direction: column;
  }

  .doctor__info-wrapper {
    display: contents;
  }

  .doctor__title-row .section__title {
    order: 0;
  }

  .doctor__rating {
    order: 3;
    align-items: flex-start;
    margin-bottom: 22px;
    gap: 0;
    margin-bottom: 22px;
  }

  .doctor__mark-text {
    font-size: 22px;
    line-height: 30px;
  }

  .doctor__rating-star {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }

  .doctor__rewiews-count {
    font-size: 16px;
  }

  .doctor__specialization {
    order: 1;
    margin-bottom: 12px;
  }

  .doctor__specialization p {
    margin-bottom: 0;
  }

  .doctor__experience {
    order: 2;
    margin-bottom: 12px;
  }

  .doctor__experience p {
    margin-bottom: 0;
  }

  .doctor__price {
    order: 4;
  }

  .doctor__about {
    order: 4;
  }

  .doc_gallery {
    order: 4;
  }

  .doctor__content-timetable {
    order: 4;
  }

  .article-list {
    order: 4;
  }

  .doctor__review {
    order: 4;
  }
  
  .doctor__science {
    order: 4;
  }
}

.articleBodyText table{
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #d32f2f;
    box-shadow: 0 4px 8px rgba(211, 47, 47, 0.3);
    border-radius: 8px;
    background: #fff;
    margin: 20px 0;
}

.articleBodyText table td:first-child
{
    padding: 12px;
    border-bottom: 1px solid #ffcdd2;
    vertical-align: top;
    font-weight: bold;
    color: #b71c1c;
    background: #fff5f5;
}

.articleBodyText table td
{
    padding: 12px;
    border-bottom: 1px solid #ffcdd2;
    vertical-align: top;
}
.articleBodyText table th
{
    background: #ffebee;
    color: #b71c1c;
    padding: 12px;
    border-bottom: 2px solid #d32f2f;
    text-align: left;
    width: 35%;
}

.s-price .s-price-list table tbody tr:hover {
    background-color: #B8DDFF;
}
.s-price .s-price-list table tr:hover .btn.btn_red{
     background-color: #012037;
}
.s-price .s-price-list table tr {
    background-color: #EDF6FF;
    padding: 8px;
    padding-left: 24px;
    border-radius: 24px;
    height: 50px;
    cursor: pointer;
}
.s-price .s-price-list table tr td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.s-price .s-price-list table tr .btn.btn_red {
    background-color: #EB5350;
    padding: 10px 18px;
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.s-price .s-price-list table tr td:nth-child(1) {
    justify-content: flex-start;
}

.s-price .s-price-list table tr td:nth-child(3) {
    width: fit-content;
    margin-left: 10px;
}

@media(max-width: 1000px){
  .s-price .s-price-list table tr {
      height: unset;
  }
  
  .s-price .s-price-list table tbody tr {
      height: unset;
      display: grid;
      grid-template-areas:         "title title"        "price btn";
      gap: 10px;
  }
  .s-price .s-price-list table tr td:nth-child(1) {grid-area: title;}
  .s-price .s-price-list table tr td:nth-child(2) {grid-area: price;justify-content: flex-start;}
  .s-price .s-price-list table tr td:nth-child(3) {grid-area: btn;}
  
  .s-price .s-price-list table tbody tr td:nth-child(3) {
        display: flex;
        margin: 0;
    }
    
    .s-price .s-price-list table tr td {
        width: 100% !important;
    }
    
    .s-price .s-price-list table tbody tr td:nth-child(2) {
        font-size: 1rem;
        white-space: normal !important;
        text-align: left;
    }
}

.servicesRaiting .section__subtitle {
  text-align: center;
}
.servicesRaiting__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.servicesRaiting__item {
  width: calc(50% - 16px);
  padding: 15px;
  background: #EDF6FF;
  border-radius: 32px;
}
.servicesRaiting__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2385B5DF' stroke-width='2' stroke-dasharray='4 8' stroke-dashoffset='0' stroke-linecap='square' rx='20'/%3e%3c/svg%3e");
}
.servicesRaiting__item-info {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.servicesRaiting__item-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  color: #012037;
  font-size: 18px;
  font-weight: 700;
  border-radius: 58px;
}
.servicesRaiting__item-tag span {
  color: #6A70FE;
}
.servicesRaiting__item-icon {
  flex-shrink: 1;
}
.servicesRaiting__item-icon svg {
  max-width: 100%;
}
.servicesRaiting__slider-item {
  height: 240px;
  background: #EDF6FF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 25px;
}
.servicesRaiting__slider-name {
  color: #012037;
  font-size: 18px;
  font-weight: 700;
}
.servicesRaiting__slider-percent {
  font-size: 44px;
  font-weight: 900;
  color: #6A70FE;
  line-height: 140%;
  margin-bottom: 12px;
}
.servicesRaiting__slider-line {
  line-height: 0;
  margin-bottom: 12px;
}
.servicesRaiting__slider-desc {
  font-size: 12px;
  font-weight: 800;
  color: rgba(1, 32, 55, 0.7);
  line-height: 12px;
}

@media (max-width: 1100px) {
  .servicesRaiting__items {
    gap: 10px;
  }
  .servicesRaiting__item {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .servicesRaiting__items {
    margin-bottom: 40px;
  }
  .servicesRaiting__item-inner {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .servicesRaiting .owl-dot.active {
    background: #D62C2C;
  }
  .servicesRaiting .owl-dot {
    background: rgba(106, 112, 254, 0.3);
  }
  .servicesRaiting__slider-item {
    height: 230px;
    text-align: left;
  }
  .servicesRaiting__slider-item-name {
    font-size: 18px;
  }
  .servicesRaiting__slider-percent {
    font-size: 28px;
  }
}
.servicesRaiting{
margin-bottom:40px;
}

.city__flexcontainer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}
.city__flexcontainer-raiting{
    background:#FFF1DC;
    padding:4px 8px;
    border-radius:58px;
    display:flex;
    align-items:center;
    gap:5px;
    
}
.city__flexcontainer-raiting span{
    font-size:20px;
    font-weight:700;
}
.s-reviews__carousel .item .city{
    margin-bottom:0;
}
@media(max-width:500px){
    .city__flexcontainer-raiting span{
        font-size:16px;
    }
}

.nf-row.area-row {
    flex-direction:column;
    gap:12px;
}
.area__items{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}
.area__item{
    padding:10px 24px;
    background:#fff;
    border-radius:12px;
}
.area__title{
    font-size:16px;
    color:#607788;
}

.s-main-articles__item{
    transition: background 0.2s linear;
}
.s-main-articles__item:hover{
    background:#D7EAFC;
}
.s-price .accordion-list table tr:hover{
    background:#EC5553;
    transition:all 0.2s linear;
}
.s-price .accordion-list table tr td{transition:all 0.2s linear;}
.s-price .accordion-list table tr td a{transition:all 0.2s linear;}
.s-price .accordion-list table tr:hover td {
    color: #fff!important;
}
.s-price .accordion-list table tr:hover td a{
    color: #fff!important;
}
.s-price .accordion-list table tr:hover td .btn.btn_red{
    background:#012037;
}

.s-breadcrumbs ul li a{background:transparent;}
.s-breadcrumbs ul li a:hover{
background:#FCF0F0;
}