@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local("Roboto"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../netcat_template/template/new_maket/assets/fonts/Roboto/Roboto-Regular.woff") format("woff");
  }
  
  @font-face {
	font-family: "Roboto";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local("Roboto"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../netcat_template/template/new_maket/assets/fonts/Roboto/Roboto-Bold.woff") format("woff");
  }
  
  *,
  :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)
  }
  
  @-ms-viewport {
	width: device-width
  }
  
  article,
  aside,
  dialog,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
	display: block
  }
  
  body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	color: #212529;
	text-align: left
  }
  
  [tabindex="-1"]:focus {
	outline: 0 !important
  }
  
  hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	margin-top: 0;
	margin-bottom: .5rem
  }
  
  p {
	margin-top: 0;
	margin-bottom: 1rem
  }
  
  abbr[data-original-title],
  abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
  }
  
  address {
	font-style: normal;
	line-height: inherit
  }
  
  address,
  dl,
  ol,
  ul {
	margin-bottom: 1rem
  }
  
  dl,
  ol,
  ul {
	margin-top: 0
  }
  
  ol ol,
  ol ul,
  ul ol,
  ul ul {
	margin-bottom: 0
  }
  
  dt {
	font-weight: 700
  }
  
  dd {
	margin-bottom: .5rem;
	margin-left: 0
  }
  
  blockquote {
	margin: 0 0 1rem
  }
  
  dfn {
	font-style: italic
  }
  
  b,
  strong {
	font-weight: bolder
  }
  
  small {
	font-size: 80%
  }
  
  sub,
  sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
  }
  
  sub {
	bottom: -.25em
  }
  
  sup {
	top: -.5em
  }
  
  
  
  
  .article-card__img {
      object-fit: cover;
      width: 100%;
      height: 182px;
  }
  .article-card__top {
      max-height: 182px;
      position: relative;
  }
  .article-card__more-text {
      position: absolute;
      background: #fff;
      padding: 12px 16px;
      border-radius: 24px;
      bottom: 8px;
      right: 8px;
  }
  .article-card {
    display: flex;
    flex-direction: column;
  }
  .article-card__more-text {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    border-radius: 24px;
    bottom: 16px;
    right: 16px;
    width: 43px;
    display: flex;
    gap: 8px;
    height: 43px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .article-card {
      display: flex;
      flex-direction: column;
      background: rgba(244, 246, 251, 1);
      border-radius: 20px;
      overflow: hidden;
  }
  .article-card__bottom {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
  }
  .article-card__bottom-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .article-card__views {
      display: flex;
      gap: 6px;
      align-items: center;
      color: rgba(21, 50, 83, 0.8);
  }
  .article-card__date {
      display: flex;
      gap: 6px;
      align-items: center;
      color: rgba(21, 50, 83, 0.8);
  }
  .article-card__title {
      font-size: 18px;
      color: rgba(21, 50, 83, 1);
      font-weight: 700;
  }
  .article-card__descr {
      font-size: 14px;
      color: rgba(21, 50, 83, 0.8);
  }
  .article-card__more-text span {
      display: none;
      color: rgba(21, 50, 83, 0.8);
  }
  .article-card:hover .article-card__more-text {
      width: 191px;
  }
  .article-card:hover .article-card__more-text span {
      display: block;
  }
  .article-card__bottom {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
  }
  
  a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
  }
  
  a:hover {
	color: #0056b3;
	text-decoration: underline
  }
  
  a:not([href]):not([tabindex]),
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
  }
  
  a:not([href]):not([tabindex]):focus {
	outline: 0
  }
  
  code,
  kbd,
  pre,
  samp {
	font-family: monospace, monospace;
	font-size: 1em
  }
  
  pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
  }
  
  figure {
	margin: 0 0 1rem
  }
  
  img {
	vertical-align: middle;
	border-style: none
  }
  
  svg:not(:root) {
	overflow: hidden
  }
  
  table {
	border-collapse: collapse
  }
  
  caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
  }
  
  th {
	text-align: inherit
  }
  
  label {
	display: inline-block;
	margin-bottom: .5rem
  }
  
  button {
	border-radius: 0
  }
  
  button:focus {
	outline: .0625rem dotted;
	outline: .3125rem auto -webkit-focus-ring-color
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
  }
  
  button,
  input {
	overflow: visible
  }
  
  button,
  select {
	text-transform: none
  }
  
  [type=reset],
  [type=submit],
  button,
  html [type=button] {
	-webkit-appearance: button
  }
  
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
	padding: 0;
	border-style: none
  }
  
  input[type=checkbox],
  input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
  }
  
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=time] {
	-webkit-appearance: listbox
  }
  
  textarea {
	overflow: auto;
	resize: vertical
  }
  
  fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
  }
  
  legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
  }
  
  progress {
	vertical-align: baseline
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
	height: auto
  }
  
  [type=search] {
	outline-offset: -.125rem;
	-webkit-appearance: none
  }
  
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
  }
  
  ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
  }
  
  output {
	display: inline-block
  }
  
  summary {
	display: list-item;
	cursor: pointer
  }
  
  template {
	display: none
  }
  
  [hidden] {
	display: none !important
  }
  
  .w-25 {
	width: 25% !important
  }
  
  .w-50 {
	width: 50% !important
  }
  
  .w-75 {
	width: 75% !important
  }
  
  .w-100 {
	width: 100% !important
  }
  
  .h-25 {
	height: 25% !important
  }
  
  .h-50 {
	height: 50% !important
  }
  
  .h-75 {
	height: 75% !important
  }
  
  .h-100 {
	height: 100% !important
  }
  
  .mw-100 {
	max-width: 100% !important
  }
  
  .mh-100 {
	max-height: 100% !important
  }
  
  .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
  }
  
  .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
  }
  
  .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
  }
  
  .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
  }
  
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
  }
  
  .owl-carousel .owl-item {
	position: relative;
	min-height: .0625rem;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
  }
  
  .owl-carousel .owl-item img {
	display: block;
	width: 100%
  }
  
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
	display: none
  }
  
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
  }
  
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
  }
  
  .owl-carousel.owl-loaded {
	display: block
  }
  
  .owl-carousel.owl-loading {
	opacity: 0;
	display: block
  }
  
  .owl-carousel.owl-hidden {
	opacity: 0
  }
  
  .owl-carousel.owl-refresh .owl-item {
	visibility: hidden
  }
  
  .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
  }
  
  .owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
  }
  
  .owl-carousel.owl-rtl {
	direction: rtl
  }
  
  .owl-carousel.owl-rtl .owl-item {
	float: right
  }
  
  .no-js .owl-carousel {
	display: block
  }
  
  .owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
  }
  
  .owl-carousel .owl-animated-in {
	z-index: 0
  }
  
  .owl-carousel .owl-animated-out {
	z-index: 1
  }
  
  .owl-carousel .fadeOut {
	-webkit-animation-name: a;
	animation-name: a
  }
  
  @-webkit-keyframes a {
	0% {
	  opacity: 1
	}
  
	to {
	  opacity: 0
	}
  }
  
  @keyframes a {
	0% {
	  opacity: 1
	}
  
	to {
	  opacity: 0
	}
  }
  
  .owl-height {
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
  }
  
  .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
  }
  
  .owl-carousel .owl-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
  }
  
  .owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
  }
  
  .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
  }
  
  .owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 5rem;
	width: 5rem;
	left: 50%;
	top: 50%;
	margin-left: -2.5rem;
	margin-top: -2.5rem;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
  }
  
  .owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
  }
  
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
  }
  
  .owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
  }
  
  .owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
  }
  
  body.compensate-for-scrollbar {
	overflow: hidden
  }
  
  .fancybox-active {
	height: auto
  }
  
  .fancybox-is-hidden {
	left: -624.9375rem;
	margin: 0;
	position: absolute !important;
	top: -624.9375rem;
	visibility: hidden
  }
  
  .fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
  }
  
  .fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
  }
  
  .fancybox-bg,
  .fancybox-inner,
  .fancybox-outer,
  .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
  }
  
  .fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
  }
  
  .fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
  }
  
  .fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
  }
  
  .fancybox-caption,
  .fancybox-infobar,
  .fancybox-navigation .fancybox-button,
  .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
  }
  
  .fancybox-show-caption .fancybox-caption,
  .fancybox-show-infobar .fancybox-infobar,
  .fancybox-show-nav .fancybox-navigation .fancybox-button,
  .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
  }
  
  .fancybox-infobar {
	color: #ccc;
	font-size: .8125rem;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 2.75rem;
	left: 0;
	line-height: 2.75rem;
	min-width: 2.75rem;
	mix-blend-mode: difference;
	padding: 0 .625rem;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
  }
  
  .fancybox-toolbar {
	right: 0;
	top: 0
  }
  
  .fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
  }
  
  .fancybox-is-open .fancybox-stage {
	overflow: hidden
  }
  
  .fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 2.75rem;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
  }
  
  .fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
  }
  
  .fancybox-is-sliding .fancybox-slide,
  .fancybox-slide--current,
  .fancybox-slide--next,
  .fancybox-slide--previous {
	display: block
  }
  
  .fancybox-slide--image {
	overflow: hidden;
	padding: 2.75rem 0
  }
  
  .fancybox-slide--image:before {
	display: none
  }
  
  .fancybox-slide--html {
	padding: .375rem
  }
  
  .fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 2.75rem;
	position: relative;
	text-align: left;
	vertical-align: middle
  }
  
  .fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
  }
  
  .fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
  }
  
  .fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
  }
  
  .fancybox-can-pan .fancybox-content,
  .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
  }
  
  .fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
  }
  
  .fancybox-container [data-selectable=true] {
	cursor: text
  }
  
  .fancybox-image,
  .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
  }
  
  .fancybox-spaceball {
	z-index: 1
  }
  
  .fancybox-slide--iframe .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--pdf .fancybox-content,
  .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
  }
  
  .fancybox-slide--video .fancybox-content {
	background: #000
  }
  
  .fancybox-slide--map .fancybox-content {
	background: #e5e3df
  }
  
  .fancybox-slide--iframe .fancybox-content {
	background: #fff
  }
  
  .fancybox-iframe,
  .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
  }
  
  .fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
  }
  
  .fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 25rem;
	padding: 2.5rem;
	width: 100%
  }
  
  .fancybox-error p {
	color: #444;
	font-size: 1rem;
	line-height: 1.25rem;
	margin: 0;
	padding: 0
  }
  
  .fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 2.75rem;
	margin: 0;
	padding: .625rem;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 2.75rem;
	color: #ccc
  }
  
  .fancybox-button:link,
  .fancybox-button:visited {
	color: #ccc
  }
  
  .fancybox-button:hover {
	color: #fff
  }
  
  .fancybox-button:focus {
	outline: none
  }
  
  .fancybox-button.fancybox-focus {
	outline: .0625rem dotted
  }
  
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
  }
  
  .fancybox-button div {
	height: 100%
  }
  
  .fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
  }
  
  .fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
  }
  
  .fancybox-button--fsenter svg:nth-child(2),
  .fancybox-button--fsexit svg:first-child,
  .fancybox-button--pause svg:first-child,
  .fancybox-button--play svg:nth-child(2) {
	display: none
  }
  
  .fancybox-progress {
	background: #ff5268;
	height: .125rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
  }
  
  .fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: .5rem;
	position: absolute;
	right: -.75rem;
	top: -2.75rem;
	z-index: 401
  }
  
  .fancybox-close-small:hover {
	color: #fff;
	opacity: 1
  }
  
  .fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: .625rem;
	right: 0;
	top: 0
  }
  
  .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
  }
  
  .fancybox-is-scaling .fancybox-close-small,
  .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
  }
  
  .fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 6.25rem;
	opacity: 0;
	position: absolute;
	top: calc(50% - 3.125rem);
	width: 4.375rem
  }
  
  .fancybox-navigation .fancybox-button div {
	padding: .4375rem
  }
  
  .fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 1.9375rem 1.625rem 1.9375rem .375rem
  }
  
  .fancybox-navigation .fancybox-button--arrow_right {
	padding: 1.9375rem .375rem 1.9375rem 1.625rem;
	right: 0;
	right: env(safe-area-inset-right)
  }
  
  .fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: .875rem;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 4.6875rem 2.75rem 1.5625rem;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
  }
  
  .fancybox-caption--separate {
	margin-top: -3.125rem
  }
  
  .fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
  }
  
  .fancybox-caption a,
  .fancybox-caption a:link,
  .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
  }
  
  .fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
  }
  
  .fancybox-loading {
	-webkit-animation: b 1s linear infinite;
	animation: b 1s linear infinite;
	background: transparent;
	border: .25rem solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 3.125rem;
	left: 50%;
	margin: -1.5625rem 0 0 -1.5625rem;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 3.125rem;
	z-index: 99999
  }
  
  @-webkit-keyframes b {
	to {
	  -webkit-transform: rotate(1turn);
	  transform: rotate(1turn)
	}
  }
  
  @keyframes b {
	to {
	  -webkit-transform: rotate(1turn);
	  transform: rotate(1turn)
	}
  }
  
  .fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
  }
  
  .fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
  }
  
  .fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
  }
  
  .fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
  }
  
  .fancybox-fx-fade.fancybox-slide--next,
  .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
  }
  
  .fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
  }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
  }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
  }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
  }
  
  .fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn)
  }
  
  .fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
  }
  
  .fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
  }
  
  .fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
  }
  
  .fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
  }
  
  .fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
  }
  
  .fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
  }
  
  .fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
  }
  
  .fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
  }
  
  @media (max-height:36rem) {
	.fancybox-slide {
	  padding-left: .375rem;
	  padding-right: .375rem
	}
  
	.fancybox-slide--image {
	  padding: .375rem 0
	}
  
	.fancybox-close-small {
	  right: -.375rem
	}
  
	.fancybox-slide--image .fancybox-close-small {
	  background: #4e4e4e;
	  color: #f2f4f6;
	  height: 2.25rem;
	  opacity: 1;
	  padding: .375rem;
	  right: 0;
	  top: 0;
	  width: 2.25rem
	}
  
	.fancybox-caption {
	  padding-left: .75rem;
	  padding-right: .75rem
	}
  }
  
  .fancybox-share {
	background: #f4f4f4;
	border-radius: .1875rem;
	max-width: 90%;
	padding: 1.875rem;
	text-align: center
  }
  
  .fancybox-share h1 {
	color: #222;
	font-size: 2.1875rem;
	font-weight: 700;
	margin: 0 0 1.25rem
  }
  
  .fancybox-share p {
	margin: 0;
	padding: 0
  }
  
  .fancybox-share__button {
	border: 0;
	border-radius: .1875rem;
	display: inline-block;
	font-size: .875rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 .3125rem .625rem;
	min-width: 8.125rem;
	padding: 0 .9375rem;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
  }
  
  .fancybox-share__button:link,
  .fancybox-share__button:visited {
	color: #fff
  }
  
  .fancybox-share__button:hover {
	text-decoration: none
  }
  
  .fancybox-share__button--fb {
	background: #3b5998
  }
  
  .fancybox-share__button--fb:hover {
	background: #344e86
  }
  
  .fancybox-share__button--pt {
	background: #bd081d
  }
  
  .fancybox-share__button--pt:hover {
	background: #aa0719
  }
  
  .fancybox-share__button--tw {
	background: #1da1f2
  }
  
  .fancybox-share__button--tw:hover {
	background: #0d95e8
  }
  
  .fancybox-share__button svg {
	height: 1.5625rem;
	margin-right: .4375rem;
	position: relative;
	top: -.0625rem;
	vertical-align: middle;
	width: 1.5625rem
  }
  
  .fancybox-share__button svg path {
	fill: #fff
  }
  
  .fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: .0625rem solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: .875rem;
	margin: .625rem 0 0;
	outline: none;
	padding: .625rem .9375rem;
	width: 100%
  }
  
  .fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: .125rem .125rem .25rem;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 13.25rem;
	z-index: 99995
  }
  
  .fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
  }
  
  .fancybox-show-thumbs .fancybox-thumbs {
	display: block
  }
  
  .fancybox-show-thumbs .fancybox-inner {
	right: 13.25rem
  }
  
  .fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
  }
  
  .fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
  }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: .4375rem
  }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: .625rem;
	-webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .3)
  }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: .625rem
  }
  
  .fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 4.6875rem;
	margin: .125rem;
	max-height: calc(100% - .5rem);
	max-width: calc(50% - .25rem);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 6.25rem
  }
  
  .fancybox-thumbs__list a:before {
	border: .375rem solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
  }
  
  .fancybox-thumbs__list a:focus:before {
	opacity: .5
  }
  
  .fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
  }
  
  @media (max-width:36rem) {
	.fancybox-thumbs {
	  width: 6.875rem
	}
  
	.fancybox-show-thumbs .fancybox-inner {
	  right: 6.875rem
	}
  
	.fancybox-thumbs__list a {
	  max-width: calc(100% - .625rem)
	}
  }
  
  ::-webkit-input-placeholder {
	color: #313131 !important;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-weight: 400 !important
  }
  
  ::-moz-placeholder {
	color: #313131 !important;
	-moz-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-weight: 400 !important
  }
  
  :-ms-input-placeholder {
	color: #313131 !important;
	-ms-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-weight: 400 !important
  }
  
  ::-ms-input-placeholder {
	color: #313131 !important;
	-ms-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-weight: 400 !important
  }
  
  ::placeholder {
	color: #313131 !important;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-weight: 400 !important
  }
  
  input,
  select,
  textarea {
	-webkit-appearance: none;
	border-radius: 0
  }
  
  .clearfix {
	position: relative
  }
  
  .clearfix:after,
  .clearfix:before {
	content: "";
	display: table;
	clear: both
  }
  
  input,
  textarea {
	border: .0625rem solid #666;
	outline: none
  }
  
  /*body,html{height:100%;min-height:100%}*/
  
  body.is-active,
  html.is-active {
	overflow: hidden
  }
  
  body {
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialised;
	letter-spacing: 0;
	font-family: Roboto;
	font-weight: 400;
	overflow-x: hidden;
	color: #153253;
	background-color: #fff
  }
  
  @media only screen and (min-width:62rem) {
  
	body.is-active,
	body.is-active .header {
	  padding-right: 1.0625rem
	}
  }
  
  img {
	height: auto
  }
  
  a,
  button {
	cursor: pointer
  }
  
  a:active,
  a:focus,
  a:hover,
  button:active,
  button:focus,
  button:hover {
	text-decoration: none;
	outline: none
  }
  
  .container {
	display: block;
	margin: 0 auto;
	padding: 0 .625rem;
	width: 100%
  }
  
  @media only screen and (min-width:75rem) {
	.container {
	  max-width: 75rem;
	  padding: 0 1rem
	}
  }
  
  .row {
	margin: 0 -.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  @media only screen and (min-width:75rem) {
	.row {
	  margin: 0 -1rem
	}
  }
  
  .col {
	padding: 0 .625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
  }
  
  @media only screen and (min-width:75rem) {
	.col {
	  padding: 0 1rem
	}
  }
  
  @media only screen and (min-width:18.75rem) {
	.col.p0 {
	  padding: 0
	}
  }
  
  @media only screen and (min-width:48rem) {
	.col.p0 {
	  padding: 0 .625rem
	}
  }
  
  .col-xs-6 {
	width: 50%
  }
  
  @media only screen and (min-width:48rem) {
	.col-sm-2 {
	  width: 16.666%
	}
  }
  
  @media only screen and (min-width:48rem) {
	.col-sm-6 {
	  width: 50%
	}
  }
  
  @media only screen and (min-width:48rem) {
	.col-sm-10 {
	  width: 66.666%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.col-md-6 {
	  width: 50%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.col-md-7 {
	  width: 75%
	}
  }
  
  .col-xs-hidden {
	display: none
  }
  
  @media only screen and (min-width:62rem) {
	.col-md-flex {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex
	}
  }
  
  @media only screen and (min-width:62rem) {
	.col-md-hidden {
	  display: none
	}
  }
  
  .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  .f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  .xs-d-none {
	display: none
  }
  
  .xs-d-block {
	display: block
  }
  
  @media only screen and (min-width:62rem) {
	.md-d-block {
	  display: block
	}
  }
  
  @media only screen and (min-width:62rem) {
	.md-d-none {
	  display: none
	}
  }
  
  .f-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
  }
  
  .justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
  }
  
  .justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
  }
  
  .space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
  }
  
  .align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
  }
  
  .align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
  }
  
  .center {
	display: block;
	text-align: center
  }
  
  @media only screen and (min-width:48rem) {
	.fancybox-slide--html {
	  padding: 3.125rem 0
	}
  }
  
  .fancybox-slide--html .fancybox-close-small {
	display: none
  }
  
  [name=org] {
	display: none !important
  }
  
  [type=checkbox]:checked,
  [type=checkbox]:not(:checked) {
	display: none
  }
  
  [type=checkbox]+label {
	line-height: 1;
	font-size: .75rem;
	padding-left: 1.3125rem;
	margin: 0;
	color: #000
  }
  
  @media only screen and (min-width:48rem) {
	[type=checkbox]+label {
	  font-size: .75rem;
	  color: #000
	}
  }
  
  [type=checkbox]+label a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  [type=checkbox]+label a:hover {
	color: #000
  }
  
  [type=checkbox]+label:after {
	opacity: 0;
	content: "";
	width: .5625rem;
	height: .5625rem;
	position: absolute;
	top: .125rem;
	left: .1875rem;
	border-radius: .125rem;
	background-color: #000;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
  }
  
  [type=checkbox]:checked+label,
  [type=checkbox]:not(:checked)+label {
	position: relative;
	cursor: pointer
  }
  
  [type=checkbox]:checked+label:before,
  [type=checkbox]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: -.0625rem;
	width: .9375rem;
	height: .9375rem;
	border-radius: .125rem;
	background-color: #000
  }
  
  [type=checkbox]:checked+label:after {
	opacity: 1
  }
  
  [type=checkbox]:disabled:checked+label:before,
  [type=checkbox]:disabled:not(:checked)+label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd
  }
  
  [type=checkbox]:disabled:checked+label:after {
	color: #999
  }
  
  .overflow {
	overflow: hidden
  }
  
  .header .btn {
	padding: .875rem 1.5625rem;
	font-size: 1rem
  }
  
  .btn {
	width: auto;
	font-weight: 800;
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	border-radius: 10px;
	border: 0;
	padding: 1.1875rem 1.125rem;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.btn {
	  font-size: 1.125rem
	}
  }
  
  .btn.red {
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #d62c2c
  }
  
  .btn.red:hover:after {
	opacity: 0
  }
  
  .btn.red:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	opacity: 1;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	border-radius: 1rem;
	z-index: -1
  }
  
  .btn.pink {
	background-color: #f0f9fe;
	color: #1C8ADF
  }
  
  .btn.pink:hover {
	color: #fff;
	background-color: #d62c2c
  }
  
  .input {
	width: 100%;
	background-color: transparent;
	border: .0625rem solid #f6696f;
	border-radius: 1rem;
	height: 3rem;
	font-weight: 400;
	font-size: 1rem;
	color: #313131
  }
  
  main {
	overflow: hidden
  }
  
  .pagetitle {
	font-weight: 900;
	font-size: calc(2rem + 24 * ((100vw - 20rem) / 1600));
	line-height: 1.12;
	text-align: center;
	color: #153253
  }
  
  @media (min-width:125rem) {
	.pagetitle {
	  font-size: 3.5rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.pagetitle {
	  line-height: .96;
	  text-align: left
	}
  }
  
  .section__title {
	font-weight: 900;
	font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
	line-height: 1.14;
	text-align: center;
	color: #153253;
	width: 100%
  }
  
  @media (min-width:125rem) {
	.section__title {
	  font-size: 2.75rem
	}
  }
  
  .section__title.small {
	font-size: 1.75rem
  }
  
  @media only screen and (min-width:48rem) {
	.section__title.small .pulse {
	  width: 4.6875rem
	}
  }
  
  .section__title.white {
	color: #fff
  }
  
  .section__title.center {
	text-align: center
  }
  
  .section__title.center .pulse {
	margin-left: auto;
	margin-right: auto
  }
  
  @media only screen and (min-width:48rem) {
	.section__title {
	  text-align: left
	}
  }
  
  .section__title .pulse {
	width: 5rem;
	margin: .5rem auto 0;
	display: block
  }
  
  @media only screen and (min-width:48rem) {
	.section__title .pulse {
	  margin: .5rem 0 0;
	  width: 7.75rem
	}
  }
  
  .section__subtitle {
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.25;
	text-align: center;
	color: #607788
  }
  
  @media (min-width:125rem) {
	.section__subtitle {
	  font-size: 1.125rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.section__subtitle {
	  line-height: 1.5;
	  text-align: left;
	  margin: 1.0625rem 0 0
	}
  }
  
  .section__element {
	position: relative
  }
  
  .section__element:after,
  .section__element:before {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	bottom: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
  }
  
  @media only screen and (min-width:48rem) {
  
	.section__element:after,
	.section__element:before {
	  width: 4.5rem;
	  height: 4.5rem
	}
  }
  
  .section__element:before {
	left: 0
  }
  
  .section__element:after {
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
  }
  
  .section__element.white:after,
  .section__element.white:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 72H0V0c0 39.764 32.236 72 72 72z' fill='%23fff'/%3E%3C/svg%3E")
  }
  
  .section__element.blue:after,
  .section__element.blue:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 72H0V0c0 39.764 32.236 72 72 72z' fill='%23EDF6FF'/%3E%3C/svg%3E")
  }
  
  .bg__blue {
	background-color: #f0f9fe
  }
  
  .carousel-nav {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
  }
  
  @media only screen and (min-width:62rem) {
	.carousel-nav {
	  -webkit-box-pack: start;
	  -ms-flex-pack: start;
	  justify-content: flex-start;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex
	}
  }
  
  .carousel-nav .carousel-btn {
	width: 3rem;
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, from(#24AAF3), to(#24AAF3));
	background: -o-linear-gradient(left, #24AAF3, #24AAF3);
	background: linear-gradient(90deg, #24AAF3, #24AAF3);
	border-radius: .875rem
  }
  
  .carousel-nav .dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .625rem
  }
  
  @media only screen and (min-width:62rem) {
	.carousel-nav .dots {
	  margin: 0 1.25rem
	}
  }
  
  .carousel-nav .dots button {
	width: .5rem;
	height: .5rem;
	background-color: #e7e7ff;
	border-radius: 100%;
	margin: 0 .1875rem;
	cursor: pointer;
	border: 0;
	padding: 0;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.carousel-nav .dots button {
	  margin: 0 .5rem
	}
  }
  
  .carousel-nav .dots button.active {
	background-color: #d62c2c
  }
  
  .fancybox-slide--html {
	padding: 0
  }
  
  @media only screen and (min-width:36rem) {
	.fancybox-is-open {
	  -webkit-backdrop-filter: blur(1rem);
	  backdrop-filter: blur(1rem)
	}
  }
  
  .fancybox-is-open .fancybox-bg {
	opacity: 1
  }
  
  @media only screen and (min-width:36rem) {
	.fancybox-is-open .fancybox-bg {
	  opacity: .7
	}
  }
  
  .fancybox-container .fancybox-bg {
	background: #fff
  }
  
  @media only screen and (min-width:36rem) {
	.fancybox-container .fancybox-bg {
	  background: #85b5e0
	}
  }
  
  .modal {
	width: 100%;
	display: none;
	max-width: 42.875rem;
	padding: 3rem 1.5rem;
	border-radius: 1.5rem;
	overflow: visible
  }
  
  @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: #153253
  }
  
  @media (min-width:125rem) {
	.modal__title {
	  font-size: 2.75rem
	}
  }
  
  .modal__body form {
	width: 100%;
	max-width: 30rem;
	display: block;
	margin: auto
  }
  
  .modal .field {
	margin: 1rem 0;
	position: relative
  }
  
  .modal .icon {
	width: 100%;
	height: 100%
  }
  
  .modal label {
	width: 1.625rem;
	height: 1.625rem;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	left: .75rem;
	cursor: pointer
  }
  
  .modal .input {
	border: .0625rem solid #eaeaea;
	border-radius: 1rem;
	padding: .625rem .625rem .625rem 2.875rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #313131
  }
  
  .modal .field-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 0 0 10px 0;
  }
  
  @media only screen and (min-width:36rem) {
	.modal .field-btn {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row
	}
  }
  
  .modal .field-btn>div {
	width: 100%;
	padding: 0 .5rem 1rem
  }
  
  @media only screen and (min-width:36rem) {
	.modal .field-btn>div {
	  width: 50%;
	  padding: 0 .5rem
	}
  }
  
  .modal .field-btn .btn {
	width: 100%
  }
  
  .modal .policy {
	text-align: center;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #607788
  }
  
  .modal .policy a {
	color: #d62c2c;
	text-decoration: underline
  }
  
  .modal .field-file {
	font-weight: 800;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #d62c2c;
	margin: 0 0 1.4375rem
  }
  
  .modal .field-file [name=file] {
	display: none
  }
  
  .modal .field-file .file {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0
  }
  
  .modal .field-file .file img {
	width: 1.125rem;
	height: 1.125rem;
	margin-right: .6875rem
  }
  
  .modal .field-file .result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #607788;
	font-weight: 400;
	margin: 1.375rem 0 0;
	cursor: text
  }
  
  .modal .field-file .result img {
	width: 1rem;
	height: 1rem;
	margin-right: .75rem;
	cursor: pointer
  }
  
  .hidden {
	display: none !important
  }
  
  .s-breadcrumbs {
	margin: .625rem 0 0
  }
  
  @media only screen and (min-width:75rem) {
	.s-breadcrumbs {
	  margin: 0 0 1.5rem
	}
  }
  
  .s-breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto
  }
  
  .s-breadcrumbs ul li {
	position: relative;
	font-weight: 800;
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	color: #07385d;
	margin-right: 1.375rem;
	white-space: nowrap
  }
  
  @media (min-width:125rem) {
	.s-breadcrumbs ul li {
	  font-size: 1rem
	}
  }
  
  .s-breadcrumbs ul li:last-child {
	margin-right: 0
  }
  
  .s-breadcrumbs ul li:last-child:after {
	display: none
  }
  
  .s-breadcrumbs ul li a {
	color: #d62c2c;
	background-color: #fcf0f0;
	padding: .3125rem .5rem;
	border-radius: .5rem
  }
  
  .s-breadcrumbs ul li:after {
	content: "/";
	position: absolute;
	right: -.875rem;
	top: .125rem;
	bottom: 0;
	display: block;
	margin: auto;
	width: .375rem;
	height: 1rem
  }
  
  .s-breadcrumbs ul li:first-child {
	width: 2rem;
	height: 2rem;
	position: relative;
	top: -.0625rem
  }
  
  .s-breadcrumbs ul li:first-child a {
	width: 100%;
	height: 100%
  }
  
  @media only screen and (min-width:48rem) {
	.s-breadcrumbs ul li:first-child {
	  top: 0
	}
  }
  
  .s-breadcrumbs ul li:first-child a {
	display: block;
	padding: 0
  }
  
  .s-breadcrumbs ul li:first-child svg {
	width: 100%;
	height: 100%
  }
  
  .header {
	padding: .375rem 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5
  }
  
  @media only screen and (min-width:75rem) {
	.header {
	  padding: .75rem 0
	}
  }
  
  
  
  .services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 48px;
  }
  
  .service-block {
	background: rgba(36, 170, 243, 0.05);
  }
  
  .service-block__top {
	position: relative;
  }
  
  .service-block__bage {
	border-radius: 4px;
	padding: 4px 8px;
	background: rgba(241, 249, 254, 1);
	position: absolute;
	top: 12px;
	right: 12px;
  }
  
  .service-block__bottom {
	padding: 28px 16px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	/*min-height: 230px;*/
	height: 100%;
  }
  
  .service-block {
	background: rgba(36, 170, 243, 0.05);
	border-radius: 8px;
  }
  
  .service-block__top {
	border-radius: 8px;
	/*overflow: hidden;*/
  }
  
  .service-block__price {
	color: rgba(36, 170, 243, 1);
	font-size: 22px;
	font-weight: 600;
  }
  
  .service-block__title {
	color: rgba(21, 50, 83, 1);
	font-size: 18px;
	font-weight: 600;
  }
  
  .service-block__price {
	color: rgba(36, 170, 243, 1);
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	display: block;
  }
  
  .service-block__descr {
	margin-top: 20px;
  }
  
  
  
  .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: 30%
  }
  
  @media only screen and (min-width:36rem) {
	.header__left {
	  width: 20%
	}
  }
  
  @media only screen and (min-width:75rem) {
	.header__left {
	  width: 42%
	}
  }
  
  @media only screen and (min-width:85rem) {
	.header__left {
	  width: 38%
	}
  }
  
  @media only screen and (min-width:100rem) {
	.header__left {
	  width: 35%
	}
  }
  
  .header__logo {
	width: 100%;
	max-width: 5.625rem
  }
  
  @media only screen and (min-width:75rem) {
	.header__logo {
	  max-width: 10rem
	}
  }
  
  @media only screen and (min-width:100rem) {
	.header__logo {
	  max-width: 14.5rem
	}
  }
  
  .header__description {
	display: none;
	padding-left: 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
  }
  
  @media only screen and (min-width:75rem) {
	.header__description {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  width: calc(100% - 11rem)
	}
  }
  
  @media only screen and (min-width:100rem) {
	.header__description {
	  width: calc(100% - 15.25rem)
	}
  }
  
  .header__description .info {
	font-weight: 600;
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.1;
	color: #313131
  }
  
  @media (min-width:125rem) {
	.header__description .info {
	  font-size: 1.125rem
	}
  }
  
  .header__description .choise__city {
	font-size: 1rem;
	line-height: 1.25;
	color: #d62c2c;
	margin: .25rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer
  }
  
  .header__description .choise__city:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -.125rem;
	border-bottom: .0625rem dashed #d62c2c
  }
  
  .header__description .choise__city img {
	margin-left: .25rem;
	width: 1.25rem;
	height: 1.25rem
  }
  
  .header__middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%
  }
  
  .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
  }
  
  @media only screen and (min-width:75rem) {
	.header__middle {
	  width: 25%
	}
  }
  
  .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: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	color: #07385d;
	margin: .125rem 0;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.header__middle .phone {
	  font-size: 1.125rem
	}
  }
  
  .header__middle .phone.xs-hidden {
	display: none
  }
  
  @media only screen and (min-width:75rem) {
	.header__middle .phone.lg-d-flex {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex
	}
  }
  
  .header__middle .phone:hover {
	color: #d62c2c
  }
  
  .header__middle .phone:hover .icon rect {
	fill: #d62c2c
  }
  
  .header__middle .phone .icon {
	margin-right: .5rem;
	width: 1.625rem;
	height: 1.625rem;
	display: none
  }
  
  @media only screen and (min-width:75rem) {
	.header__middle .phone .icon {
	  display: block
	}
  }
  
  .header__middle .phone .icon rect {
	fill: #07385d;
	-webkit-transition: fill .25s ease-out;
	-o-transition: fill .25s ease-out;
	transition: fill .25s ease-out
  }
  
  .header__middle .phone .icon path {
	fill: #fff
  }
  
  .header__middle .info {
	font-size: calc(.625rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1;
	text-align: center;
	color: #313131;
	margin: .125rem 0 0
  }
  
  @media (min-width:125rem) {
	.header__middle .info {
	  font-size: 1rem
	}
  }
  
  @media only screen and (min-width:75rem) {
	.header__right {
	  width: 38%;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  max-width: 29.875rem
	}
  }
  
  @media only screen and (min-width:85rem) {
	.header__right {
	  width: 33.333%
	}
  }
  
  .header__right>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(50% - .375rem)
  }
  
  .header__right .btn {
	width: 100%;
	margin: .25rem 0;
	height: 2.5rem;
	padding: 0
  }
  
  @media only screen and (min-width:85rem) {
	.header__right .btn {
	  height: 3rem
	}
  }
  
  .header__search {
	position: relative;
	margin: .25rem 0
  }
  
  .header__search .icon {
	width: 1.125rem;
	height: 1.5rem;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	left: 1.375rem
  }
  
  .header__search .input {
	padding: 0 5.625rem 0 3.25rem;
	height: 2.5rem
  }
  
  @media only screen and (min-width:85rem) {
	.header__search .input {
	  height: 3rem
	}
  }
  
  .header__search .btn {
	width: 5.375rem;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0
  }
  
  .header-feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: .25rem 0
  }
  
  .header-feedback__item {
	width: calc(50% - .375rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f0f9fe;
	border-radius: 1rem;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	height: 2.5rem
  }
  
  @media only screen and (min-width:85rem) {
	.header-feedback__item {
	  height: 3rem
	}
  }
  
  .header-feedback__item:hover {
	background-color: #b8ddff
  }
  
  .header-feedback__item svg {
	height: 60%
  }
  
  .header .menu {
	width: calc(100% - 9.375rem)
  }
  
  .header .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
  }
  
  .header .menu ul li {
	font-weight: 800;
	font-size: 1rem;
	line-height: 1;
	color: #07385d
  }
  
  .header .menu ul a {
	color: #07385d;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  .header .menu ul a:hover {
	color: #d62c2c
  }
  
  .header .menu__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	border: 0;
	position: relative;
	z-index: 1;
	width: 7.25rem;
	height: 2.5rem;
	border-radius: 1rem;
	background-color: #d62c2c;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  @media only screen and (min-width:85rem) {
	.header .menu__btn {
	  height: 3rem
	}
  }
  
  .header .menu__btn.is-active {
	background-color: #07385d
  }
  
  .header .menu__btn.is-active svg {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
  }
  
  .header .menu__btn.is-active:after,
  .header .menu__btn:hover:after {
	opacity: 0
  }
  
  .header .menu__btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	opacity: 1;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	border-radius: 1rem;
	z-index: -1
  }
  
  .header .menu__btn svg {
	width: 1rem;
	height: 1rem;
	margin-left: .625rem;
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	-o-transition: transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out
  }
  
  .header .menu-service-list {
	width: 100%;
	max-width: 75rem;
	padding: 1rem;
	background-color: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 1.5rem;
	position: absolute;
	left: .9375rem;
	top: calc(100% + .5rem);
	display: none
  }
  
  .header .menu-service-list.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  .header .menu-service-list .menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	border-right: .125rem dashed #85b5df;
	height: 100%
  }
  
  .header .menu-service-list .menu li {
	position: relative;
	font-weight: 800;
	font-size: 1rem;
	line-height: 1;
	color: #07385d;
	padding: .5rem 0 .5rem 1.75rem;
	cursor: pointer
  }
  
  .header .menu-service-list .menu li.is-active,
  .header .menu-service-list .menu li.is-active a {
	color: #d62c2c
  }
  
  .header .menu-service-list .menu li:hover .icon {
	left: .3125rem
  }
  
  .header .menu-service-list .menu li:last-child {
	margin: 0
  }
  
  .header .menu-service-list .menu li a {
	color: #07385d;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  .header .menu-service-list .menu li a:hover {
	color: #d62c2c
  }
  
  .header .menu-service-list .menu li .icon {
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	left: 0;
	top: .3125rem;
	-webkit-transition: left .25s ease-out;
	-o-transition: left .25s ease-out;
	transition: left .25s ease-out
  }
  
  .header .menu-service-list .left {
	width: 28%
  }
  
  .header .menu-service-list .right {
	width: 72%
  }
  
  .header .menu-service-list .right .item {
	padding-left: 1.0625rem;
	display: none
  }
  
  .header .menu-service-list .right .item.is-active {
	display: block
  }
  
  .header .menu-service-list .right .item ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  .header .menu-service-list .right .item ul li {
	width: 50%;
	line-height: 1;
	margin: 0 0 .75rem
  }
  
  .header .menu-service-list .right .item ul li a {
	font-size: 1rem;
	color: #607788;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  .header .menu-service-list .right .item ul li a:hover {
	color: #d62c2c
  }
  
  .header__mobile-btn {
	width: 17%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
  }
  
  @media only screen and (min-width:75rem) {
	.header__mobile-btn {
	  display: none
	}
  }
  
  .header__mobile-btn .burger {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 1rem;
	border: 0;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  .header__mobile-btn .burger:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	border-radius: 1rem;
	z-index: -1;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
  }
  
  .header__mobile-btn .burger span {
	width: 1.0625rem;
	height: .1875rem;
	background-color: #24AAF3;
	border-radius: 1.125rem;
	position: relative;
	display: block;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  .header__mobile-btn .burger span:after,
  .header__mobile-btn .burger span:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #24AAF3;
	border-radius: 1.125rem
  }
  
  .header__mobile-btn .burger span:before {
	top: -.375rem;
	-webkit-transition: top .25s ease-out, -webkit-transform .25s ease-out;
	transition: top .25s ease-out, -webkit-transform .25s ease-out;
	-o-transition: transform .25s ease-out, top .25s ease-out;
	transition: transform .25s ease-out, top .25s ease-out;
	transition: transform .25s ease-out, top .25s ease-out, -webkit-transform .25s ease-out
  }
  
  .header__mobile-btn .burger span:after {
	bottom: -.375rem;
	-webkit-transition: bottom .25s ease-out, -webkit-transform .25s ease-out;
	transition: bottom .25s ease-out, -webkit-transform .25s ease-out;
	-o-transition: transform .25s ease-out, bottom .25s ease-out;
	transition: transform .25s ease-out, bottom .25s ease-out;
	transition: transform .25s ease-out, bottom .25s ease-out, -webkit-transform .25s ease-out
  }
  
  .header__mobile-btn .burger.is-active {}
  
  .header__mobile-btn .burger.is-active:after {
	opacity: 0
  }
  
  .header__mobile-btn .burger.is-active span {
	background-color: transparent
  }
  
  .header__mobile-btn .burger.is-active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
  }
  
  .header__mobile-btn .burger.is-active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
  }
  
  .header .pos-relative {
	position: relative
  }
  
  .mobile__menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 3;
	padding: 3.5rem .625rem;
	overflow: auto;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: visibility .25s ease-out, -webkit-transform .25s ease-out;
	transition: visibility .25s ease-out, -webkit-transform .25s ease-out;
	-o-transition: transform .25s ease-out, visibility .25s ease-out;
	transition: transform .25s ease-out, visibility .25s ease-out;
	transition: transform .25s ease-out, visibility .25s ease-out, -webkit-transform .25s ease-out
  }
  
  .mobile__menu.is-active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible
  }
  
  .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: #153253;
	width: 100%;
	padding: .5rem 0;
	border-bottom: .0625rem solid #f1f1f1
  }
  
  .mobile__menu .menu-list__item a,
  .mobile__menu .menu-list__item span {
	color: #153253
  }
  
  .mobile__menu .menu-list__item .down {
	position: absolute;
	width: .75rem;
	height: .9375rem;
	right: .5rem;
	top: .75rem;
	display: block;
	margin: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	-o-transition: transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out
  }
  
  .mobile__menu .menu-list__item .down.is-active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
  }
  
  .mobile__menu .menu-list .submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none
  }
  
  .mobile__menu .menu-list .submenu.is-active {
	display: block
  }
  
  .mobile__menu .menu-list .submenu .title {
	position: relative;
	margin: .375rem 0
  }
  
  .mobile__menu .menu-list .submenu .title .down {
	width: 1.1875rem;
	height: 1.1875rem;
	right: .375rem;
	top: .375rem
  }
  
  .mobile__menu .menu-list .submenu .title>a,
  .mobile__menu .menu-list .submenu .title>span {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25;
	color: #153253;
	padding: .375rem .5rem;
	position: relative;
	display: block;
	background-color: #f0f9fe;
	border-radius: .5rem
  }
  
  .mobile__menu .menu-list .submenu-sub {
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0 0 0 .5rem;
	margin: 0;
	list-style-type: none;
	display: none
  }
  
  .mobile__menu .menu-list .submenu-sub.is-active {
	display: block
  }
  
  .mobile__menu .menu-list .submenu-sub li {
	margin: .75rem 0
  }
  
  .mobile__menu .menu-list .submenu-sub a,
  .mobile__menu .menu-list .submenu-sub span {
	color: #607788;
	font-weight: 400
  }
  
  .mobile__menu__phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: .9375rem 0 .6875rem
  }
  
  .mobile__menu__phones a {
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #07385d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .125rem 0
  }
  
  .mobile__menu__phones .icon {
	width: 1.625rem;
	height: 1.625rem;
	margin-right: .5rem
  }
  
  .mobile__menu__phones .icon rect {
	fill: #07385d
  }
  
  .mobile__menu__phones .icon path {
	fill: #fff
  }
  
  .mobile__menu__phones .info {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #313131
  }
  
  .mobile__menu__buttons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  @media only screen and (min-width:36rem) {
	.mobile__menu__buttons {
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between
	}
  }
  
  .mobile__menu__buttons .btn {
	width: 100%;
	margin: .25rem 0
  }
  
  @media only screen and (min-width:36rem) {
	.mobile__menu__buttons .btn {
	  width: 49%
	}
  }
  
  .mobile__menu .header-feedback__item {
	height: 3rem
  }
  
  .s-banner {
	position: relative;
	z-index: 1;
	background-color: #f0f9fe;
	padding: 1.9375rem 0 3rem
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner {
	  padding: 0;
	  background-color: transparent
	}
  
	.s-banner:after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 31.25rem;
	  bottom: .75rem;
	  left: 0;
	  right: 0;
	  display: block;
	  margin: auto;
	  z-index: -1;
	  background-color: #f0f9fe;
	  border-radius: 3.125rem;
	  max-width: 111.875rem
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:75rem) {
	.s-banner:after {
	  bottom: .9375rem;
	  border-radius: 7rem;
	  height: 36.4375rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner .pagetitle {
	  margin-top: 2.5rem
	}
  }
  
  .s-banner__subtitle {
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.25;
	text-align: center;
	color: #607788
  }
  
  @media (min-width:125rem) {
	.s-banner__subtitle {
	  font-size: 1.125rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-banner__subtitle {
	  line-height: 1.5;
	  text-align: left;
	  margin: 1.0625rem 0 0
	}
  }
  
  .s-banner__subtitle ul {
	padding: 0 0 0 .3125rem;
	margin: 0;
	list-style-type: none;
	text-align: left
  }
  
  .s-banner__subtitle ul li {
	position: relative;
	padding-left: 1.125rem
  }
  
  .s-banner__subtitle ul li:before {
	content: "";
	width: .375rem;
	height: .375rem;
	background-color: #6a70fe;
	border-radius: 100%;
	display: block;
	left: 0;
	top: .625rem;
	position: absolute
  }
  
  .s-banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .s-banner .btn {
	width: 100%;
	margin: .5rem 0 1.5rem
  }
  
  @media only screen and (min-width:36rem) {
	.s-banner .btn {
	  margin: 1.5rem 0;
	  width: auto
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner .btn {
	  margin: 1.5rem 0 0
	}
  }
  
  @media only screen and (max-width:47.9375rem) {
	.s-banner .p-xs-0 {
	  padding: 0
	}
  }
  
  .s-banner__right {
	position: relative;
	width: 100%
  }
  
  .s-banner__image {
	width: calc(100% + .75rem);
	position: relative;
	max-width: 37.5rem;
	display: block;
	margin: auto
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner__image {
	  width: 104%;
	  top: 1.5625rem
	}
  }
  
  @media only screen and (min-width:85rem) {
	.s-banner__image {
	  left: 2.5rem
	}
  }
  
  .s-banner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 100%
  }
  
  .s-banner-list__item {
	min-width: 14.0625rem;
	height: 14.0625rem;
	padding: 1rem;
	border: .125rem dashed #6a70fe;
	border-radius: 2rem;
	margin: 0 .5rem
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner-list__item {
	  position: absolute;
	  width: 11.25rem;
	  height: 11.25rem;
	  min-width: auto
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:75rem) {
	.s-banner-list__item {
	  width: 12.5rem;
	  height: 12.5rem
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:85rem) {
	.s-banner-list__item {
	  width: 14.0625rem;
	  height: 14.0625rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner-list__item:first-child {
	  bottom: 9.375rem;
	  margin: auto;
	  left: -.9375rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner-list__item:nth-child(2) {
	  right: -.9375rem;
	  top: 4.375rem
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:85rem) {
	.s-banner-list__item:nth-child(2) {
	  right: -4.5625rem;
	  top: 5.75rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-banner-list__item:nth-child(3) {
	  right: 0;
	  bottom: 2.0625rem
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:85rem) {
	.s-banner-list__item:nth-child(3) {
	  right: -1.5625rem
	}
  }
  
  .s-banner-list__item .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem;
	background-color: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2rem;
	text-align: center;
	width: 100%;
	height: 100%
  }
  
  .s-banner-list__item .title {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 .25rem;
	color: #6a70fe
  }
  
  .s-banner-list__item .info {
	font-weight: 600;
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.22;
	color: #153253
  }
  
  @media (min-width:125rem) {
	.s-banner-list__item .info {
	  font-size: 1.125rem
	}
  }
  
  .s-index-menu {
	padding: 1rem 0
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu {
	  padding: 3.5rem 0
	}
  }
  
  .s-index-menu-list__item {
	width: 100%;
	margin: .5rem 0
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item {
	  width: 33.333%
	}
  }
  
  .s-index-menu-list__item .wrap {
	width: 100%;
	background-color: transparent;
	padding: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 1.5rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item .wrap {
	  background-color: #f0f9fe
	}
  }
  
  .s-index-menu-list__item .wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item .wrap:after {
	  opacity: 0
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item .wrap {
	  border-radius: 2rem
	}
  }
  
  .s-index-menu-list__item .icon {
	width: 7rem;
	height: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-box-shadow: 0 1rem 2rem rgba(141, 163, 178, .25);
	box-shadow: 0 1rem 2rem rgba(141, 163, 178, .25);
	border-radius: 1.5rem;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item .icon {
	  background-color: #85b5df
	}
  }
  
  .s-index-menu-list__item .icon svg {
	fill: #eb5350;
	-webkit-transition: fill .25s ease-out;
	-o-transition: fill .25s ease-out;
	transition: fill .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item .icon svg {
	  fill: #fff
	}
  }
  
  .s-index-menu-list__item .title {
	font-size: calc(1.25rem + 4 * ((100vw - 20rem) / 1600));
	font-weight: 800;
	line-height: 1;
	text-align: center;
	margin: .75rem 0 0;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	color: #fff
  }
  
  @media (min-width:125rem) {
	.s-index-menu-list__item .title {
	  font-size: 1.5rem
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-index-menu-list__item .title {
	  margin: 1.5rem 0 0;
	  color: #153253
	}
  }
  
  .s-specialist {
	position: relative;
	padding: 0 0 1.5625rem
  }
  
  .s-specialist:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-color: #b8ddff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 0 6.25rem 6.25rem 0;
	height: 100%;
	width: calc(20% - 2rem);
	background-image: url(../upload/man-02.png);
	background-size: cover;
	background-position: 72% top
  }
  
  @media only screen and (min-width:62rem) {
	.s-specialist:before {
	  display: block
	}
  }
  
  @media only screen and (min-width:100rem) {
	.s-specialist:before {
	  width: calc(25% - 2rem);
	  background-position: 100% 0;
	  border-radius: 0 10.25rem 10.25rem 0
	}
  }
  
  @media only screen and (min-width:112.5rem) {
	.s-specialist:before {
	  width: calc(30% - 2rem)
	}
  }
  
  @media only screen and (min-width:137.5rem) {
	.s-specialist:before {
	  width: calc(35% - 2rem)
	}
  }
  
  .s-specialist .container,
  .s-specialist .wrapper {
	max-width: 100%
  }
  
  @media only screen and (min-width:62rem) {
  
	.s-specialist .container,
	.s-specialist .wrapper {
	  padding-left: 20%
	}
  }
  
  @media only screen and (min-width:100rem) {
  
	.s-specialist .container,
	.s-specialist .wrapper {
	  padding-left: 25%
	}
  }
  
  @media only screen and (min-width:112.5rem) {
  
	.s-specialist .container,
	.s-specialist .wrapper {
	  padding-left: 30%
	}
  }
  
  @media only screen and (min-width:137.5rem) {
  
	.s-specialist .container,
	.s-specialist .wrapper {
	  padding-left: 35%
	}
  }
  
  .s-specialist-list {
	margin: 1rem 0 0
  }
  
  .s-specialist-list__item {
	width: 100%;
	overflow: hidden
  }
  
  .s-specialist-list__item:hover .wrap {
	background-color: transparent
  }
  
  .s-specialist-list__item:hover .wrap:after {
	opacity: 1
  }
  
  .s-specialist-list__item:hover .wrap .name,
  .s-specialist-list__item:hover .wrap .post {
	color: #fff
  }
  
  .s-specialist-list__item .wrap {
	padding: 1rem;
	border-radius: 2rem;
	background-color: #f0f9fe;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  .s-specialist-list__item .wrap:after {
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
  }
  
  .s-specialist-list__item .image {
	border-radius: 1.5rem;
	width: 100%;
	height: 14.8125rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top
  }
  
  .s-specialist-list__item .name {
	font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600));
	line-height: 1.12;
	text-align: center;
	color: #153253;
	margin: 1rem 0 0;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.s-specialist-list__item .name {
	  font-size: 1.25rem
	}
  }
  
  .s-specialist-list__item .name b {
	display: block;
	font-weight: 700
  }
  
  .s-specialist-list__item .post {
	text-align: center;
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
	color: #607788;
	line-height: 1.12;
	margin: .5rem 0 0;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.s-specialist-list__item .post {
	  font-size: 1rem
	}
  }
  
  .s-specialist__bg {
	position: absolute;
	left: 0;
	max-width: 17.75rem;
	width: 10%;
	height: 110%;
	top: -5%;
	background-color: #85b5df;
	z-index: -1;
	border-radius: 0 5rem 5rem 0;
	display: none
  }
  
  @media only screen and (min-width:62rem) {
	.s-specialist__bg {
	  display: block
	}
  }
  
  @media only screen and (min-width:100rem) {
	.s-specialist__bg {
	  border-radius: 0 8.5rem 8.5rem 0;
	  height: 136%;
	  top: -18.5%
	}
  }
  
  .s-specialist__bg:after {
	content: "";
	position: absolute;
	width: calc(100% + 5rem);
	height: calc(100% + 5rem);
	top: -2.5rem;
	left: -2.5rem;
	border: .125rem dashed #85b5df;
	border-radius: 0 8.5rem 8.5rem 0
  }
  
  .s-main-consult {
	padding: 0 0 2rem;
	position: relative;
	z-index: 1
  }
  
  @media only screen and (min-width:62rem) {
	.s-main-consult {
	  padding: 9.0625rem 0 3rem;
	  margin: 1.5625rem 0 0
	}
  }
  
  .s-main-consult .btn {
	width: 100%;
	margin: 1rem 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-main-consult .btn {
	  margin: 2rem 0
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-consult .col.col-sm-6 {
	  width: 50%
	}
  }
  
  .s-main-consult .col.col-sm-6:nth-child(2) .wrap {
	border-bottom: .125rem dashed #85b5df
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-consult .col.col-sm-6:nth-child(2) .wrap {
	  border-right: .125rem dashed #85b5df;
	  border-bottom: 0
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-main-consult .mt-sm-25 {
	  margin-top: 1.5625rem
	}
  }
  
  .s-main-consult .wrap {
	padding: 1rem 2rem;
	border-top: .125rem dashed #85b5df
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-consult .wrap {
	  border-top: 0;
	  border-left: .125rem dashed #85b5df
	}
  }
  
  .s-main-consult .title {
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
	color: #6a70fe
  }
  
  .s-main-consult .info {
	font-size: 1.125rem;
	line-height: 1.22;
	text-align: center;
	color: #153253;
	font-weight: 600;
	margin: .25rem 0 0
  }
  
  .s-main-consult .wrapper__right {
	padding: 1rem;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2rem;
	margin: 1rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-main-consult .wrapper__right {
	  padding: 1.75rem 2rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-main-consult .wrapper__right {
	  margin: 0
	}
  }
  
  .s-main-consult .wrapper__right .title {
	text-align: left;
	line-height: 1;
	font-size: calc(2rem + 24 * ((100vw - 20rem) / 1600))
  }
  
  @media (min-width:125rem) {
	.s-main-consult .wrapper__right .title {
	  font-size: 3.5rem
	}
  }
  
  .s-main-consult .wrapper__right .subtitle {
	margin: .5rem 0;
	font-size: calc(1.25rem + 8 * ((100vw - 20rem) / 1600));
	line-height: 1
  }
  
  @media (min-width:125rem) {
	.s-main-consult .wrapper__right .subtitle {
	  font-size: 1.75rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-main-consult .wrapper__right .subtitle {
	  margin: .5rem 0 1rem
	}
  }
  
  .s-main-consult .wrapper__right .descr {
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	color: #607788;
	line-height: 1.25
  }
  
  @media (min-width:125rem) {
	.s-main-consult .wrapper__right .descr {
	  font-size: 1.125rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-main-consult .wrapper__right .descr {
	  line-height: 1.4
	}
  }
  
  .s-main-consult .wrapper__image {
	background-image: url(../upload/car.jpg);
	height: 10.875rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border: .5rem solid #fff;
	-webkit-box-shadow: 0 .125rem 1.0625rem rgba(141, 163, 178, .2);
	box-shadow: 0 .125rem 1.0625rem rgba(141, 163, 178, .2);
	border-radius: 2rem;
	margin: 1rem 0 0
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-consult .wrapper__image {
	  margin: 1.3125rem 0 0;
	  height: 20.625rem;
	  border: 1rem solid #fff
	}
  }
  
  .s-main-consult__bg {
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	height: 75%;
	z-index: -1;
	display: none
  }
  
  @media only screen and (min-width:62rem) {
	.s-main-consult__bg {
	  display: block
	}
  }
  
  .s-main-consult__bg:before {
	content: "";
	position: absolute;
	width: 120%;
	top: 6.875rem;
	right: 0;
	height: 100%;
	background-color: #b8ddff;
	border-radius: 10.25rem 0 0 10.25rem;
	z-index: -2;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2)
  }
  
  .s-main-consult__bg div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #85b5df;
	border-radius: 7rem 0 0 7rem
  }
  
  .s-main-consult__bg div:after {
	content: "";
	position: absolute;
	width: calc(100% + 3.4375rem);
	height: calc(100% + 2.8125rem);
	top: -3.125rem;
	left: -3.125rem;
	border: .125rem dashed #85b5df;
	border-bottom: 0;
	border-radius: 8.5rem 0 0 8.5rem
  }
  
  .s-main-services {
	position: relative;
	padding: 2.5rem 0;
	background-color: #f0f9fe
  }
  
  @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: #f0f9fe;
	  border-radius: 3.125rem;
	  max-width: 111.875rem
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:75rem) {
	.s-main-services:after {
	  border-radius: 7rem
	}
  }
  
  .s-main-services-list {
	margin-top: .9375rem
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list {
	  margin-top: .3125rem
	}
  }
  
  .s-main-services-list__item {
	width: 100%;
	margin: .375rem 0
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list__item {
	  margin: 1rem 0
	}
  }
  
  .s-main-services-list__item:hover .wrap__image {
	-webkit-box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8);
	box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8)
  }
  
  .s-main-services-list__item:hover .wrap .name {
	color: #d62c2c
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list__item {
	  width: 50%
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-main-services-list__item {
	  width: 33.333%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-main-services-list__item {
	  width: 25%
	}
  }
  
  .s-main-services-list .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list .wrap {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: start;
	  -ms-flex-pack: start;
	  justify-content: flex-start
	}
  }
  
  .s-main-services-list .wrap .information {
	width: calc(100% - 6.3125rem);
	margin-left: .5rem
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list .wrap .information {
	  width: 100%;
	  margin: 0
	}
  }
  
  .s-main-services-list .wrap__image {
	position: relative;
	border-radius: .5625rem;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .25s ease-out;
	transition: -webkit-box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
	height: 5.8125rem;
	width: 5.8125rem
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list .wrap__image {
	  border-radius: 1.5rem;
	  width: 100%;
	  height: 10.625rem
	}
  }
  
  .s-main-services-list .wrap__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
  }
  
  .s-main-services-list .wrap__image .time {
	position: absolute;
	bottom: .25rem;
	left: .25rem;
	font-weight: 600;
	font-size: calc(.625rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1.25;
	border-radius: 1.875rem;
	color: #153253;
	padding: .125rem .25rem;
	background-color: #fff
  }
  
  @media (min-width:125rem) {
	.s-main-services-list .wrap__image .time {
	  font-size: 1rem
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list .wrap__image .time {
	  padding: .25rem .5rem;
	  border-radius: 3.625rem;
	  bottom: .5625rem;
	  left: .5625rem
	}
  }
  
  .s-main-services-list .wrap .name {
	font-weight: 800;
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.12;
	color: #153253;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.s-main-services-list .wrap .name {
	  font-size: 1.125rem
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-main-services-list .wrap .name {
	  margin: .75rem 0 0
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-main-services-list .wrap .name {
	  min-height: 2.5rem
	}
  }
  
  .s-main-services-list .wrap .price {
	font-weight: 800;
	font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1;
	color: #d62c2c;
	margin: .25rem 0 0
  }
  
  @media (min-width:125rem) {
	.s-main-services-list .wrap .price {
	  font-size: 1.5rem
	}
  }
  
  .s-main-services-list .wrap .price span {
	font-weight: 400
  }
  
  .s-main-services-list .wrap .info {
	font-size: 1rem;
	line-height: 1.12;
	color: #607788;
	margin: .25rem 0 0
  }
  
  .s-main-services__bg {
	display: none
  }
  
  @media only screen and (min-width:75rem) {
	.s-main-services__bg {
	  display: block;
	  width: 10.625rem;
	  height: 27.1875rem;
	  background-color: #86b5e0;
	  border-radius: 0 4rem 4rem 0;
	  position: absolute;
	  top: -2.8125rem;
	  left: 0;
	  z-index: -1
	}
  
	.s-main-services__bg:after {
	  content: "";
	  position: absolute;
	  width: 14.6875rem;
	  height: 57.5rem;
	  top: -4.625rem;
	  left: -.125rem;
	  border: .125rem dashed #85b5df;
	  border-radius: 0 8.5rem 8.5rem 0
	}
  }
  
  .s-steps {
	padding: 1.5rem 0 3rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-steps {
	  padding: 1.5rem 0 6.6875rem
	}
  }
  
  .s-steps .section__title {
	margin: 1.5rem 0 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-steps .section__title {
	  margin: 2.5rem 0 0
	}
  }
  
  .s-steps .section__subtitle {
	color: #153253;
	font-weight: 600;
	margin: 1rem 0 0
  }
  
  .s-steps .section__subtitle .pulse {
	margin: 1rem auto 0;
	width: 5rem;
	display: block
  }
  
  @media only screen and (min-width:62rem) {
	.s-steps .section__subtitle .pulse {
	  margin: 1rem 0 0;
	  width: 7.75rem
	}
  }
  
  .s-steps-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0 0
  }
  
  .s-steps-list__item .item__left {
	width: 5.5rem;
	height: 5.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-box-shadow: 0 .125rem 1rem rgba(141, 163, 179, .2);
	box-shadow: 0 .125rem 1rem rgba(141, 163, 179, .2);
	border-radius: 1rem;
	color: #6a70fe;
	font-weight: 900;
	line-height: 1
  }
  
  .s-steps-list__item .item__left .number {
	font-size: 2.5rem
  }
  
  .s-steps-list__item .item__left .info {
	font-size: 1.125rem
  }
  
  .s-steps-list__item .item__right {
	width: calc(100% - 8.75rem);
	margin-left: 1rem
  }
  
  .s-steps-list__item .item__right .title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2
  }
  
  .s-steps-list__item .item__right .info {
	font-size: 1rem;
	color: #607788;
	line-height: 1.12;
	margin: .5rem 0 0
  }
  
  .s-steps .btn {
	width: 100%;
	margin: 1rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-steps .btn {
	  margin: 1.5rem 0 0
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-steps .col-sm-5 {
	  width: 40%
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-steps .col-sm-7 {
	  width: 60%
	}
  }
  
  .s-steps__image {
	position: relative;
	width: 100%
  }
  
  .s-steps__image .img {
	position: relative;
	z-index: 1;
	width: 12.9375rem;
	display: block;
	margin: auto
  }
  
  @media only screen and (min-width:62rem) {
	.s-steps__image .img {
	  width: 21.0625rem
	}
  }
  
  .s-steps__image .bg_1 {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 18.75rem;
	background-color: #b8ddff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2.375rem;
	z-index: 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-steps__image .bg_1 {
	  max-height: 31.125rem;
	  border-radius: 4rem
	}
  }
  
  .s-steps__image .bg_2 {
	width: 16.4375rem;
	height: 17.5rem;
	position: absolute;
	top: 3.4375rem;
	left: -5rem;
	background-color: #85b5df;
	border-radius: 4.25rem;
	z-index: -2
  }
  
  @media only screen and (min-width:62rem) {
	.s-steps__image .bg_2 {
	  border-radius: 7rem;
	  top: 5.1875rem;
	  left: -8.125rem;
	  width: 27rem;
	  height: 28.5625rem
	}
  }
  
  .s-steps__image .bg_3 {
	display: none
  }
  
  @media only screen and (min-width:48rem) {
	.s-steps__image .bg_3 {
	  width: 624.9375rem;
	  height: 31.25rem;
	  border: .125rem dashed #85b5df;
	  border-radius: 3.75rem;
	  position: absolute;
	  right: 3.3125rem;
	  top: 1.875rem;
	  z-index: 0;
	  display: block
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-steps__image .bg_3 {
	  height: 36.5rem;
	  border-radius: 8.5rem
	}
  }
  
  .s-gallery {
	padding: 2rem 0 3rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-gallery {
	  padding: 4rem 0
	}
  }
  
  .s-gallery__carousel {
	margin: 1rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-gallery__carousel {
	  margin: 2rem 0 0
	}
  }
  
  .s-gallery__carousel .item {
	display: block;
	width: 100%;
	height: 13.9375rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 1.25rem;
	overflow: hidden
  }
  
  @media only screen and (min-width:48rem) {
	.s-gallery__carousel .item {
	  height: 16.8125rem;
	  border-radius: 1.5rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-gallery-nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  }
  
  .s-license {
	padding: 2rem 0 3.5rem;
	position: relative;
  }
  
  @media only screen and (min-width:48rem) {
	.s-license {
	  padding: 3rem 0;
	}
  }
  
  .s-license:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	z-index: -1;
	background-color: #85b5df;
	border-radius: 1.875rem;
	max-width: 111.875rem
  }
  
  @media only screen and (min-width:75rem) {
	.s-license:after {
	  border-radius: 7rem
	}
  }
  
  .s-license__carousel {
	margin: 1rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-license__carousel {
	  margin: 2rem 0 0
	}
  }
  
  .s-license__carousel .image {
	border-radius: 1.25rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-license__carousel .image {
	  border-radius: 1.5rem
	}
  }
  
  .s-license-nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
  }
  
  .s-license .container {
	position: relative;
	z-index: 2;
	padding: 0
  }
  
  @media only screen and (min-width:75rem) {
	.s-license .container {
	  padding: 0 1rem
	}
  }
  
  .s-license .section__title {
	padding: 0 .625rem
  }
  
  @media only screen and (min-width:75rem) {
	.s-license .section__title {
	  padding: 0
	}
  }
  
  .s-license__bg1 {
	position: absolute;
	top: -1.5625rem;
	left: 0;
	z-index: 1;
	background-color: #b8ddff;
	border-radius: 0 4rem 4rem 0;
	height: 18.125rem;
	width: 20%;
	display: none
  }
  
  @media only screen and (min-width:48rem) {
	.s-license__bg1 {
	  display: block
	}
  }
  
  .s-license__bg2 {
	position: absolute;
	border: .125rem dashed #b8ddff;
	border-radius: 8.5rem;
	top: -2.75rem;
	right: -3.75rem;
	width: 80%;
	height: calc(100% + 5.5rem);
	display: none
  }
  
  @media only screen and (min-width:48rem) {
	.s-license__bg2 {
	  display: block
	}
  }
  
  .s-reviews {
	padding: 2rem 0;
	position: relative
  }
  
  @media only screen and (min-width:48rem) {
	.s-reviews {
	  padding: 3.125rem 0;
	  margin: 1.875rem 0 0
	}
  }
  
  .s-reviews .section__subtitle {
	text-align: center
  }
  
  .s-reviews__carousel .item {
	padding: 1.875rem 0
  }
  
  .s-reviews__carousel .item .wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2rem;
	text-align: left;
	padding: 1rem;
	width: 100%;
	height: 100%
  }
  
  @media only screen and (min-width:48rem) {
	.s-reviews__carousel .item .wrap {
	  padding: 1.5rem
	}
  }
  
  .s-reviews__carousel .item .name {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 .5rem;
	line-height: 1
  }
  
  .s-reviews__carousel .item .city {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #153253;
	background-color: #f0f9fe;
	border-radius: 3.625rem;
	padding: .125rem .5rem;
	display: inline-block;
	margin: 0 0 .5rem
  }
  
  .s-reviews__carousel .item .info {
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.38;
	color: #607788
  }
  
  @media (min-width:125rem) {
	.s-reviews__carousel .item .info {
	  font-size: 1rem
	}
  }
  
  .s-reviews__carousel .item .info p {
	margin: 0
  }
  
  .s-reviews .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  .s-reviews .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
  }
  
  .s-reviews__quote {
	position: absolute;
	width: 22.5rem;
	height: 14.6875rem;
	top: 5.625rem;
	right: -.8125rem;
	z-index: -1;
	display: none
  }
  
  @media only screen and (min-width:62rem) {
	.s-reviews__quote {
	  display: block
	}
  }
  
  .s-reviews__bg {
	position: absolute;
	display: none;
	background-color: #b8ddff;
	border-radius: 0 7rem 7rem 0;
	height: 100%;
	width: 15%;
	top: 8%;
	left: 0;
	z-index: -1
  }
  
  .s-reviews__bg:after {
	content: "";
	position: absolute;
	width: calc(100% + 2.125rem);
	height: calc(100% + 4rem);
	border: .125rem dashed #b8ddff;
	left: -.125rem;
	top: -2rem;
	border-radius: 0 7rem 7rem 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-reviews__bg {
	  display: block
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-reviews-nav {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  z-index: 1;
	  margin: .625rem 0 0
	}
  }
  
  .s-faq {
	padding: 0;
  }
  
  .s-faq .section__subtitle {
	text-align: center
  }
  
  .s-faq .accordion-list {
	display: block;
	margin: .625rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-faq .accordion-list {
	  margin: 1.25rem 0 0
	}
  }
  
  .s-faq .accordion__header {
	padding: .5rem 3rem .5rem .5rem;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #153253;
	background-color: #f0f9fe;
	border-radius: .75rem;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out
  }
  
  @media only screen and (min-width:48rem) {
	.s-faq .accordion__header {
	  padding: 1rem 3.5rem 1rem 1rem
	}
  }
  
  .s-faq .accordion__description {
	font-size: 1rem;
	line-height: 1.38;
	position: relative;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	max-height: 0;
	overflow: hidden;
	padding: 0 .5rem;
	color: #fff;
	background-color: #f0f9fe;
	border-radius: 0 0 .75rem .75rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-faq .accordion__description {
	  padding: 0 1rem
	}
  }
  
  .s-faq .accordion .caret {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 1rem;
	right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24 0)' fill='url(%23a)'/%3E%3Cpath d='M6.335 8.828a1.105 1.105 0 0 0 0 1.586l4.856 4.758a1.161 1.161 0 0 0 1.618 0l4.856-4.758a1.105 1.105 0 0 0 0-1.586 1.161 1.161 0 0 0-1.619 0L12 12.793 7.954 8.828a1.161 1.161 0 0 0-1.619 0z' fill='%2324AAF3'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='12' x2='24' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 100%;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
  }
  
  .s-faq .item {
	margin: .5rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-faq .item {
	  margin: 1rem 0 0
	}
  }
  
  .s-faq .item.is-active .accordion__header {
	background-color: #1b568a;
	color: #fff;
	border-radius: .75rem .75rem 0 0
  }
  
  .s-faq .item.is-active .accordion__description {
	padding: 0 .5rem .5rem;
	background-color: #1b568a
  }
  
  @media only screen and (min-width:48rem) {
	.s-faq .item.is-active .accordion__description {
	  padding: 0 1rem 1rem
	}
  }
  
  .s-faq .item.is-active .caret {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(1 0 0 -1 0 24)' fill='%2324AAF3'/%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='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%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: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1
  }
  
  .s-article .btn {
	margin: 1.5rem auto 0;
	display: block
  }
  
  .s-image {
	padding: .75rem 0;
	position: relative
  }
  
  .s-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5%;
	width: 10%;
	height: 60%;
	background-color: #b8ddff;
	border-radius: 0 1.125rem 1.125rem 0;
	z-index: -1
  }
  
  @media only screen and (min-width:48rem) {
	.s-image:before {
	  border-radius: 0 4rem 4rem 0
	}
  }
  
  @media only screen and (min-width:100rem) {
	.s-image:before {
	  width: 20%
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-image {
	  padding: 1.5rem 0
	}
  }
  
  .s-image__wrapper {
	width: calc(100% - 1rem);
	display: block;
	margin: auto;
	height: 7.125rem
  }
  
  @media only screen and (min-width:22.5rem) {
	.s-image__wrapper {
	  height: 10.625rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-image__wrapper {
	  height: 42.3125rem;
	  width: 100%;
	  max-width: 111.875rem
	}
  }
  
  .s-image__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: .25rem solid #fff;
	-webkit-box-shadow: 0 .0625rem .375rem rgba(141, 163, 179, .2);
	box-shadow: 0 .0625rem .375rem rgba(141, 163, 179, .2);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1
  }
  
  @media only screen and (min-width:48rem) {
	.s-image__image {
	  border: 1rem solid #fff;
	  -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	  box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	  border-radius: 7rem
	}
  }
  
  .s-image__bg {
	position: absolute;
	top: -10%;
	right: 0;
	border-radius: 1.5rem 0 0 1.5rem;
	background-color: #b8ddff;
	height: 120%;
	width: 10%;
	z-index: -1
  }
  
  @media only screen and (min-width:48rem) {
	.s-image__bg {
	  border-radius: 10.125rem 0 0 10.125rem;
	  width: 15%
	}
  }
  
  @media only screen and (min-width:100rem) {
	.s-image__bg {
	  width: 25%
	}
  }
  
  .s-image__bg:after {
	content: "";
	position: absolute;
	width: calc(100% + .625rem);
	height: calc(100% + 1rem);
	right: -.125rem;
	top: -.5rem;
	border: .125rem dashed #b8ddff;
	border-radius: 2rem 0 0 2rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-image__bg:after {
	  border-radius: 12.3125rem 0 0 12.3125rem;
	  width: calc(100% + 2.9375rem);
	  height: calc(100% + 5.625rem);
	  top: -2.8125rem
	}
  }
  
  .s-tags {
	padding: 1.25rem 0
  }
  
  .s-tags-list__item {
	width: auto;
	display: inline-block
  }
  
  .s-tags-list__item span {
	color: #d62c2c;
	font-size: 1rem;
	line-height: 1.33;
	display: block;
	padding: .125rem .375rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-tags-list__item span {
	  padding: .375rem .75rem
	}
  }
  
  .s-footer-menu {
	position: relative;
	padding: .5rem 0 .75rem;
	margin: .75rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-footer-menu {
	  padding: 1rem 0 2.5rem;
	  margin: 1.5rem 0 0
	}
  }
  
  .s-footer-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: block;
	margin: auto;
	background-color: #f0f9fe;
	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: #153253
  }
  
  .s-footer-menu-list__item ul {
	padding: 0;
	list-style-type: none;
	margin: 0
  }
  
  .s-footer-menu-list__item ul li {
	font-size: 1.25rem;
	line-height: 1.1;
	margin: 1rem 0 0;
	padding-left: 1.625rem;
	position: relative
  }
  
  .s-footer-menu-list__item ul li:hover {
	color: #d62c2c
  }
  
  .s-footer-menu-list__item ul li:hover:before {
	left: .3125rem
  }
  
  .s-footer-menu-list__item ul li:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.53 6.53a.75.75 0 0 0 0-1.06L9.757.697a.75.75 0 1 0-1.06 1.06L12.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L14.53 6.53zM0 6.75h14v-1.5H0v1.5z' fill='%23D62C2C'/%3E%3C/svg%3E");
	width: .9375rem;
	height: .75rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	left: 0;
	top: .25rem;
	-webkit-transition: left .25s ease-out;
	-o-transition: left .25s ease-out;
	transition: left .25s ease-out
  }
  
  .s-footer-menu-list__item ul li a {
	color: #607788;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  .sale__list {
	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;
	gap: 20px;
  }
  
  .sale__item {
	width: 32%;
	background: #24aaf30d;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  .sale__info {
	padding: 0 20px 20px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-height: 190px;
  }
  
  .sale__item:hover .sale__description,
  .sale__item:hover .sale__title {
	color: #fff
  }
  
  .sale__item:hover .sale__button-btn {
	color: #000
  }
  
  .sale__item:hover .sale__button-btn:after {
	opacity: 0;
	color: #000
  }
  
  .sale__title {
	padding-right: 50px;
	color: #153253;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
  }
  
  .sale__description {
	font-size: 16px;
	line-height: 24px;
  }
  
  .sale__button {
	width: 100%;
	margin-top: auto;
  }
  
  .s-sale.s-top-section .sale__item:hover {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
  }
  
  .sale__image {
	display: flex;
	justify-content: center;
	height: 253px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
  }
  
  .sale__image img {
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
	object-position: center;
  }
  
  .s-sale.s-top-section .sale__item .btn-blue {
	padding: 0.8rem 1.2rem;
	width: 100%;
  }
  
  .s-sale.s-top-section .sale__item:hover .btn-blue {
	background: #FFF;
	color: #24AAF3;
  }
  
  .s-sale__slider {
	position: relative;
	overflow: hidden;
	height: 100%;
  }
  
  .s-sale__slider .sale__item {
	height: auto;
	padding: 0;
	background-color: #24aaf30d;
  }
  
  .s-sale__nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
  }
  
  @media screen and (max-width: 1024px) {
	.sale__item {
	  width: 48%;
	}
  
	.s-sale__slider {
	  overflow: visible;
	}
  
	.s-sale__nav {
	  display: flex;
	}
  }
  
  @media screen and (max-width:46.875rem) {
	.sale__item {
	  width: 100%
	}
  
	.s-sale__nav {
	  margin-top: 20px;
	  position: static;
	}
  }
  
  @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
	}
  }
  
  @media screen and (max-width:32.5rem) {
	.sale__list .sale__item .sale__info {
	  width: 100%;
	  margin-top: .5rem
	}
  }
  
  .block__nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem
  }
  
  .block__nav,
  .block__nav .block__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  .block__nav .block__arrow .block__arrow-block {
	background: #f6696f;
	padding: .75rem;
	border-radius: .875rem;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  .block__nav .block__arrow .block__arrow-block:hover {
	background: #d62c2c
  }
  
  .block__nav .block__arrow .block__arrow-block:first-child {
	margin-right: 1rem
  }
  
  .block__nav .block__arrow .block__arrow-block .block__arrow-right .block__arrow-img--right {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1)
  }
  
  .block__nav .block__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  .block__nav .block__counter .block__counter-cur p {
	font-weight: 900;
	font-size: 1.75rem;
	line-height: 2rem;
	color: #153253;
	margin-bottom: 0
  }
  
  .block__nav .block__counter .block__counter-other p {
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2rem;
	color: rgba(1, 32, 55, .2);
	margin-bottom: 0
  }
  
  .doctors__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem
  }
  
  .doctors__list .doctors__item {
	width: 24%;
	border-radius: 2rem;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	margin-bottom: 2rem
  }
  
  @media screen and (max-width:46.875rem) {
	.doctors__list .doctors__item {
	  width: 100%;
	  padding: .5rem;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row
	}
  }
  
  .doctors__list .doctors__item:hover .doctors__info .doctors__name,
  .doctors__list .doctors__item:hover .doctors__info .doctors__name span,
  .doctors__list .doctors__item:hover .doctors__info .doctors__prof p {
	color: #fff
  }
  
  .doctors__list .doctors__item:hover:after {
	opacity: 0
  }
  
  .doctors__list .doctors__item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f9fe;
	opacity: 1;
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
	border-radius: 1.75rem;
	z-index: -1
  }
  
  .doctors__list .doctors__item .doctors__img {
	width: 100%
  }
  
  @media screen and (max-width:46.875rem) {
	.doctors__list .doctors__item .doctors__img {
	  width: 35%
	}
  }
  
  .doctors__list .doctors__item .doctors__img .doctors__img-img {
	border-radius: 1.5rem;
	width: 100%
  }
  
  .doctors__list .doctors__item .doctors__info {
	width: 100%
  }
  
  @media screen and (max-width:46.875rem) {
	.doctors__list .doctors__item .doctors__info {
	  width: 61%
	}
  }
  
  .doctors__list .doctors__item .doctors__info .doctors__name {
	font-weight: 400;
	font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600));
	line-height: 1.5rem;
	text-align: center;
	color: #153253;
	margin: .75rem 0
  }
  
  @media (min-width:125rem) {
	.doctors__list .doctors__item .doctors__info .doctors__name {
	  font-size: 1.25rem
	}
  }
  
  @media screen and (max-width:46.875rem) {
	.doctors__list .doctors__item .doctors__info .doctors__name {
	  text-align: left
	}
  }
  
  .doctors__list .doctors__item .doctors__info .doctors__name span {
	font-weight: 700;
	font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600));
	line-height: 1.5rem;
	text-align: center;
	color: #153253
  }
  
  @media (min-width:125rem) {
	.doctors__list .doctors__item .doctors__info .doctors__name span {
	  font-size: 1.25rem
	}
  }
  
  @media screen and (max-width:46.875rem) {
	.doctors__list .doctors__item .doctors__info .doctors__name span {
	  text-align: left
	}
  }
  
  .doctors__list .doctors__item .doctors__info .doctors__prof p {
	font-weight: 400;
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.125rem;
	text-align: center;
	color: #607788;
	margin: 0
  }
  
  @media (min-width:125rem) {
	.doctors__list .doctors__item .doctors__info .doctors__prof p {
	  font-size: 1rem
	}
  }
  
  @media screen and (max-width:46.875rem) {
	.doctors__list .doctors__item .doctors__info .doctors__prof p {
	  text-align: left
	}
  }
  
  .doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem;
	padding: 0 .9375rem
  }
  
  @media screen and (max-width:46.875rem) {
	.doctor {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column
	}
  }
  
  .doctor .doctor__left {
	width: 28%
  }
  
  @media screen and (max-width:46.875rem) {
	.doctor .doctor__left {
	  width: 100%
	}
  }
  
  .doctor .doctor__left .doctor__img {
	background: #f0f9fe;
	border-radius: 2rem;
	padding: 1rem;
	margin-bottom: 1rem
  }
  
  .doctor .doctor__left .doctor__img .doctor__img-img {
	width: 100%;
	border-radius: 2rem
  }
  
  .doctor .doctor__left .doctor__btn button {
	margin-bottom: 1rem;
	width: 100%
  }
  
  .doctor .doctor__left .doctor__btn a {
	display: block;
	width: 100%;
	text-align: center
  }
  
  .doctor .doctor__right {
	width: 70%;
	margin-top: 0;
	padding-top: 0;
	padding-left: 1.5rem;
	border-left: .125rem dashed #85b5df;
	border-top: none
  }
  
  @media screen and (max-width:46.875rem) {
	.doctor .doctor__right {
	  width: 100%;
	  padding-left: 0;
	  border-left: none;
	  border-top: .125rem dashed #85b5df;
	  margin-top: 1rem;
	  padding-top: 1rem
	}
  }
  
  .doctor .doctor__right .section__title {
	text-align: left
  }
  
  .doctor .doctor__right .doctor__info {
	margin-top: 1.375rem
  }
  
  .doctor .doctor__right .doctor__info p {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #607788
  }
  
  .doctor .doctor__right .doctor__info .doctor__experience,
  .doctor .doctor__right .doctor__info .doctor__specialization {
	margin-bottom: 1.375rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__about {
	background: #f0f9fe;
	border-radius: .75rem;
	padding: 1.5rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__about .doctor__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  .doctor .doctor__right .doctor__info .doctor__about .doctor__title .pulse {
	width: 3.125rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__about ul {
	padding-left: .3125rem;
	list-style: none
  }
  
  .doctor .doctor__right .doctor__info .doctor__about ul li {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #607788;
	margin-bottom: 1rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__about ul li:before {
	font-weight: 400;
	color: #ec5553;
	content: "•";
	padding-right: .4375rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__about ul li span {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #153253
  }
  
  .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: #153253;
	margin-bottom: 1.375rem
  }
  
  @media (min-width:125rem) {
	.doctor .doctor__right .doctor__info .doctor__review .doctor__review-title {
	  font-size: 2.75rem
	}
  }
  
  .doctor .doctor__right .doctor__info .doctor__review .doctor__review-item {
	background: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: .75rem;
	padding: 1.5rem;
	margin-bottom: 1.375rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__review .doctor__review-item:last-child {
	margin-bottom: 0
  }
  
  .doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-person {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.875rem;
	color: #153253;
	margin-bottom: .75rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-date {
	background: #f0f9fe;
	border-radius: 3.625rem;
	padding: .5rem .25rem;
	width: 6.25rem;
	height: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .75rem
  }
  
  .doctor .doctor__right .doctor__info .doctor__review .doctor__review-item .doctor__review-date p {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #153253;
	margin-bottom: 0
  }
  
  .doctor .doctor__title {
	font-weight: 900;
	font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1.875rem;
	color: #153253;
	margin-bottom: 0
  }
  
  @media (min-width:125rem) {
	.doctor .doctor__title {
	  font-size: 1.75rem
	}
  }
  
  .license__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
	padding: 0 .9375rem
  }
  
  .license__list .license__item {
	width: 24%;
	margin-bottom: 1.25rem
  }
  
  @media screen and (max-width:46.875rem) {
	.license__list .license__item {
	  width: 49%
	}
  }
  
  .license__list .license__item .license__img {
	position: relative;
	border-radius: 1.5rem;
	display: block
  }
  
  .license__list .license__item .license__img:hover:after {
	opacity: 1
  }
  
  .license__list .license__item .license__img:after {
	content: "";
	background: rgba(236, 85, 83, .5);
	background-image: url(../upload/lupHover.png);
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	border: .5rem solid #ec5553;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.5rem;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	top: 0;
	left: 0
  }
  
  .license__list .license__item .license__img .license__img-img {
	width: 100%;
	border-radius: 1.5rem
  }
  
  .s-fotogal {
	padding: 0 0 1.5rem
  }
  
  .s-fotogal .section__subtitle {
	text-align: center
  }
  
  .s-fotogal .accordion-list {
	display: block;
	margin: .625rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-fotogal .accordion-list {
	  margin: 1.25rem 0 0
	}
  }
  
  .s-fotogal .accordion__header {
	padding: .5rem 3rem .5rem .5rem;
	position: relative;
	cursor: pointer;
	font-weight: 900;
	font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1.75rem;
	color: #153253;
	background-color: #f0f9fe;
	border-radius: .75rem;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out
  }
  
  @media (min-width:125rem) {
	.s-fotogal .accordion__header {
	  font-size: 1.75rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.s-fotogal .accordion__header {
	  padding: 1rem 3.5rem 1rem 1rem
	}
  }
  
  .s-fotogal .accordion__description {
	font-size: 1rem;
	line-height: 1.38;
	position: relative;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	max-height: auto !important;
	overflow: hidden;
	padding: 0 .5rem;
	color: #fff;
	border-radius: 0 0 .75rem .75rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-fotogal .accordion__description {
	  padding: 0 1rem
	}
  }
  
  .s-fotogal .accordion__description .fotogal__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 2rem
  }
  
  .s-fotogal .accordion__description .fotogal__list .fotogal__item {
	margin-bottom: 1rem;
	width: 24%
  }
  
  @media screen and (max-width:46.875rem) {
	.s-fotogal .accordion__description .fotogal__list .fotogal__item {
	  width: 49%
	}
  }
  
  .s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img {
	position: relative;
	display: block
  }
  
  .s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img:hover:after {
	opacity: 1
  }
  
  .s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img:after {
	content: "";
	background: rgba(236, 85, 83, .5);
	background-image: url(../upload/lupHover.png);
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1rem;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	top: 0;
	left: 0
  }
  
  .s-fotogal .accordion__description .fotogal__list .fotogal__item .fotogal__img .fotogal__img-img {
	border-radius: 1rem;
	width: 100%
  }
  
  .s-fotogal .accordion .caret {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 1rem;
	right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24 0)' fill='url(%23a)'/%3E%3Cpath d='M6.335 8.828a1.105 1.105 0 0 0 0 1.586l4.856 4.758a1.161 1.161 0 0 0 1.618 0l4.856-4.758a1.105 1.105 0 0 0 0-1.586 1.161 1.161 0 0 0-1.619 0L12 12.793 7.954 8.828a1.161 1.161 0 0 0-1.619 0z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='12' x2='24' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 100%;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
  }
  
  .s-fotogal .item {
	margin: .5rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-fotogal .item {
	  margin: 1rem 0 0
	}
  }
  
  .s-fotogal .item.is-active .accordion__header {
	background-color: #153253;
	color: #fff;
	border-radius: .75rem
  }
  
  .s-fotogal .item.is-active .accordion__description {
	padding: 0 .5rem .5rem;
	background: transpanent
  }
  
  @media only screen and (min-width:48rem) {
	.s-fotogal .item.is-active .accordion__description {
	  padding: 0 1rem 1rem
	}
  }
  
  .s-fotogal .item.is-active .caret {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(1 0 0 -1 0 24)' fill='%23fff'/%3E%3Cpath d='M17.665 15.172a1.105 1.105 0 0 0 0-1.586l-4.856-4.758a1.161 1.161 0 0 0-1.618 0l-4.856 4.758a1.105 1.105 0 0 0 0 1.586 1.161 1.161 0 0 0 1.619 0L12 11.207l4.046 3.965a1.161 1.161 0 0 0 1.619 0z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
  }
  
  .videogal {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
  }
  
  .videogal .videogal__item {
	margin-bottom: 1rem;
	width: 24%
  }
  
  @media screen and (max-width:64rem) {
	.videogal .videogal__item {
	  width: 32%
	}
  }
  
  @media screen and (max-width:46.875rem) {
	.videogal .videogal__item {
	  width: 49%
	}
  }
  
  @media screen and (max-width:28.125rem) {
	.videogal .videogal__item {
	  width: 100%
	}
  }
  
  .videogal .videogal__item .videogal__link {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: relative
  }
  
  .videogal .videogal__item .videogal__link:hover:after {
	background: #ffffff2e;
	background-image: url(../upload/youtube-play-btn.png);
	background-position: 50%;
	background-repeat: no-repeat
  }
  
  .videogal .videogal__item .videogal__link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transpanent;
	background-image: url(../upload/youtube-play-btn_grey.png);
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
  }
  
  .videogal .videogal__item .videogal__link .videogal__preview {
	height: 9.4375rem;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: 50%
  }
  
  @media screen and (max-width:46.875rem) {
	.videogal .videogal__item .videogal__link .videogal__preview {
	  height: 8.75rem
	}
  }
  
  @media screen and (max-width:28.125rem) {
	.videogal .videogal__item .videogal__link .videogal__preview {
	  height: 10.6875rem
	}
  }
  
  .vacancys {
	margin-top: 2rem
  }
  
  .vacancys .vacancys__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #f0f9fe;
	border-radius: 1rem;
	padding: .5rem;
	margin-bottom: .625rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
  }
  
  .vacancys .vacancys__item:hover {
	background: #eb5350
  }
  
  .vacancys .vacancys__item:hover .vacancys__left .vacancys__arrow {
	width: 1.75rem;
	height: 1.75rem;
	background: #fff;
	background-image: url(../upload/arrowRightRed.png);
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: .5rem;
	margin-right: .75rem
  }
  
  .vacancys .vacancys__item:hover .vacancys__right .vacancys__name,
  .vacancys .vacancys__item:hover .vacancys__right .vacancys__price {
	color: #fff
  }
  
  .vacancys .vacancys__item .vacancys__left .vacancys__arrow {
	width: 1.75rem;
	height: 1.75rem;
	background: #eb5350;
	background-image: url(../upload/arrowRightWhite.png);
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: .5rem;
	margin-right: .75rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
  }
  
  .vacancys .vacancys__item .vacancys__right .vacancys__name {
	font-weight: 900;
	font-size: 1.75rem;
	line-height: 1.75rem;
	color: #153253;
	margin-bottom: .5rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
  }
  
  .vacancys .vacancys__item .vacancys__right .vacancys__price {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: #153253;
	margin-bottom: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
  }
  
  .block__price {
	background: #f0f9fe;
	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: #153253
  }
  
  .vacancy {
	margin-top: 2rem
  }
  
  .vacancy .vacancy__title {
	font-weight: 900;
	font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1.875rem;
	color: #153253;
	margin-bottom: 0
  }
  
  @media (min-width:125rem) {
	.vacancy .vacancy__title {
	  font-size: 1.75rem
	}
  }
  
  .vacancy .vacancy__title ul {
	margin-top: .75rem;
	padding-left: .3125rem;
	list-style: none
  }
  
  .vacancy .vacancy__title ul li {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #607788;
	margin-bottom: 1rem
  }
  
  .vacancy .vacancy__title ul li:before {
	font-weight: 400;
	color: #ec5553;
	content: "•";
	padding-right: .4375rem
  }
  
  .vacancy .vacancy__text p {
	font-weight: 900;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #153253
  }
  
  .vacancy .vacancy__text p span {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #607788
  }
  
  .vacancy .vacancy__text p a {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #6a70fe;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  .vacancy .vacancy__text p a:hover {
	color: #153253
  }
  
  .s-banner.s-garanties-block {
	margin-top: -4.6875rem
  }
  
  .garanties {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2rem;
	width: 100%;
	padding: 0 .9375rem
  }
  
  .garanties .garanties__item {
	width: 32%;
	padding: 1.5rem;
	cursor: pointer;
	background: #b8ddff;
	border-radius: 4rem;
	margin-bottom: 2rem;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	max-height: 19.25rem
  }
  
  @media screen and (max-width:68.75rem) {
	.garanties .garanties__item {
	  width: 48%
	}
  }
  
  @media screen and (max-width:56.1875rem) {
	.garanties .garanties__item {
	  background: #153253;
	  width: 100%;
	  max-height: 100%
	}
  }
  
  .garanties .garanties__item .garanties__content {
	border-radius: 3.5rem;
	border: .125rem dashed #153253;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 16.25rem;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s
  }
  
  @media screen and (max-width:56.1875rem) {
	.garanties .garanties__item .garanties__content {
	  border: none
	}
  }
  
  .garanties .garanties__item .garanties__content .garanties__img {
	padding: .6875rem .3125rem;
	background: #153253;
	border-radius: 1.375rem;
	max-width: 7rem;
	width: 100%;
	margin: auto;
	margin-top: calc(50% - 7rem);
	min-height: 7rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
  }
  
  @media screen and (max-width:68.75rem) {
	.garanties .garanties__item .garanties__content .garanties__img {
	  margin-top: calc(42% - 7rem)
	}
  }
  
  @media screen and (max-width:56.1875rem) {
	.garanties .garanties__item .garanties__content .garanties__img {
	  margin-top: 0;
	  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: #153253
  }
  
  .garanties .garanties__item:hover .garanties__content {
	border: none
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__img {
	margin-top: 0;
	margin: 0 auto;
	min-height: 5rem;
	width: 100%;
	height: 100%;
	max-width: 5rem;
	background: #fff
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__img-first {
	background-image: url(../upload/garanties1-dark.png);
	background-position: 50%;
	background-size: contain
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__img-second {
	background-image: url(../upload/garanties2-dark.png);
	background-position: 50%;
	background-size: contain
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__img-third {
	background-image: url(../upload/garanties3-dark.png);
	background-position: 50%;
	background-size: contain
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__img-four {
	background-image: url(../upload/garanties4-dark.png);
	background-position: 50%;
	background-size: contain
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__img-five {
	background-image: url(../upload/garanties5-dark.png);
	background-position: 50%;
	background-size: contain
  }
  
  .garanties .garanties__item:hover .garanties__content .garanties__text {
	opacity: 1;
	width: 100%;
	height: 100%
  }
  
  .accordion-list {
	display: block;
	margin: .625rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.accordion-list {
	  margin: 1.25rem 0 0
	}
  }
  
  .accordion__header {
	padding: .5rem 3rem .5rem .5rem;
	position: relative;
	cursor: pointer;
	font-weight: 900;
	font-size: calc(1.375rem + 6 * ((100vw - 20rem) / 1600));
	line-height: 1.75rem;
	color: #153253;
	background-color: #f0f9fe;
	border-radius: .75rem;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out, border-radius .25s ease-out
  }
  
  @media (min-width:125rem) {
	.accordion__header {
	  font-size: 1.75rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.accordion__header {
	  padding: 1rem 3.5rem 1rem 1rem
	}
  }
  
  .accordion__description {
	font-size: 1rem;
	line-height: 1.38;
	position: relative;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	max-height: auto !important;
	overflow: hidden;
	padding: 0 .5rem;
	color: #fff;
	border-radius: 0 0 .75rem .75rem
  }
  
  @media only screen and (min-width:48rem) {
	.accordion__description {
	  padding: 0 1rem
	}
  }
  
  .accordion .caret {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 1rem;
	right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24 0)' fill='url(%23a)'/%3E%3Cpath d='M6.335 8.828a1.105 1.105 0 0 0 0 1.586l4.856 4.758a1.161 1.161 0 0 0 1.618 0l4.856-4.758a1.105 1.105 0 0 0 0-1.586 1.161 1.161 0 0 0-1.619 0L12 12.793 7.954 8.828a1.161 1.161 0 0 0-1.619 0z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='a' y1='12' x2='24' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 100%;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
  }
  
  .accordion .item {
	margin: .5rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.accordion .item {
	  margin: 1rem 0 0
	}
  }
  
  .accordion .item.is-active .accordion__header {
	background-color: #153253;
	color: #fff;
	border-radius: .75rem
  }
  
  .accordion .item.is-active .accordion__description {
	padding: 0 .5rem .5rem;
	background: transpanent
  }
  
  @media only screen and (min-width:48rem) {
	.accordion .item.is-active .accordion__description {
	  padding: 0 1rem 1rem
	}
  }
  
  .accordion .item.is-active .caret {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(1 0 0 -1 0 24)' fill='%23fff'/%3E%3Cpath d='M17.665 15.172a1.105 1.105 0 0 0 0-1.586l-4.856-4.758a1.161 1.161 0 0 0-1.618 0l-4.856 4.758a1.105 1.105 0 0 0 0 1.586 1.161 1.161 0 0 0 1.619 0L12 11.207l4.046 3.965a1.161 1.161 0 0 0 1.619 0z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6696F'/%3E%3Cstop offset='1' stop-color='%23EB5350'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
  }
  
  .table .table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: .5rem 0;
	background: transpanent;
	cursor: pointer;
	border-radius: 1rem
  }
  
  @media screen and (max-width:48rem) {
	.table .table__row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column
	}
  }
  
  .table .table__row:hover {
	background: #ec5553
  }
  
  .table .table__row:hover .table__info .table__price,
  .table .table__row:hover .table__name {
	color: #fff
  }
  
  .table .table__row:hover .table__info .table__button .red {
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #153253
  }
  
  .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: #153253;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	padding: .5rem 0 .5rem 1rem
  }
  
  @media screen and (max-width:48rem) {
	.table .table__row .table__name {
	  width: 100%
	}
  }
  
  .table .table__row .table__info {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transpanent
  }
  
  @media screen and (max-width:48rem) {
	.table .table__row .table__info {
	  width: 100%;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  background: #f0f9fe;
	  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: #153253;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	padding-left: 0
  }
  
  @media screen and (max-width:48rem) {
	.table .table__row .table__info .table__price {
	  padding-left: 1.5625rem
	}
  }
  
  .table .table__row .table__info .table__button .table__btn {
	padding: .625rem 1.125rem;
	margin-left: 1rem;
	width: auto;
	font-weight: 800;
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	border-radius: 1rem;
	border: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  @media (min-width:125rem) {
	.table .table__row .table__info .table__button .table__btn {
	  font-size: 1.125rem
	}
  }
  
  .table .table__row .table__info .table__button .red {
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #153253
  }
  
  .table .table__row .table__info .table__button .red:hover:after {
	opacity: 0
  }
  
  .table .table__row .table__info .table__button .red:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	opacity: 1;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	border-radius: 1rem;
	z-index: -1
  }
  
  .s-contacts-main {
	position: relative;
	padding: 2.5rem 0;
	background-color: #f0f9fe;
	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: #f0f9fe;
	  border-radius: 3.125rem;
	  max-width: 111.875rem
	}
  }
  
  @media only screen and (min-width:62rem) and (min-width:75rem) {
	.s-contacts-main:after {
	  border-radius: 7rem
	}
  }
  
  .s-contacts-main .container .background__dashed {
	position: absolute;
	border: .125rem dashed #85b5df;
	border-radius: 3.125rem;
	width: 100%;
	height: 112%;
	max-width: 79.0625rem;
	max-height: 37.375rem;
	left: 0;
	right: 0;
	margin: auto;
	top: -1.875rem
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contacts-main .container .background__dashed {
	  border-left: none;
	  border-right: none
	}
  }
  
  .s-contacts-main .container #map {
	width: 100%;
	height: 28.125rem;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	border-radius: 2rem 2rem 2rem 2rem;
	overflow: hidden;
	position: relative
  }
  
  .s-contact-other .contact__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 4rem;
	width: 100%
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .contact__list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column
	}
  }
  
  .s-contact-other .contact__list .contact__item {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .contact__list .contact__item {
	  width: 100%
	}
  }
  
  .s-contact-other .contact__list .contact__item .contact__img {
	max-width: 1.5rem
  }
  
  .s-contact-other .contact__list .contact__item .contact__text {
	padding-left: .5rem
  }
  
  .s-contact-other .contact__list .contact__item .contact__text .contact__name {
	font-style: normal;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #07385d;
	margin-bottom: .5rem
  }
  
  .s-contact-other .contact__list .contact__item .contact__text .contact__description a,
  .s-contact-other .contact__list .contact__item .contact__text .contact__description p {
	font-style: normal;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #607788
  }
  
  .s-contact-other .contact__list .contact__item .contact__text .contact__description a {
	text-decoration: none;
	width: 100%;
	display: block
  }
  
  .s-contact-other .contact__list .contact__item .contact__text .contact__description .mail {
	font-style: normal;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #6a70fe
  }
  
  .s-contact-other .form__block {
	padding: 2.5rem 2rem;
	background: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2rem;
	margin: 2.5rem 0
  }
  
  .s-contact-other .form__block .form .form__title {
	font-style: normal;
	font-weight: 900;
	font-size: calc(1.75rem + 16 * ((100vw - 20rem) / 1600));
	line-height: 2.75rem;
	text-align: center;
	color: #153253;
	margin-bottom: .75rem
  }
  
  @media (min-width:125rem) {
	.s-contact-other .form__block .form .form__title {
	  font-size: 2.75rem
	}
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__title {
	  line-height: 2rem
	}
  }
  
  .s-contact-other .form__block .form .form__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs {
	width: 49%
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__container .form__inputs {
	  width: 100%
	}
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs .form__groups {
	position: relative
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs .form__groups input {
	background: #fff;
	border: .0625rem solid #eaeaea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1rem;
	padding: .625rem 0 .625rem 3.125rem;
	width: 100%
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs .form__groups .form__name {
	margin-bottom: 1rem
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs .form__groups .form__number {
	margin-bottom: 0
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__container .form__inputs .form__groups .form__number {
	  margin-bottom: 1rem
	}
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-name {
	position: absolute;
	left: .75rem;
	top: .625rem
  }
  
  .s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-phone {
	position: absolute;
	left: .75rem;
	bottom: .625rem
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__container .form__inputs .form__groups .image__for-phone {
	  bottom: 1.5625rem
	}
  }
  
  .s-contact-other .form__block .form .form__container .form__text {
	width: 49%;
	position: relative
  }
  
  .s-contact-other .form__block .form .form__container .form__text textarea {
	width: 100%;
	background: #fff;
	border: .0625rem solid #eaeaea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1rem;
	padding: .625rem 0 .625rem 3.125rem;
	resize: none;
	height: 6.75rem
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__container .form__text {
	  width: 100%
	}
  }
  
  .s-contact-other .form__block .form .form__container .form__text .image__for-message {
	position: absolute;
	left: .75rem;
	top: .625rem
  }
  
  .s-contact-other .form__block .form .form__container .form__buttons {
	width: 100%;
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__container .form__buttons {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse
	}
  }
  
  .s-contact-other .form__block .form .form__container .form__buttons p {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #607788
  }
  
  .s-contact-other .form__block .form .form__container .form__buttons a {
	color: #d62c2c
  }
  
  .s-contact-other .form__block .form .form__container .form__buttons .buttons {
	text-align: center
  }
  
  .s-contact-other .form__block .form .form__container .form__buttons .buttons .btn {
	max-width: 14.5rem;
	width: 100%;
	margin-bottom: 1rem
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .form__block .form .form__container .form__buttons .buttons .btn {
	  max-width: 100%
	}
  }
  
  .s-contact-other .city__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  .s-contact-other .city__list .city__item {
	background: #f0f9fe;
	border-radius: 1rem;
	height: 6rem;
	width: 24%;
	padding: .75rem;
	margin-bottom: 2rem;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  .s-contact-other .city__list .city__item:hover {
	background: #ec5553
  }
  
  .s-contact-other .city__list .city__item:hover .city__name,
  .s-contact-other .city__list .city__item:hover p {
	color: #fff
  }
  
  @media screen and (max-width:46.875rem) {
	.s-contact-other .city__list .city__item {
	  width: 100%
	}
  }
  
  .s-contact-other .city__list .city__item p {
	font-style: normal;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #607788;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  .s-contact-other .city__list .city__item .city__name {
	font-style: normal;
	font-weight: 800;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #6a70fe;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
  }
  
  .s-banner.s-services {
	padding: 3.75rem 0
  }
  
  .s-banner.s-services:after {
	z-index: -3;
	bottom: 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-banner.s-services:after {
	  height: 40.125rem
	}
  }
  
  .s-banner.s-services .s-services__banner {
	width: 100%;
	height: 11.875rem;
	position: relative;
	margin-top: 1.875rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-banner.s-services .s-services__banner {
	  height: 22.5rem;
	  margin: 0
	}
  }
  
  .s-banner.s-services .s-services__banner:before {
	content: "";
	position: absolute;
	width: calc(100% + 3.75rem);
	height: 80%;
	background-color: #b8ddff;
	-webkit-box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
	box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
	border-radius: 3rem;
	top: -1.875rem;
	left: -1.875rem;
	z-index: -2
  }
  
  @media only screen and (min-width:48rem) {
	.s-banner.s-services .s-services__banner:before {
	  top: -3.75rem;
	  z-index: -1
	}
  }
  
  .s-banner.s-services .s-services__banner:after {
	content: "";
	position: absolute;
	width: 6.25rem;
	height: 6.25rem;
	background-color: #86b5e0;
	-webkit-box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
	box-shadow: 0 -1rem 2rem -1rem rgba(141, 163, 178, .25);
	border-radius: 3rem;
	z-index: -1;
	right: -2.8125rem;
	bottom: .9375rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-banner.s-services .s-services__banner:after {
	  right: -5.625rem;
	  bottom: 2.125rem;
	  width: 11.625rem;
	  height: 11.625rem;
	  z-index: -2
	}
  }
  
  .s-banner.s-services .s-services__banner .s-banner__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 .25rem 1.0625rem -.5rem rgba(214, 44, 44, .8);
	box-shadow: 0 .25rem 1.0625rem -.5rem rgba(214, 44, 44, .8);
	border-radius: .8125rem;
	left: 0;
	top: 0;
	max-width: none
  }
  
  @media only screen and (min-width:48rem) {
	.s-banner.s-services .s-services__banner .s-banner__image {
	  -webkit-box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8);
	  box-shadow: 0 .5rem 2rem -1rem rgba(214, 44, 44, .8);
	  border-radius: 1.5rem
	}
  }
  
  .s-banner.s-services .s-banner-list {
	margin: 1.5rem 0 0;
	padding: .5rem
  }
  
  .s-banner.s-services .s-banner-list .wrapper {
	border-radius: 1.5rem;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2rem;
	background-color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  
  .s-banner.s-services .s-banner-list .wrapper:after {
	content: "";
	position: absolute;
	width: calc(100% + 1rem);
	height: calc(100% + 1rem);
	top: -.5rem;
	left: -.5rem;
	border: .125rem dashed #6a70fe;
	border-radius: 2rem
  }
  
  .s-banner.s-services .s-banner-list__item {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	bottom: 0;
	border: 0;
	border-radius: 0;
	width: 33.3333%;
	height: 9rem
  }
  
  .s-banner.s-services .s-banner-list__item:nth-child(2) .wrap {
	position: relative
  }
  
  .s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:after,
  .s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:before {
	content: "";
	width: 0;
	height: 6rem;
	border: .0625rem dashed #85b5df;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	position: absolute
  }
  
  .s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:before {
	left: 0
  }
  
  .s-banner.s-services .s-banner-list__item:nth-child(2) .wrap:after {
	right: 0
  }
  
  .s-banner.s-services .s-banner-list__item .wrap {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent
  }
  
  .s-price {
	padding: 1.75rem 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-price {
	  padding: 3.5rem 0
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-price .col-md-4 {
	  width: 29%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-price .col-md-8 {
	  width: 71%
	}
  }
  
  @media only screen and (max-width:47.9375rem) {
	.s-price .p-xs-0 {
	  padding: 0
	}
  }
  
  .s-price-list {
	width: 100%;
	margin: 1.25rem 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-price-list {
	  margin: 1.25rem 0 0
	}
  }
  
  
  .ur-docs-section h2 {
	color: rgba(21, 50, 83, 1);
	font-size: 36px;
	text-align: center;
	margin-bottom: 16px;
  }
  .ur-docs__intro {
	  font-size: 18px;
	  text-align: center;
	  max-width: 800px;
	  margin: 0 auto;
	  color: rgba(21, 50, 83, 0.8);
	  margin-bottom: 48px;
  }
  .ur-docs__outro {
	  font-size: 18px;
	  text-align: center;
	  max-width: 800px;
	  margin: 0 auto;
	  color: rgba(21, 50, 83, 0.8);
	  margin-top: 32px;
  }
  .ur-docs-grid {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 18px;
  }
  .ur-doc {
	  background: rgba(244, 250, 254, 1);
	  border-radius: 20px;
	  padding: 24px;
	  display: flex;
	  flex-direction: column;
	  gap: 18px;
  }
  .ur-doc__icon {
	  width: 60px;
	  height: 60px;
	  background: rgba(36, 170, 243, 1);
	  border-radius: 12px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .ur-doc__top {
	  display: flex;
	  gap: 18px;
	  align-items: center;
  }
  .ur-doc__info {
	  display: flex;
	  flex-direction: column;
	  gap: 4px;
  }
  .ur-doc__list {
	  display: flex;
	  flex-direction: column;
	  gap: 12px;
  }
  .ur-doc__title {
	  color: rgba(21, 50, 83, 1);
	  font-size: 18px;
	  font-weight: 600;
  }
  .ur-doc__descr {
	  color: rgba(21, 50, 83, 0.8);
	  font-size: 14px;
  }
  .ur-doc__list-item {
	  background: #fff;
	  border-radius: 12px;
	  padding: 16px 18px;
	  color: rgba(21, 50, 83, 1);
	  font-size: 14px;
  }
  .ur-doc__list-item a {
	  font-weight: 600;
	  color: rgba(21, 50, 83, 1);
  }
  .ur-doc__list-item a:hover {
	  color: #007bff;
  }
  .ur-docs-section {
	  padding: 60px 0 40px 0;
  }
  .s-price-list__item {
	width: 100%;
	margin: .5rem 0;
	background-color: #f0f9fe;
	border-radius: .75rem;
	padding: .5rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
  }
  
  .s-price-list__item .name {
	font-weight: 600;
	font-size: calc(1.125rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.2;
	color: #153253;
	width: 100%
  }
  
  @media(max-width: 991px){
	  .ur-docs-grid {
		  grid-template-columns: 1fr;
	  }
  }
  @media(max-width: 767px){
	  .ur-docs-section h2 {
		  font-size: 25px;
	  }
	  .ur-doc__top {
		  grid-template-columns: 50px auto;
		  display: grid;
	  }
	  .ur-doc {
		  padding: 16px;
	  }
	  .ur-doc__title {
		  font-size: 16px;
	  }
  }
  @media (min-width:125rem) {
	.s-price-list__item .name {
	  font-size: 1.25rem
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-price-list__item .name {
	  width: 60%
	}
  }
  
  .s-price-list__item .price {
	width: 100%;
	font-weight: 800;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #6a70fe
  }
  
  @media only screen and (min-width:36rem) {
	.s-price-list__item .price {
	  width: 40%;
	  text-align: right
	}
  }
  
  .s-price .col-md-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
  }
  
  .s-price .col-md-4>.item {
	width: 100%
  }
  
  @media only screen and (max-width:36rem) {
	.s-price .col-md-4>.item:nth-child(2) {
	  padding: 0 .625rem
	}
  }
  
  @media only screen and (min-width:36rem) {
	.s-price .col-md-4>.item {
	  width: 48%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-price .col-md-4>.item {
	  width: 100%
	}
  }
  
  .s-price .service__wrap {
	padding: .75rem;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	border-radius: 1.5rem;
	margin: 1.75rem 0 0;
	display: block
  }
  
  @media only screen and (min-width:48rem) {
	.s-price .service__wrap {
	  padding: 1.5rem;
	  -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	  box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	  border-radius: 2rem
	}
  }
  
  .s-price .service__wrap .wrap__image {
	position: relative;
	border-radius: 1.5rem;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .25s ease-out;
	transition: -webkit-box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
	margin: .75rem 0 0;
	height: 10.625rem;
	width: 100%
  }
  
  .s-price .service__wrap .wrap__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
  }
  
  .s-price .service__wrap .wrap__image .time {
	position: absolute;
	bottom: .25rem;
	left: .25rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 1.875rem;
	color: #153253;
	padding: .25rem .5rem;
	background-color: #fff
  }
  
  @media only screen and (min-width:36rem) {
	.s-price .service__wrap .wrap__image .time {
	  border-radius: 3.625rem;
	  bottom: .5625rem;
	  left: .5625rem
	}
  }
  
  .s-price .service__wrap .name {
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.12;
	color: #153253;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.s-price .service__wrap .name {
	  margin: .75rem 0 0
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-price .service__wrap .name {
	  min-height: 2.5rem
	}
  }
  
  .s-price .service__wrap .price {
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1;
	color: #d62c2c;
	margin: .25rem 0
  }
  
  .s-price .service__wrap .price span {
	font-weight: 400
  }
  
  .s-price .service__wrap .info {
	font-size: 1rem;
	line-height: 1.12;
	color: #607788;
	margin: .25rem 0 0
  }
  
  .s-license__inner {
	width: 100%;
	margin: 1rem 0 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-license__inner {
	  width: calc(100% - 7.5rem);
	  display: block;
	  position: relative;
	  margin: .25rem auto 0
	}
  }
  
  .s-license__inner .carousel-btn {
	width: 3rem;
	height: 3rem;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, from(#f6696f), to(#eb5350));
	background: -o-linear-gradient(left, #f6696f, #eb5350);
	background: linear-gradient(90deg, #f6696f, #eb5350);
	border-radius: .875rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
  }
  
  @media only screen and (min-width:62rem) {
	.s-license__inner .carousel-btn {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex
	}
  }
  
  .s-license__inner .dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .625rem
  }
  
  @media only screen and (min-width:62rem) {
	.s-license__inner .dots {
	  margin: 0 1.25rem
	}
  }
  
  .s-license__inner .dots button {
	width: .5rem;
	height: .5rem;
	background-color: #e7e7ff;
	border-radius: 100%;
	margin: 0 .1875rem;
	cursor: pointer;
	border: 0;
	padding: 0;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
  }
  
  @media only screen and (min-width:36rem) {
	.s-license__inner .dots button {
	  margin: 0 .5rem
	}
  }
  
  .s-license__inner .dots button.active {
	background-color: #d62c2c
  }
  
  .s-license__inner .carousel-btn.prev {
	left: -3.75rem
  }
  
  .s-license__inner .carousel-btn.next {
	right: -3.75rem
  }
  
  .s-main-services.inner {
	margin: 0 0 2rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-main-services.inner {
	  margin: 0 0 10rem
	}
  }
  
  .s-main-services.inner .s-main-services__bg {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
  }
  
  @media only screen and (min-width:48rem) {
	.s-steps.inner {
	  margin: 5.625rem 0 0
	}
  }
  
  .s-steps.inner .bg_3 {
	display: none
  }
  
  .s-form.s-steps.inner {
	margin: 0;
	padding: 0
  }
  
  .s-form:after,
  .s-form:before {
	display: none
  }
  
  .s-form .wrapper {
	max-width: 35.625rem
  }
  
  .s-form .wrapper .section__subtitle {
	font-size: calc(1.25rem + 8 * ((100vw - 20rem) / 1600));
	color: #153253;
	line-height: 1
  }
  
  @media (min-width:125rem) {
	.s-form .wrapper .section__subtitle {
	  font-size: 1.75rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-form .s-steps__image {
	  margin-left: -3.125rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-form .img {
	  width: 18.75rem
	}
  }
  
  @media only screen and (min-width:75rem) {
	.s-form .img {
	  width: 26.375rem
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-form .bg_1 {
	  max-height: 25rem
	}
  }
  
  @media only screen and (min-width:75rem) {
	.s-form .bg_1 {
	  max-height: 31.25rem
	}
  }
  
  .s-form .bg_2 {
	left: auto;
	right: -1.875rem;
	top: -.9375rem;
	width: 16.4375rem;
	height: 17.5rem
  }
  
  @media only screen and (min-width:62rem) {
	.s-form .bg_2 {
	  right: -2.5rem;
	  width: 25rem;
	  height: 25rem;
	  top: 0
	}
  }
  
  @media only screen and (min-width:75rem) {
	.s-form .bg_2 {
	  right: -3.75rem;
	  width: 27rem;
	  height: 28.5625rem;
	  top: 6.25rem
	}
  }
  
  .s-gallery.inner {
	margin-bottom: 1.5rem
  }
  
  .s-reviews.inner {
	padding-top: 0;
	margin: .75rem 0 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-reviews.inner {
	  margin: 1.5rem 0 0
	}
  }
  
  .s-reviews.inner .item {
	width: 100%;
	margin: .625rem 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-reviews.inner .item {
	  width: 50%;
	  margin: 1rem 0
	}
  }
  
  .s-reviews.inner .item .wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 2rem;
	text-align: left;
	padding: 1rem;
	width: 100%;
	height: 100%
  }
  
  @media only screen and (min-width:48rem) {
	.s-reviews.inner .item .wrap {
	  padding: 1.5rem
	}
  }
  
  .s-reviews.inner .item .name {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1
  }
  
  .s-reviews.inner .item .city {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #153253;
	background-color: #f0f9fe;
	border-radius: 3.625rem;
	padding: .125rem .5rem;
	display: inline-block;
  }
  
  .s-reviews.inner .item .info {
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1.38;
	color: #607788
  }
  
  @media (min-width:125rem) {
	.s-reviews.inner .item .info {
	  font-size: 1rem
	}
  }
  
  .s-reviews.inner .item .info p {
	margin: 0
  }
  
  .s-articles .section__title {
	margin-bottom: 2rem
  }
  
  @media only screen and (min-width:62rem) {
	.s-articles {
	  padding-bottom: 3.125rem
	}
  }
  
  .s-articles-list {
	margin-top: 1.875rem
  }
  
  .s-articles-list__item {
	width: 100%;
	margin: .5rem 0
  }
  
  .s-articles-list__item:hover .wrap {
	background-color: #ec5553
  }
  
  .s-articles-list__item:hover .item__descr,
  .s-articles-list__item:hover .item__link,
  .s-articles-list__item:hover .item__name {
	color: #fff
  }
  
  .s-articles-list__item:hover .item__link svg {
	fill: #fff
  }
  
  .s-articles-list__item .wrap {
	width: 100%;
	padding: .5rem;
	background-color: #f0f9fe;
	border-radius: 1rem;
	-webkit-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles-list__item .wrap {
	  padding: 1rem;
	  border-radius: 2rem;
	  -webkit-box-pack: start;
	  -ms-flex-pack: start;
	  justify-content: flex-start
	}
  }
  
  .s-articles-list__item .item__image {
	width: 9.75rem;
	height: 9.75rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: .5rem;
	display: block;
	margin: 0 auto .5rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles-list__item .item__image {
	  border-radius: 1.5rem;
	  margin: 0
	}
  }
  
  .s-articles-list__item .item__name {
	font-weight: 900;
	font-size: calc(1rem + 12 * ((100vw - 20rem) / 1600));
	line-height: 1.14;
	color: #153253;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.s-articles-list__item .item__name {
	  font-size: 1.75rem
	}
  }
  
  .s-articles-list__item .item__descr {
	color: #607788
  }
  
  .s-articles-list__item .item__descr,
  .s-articles-list__item .item__link {
	font-size: 1rem;
	line-height: 1.25;
	margin: 1rem 0 0;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  .s-articles-list__item .item__link {
	font-weight: 800;
	color: #d62c2c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
  }
  
  .s-articles-list__item .item__link svg {
	fill: #d62c2c;
	-webkit-transition: fill .25s ease-out;
	-o-transition: fill .25s ease-out;
	transition: fill .25s ease-out;
	width: .75rem;
	height: .625rem;
	margin-left: .5rem
  }
  
  .s-articles-list__item .info {
	width: 100%
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles-list__item .info {
	  width: calc(100% - 11.25rem);
	  margin-left: 1.5rem
	}
  }
  
  .s-articles .col-md-3 {
	width: 100%
  }
  
  @media only screen and (min-width:62rem) {
	.s-articles .col-md-3 {
	  width: 25%
	}
  }
  
  .s-articles .col-md-9 {
	width: 100%
  }
  
  @media only screen and (min-width:62rem) {
	.s-articles .col-md-9 {
	  width: 75%
	}
  }
  
  .s-articles article,
  .s-articles article .author {
	font-size: 1rem;
	line-height: 1.38;
	color: #607788
  }
  
  .s-articles article .author {
	width: 100%;
	margin: 1.5rem 0;
	text-align: center;
	padding: .5rem 0 1rem;
	border-top: .0625rem solid #d8e1e7;
	border-bottom: .0625rem solid #d8e1e7
  }
  
  .s-articles article .author p {
	margin: 0
  }
  
  .s-articles article .author img {
	width: 16.75rem;
	margin: .5rem 0 0
  }
  
  .s-articles article .author a {
	color: #d75755
  }
  
  .s-articles article .h4,
  .s-articles article h4 {
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.2;
	color: #153253;
	margin: 1rem 0
  }
  
  .s-articles article .m-0 {
	margin: 0
  }
  
  .s-articles article .blockqoute {
	padding: .5rem .5rem .5rem 3.75rem;
	width: 100%;
	border: .0625rem solid #f6686d;
	color: #153253;
	position: relative;
	border-radius: .75rem
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles article .blockqoute {
	  padding: 1rem 1rem 1rem 4.75rem;
	  border-radius: 1.5rem
	}
  }
  
  .s-articles article .blockqoute:before {
	content: "";
	position: absolute;
	width: 3rem;
	height: 100%;
	background-color: #f6686d;
	left: -.0625rem;
	top: 0;
	border-radius: .75rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='22' viewBox='0 0 6 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14.758c-1.082 0-1.704-.651-1.867-1.955L.06 3.575c-.143-1.06.051-1.915.582-2.567C1.173.336 1.959 0 3 0c1.061 0 1.847.336 2.357 1.008.51.652.694 1.508.551 2.567l-1.04 9.228c-.164 1.303-.786 1.955-1.868 1.955zM3 22c-.918 0-1.653-.275-2.204-.825-.53-.57-.796-1.294-.796-2.17 0-.855.265-1.558.796-2.108.55-.55 1.286-.825 2.204-.825.939 0 1.673.275 2.204.825.53.55.796 1.253.796 2.109 0 .875-.265 1.599-.796 2.169C4.674 21.725 3.94 22 3 22z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles article .blockqoute:before {
	  border-radius: 1.5rem;
	  width: 4rem
	}
  }
  
  .s-articles article .blockqoute p {
	margin: 0
  }
  
  .s-articles .other-article__name {
	font-weight: 900;
	font-size: 1.75rem;
	line-height: 1.14;
	color: #fff;
	background-color: #153253;
	border-radius: .75rem;
	padding: .75rem;
	margin: 1.5rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles .other-article .s-articles-list__item {
	  margin: 1rem 0
	}
  }
  
  .s-articles .price__title {
	padding: .5rem;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1;
	color: #fff;
	width: 100%;
	background-color: #153253;
	border-radius: .75rem;
	margin: .5rem 0 0
  }
  
  .s-articles .s-price-list {
	margin: 0
  }
  
  @media only screen and (min-width:62rem) {
	.s-articles .s-price-list__item {
	  padding: .25rem .5rem;
	  border-radius: .75rem
	}
  }
  
  .s-articles .s-price-list__item .name,
  .s-articles .s-price-list__item .price {
	font-size: 1rem
  }
  
  @media only screen and (max-width:47.9375rem) {
  
	.s-articles .s-price-list__item .name,
	.s-articles .s-price-list__item .price {
	  width: 100%
	}
  }
  
  @media only screen and (min-width:62rem) {
  
	.s-articles .s-price-list__item .name,
	.s-articles .s-price-list__item .price {
	  width: 100%;
	  text-align: left
	}
  }
  
  @media only screen and (min-width:62rem) {
	.s-articles .s-price-list__item .price {
	  margin: .25rem 0 0
	}
  }
  
  .s-articles .service__wrap {
	padding: .75rem;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	border-radius: .75rem;
	margin: 1rem 0 0;
	display: block
  }
  
  @media only screen and (min-width:48rem) {
	.s-articles .service__wrap {
	  -webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2);
	  box-shadow: 0 .25rem 2rem rgba(141, 163, 178, .2)
	}
  }
  
  .s-articles .service__wrap .wrap__image {
	position: relative;
	border-radius: .75rem;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .25s ease-out;
	transition: -webkit-box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
	margin: .75rem 0 0;
	height: 10.625rem;
	width: 100%
  }
  
  .s-articles .service__wrap .wrap__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
  }
  
  .s-articles .service__wrap .wrap__image .time {
	position: absolute;
	bottom: .25rem;
	left: .25rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 1.875rem;
	color: #153253;
	padding: .25rem .5rem;
	background-color: #fff
  }
  
  @media only screen and (min-width:36rem) {
	.s-articles .service__wrap .wrap__image .time {
	  border-radius: 3.625rem;
	  bottom: .5625rem;
	  left: .5625rem
	}
  }
  
  .s-articles .service__wrap .name {
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.12;
	color: #153253;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media only screen and (min-width:62rem) {
	.s-articles .service__wrap .name {
	  min-height: 2.5rem
	}
  }
  
  .s-articles .service__wrap .price {
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1;
	color: #d62c2c;
	margin: .25rem 0
  }
  
  .s-articles .service__wrap .price span {
	font-weight: 400
  }
  
  .s-articles .service__wrap .info {
	font-size: 1rem;
	line-height: 1.12;
	color: #607788;
	margin: .25rem 0 0
  }
  
  .s-articles__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
  }
  
  @media screen and (max-width:52.25rem) {
	.s-articles__header {
	  display: none
	}
  }
  
  .s-articles__header:before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: -10%;
	right: 42%;
	background: url(../upload/dashed_rectangle.png);
	position: absolute;
	background-repeat: no-repeat
  }
  
  .s-articles__header .articles__image {
	max-width: 33%
  }
  
  .s-articles__header .articles__image .articles__image-img {
	width: 100%;
	border-radius: 1.5rem
  }
  
  .s-articles__header .articles__buttons {
	max-width: 65%;
	width: 100%
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn {
	max-width: 16.75rem;
	width: 100%;
	padding: 1.3125rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.375rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.5rem
  }
  
  @media screen and (max-width:68.75rem) {
	.s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn {
	  max-width: 15rem
	}
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-btn p {
	margin-bottom: 0
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-call {
	border: .0625rem solid #6a70fe;
	color: #153253;
	background: transpanent;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-call:hover {
	background: #f0f9fe
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-hospital {
	color: #fff;
	background: #d62c2c;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-hospital:hover {
	background: #f6696f
  }
  
  .s-articles__header .articles__buttons .articles__buttons-top .articles__buttons-img {
	margin-bottom: .5rem
  }
  
  .s-articles__header .articles__buttons .articles__buttons-bottom {
	background: #f5f5f5;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3rem 2rem;
	margin-top: 2rem
  }
  
  .s-articles__header .articles__buttons .articles__buttons-bottom p {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.875rem;
	color: #153253;
	margin-bottom: 0
  }
  
  .s-articles__header-small {
	display: block
  }
  
  @media screen and (min-width:52.25rem) {
	.s-articles__header-small {
	  display: none
	}
  }
  
  .s-articles__header-small .s-articles__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-image {
	width: 48%;
	text-align: center
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-image .articles__image-img {
	width: 100%
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button {
	width: 48%
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: .0625rem solid #6a70fe;
	color: #153253;
	background: transpanent;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.0625rem .5rem;
	border-radius: 1.5rem;
	height: 49%
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn:first-child {
	margin-bottom: .625rem
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn:hover {
	background: #f0f9fe
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-btn p {
	max-width: 7.125rem;
	margin-bottom: 0
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button .articles__buttons-img {
	width: 1.875rem;
	margin-right: .5rem
  }
  
  .s-articles__header-small .s-articles__top .s-articles__top-button p {
	font-weight: 800;
	font-size: 1rem;
	line-height: 1rem;
	color: #153253
  }
  
  .s-articles__header-small .s-articles__bottom {
	background: #f5f5f5;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: .75rem .5rem;
	margin-top: 1rem
  }
  
  .s-articles__header-small .s-articles__bottom p {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #153253;
	margin-bottom: 0
  }
  
  .footer {
	padding: 1.5rem 0
  }
  
  @media only screen and (min-width:48rem) {
	.footer {
	  padding: 2rem 0 2.5rem
	}
  }
  
  .footer .container {
	width: 100%;
	max-width: 111.875rem
  }
  
  .footer .col-sm-3 {
	width: 100%
  }
  
  @media only screen and (min-width:36rem) {
	.footer .col-sm-3 {
	  width: 25%
	}
  }
  
  .footer__logo {
	width: 100%;
	max-width: 14.5rem
  }
  
  .footer .phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	color: #07385d;
	margin: .125rem 0;
	white-space: nowrap;
	-webkit-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out
  }
  
  @media (min-width:125rem) {
	.footer .phone {
	  font-size: 1.125rem
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer .phone {
	  font-size: 1rem
	}
  }
  
  @media only screen and (min-width:84.375rem) {
	.footer .phone {
	  font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600))
	}
  }
  
  @media only screen and (min-width:84.375rem) and (min-width:125rem) {
	.footer .phone {
	  font-size: 1.125rem
	}
  }
  
  .footer .phone.xs-hidden {
	display: none
  }
  
  @media only screen and (min-width:75rem) {
	.footer .phone.lg-d-flex {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex
	}
  }
  
  .footer .phone:hover {
	color: #d62c2c
  }
  
  .footer .phone:hover .icon rect {
	fill: #d62c2c
  }
  
  .footer .phone .icon {
	margin-right: .5rem;
	width: 1.625rem;
	height: 1.625rem
  }
  
  @media only screen and (min-width:75rem) {
	.footer .phone .icon {
	  width: 1.25rem;
	  height: 1.25rem
	}
  }
  
  @media only screen and (min-width:84.375rem) {
	.footer .phone .icon {
	  width: 1.625rem;
	  height: 1.625rem
	}
  }
  
  .footer .phone .icon rect {
	fill: #07385d;
	-webkit-transition: fill .25s ease-out;
	-o-transition: fill .25s ease-out;
	transition: fill .25s ease-out
  }
  
  .footer .phone .icon path {
	fill: #fff
  }
  
  .footer .info {
	font-size: calc(1.125rem + -2 * ((100vw - 20rem) / 1600));
	line-height: 1;
	color: #153253;
	margin: .25rem 0 0;
	font-weight: 600
  }
  
  @media (min-width:125rem) {
	.footer .info {
	  font-size: 1rem
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer .info {
	  font-size: 1rem
	}
  }
  
  @media only screen and (min-width:84.375rem) {
	.footer .info {
	  font-size: calc(1.125rem + -2 * ((100vw - 20rem) / 1600))
	}
  }
  
  @media only screen and (min-width:84.375rem) and (min-width:125rem) {
	.footer .info {
	  font-size: 1rem
	}
  }
  
  .footer .choise__city {
	font-size: 1rem;
	line-height: 1;
	color: #d62c2c;
	margin: .125rem 0 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer
  }
  
  .service-block {
	display: flex;
	flex-direction: column;
	min-height: 310px;
	height: 100%;
  }
  
  .service-block__top img {
	max-width: 100%;
	border-radius: 8px;
  }
  
  .services-show-more {
	margin: 0 auto;
	margin-top: 48px;
  }
  
  .service-block-wrap.hide {
	display: none;
  }
  
  @media(max-width: 1250px) {
	.services-grid {
	  grid-template-columns: repeat(3, 1fr);
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer .choise__city {
	  white-space: nowrap
	}
  }
  
  .footer .choise__city:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -.125rem;
	border-bottom: .0625rem dashed #d62c2c
  }
  
  .footer .choise__city img {
	margin-left: .25rem;
	width: 1.25rem;
	height: 1.25rem
  }
  
  .footer .adress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	line-height: 1;
	color: #607788
  }
  
  .footer .adress svg {
	width: 1.625rem;
	height: 1.625rem;
	margin-right: .5rem
  }
  
  .footer .col-sm-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
  }
  
  @media only screen and (min-width:48rem) {
	.footer .col-sm-8 {
	  width: 80%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.footer .col-sm-8 {
	  width: 81%;
	  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer .col-sm-8 {
	  padding-top: 1.25rem;
	  width: 60%;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  }
  
  .footer .col-sm-8 .col-sm-3 {
	width: 100%;
	margin: .625rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
  }
  
  @media only screen and (min-width:48rem) {
	.footer .col-sm-8 .col-sm-3 {
	  width: auto;
	  margin: 0 1.5rem 0 0
	}
  
	.footer .col-sm-8 .col-sm-3:last-child {
	  margin-right: 0
	}
  }
  
  @media only screen and (min-width:62rem) {
  
	.footer .col-sm-8 .col-sm-3:first-child,
	.footer .col-sm-8 .col-sm-3:nth-child(2) {
	  width: 30%
	}
  
	.footer .col-sm-8 .col-sm-3:nth-child(3) {
	  width: 60%
	}
  }
  
  @media only screen and (min-width:62rem) {
  
	.footer .col-sm-8 .col-sm-3:first-child,
	.footer .col-sm-8 .col-sm-3:nth-child(2),
	.footer .col-sm-8 .col-sm-3:nth-child(3) {
	  width: auto
	}
  }
  
  .footer .btn-block {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	margin: .625rem 0 0
  }
  
  @media only screen and (min-width:48rem) {
	.footer .btn-block {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer .btn-block {
	  width: 23%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column
	}
  }
  
  .footer .btn-block .btn {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 .5rem;
	font-size: 1rem
  }
  
  @media only screen and (min-width:48rem) {
	.footer .btn-block .btn {
	  margin: 0 .625rem;
	  width: 50%
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer .btn-block .btn {
	  max-width: 15.3125rem;
	  width: 100%;
	  margin: 0 0 .5rem
	}
  }
  
  .footer__copy {
	font-weight: 60;
	font-size: 1.125rem;
	line-height: 1.1;
	color: #153253;
	margin: 1rem 0
  }
  
  @media only screen and (min-width:48rem) {
	.footer__copy {
	  font-size: 1rem
	}
  }
  
  @media only screen and (min-width:100rem) {
	.footer__copy {
	  font-size: 1.125rem
	}
  }
  
  .footer__copy p {
	margin: 0 0 .5rem
  }
  
  .footer__copy p:last-child {
	margin: 0
  }
  
  .footer__consult {
	font-weight: 700;
	line-height: 1;
	color: #153253;
	font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
	background-color: #f0f9fe;
	border-radius: .75rem;
	padding: .5rem .875rem;
	width: 100%;
	text-align: center
  }
  
  @media (min-width:125rem) {
	.footer__consult {
	  font-size: 1.5rem
	}
  }
  
  @media only screen and (min-width:48rem) {
	.footer__consult {
	  padding: .75rem 0;
	  border-radius: 1.125rem
	}
  }
  
  @media only screen and (min-width:87.5rem) {
	.footer__consult {
	  width: auto;
	  font-size: calc(1.125rem + 10 * ((100vw - 20rem) / 1600));
	  padding: .75rem 1rem
	}
  }
  
  @media only screen and (min-width:87.5rem) and (min-width:125rem) {
	.footer__consult {
	  font-size: 1.75rem
	}
  }
  
  .footer__pay {
	margin: 1rem 0;
	width: 100%
  }
  
  .footer__pay .title {
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.1;
	color: #153253
  }
  
  .footer__pay .subtitle {
	font-size: 1rem;
	line-height: 1.25;
	color: #607788
  }
  
  .footer__pay .image {
	width: 100%;
	max-width: 17.5rem
  }
  
  .footer__soc {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0
  }
  
  .footer__soc,
  .footer__soc li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
  }
  
  .footer__soc li {
	background-color: #fff;
	-webkit-box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	box-shadow: 0 .25rem 2rem rgba(141, 163, 179, .2);
	border-radius: 100%;
	width: 3rem;
	height: 3rem;
	margin: 0 .5rem
  }
  
  @media only screen and (min-width:48rem) {
	.footer__soc {
	  -webkit-box-pack: end;
	  -ms-flex-pack: end;
	  justify-content: flex-end
	}
  }
  
  .footer__bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
  }
  
  @media only screen and (min-width:48rem) {
	.footer__bottom .col-sm-2 {
	  width: 28%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.footer__bottom .col-sm-2 {
	  width: 18%
	}
  }
  
  @media only screen and (min-width:48rem) {
	.footer__bottom .col-sm-3 {
	  width: 44%
	}
  }
  
  @media only screen and (min-width:62rem) {
	.footer__bottom .col-sm-3 {
	  width: 31%;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  }
  
  @media only screen and (min-width:62rem) {
	.footer__bottom .col-sm-5 {
	  width: 33%;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  }
  
  @media only screen and (min-width:75rem) {
	.footer__bottom .col-sm-5 {
	  width: 33%
	}
  }
  
  main {
	/* background: url(../upload/main-body-gb1.png) top; */
	padding: 173px 0 0;
	background-size: 100%;
	background-position-y: 38rem;
  }
  
  @media only screen and (max-width:1359px) {
	main {
	  padding-top: 219px;
	}
  }
  
  @media only screen and (max-width:1199px) {
	main {
	  padding-top: 110px;
	}
  }
  
  @media only screen and (max-width:517px) {
	main {
	  padding-top: 116px;
	}
  }
  
  @media only screen and (max-width:373px) {
	main {
	  padding-top: 131px;
	}
  }
  
  .s-top-section {
	margin-top: 9rem;
  }
  
  .pagetitle {
	color: #FFFFFF;
  }
  
  .section__title {
	position: relative;
	font-size: 2.2rem;
  }
  
  .section__title span {
	color: #24AAF3;
  }
  
  .section__title:before {
	content: '';
	position: absolute;
	width: 12rem;
	height: 9rem;
	background: url(../upload/main-text-icon1.svg) no-repeat;
	background-size: contain;
	margin-top: -2rem;
	margin-left: -4rem;
	z-index: -1;
  }
  
  .s-article article {
	color: #153253;
  }
  
  .btn.btn-blue {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .btn.btn-white {
	background: #FFFFFF;
	color: #24AAF3;
	border-radius: 10px;
  }
  
  .btn.pink:hover {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
  }
  
  .btn.btn-blue:hover {
	background: linear-gradient(90deg, #0E78B3 0.65%, #529FC8 100.03%);
  }
  
  .carousel-nav .carousel-btn {
	margin: 0 1rem;
  }
  
  .carousel-nav .carousel-btn.prev {
	background: #f0f9fe;
  }
  
  section .row ul {
	list-style-type: none;
	margin: 0 0 2rem 0;
	padding: 0;
  }
  
  section .row ul li {
	position: relative;
	padding-left: 1.2rem;
  }
  
  section .row ul li:before {
	content: " ";
	border-radius: 2rem;
	background: #24AAF3;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 0.5rem;
	left: 0.2rem;
  }
  
  section .s-banner__subtitle p {
	color: #FFFFFF;
  }
  
  section .s-banner__subtitle ul li {
	color: #FFFFFF;
  }
  
  section .s-banner__subtitle ul li:before {
	background: #FFFFFF;
  }
  
  .wrapper blockquote,
  .s-article__full-text blockquote {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%), #D9D9D9;
	border-radius: 12px;
	padding: 1.2rem 2rem 0.2rem 2rem;
	color: #FFF;
  }
  
  .wrapper blockquote p,
  .s-article__full-text blockquote p {
	color: #FFF !important;
  }
  
  .s-steps .result_wrapper h2 {
	text-align: start !important;
  }
  
  .s-steps .result_wrapper p {
	text-align: start !important;
  }
  
  .modal .modal__close {
	top: 0.5rem;
	right: 0.5rem;
  }
  
  .modal .modal__title {
	font-size: 1.8rem;
  }
  
  .modal .input {
	background: #FFFFFF;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	border: 0.1rem solid #DDDDDD;
	padding: 0.8rem 1rem;
	margin: 0.5rem 0;
  }
  
  .modal .c__filter {
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border: 0.1rem solid #DDDDDD;
	padding: 0.6rem 1.4rem;
	width: 100%;
	margin: 1rem 0;
  }
  
  .modal .city-list {
	height: 16rem;
	overflow: hidden;
	padding: 0 1rem;
  }
  
  .modal .city-list a {
	color: #24AAF3;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	width: 50%;
  }
  
  .modal .city-list a.hide {
	display: none;
  }
  
  .s-breadcrumb-block {
	position: relative;
  }
  
  .breadcrumb-block {
	margin-block-end: clamp(1.875rem, 1.1458rem + 1.6667vw, 2.5rem);
  }
  
  .breadcrumb-block ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .breadcrumb-block ol {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .breadcrumb-block ul li {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 0.5rem;
  }
  
  .breadcrumb-block ol li {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 0.5rem;
  }
  
  .breadcrumb-block ul li a {
	background: #FFFFFF;
	box-shadow: 0px 12px 74px -10px rgba(36, 170, 243);
	border-radius: 4px;
	color: #24AAF3;
	padding: 0.2rem 0.8rem;
	font-size: 0.9rem;
  }
  
  .breadcrumb-block ol li a {
	background: #FFFFFF;
	box-shadow: 0px 12px 74px -10px rgba(36, 170, 243);
	border-radius: 4px;
	color: #24AAF3;
	padding: 0.2rem 0.8rem;
	font-size: 0.9rem;
  
  }
  
  .breadcrumb-block ol li p {
	background: #FFFFFF;
	box-shadow: 0px 12px 74px -10px rgba(36, 170, 243);
	border-radius: 4px;
	color: #24AAF3;
	padding: 0.2rem 0.8rem;
	font-size: 0.9rem;
	margin-bottom: 0;
  }
  
  .breadcrumb-block ul li:last-child a {
	color: #666666;
  }
  
  .breadcrumb-block ol li:last-child a {
	color: #666666;
  }
  
  .form__search-small {
	position: relative;
	width: 100%;
  }
  
  .form__search-small img {
	position: absolute;
	right: 1rem;
	top: 1rem;
  }
  
  .form__search-small input {
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border: 0.1rem solid #DDDDDD;
	padding: 0.6rem 1.4rem;
  }
  
  .header {
	box-shadow: 0px 10px 64px -10px rgba(36, 170, 243, 0.1);
  }
  
  .header .container {
	max-width: 90rem;
  }
  
  .header .menu-narco-row {
	margin-top: 1.5rem;
	padding-left: 0.5rem;
  }
  
  .header .phone-narco-new a {
	color: #153253;
	font-weight: 700;
	font-size: 1.1rem;
  }
  
  .header .phone-narco-new a img {
	margin-left: 0.4rem;
  }
  
  .header .phone-narco-new p {
	color: #24AAF3;
	font-size: 0.8rem;
	margin: 0;
  }
  
  .header__description {
	width: auto;
  }
  
  .header__description .choise__city {
	color: #24AAF3;
	font-size: 0.9rem;
	margin: 0 0 0 0.5rem;
  }
  
  .header__description .choise__city:after {
	display: none;
  }
  
  .header__description .choise__city img {
	width: auto;
	height: auto;
  }
  
  .header__description .info {
	color: #666666;
	font-weight: 400;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
  }
  
  .header__description .header__descrip-city {
	display: flex;
	color: #666666;
	font-size: 0.9rem;
  }
  
  .header__middle .form__search-phone {
	display: none;
  }
  
  .header__middle .form__search-phone img {
	width: 2rem;
  }
  
  .header__left .info__logo {
	color: #666666;
	font-weight: 400;
	font-size: 0.8rem;
	display: block;
	text-align: center;
  }
  
  .header__left .logo__block {
	max-width: 10rem;
	width: 166px;
	height: 59px;
	flex-shrink: 0;
	background-image: url('/netcat_template/template/new_maket/assets/upload/techenie_head.svg')
  }
  
  @media screen and (max-width:46.875rem) {
	.header__left .info__logo {
	  font-size: 0.6rem;
	}
  }
  
  .menu__btn.menu__btn-narco {
	display: none;
  }
  
  .menu.menu-narco {}
  
  .menu.menu-narco ul li a,
  .menu.menu-narco ul li span {
	color: #153253;
	font-weight: 400;
	font-size: 14px;
  }
  
  .menu.menu-narco .sub-menu-mm ul {
	display: none;
	position: absolute;
	padding: 1rem;
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.3);
	border-radius: 10px;
	width: 18rem;
	max-height: 150px;
	overflow-y: auto;
  }
  
  .menu.menu-narco .sub-menu-mm ul li {
	line-height: 1rem;
	margin-bottom: 0.8rem;
  }
  
  .menu.menu-narco .sub-menu-mm ul li a,
  .menu.menu-narco .sub-menu-mm ul li span {
	font-size: 0.85rem;
  }
  
  .menu.menu-narco .sub-menu-mm img {
	transition: all .25s ease-out;
  }
  
  .menu.menu-narco .sub-menu-mm:hover ul {
	display: block;
  }
  
  .menu.menu-narco .sub-menu-mm:hover img {
	transform: rotate(180deg);
  }
  
  .s-banner.s-banner-narco:after {
	/* background: url(../upload/main-back-gb113.png) no-repeat; */
	background-size: contain;
	max-width: 100%;
	border-radius: 0;
	background-color: #3cb3f3;
  }
  
  .s-banner.s-banner-narco .pagetitle {
	font-size: 2.6rem;
	line-height: 1.2;
  }
  
  .s-banner.s-banner-narco .s-banner__image {
	width: 100%;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item {
	position: absolute;
	border: none;
	border-radius: 1rem;
	width: 22rem;
	height: auto;
	bottom: -1rem;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item:after {
	content: '';
	background: url(../upload/main-small-bg1.svg) no-repeat;
	display: block;
	width: 4rem;
	height: 3rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item .wrap {
	border-radius: 1rem;
	text-align: left;
	align-items: start;
	padding: 1.2rem;
	box-shadow: 0 1rem 2rem rgba(141, 163, 178, .25);
  }
  
  .s-banner.s-banner-narco .s-banner-list__item .title {
	font-size: 1.2rem;
	color: #153253;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item .info-wrap-doc1 {
	display: flex;
	margin: 1rem 0;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item .info-wrap-doc1 p {
	font-size: 1rem;
	margin: 0;
	padding-left: 1rem;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item .info-wrap-doc1 span {
	font-size: 0.8rem;
	font-weight: 400;
	padding-left: 1rem;
  }
  
  .s-banner.s-banner-narco .s-banner-list__item .info-wrap-doc1 img {
	width: 4rem;
	border-radius: 4rem;
  }
  
  .s-banner.s-banner-narco-service .s-banner-list__item {
	width: 100%;
	height: auto;
	max-width: 28rem;
	bottom: -4rem;
  }
  
  .s-banner.s-banner-narco-service .s-banner-list__item .section__title {
	font-size: 1.4rem;
  }
  
  .s-banner.s-banner-narco-service .s-banner-list__item .s-banner-list__form input {
	background: #FFFFFF;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	border: 0.1rem solid #DDDDDD;
	padding: 0.8rem 1rem;
	margin: 0.5rem 0;
	width: 90%;
  }
  
  .s-banner.s-banner-narco-service .s-banner-list__item .s-banner-list__form .btn-blue {
	width: 90%;
	margin: 0.5rem 0;
  }
  
  .s-license.s-license-narco {}
  
  .s-license.s-license-narco:after {
	display: none;
  }
  
  .s-license.s-license-narco .s-license__carousel555 .item {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	text-align: center;
	padding: 2rem 1rem;
	margin: 0.6rem;
  }
  
  .s-license.s-license-narco .s-license__carousel555 .owl-stage {
	padding: 2rem 0;
  }
  
  .s-license.s-license-narco .s-license__carousel555 .item .image {
	height: 4rem;
  }
  
  .s-license.s-license-narco .s-license__carousel555 .item p {
	font-weight: 700;
	height: 2.4rem;
	margin-top: 1rem;
	font-size: 0.9rem;
	margin-bottom: 0;
  }

  .s-license.s-license-narco .s-license__carousel555 .item span {
	display: block;
	background: #24AAF3;
	width: 2rem;
	margin: auto;
	border-radius: 8rem;
	color: #FFF;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.9rem;
	font-weight: 900;
  }
  
  .s-license.s-license-narco .s-license-nav {
	display: none;
	margin: 0;
  }
  
  .s-license-nav .dots {
	display: none;
  }
  
  .s-license.s-license-narco2 {}
  
  .s-license.s-license-narco2:after {
	display: none;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	text-align: center;
	padding: 2rem 1rem;
	margin: 0.6rem;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .owl-stage {
	padding: 2rem 0;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item ul {
	margin: 1rem 0 2rem;
	min-height: 13rem;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item li {
	padding-left: 2.2rem;
	text-align: left;
	margin: 0.6rem 0;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item li:before {
	content: url(../upload/service-list-icon.svg);
	background: none;
	top: 0;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item p {
	font-weight: 700;
	height: 2.4rem;
	margin-top: 1rem;
	font-size: 1.4rem;
	margin-bottom: 0;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item span {
	font-size: 1.8rem;
	font-weight: 900;
	color: #24AAF3;
  }
  
  .s-license.s-license-narco2 .s-license__carousel999 .item .btn-blue {
	padding: 0.8rem 2rem;
  }
  
  .s-main-services.s-main-services-narco {
	background-color: transparent;
  }
  
  .s-main-services.s-main-services-narco:after {
	display: none;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item .wrap {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	text-align: center;
	padding: 1rem 1rem 2rem 1rem;
	position: relative;
	transition: background-color .25s ease-out, color .25s ease-out;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item .wrap__image {
	margin: auto;
	width: 100%;
	height: 9rem;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item .wrap__image img {
	object-fit: none;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item .wrap .name {
	font-size: 0.9rem;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item .wrap .price {
	font-weight: 600;
	color: #153253;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item .wrap .prig-btn {
	color: #24AAF3;
	font-weight: 700;
	margin: 1rem 0.5rem 0 0.5rem;
	border-radius: 10px;
	padding: 0.8rem 0;
	transition: background-color .25s ease-out, color .25s ease-out;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item:hover .wrap .wrap__image {
	box-shadow: none;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item:hover .wrap:after {
	content: '';
	display: block;
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	border-radius: 20px;
	transform: matrix(1, 0.03, -0.03, 1, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: -0.5rem;
	top: 0.5rem;
  }
  
  .s-main-services.s-main-services-narco .s-main-services-list__item:hover .wrap .prig-btn {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	color: #FFF;
  }
  
  .s-faq.s-faq-price-narco {
	padding: 2rem 0 5rem 0;
	margin: 6rem 0;
  }
  
  .s-faq.s-faq-price-narco .section__title {
	max-width: 40rem;
	margin: 2rem auto;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-btn {
	display: flex;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-btn a {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 10px;
	color: #153253;
	padding: 0.8rem 1rem;
	margin-right: 1rem;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-btn a.active {
	background: #24AAF3;
	color: #FFFFFF;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-btn a:hover {
	background: #61BFF2;
	color: #FFFFFF;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-hr {
	height: 0.1rem;
	background: #FFF;
	margin: 1.2rem 0 0.8rem 0;
	opacity: 0.5;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list.active {
	height: auto;
	visibility: visible;
	opacity: 1;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	align-items: center;
	padding: 0.8rem 1rem;
	margin: 0.6rem 0;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn p {
	margin: 0;
	width: 60%;
	color: #153253;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn span {
	color: #153253;
	font-size: 1.2rem;
	text-align: end;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn .popup-btn {
	text-align: end;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn button {
	color: #24AAF3;
	background: none;
	border: none;
	font-weight: 700;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn:hover {
	background: #61BFF2;
  }
  
  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn:hover>* {
	color: #FFFFFF;
  }
  
  .s-main-services.s-main-value-narco {
	background-color: transparent;
  }
  
  .s-main-services.s-main-value-narco:after {
	display: none;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item:last-child {
	width: 50%;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item .wrap {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	padding: 1.2rem 1.4rem;
	text-align: center;
	position: relative;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item .wrap p {
	margin: 0;
	font-size: 0.9rem;
	min-height: 7rem;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item .wrap span {
	color: #24AAF3;
	font-weight: 700;
	font-size: 2rem;
	line-height: 4rem;
	margin: auto;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item .wrap span span {
	color: #24AAF3;
	font-weight: 900;
	margin: 0 1rem;
	font-size: 5rem;
	line-height: 4rem;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item .wrap span span span {
	color: #24AAF3;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1rem;
	position: absolute;
	top: 1rem;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item .wrap>span {
	margin-top: 1.2rem;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item:last-child .wrap {
	text-align: left;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item:last-child .wrap p {
	font-size: 1.2rem;
	min-height: auto;
  }
  
  .s-main-services.s-main-value-narco .s-main-services-list__item:last-child .wrap li {
	font-size: 0.9rem;
  }
  
  .s-index-menu.s-index-menu-narco {}
  
  .s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap {
	background: none;
	box-shadow: none;
  }
  
  .s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap:after {
	display: none;
  }
  
  .s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap .icon {
	background: none;
	box-shadow: none;
  }
  
  .s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap .title {
	font-size: 1.2rem;
	font-weight: 400;
  }
  
  .s-faq.s-faq-narco {
	margin: 4rem 0;
  }
  
  .s-faq.s-faq-narco .item {
	box-shadow: 0px 22px 64px -10px rgba(36, 170, 243, 0.45);
	border-radius: .75rem;
  }
  
  .s-faq.s-faq-narco .accordion__header {
	background: #FFFFFF;
	font-weight: 400;
	font-size: 1.2rem;
	padding: 1rem;
	line-height: 2rem;
  }
  
  .s-faq.s-faq-narco .accordion__description {}
  
  .s-faq.s-faq-narco .item.is-active .accordion__header {
	background: #24AAF3;
  }
  
  .s-faq.s-faq-narco .item.is-active .accordion__description {
	background: #24AAF3;
	padding: 0 1rem 1rem 1rem;
	max-height: 14rem !important;
  }
  
  .s-steps.s-steps-narco {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	margin: 6rem 0;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb {
	/* background: #FFF url(../upload/main-form-gb31.png) no-repeat; */
	background: #FFF;
	background-size: 85%;
	background-position: center;
	box-shadow: 0px 22px 64px -10px rgba(36, 170, 243, 0.15);
	border-radius: 20px;
	position: relative;
	margin-top: 5rem;
	padding: 2rem 3rem;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb .section__title {
	margin: 1rem 0 2rem 0;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb form {
	display: flex;
	flex-direction: column;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb form input {
	background: #FFFFFF;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	border: 0.1rem solid #DDDDDD;
	padding: 0.8rem 1rem;
	margin: 0.5rem 0;
	width: 22rem;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb form .btn-blue {
	width: 18rem;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb .s-steps__image {
	position: absolute;
	bottom: -1.5rem;
	width: auto;
	left: 40%;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb .s-steps__image .img {
	width: 20rem;
  }
  
  .s-steps.s-steps-narco .s-steps-narco-gb .s-steps-list {
	margin-left: 3rem;
  }
  
  .s-steps.s-steps-narco .s-steps-list__item {
	margin: 0;
  }
  
  .s-steps.s-steps-narco .s-steps-list__item .item__right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
  }
  
  .s-steps.s-steps-narco .s-steps-list__item .item__left {
	box-shadow: none;
	width: 4rem;
	height: 4rem;
  }
  
  .s-steps.s-steps-narco .s-steps-list__item .item__left .img {}
  
  .s-steps.s-steps-narco .s-steps-list__item .item__right .info {
	color: #24AAF3;
	font-weight: 700;
  }
  
  .s-steps.s-steps-narco .s-steps-list__item .item__right .title {
	font-size: 1rem;
  }
  
  .s-steps.s-steps-narcotext {}
  
  .s-steps.s-steps-narcotext .container {
	max-width: 82rem;
  }
  
  .s-steps.s-steps-narcotext .s-steps__image .img {
	width: 100%;
  }
  
  .s-steps.s-steps-narcotext .s-steps__image .img2 {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 10rem;
  }
  
  .s-steps.s-steps-narcotext .s-steps__image .img3 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 14rem;
  }
  
  .s-steps.s-steps-narcotext2 {}
  
  .s-steps.s-steps-narcotext2 .steps-col-t1 {
	width: 30%;
	height: 16rem;
  }
  
  .s-steps.s-steps-narcotext2 .steps-col-t1 .img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
  }
  
  .s-steps.s-steps-narcotext2 .steps-col-t2 {
	width: 70%;
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 2rem 8rem 2rem 4rem;
  }
  
  .s-steps.s-steps-narcotext2 .steps-col-t2 .s-steps-list__item {
	color: #FFFFFF;
  }
  
  .s-steps.s-steps-narcotext2 .steps-col-t2 .s-steps-list__title {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1rem;
  }
  
  .s-article.s-article-narco {
	margin: 4rem 0;
  }
  
  .s-article.s-article-narco .container {
	max-width: 65rem;
  }
  
  .s-article.s-article-narco .wrapper {}
  
  .s-article.s-article-narco .wrapper .section__title {
	margin-bottom: 2rem;
  }
  
  .s-article.s-article-narco .wrapper p {
	color: #153253;
	line-height: 1.5rem;
  }
  
  .s-article.s-article-narco .wrapper img {
	width: 100%;
  }
  
  .s-article.s-article-narco .wrapper ul li {
	margin-bottom: 1.2rem;
	color: #153253;
  }
  
  .s-article.s-article-narco .wrapper ol li {
	margin-bottom: 1.2rem;
	color: #153253;
  }
  
  .s-article.s-article-narco .wrapper ol li::marker {
	color: #24AAF3;
	font-weight: 700;
  }
  
  .s-article.s-article-narco .wrapper img.img_right {
	max-width: 16rem;
	float: right;
	margin: 0 0 2rem 4rem;
  }
  
  .s-license.s-license-list {}
  
  .s-license.s-license-list:after {
	display: none;
  }
  
  .s-index-menu.s-index-footmenu {
	margin-bottom: 4rem;
  }
  
  .s-index-menu.s-index-footmenu .section__title:before {
	display: none;
  }
  
  .s-index-menu.s-index-footmenu .s-index-menu-list__item {}
  
  .s-index-menu.s-index-footmenu .s-index-menu-list__item .wrap {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
  }
  
  .s-index-menu.s-index-footmenu .s-index-menu-list__item .wrap:after {
	display: none;
  }
  
  .s-index-menu.s-index-footmenu .s-index-menu-list__item:first-child .wrap {
	background: none;
	box-shadow: none;
  }
  
  .s-index-menu.s-index-footmenu .s-index-menu-list__item .wrap .icon {
	background: none;
	box-shadow: none;
  }
  
  .s-index-menu.s-index-footmenu .s-index-menu-list__item .wrap .title {
	font-size: 1.2rem;
	font-weight: 400;
	color: #153253;
  }
  
  .s-index-menu.s-index-footmenu2 {
	margin-bottom: 4rem;
  }
  
  .s-index-menu.s-index-footmenu2 .s-index-menu-list__item .wrap {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	padding: 0;
  }
  
  .s-index-menu.s-index-footmenu2 .s-index-menu-list__item .wrap:after {
	display: none;
  }
  
  .s-index-menu.s-index-footmenu2 .s-index-menu-list__item .wrap .title {
	font-size: 1rem;
	font-weight: 400;
	color: #153253;
	margin: 1.5rem 0;
  }
  
  .s-index-menu.s-index-footmenu2 .s-index-menu-list__item .wrap .icon3 {
	height: 11rem;
	width: 100%;
  }
  
  .s-index-menu.s-index-footmenu2 .s-index-menu-list__item .wrap .img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .s-steps.s-steps-narco-block {}
  
  .s-steps.s-steps-narco-block .s-steps-narco-gb .s-steps-list {
	margin: 0;
  }
  
  .s-steps.s-steps-narco-block .s-steps-list__item {
	background: #28ACF4;
	border-radius: 10px;
	padding: 1rem 1.8rem;
	margin: 0.8rem 0;
  }
  
  .s-steps.s-steps-narco-block .s-steps-list__item .item__left {
	background: none;
	width: 3.5rem;
  }
  
  .s-steps.s-steps-narco-block .s-steps-list__item .item__left .img {
	width: 3.5rem;
  }
  
  .s-steps.s-steps-narco-block .s-steps-list__item .item__right .title {
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 700;
  }
  
  .s-steps.s-steps-narco-block .s-steps-list__item .item__right .info {
	color: #FFF;
	font-size: 0.9rem;
	font-weight: 400;
  }
  
  .s-license.s-license-narco3:after {
	display: none;
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .item,
  .s-license.s-license-narco3 .s-license__doc-list .item {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	display: block;
	padding: 0;
	margin: 0.6rem;
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .owl-stage {
	padding: 2rem 0;
  }
  
  .s-license.s-license-narco3 .s-license__doc-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
  }
  
  .s-license.s-license-narco3 .s-license__doc-list .item {
	width: 23%;
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .item .name,
  .s-license.s-license-narco3 .s-license__doc-list .item .name {
	font-weight: 700;
	height: 3rem;
	color: #153253;
	font-size: 1.1rem;
	margin-bottom: 0;
	padding: 0 1rem;
	margin: 1rem 0;
	line-height: 1.2rem;
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .item .staff,
  .s-license.s-license-narco3 .s-license__doc-list .item .staff {
	font-weight: 400;
	height: 3rem;
	color: #153253;
	font-size: 0.9rem;
	margin-bottom: 0;
	padding: 0 1rem;
	margin-top: 0;
	line-height: 1.2rem;
  }
  
  /* .s-license__carousel888 .owl-item:has(> script) {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  } */
  
  .s-license.s-license-narco3 .s-license__carousel888 .item .time,
  .s-license.s-license-narco3 .s-license__doc-list .item .time {
	font-weight: 400;
	height: 3rem;
	color: #153253;
	font-size: 0.9rem;
	margin-bottom: 0;
	padding: 0 1rem;
	margin-top: 0;
	line-height: 1.2rem;
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .item .img,
  .s-license.s-license-narco3 .s-license__doc-list .item .img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
  }
  
  .s-license.s-license-narco4 {}
  
  .s-license.s-license-narco4:after {
	display: none;
  }
  
  .s-license.s-license-narco4 .s-license__carousel000 .item {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	display: block;
	padding: 0;
	margin: 0.6rem;
  }
  
  .s-license.s-license-narco4 .s-license__carousel000 .owl-stage {
	padding: 2rem 0;
  }
  
  .s-license.s-license-narco4 .s-license__carousel000 .item .img {
	border-radius: 20px;
  }
  
  .s-faq.s-faq-price-narco2 {}
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list {
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	background: #FFF;
	margin-top: 2rem;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 1.5rem 2rem;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title p {
	margin: 0;
	width: 60%;
	color: #FFF;
	font-size: 1.4rem;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title span {
	margin: 0;
	width: 20%;
	color: #FFF;
	font-size: 1.4rem;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title .s-faq-price-narco-list-btn {
	margin: 0;
	width: 20%;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item {
	display: flex;
	justify-content: space-between;
	padding: 1rem 2rem;
	border-top: 0.1rem solid #EEE;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item p {
	margin: 0;
	width: 60%;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item span {
	margin: 0;
	width: 20%;
	font-weight: 700;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item .s-faq-price-narco-list-btn {
	margin: 0;
	width: 20%;
	color: #24AAF3;
	font-weight: 700;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item .s-faq-price-narco-list-btn a {
	margin: 0;
	width: 20%;
	color: #24AAF3;
	font-weight: 700;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item:hover {
	background: #61BFF2;
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
	color: #FFF;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item:hover p {
	color: #FFF;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item:hover span {
	color: #FFF;
  }
  
  .s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item:hover .s-faq-price-narco-list-btn a {
	color: #FFF;
	border-bottom: 0.1rem solid #FFF;
  }
  
  .s-license-infodoc {}
  
  .s-license-infodoc .s-license__doc-list {
	display: flex;
	margin: 3rem 0 8rem 0;
  }
  
  .s-license-infodoc .s-license__doc-list1 {
	width: 30%;
  }
  
  .s-license-infodoc .s-license__doc-list1 .img {
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	width: 100%;
  }
  
  .s-license-infodoc .s-license__doc-list2 {
	width: 70%;
	padding: 2rem;
  }
  
  .s-license-infodoc .s-license__doc-list2 .name {
	font-size: 1.4rem;
	font-weight: 700;
  }
  
  .s-license-infodoc .s-license__doc-list2 .info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
  }
  
  .s-license-infodoc .s-license__doc-list2 .info>div {
	background: #FFFFFF;
	box-shadow: 0px 12px 74px -10px rgba(36, 170, 243);
	border-radius: 6px;
	padding: 0.2rem 0.8rem;
	margin: 1rem 0.5rem 0 0;
  }
  
  .s-article-info {
	margin-bottom: 6rem;
  }
  
  .s-article-info .s-article__info-list {
	display: grid;
	flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 40px 0;
  }
  
  .s-article-info .s-article__info-item {
	width: 30%;
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	display: block;
	padding: 0;
	margin: 0.6rem;
  }
  
  .s-article-info .s-article__info-item .wrap__image {
	height: 11rem;
	width: 100%;
  }
  
  .s-article-info .s-article__info-item .img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .s-article-info .s-article__info-item p {
	color: #153253;
	padding: 1rem 1rem 0 1rem;
	font-weight: 700;
	font-size: 0.9rem;
  }
  
  .s-article__full-text {
	margin-top: 2rem;
  }
  
  .s-article__full-text .s-article__full-imgs,
  .s-article__full-text p img {
	max-width: 100%;
	border-radius: 4rem;
	padding: 2rem 1rem;
  }
  
  .s-article__full-text .s-article__full-doc {
	text-align: right;
  }
  
  .s-article__full-text .s-article__full-doc img {
	padding: 0;
  }
  
  .s-article__full-text .s-article__full-doc hr {
	border: 0.1rem solid #DDD;
	margin: 1rem 0;
  }
  
  .s-reviews.inner {
	padding-top: 0;
	margin-top: 9rem;
  }
  
  .s-reviews.inner .item .wrap {
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
  }
  
  .s-reviews.inner .item .info p {
	color: #153253;
  }
  
  .s-reviews.inner .item .name {
	font-size: 1.4rem;
  }
  
  .s-reviews.inner .item .city {
	color: #666666;
	background: none;
	padding: 0;
	font-weight: 400;
  }
  
  .s-licenses.s-top-section {
	margin-bottom: 8rem;
  }
  
  .s-sale.s-top-section {
	margin-bottom: 8rem;
  }
  
  .s-sale .section__title {
	margin-bottom: 50px;
  }
  
  .s-fotogal.s-top-section {
	margin-bottom: 8rem;
  }
  
  .s-fotogal .fotogal__list .fotogal__item .fotogal__img {
	height: 10rem;
  }
  
  .s-fotogal .fotogal__list .fotogal__item .fotogal__img-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  .s-regions-block.s-top-section {
	margin-bottom: 8rem;
  }
  
  .s-regions-block.s-top-section .inner-page-section .filialy__filter {
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border: 0.1rem solid #DDDDDD;
	padding: 0.6rem 1.4rem;
	width: 100%;
  }
  
  .s-regions-block.s-top-section .inner-page-section .filialy_list {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	border-radius: 20px;
	list-style: none;
	padding: 1rem 2rem;
	column-count: 3;
  }
  
  .s-regions-block.s-top-section .inner-page-section .filialy_list li a {
	color: #24AAF3;
	font-weight: 700;
	margin: 0.4rem 0;
	display: block;
  }
  
  .s-regions-block.s-top-section .inner-page-section .filialy_list .hide {
	display: none;
  }
  
  .s-regions-block.s-top-section .inner-page-section .btn-blue {
	padding: 1rem 2rem;
	margin: 1rem 0;
  }
  
  .s-regions-block.s-top-section .inner-page-section .btn-blue.active {
	background: #117fbb;
  }
  
  .contacts .contacts__page {
	display: flex;
	margin: 2rem 0 6rem;
  }
  
  .contacts .contacts__page .contacts__left {
	width: 40%;
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 2rem;
	color: #FFF;
  }
  
  .contacts .contacts__page .contacts__right {
	width: 60%;
  }
  
  .contacts .contacts__page .contacts__left .contacts__subtitle {
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
  }
  
  .contacts .contacts__page .contacts__left .contacts__info a {
	color: #FFF;
  }
  
  .contacts .contacts__page .contacts__left .contacts__social img {
	width: 2.5rem;
	margin: 0 1rem 1.2rem 0;
  }
  
  .footer {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
  }
  
  .footer .container {
	max-width: 90rem;
  }
  
  .footer .footer__logo {
	margin-bottom: 1rem;
  }
  
  .footer .footer-col1 {
	color: #FFFFFF;
  }
  
  .footer .footer-col1 .footer-col1-city a {
	color: #FFFFFF;
	font-weight: 700;
  }
  
  .footer .footer-col1 .footer-col1-city a.prev-city img {
	margin: 0 0.8rem 0.2rem 0;
  }
  
  .footer .footer-col1 .footer-col1-city a.next-city img {
	margin: 0 0 0.2rem 0.8rem;
  }
  
  .footer .footer-col1 .footer-col1-city a.next-city {
	margin-left: 1rem;
  }
  
  .footer .footer-col1 .footer-col1-search {
	width: 100%;
	margin: 2rem 0;
  }
  
  .footer .footer-col1 .footer-col1-adres span {
	font-weight: 700;
  }
  
  .footer .footer-col1 .footer-col1-btn .btn-white {
	width: 16rem;
	margin: 2rem 0;
  }
  
  .footer .footer-col2 {
	justify-content: center;
  }
  
  .footer .footer-col2>div {
	display: flex;
	flex-direction: column;
  }
  
  .footer .footer-col2>div a,
  .footer .footer-col2>div span {
	color: #FFFFFF;
	line-height: 1.5rem;
	margin-bottom: 1rem;
  }
  
  .footer .footer-col2>div a:first-child,
  .footer .footer-col2>div span:first-child {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 1.4rem;
  }
  
  
  .article-page__banner-wrap {
      background: rgba(0, 177, 246, 1);
      color: #fff;
  }
  
  .article-page__img {
      width: 100%;
      border-radius: 24px 0;
  }
  .article-page__banner {
      display: grid;
      grid-template-columns: 55% 45%;
      grid-gap: 0px;
      padding: 20px 0;
  }
  .article-page__time-call {
      background: #fff;
      box-shadow: 0px 10px 64px 0px rgba(36, 170, 243, 0.2);
      border-radius: 10px;
      padding: 16px;
      color: rgba(21, 50, 83, 0.8);
      display: flex;
      gap: 12px;
      margin-bottom: 16px;
  }
  .article-page__banner-left {
      padding-right: 48px;
  }
  .article-page__time-call span {
      color: rgba(36, 170, 243, 1);
  }
  
  .article-page__star {
      background-image: url('/assets/images/article-star.svg');
      width: 19px;
      cursor: auto;
      height: 18px;
  }
  .article-page__star.fill {
      background-image: url('/assets/images/article-star-fill.svg');
  }
  .active .article-page__star:hover {
      background-image: url('/assets/images/article-star-fill.svg');
  }
  .active .article-page__star {
      cursor: pointer;
  }
  .article-page__stars {
      display: flex;
      gap: 4px;
  }
  .article-page__rating {
      display: flex;
      gap: 8px;
      align-items: center;
  }
  .article-page__rating span {
      color: rgba(21, 50, 83, 1);
      font-weight: 600;
      font-size: 18px;
  }
  .article-page__share {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .article-page__soc-item {
      background: rgba(36, 170, 243, 1);
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .article-page__socials {
      display: flex;
      gap: 12px;
  }
  .article-page__share {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid rgba(21, 50, 83, 0.1);
      padding: 24px 0;
      margin-top: 64px;
      margin-bottom: 40px;
  }
  .doctor-report__top-right {
    background: #fff;
    border-radius: 24px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 20px;
}
.doctor-report__top {
    background: rgba(244, 246, 251, 1);
    border-radius: 32px;
    padding: 32px;
    display: grid;
    grid-template-columns: auto 312px;
    gap: 40px;
    align-items: flex-start;
}
.doctor-report__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}
.doctor-report__quote {
    font-style: italic;
    color: rgba(21, 50, 83, 0.8);
}
.doctor-report__important {
    border-top: 1px solid rgba(21, 50, 83, 0.1);
    margin-top: 24px;
    padding-top: 20px;
}
.doctor-report__doctor-info-top img {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
}
.doctor-report__doctor-info-top {
    display: flex;
    gap: 16px;
    color: rgba(21, 50, 83, 1);
    align-items: center;
}
.doctor-report__doctor-info-top a {
    color: rgba(21, 50, 83, 1);
    font-size: 18px;
    font-weight: 700;
}
.doctor-report__doctor-info-bottom {
    border-top: 1px solid rgba(21, 50, 83, 0.1);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.doctor-report__doctor-field {
    display: flex;
    justify-content: space-between;
}
.doctor-report__doctor-field-key {
    color: rgba(21, 50, 83, 0.6);
}
.doctor-report__important span {
    color: rgba(235, 0, 41, 1);
    font-weight: 700;
}
.doctor-report__bottom {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 55% 45%;
}
.doctor-report__bottom-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.doctor-report__bottom-big-text {
    font-size: 24px;
    font-weight: 700;
}
.doctor-report__connection-item {
    background: rgba(36, 170, 243, 1);
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: right top;
}
.doctor-report__bottom-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}  
.doctor-report__connection-item-key {
    color: rgba(255, 255, 255, 0.8);
}
.doctor-report__connection-item-val {
    color: #fff;
    font-weight: 700;
}
.doctor-report__connection-item.connection-call {
    background-image: url('/assets/images/article-report-phone.svg');
}
.doctor-report__connection-item.connection-max {
    background-image: url('/assets/images/article-report-max.svg');
}
.doctor-report-section {
    padding: 40px 0 60px 0;
}
.article-page__text img {
    max-width: 100%;
}
.article-card__more-text img {
    width: 13px !important;
}
  
  .footer .footer-col3 {}
  @media(max-width: 1100px){
      .s-article-info .s-article__info-list {
          grid-template-columns: repeat(3, 1fr);
      }
  }
  @media(max-width: 991px){
      .s-article-info .s-article__info-list {
          grid-template-columns: repeat(2, 1fr);
      }
      .doctor-report__top {
          grid-template-columns: 1fr;
      }
      .doctor-report__bottom {
          grid-template-columns: 1fr;
          gap: 24px;
      }
  }
  @media(max-width: 767px){
      .s-article-info .s-article__info-list {
          grid-template-columns: repeat(1, 1fr);
      }
  }
  @media(max-width: 600px){
      .doctor-report__bottom-right {
          grid-template-columns: 1fr;
      }
      .article-page__share {
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
      }
  }
  .footer .footer-col3 .footer-col3-phone {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 1.4rem 2rem;
	margin-bottom: 2rem;
  }
  
  .footer .footer-col3 .footer-col3-phone div {
	color: #24AAF3;
	font-weight: 700;
  }
  
  .footer .footer-col3 .footer-col3-phone a {
	color: #153253;
	font-size: 1.6rem;
	margin: 1rem 0;
	display: block;
  }
  
  .footer .footer-col3 .footer-col3-phone p {
	margin: 0;
  }
  
  .footer .footer-col3 .footer-col3-media {
	text-align: right;
	color: #FFF;
  }
  
  .footer .footer-col3 .footer-col3-media p {
	margin-bottom: 0.5rem;
  }
  
  .footer .footer-col3 .footer-col3-media a {
	margin-left: 0.8rem;
  }
  
  .footer .footer-col3 .footer-col3-link {
	display: flex;
	flex-direction: column;
	text-align: right;
	margin-top: 2rem;
  }
  
  .footer .footer-col3 .footer-col3-link a,
  .footer .footer-col3 .footer-col3-link span {
	color: #FFF;
	line-height: 2rem;
  }
  
  .footer .footer__bottom {
	border-top: 0.1rem solid #FFFFFF78;
  }
  
  .footer .footer__bottom .footer__copy {
	margin: 1rem auto;
  }
  
  .footer .footer__bottom .footer__copy p {
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
  }
  
  .s-footer-modalo {
	height: 14rem;
	position: relative;
  }
  
  .s-footer-modalo .container-c1 {
	height: 7rem;
  }
  
  .s-footer-modalo .container-c2 {
	height: 7rem;
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
  }
  
  .s-footer-modalo .container-c3 {
	position: absolute;
	top: 0;
	height: 14rem;
	width: 100%;
	padding-right: calc((100% - 90rem) / 2);
  }
  
  .s-footer-modalo .container-c4 {
	background: #FFFFFF;
	box-shadow: 10px -6px 40px rgba(0, 0, 0, 0.05);
	border-radius: 0px 10px 120px 0px;
	height: 14rem;
	display: flex;
  }
  
  .s-footer-modalo .container-c5 {
	padding-left: calc((100% - 89rem));
	display: flex;
	align-items: center;
  }
  
  .s-footer-modalo .s-footer-modalo-img {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.3);
	border-radius: 10px;
	padding: 0.3rem;
  }
  
  .s-footer-modalo .s-footer-modalo-c2 {
	padding: 0 3rem;
	max-width: 52rem;
  }
  
  .s-footer-modalo .s-footer-modalo-title {
	font-size: 2rem;
	font-weight: 700;
  }
  
  .s-footer-modalo .s-footer-modalo-c3 .btn-blue {
	width: 16rem;
  }
  
  .s-footer-modalo2 {
	height: 14rem;
	position: relative;
	margin-top: 6rem;
  }
  
  .s-footer-modalo2 .container-c1 {
	height: 7rem;
  }
  
  .s-footer-modalo2 .container-c2 {
	height: 7rem;
  }
  
  .s-footer-modalo2 .container-c3 {
	position: absolute;
	top: 0;
	height: 14rem;
	width: 100%;
	padding-right: calc((100% - 90rem) / 2);
  }
  
  .s-footer-modalo2 .container-c4 {
	background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%), #FFFFFF;
	box-shadow: 10px -6px 40px rgba(0, 0, 0, 0.05);
	border-radius: 0px 10px 120px 0px;
	height: 14rem;
	display: flex;
  }
  
  .s-footer-modalo2 .container-c5 {
	padding-left: calc((100% - 89rem));
	display: flex;
	align-items: center;
  }
  
  .s-footer-modalo2 .s-footer-modalo-img {
	background: #FFFFFF;
	box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.3);
	border-radius: 10px;
	padding: 0.3rem;
  }
  
  .s-footer-modalo2 .s-footer-modalo-c2 {
	padding: 0 3rem;
	max-width: 52rem;
  }
  
  .s-footer-modalo2 .s-footer-modalo-title {
	font-size: 2rem;
	font-weight: 700;
	color: #FFF;
  }
  
  .s-footer-modalo2 .s-footer-modalo-text {
	color: #FFF;
  }
  
  .s-footer-modalo2 .s-footer-modalo-c3 .btn-blue {
	width: 16rem;
	background: #FFFFFF;
	color: #24AAF3;
  }
  
  .mobile__menu .form__search-small {
	margin-top: 1rem;
  }
  
  .mobile__menu .phone-narco-mobile {
	text-align: center;
	margin: 1rem 0;
  }
  
  .mobile__menu .phone-narco-mobile a {
	color: #153253;
	font-weight: 700;
	font-size: 1.4rem;
  }
  
  .mobile__menu .phone-narco-mobile p {
	color: #1C8ADF;
  }
  
  .mobile__menu .phone-narco-city {
	text-align: center;
  }
  
  .mobile__menu .phone-narco-city .info2 {
	color: #1C8ADF;
  }
  
  .mobile__menu .mobile__menu__buttons .btn-blue {
	padding: 0.5rem;
  }
  
  .license__list.license__citylist {
	flex-direction: column;
  }
  
  .license__list.license__citylist .city__filter {
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: inset 1px 0px 4px rgba(0, 0, 0, 0.06), inset 0px 2px 4px rgba(0, 0, 0, 0.06);
	border: 0.1rem solid #DDDDDD;
	padding: 0.6rem 1.4rem;
	width: 100%;
	margin-bottom: 2rem;
  }
  
  .license__list.license__citylist .subfolder_ul li {
	display: inline-block;
	width: 33%;
	margin-bottom: 0.6rem;
  }
  
  .license__list.license__citylist .subfolder_ul li:before {
	display: none;
  }
  
  .license__list.license__citylist .subfolder_ul li a {
	color: #24AAF3;
	font-size: 1.2rem;
	font-weight: 700;
  }
  
  .license__list.license__citylist .subfolder_ul li.hide {
	display: none;
  }
  
  @media (max-width:1600px) {
	.s-banner.s-banner-narco:after {
	  background-size: 85%;
	}
  }
  
  @media (max-width:950px) {
	main {
	  background: none;
	}
  
	.section__title,
	.section__title.center {
	  font-size: 1.6rem;
	  text-align: left;
	  line-height: 2.2rem;
	}
  
	.section__title:before {
	  width: 8rem;
	  height: 6rem;
	}
  
	.s-top-section {
	  margin-top: 5rem;
	}
  
	.breadcrumb-block ul li a {
	  font-size: 0.7rem;
	  display: flex;
	  align-items: center;
	  line-height: 0.8rem;
	}
  
	.breadcrumb-block ol li a {
	  font-size: 0.7rem;
	  display: flex;
	  align-items: center;
	  line-height: 0.8rem;
	}
  
	.breadcrumb-block ol li p {
	  font-size: 0.7rem;
	  display: flex;
	  align-items: center;
	  line-height: 0.8rem;
	}
  
	.header__left .header__logo {
	  width: 7rem;
	  max-width: 7rem;
	  margin-top: 0.5rem;
	}
  
	.header__middle {
	  justify-content: end;
	}
  
	.header__middle .form__search-phone {
	  display: block;
	}
  
	.header__middle .form__search-small {
	  display: none;
	}
  
	.s-banner.s-banner-narco {
	  background: url(../upload/main-back-gb21.png) no-repeat;
	  background-size: contain;
	  max-width: 100%;
	  border-radius: 0;
	  background-color: #3cb3f3;
	}
  
	.s-banner.s-banner-narco .pagetitle {
	  font-size: 1.5rem;
	  text-align: left;
	  width: 90%;
	}
  
	.s-banner.s-banner-narco .s-banner__image {
	  padding: 0 2rem 8rem 2rem;
	}
  
	.s-banner.s-banner-narco .s-banner-list__item {
	  bottom: -8rem;
	  right: 0;
	}
  
	.s-banner.s-banner-narco .container-content {
	  margin-top: 3rem;
	}
  
	.s-banner.s-banner-narco .s-banner__subtitle {
	  text-align: left;
	}
  
	.s-license.s-license-narco4 .s-license-nav,
	.s-license.s-license-narco3 .s-license-nav,
	.s-license.s-license-narco2 .s-license-nav,
	.s-license.s-license-narco .s-license-nav,
	.s-license.s-license-list .s-license-nav,
	.s-main-services-narco .s-license-nav,
	.s-main-value-narco .s-license-nav,
	.s-index-footmenu .s-license-nav {
	  display: flex;
	}
  
	.s-license.s-license-narco3 .s-license__doc-list {
	  justify-content: center;
	}
  
	.s-license.s-license-narco3 .s-license__doc-list .item {
	  width: 46%;
	  min-width: 16rem;
	}
  
	.s-main-services.s-main-services-narco .s-main-services-list__item {
	  width: 100%;
	}
  
	.s-main-services.s-main-services-narco .s-main-services-list__item .wrap {
	  flex-direction: column;
	}
  
	.s-main-services.s-main-services-narco .s-main-services-list__item .information {
	  margin: auto;
	}
  
	.s-main-services.s-main-services-narco .s-main-services-list__item .wrap .prig-btn {
	  background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	  color: #FFF;
	}
  
	.s-steps.s-steps-narcotext2 {
	  margin-top: 3rem;
	}
  
	.s-steps.s-steps-narcotext2 .align-center {
	  padding: 0 1rem;
	}
  
	.s-steps.s-steps-narcotext2 .steps-col-t1 {
	  width: 100%;
	  background: linear-gradient(360deg, #24AAF3 0.65%, #FFF 100.03%);
	}
  
	.s-steps.s-steps-narcotext2 .steps-col-t2 {
	  width: 100%;
	  padding: 1rem 1rem 1rem 1rem;
	  text-align: center;
	  border-radius: 0 0 1rem 1rem;
	}
  
	.s-steps.s-steps-narcotext2 .steps-col-t2 .s-steps-list__title {
	  font-size: 1.2rem;
	  line-height: 1.5rem;
	  font-weight: 700;
	}
  
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title span,
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title .s-faq-price-narco-list-btn {
	  display: none;
	}
  
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-title p {
	  width: 100%;
	}
  
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item {
	  flex-direction: column;
	}
  
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item p {
	  width: 100%;
	  margin-bottom: 1rem;
	}
  
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item span {
	  width: 100%;
	}
  
	.s-faq.s-faq-price-narco2 .s-faq-price-narco-list-item .s-faq-price-narco-list-btn {
	  width: 100%;
	  margin-top: 1rem;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-btn {
	  display: block;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-btn a {
	  display: flex;
	  padding: 0.4rem 1rem;
	  margin-bottom: 0.4rem;
	  height: 4rem;
	  align-items: center;
	  text-align: center;
	  justify-content: center;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-list-nn {
	  display: block;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-list-nn p {
	  width: 100%;
	  margin-bottom: 1rem;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-list-nn button {
	  float: right;
	}
  
	.s-main-services.s-main-value-narco .s-main-services-list__item .wrap {
	  flex-direction: column;
	}
  
	.s-main-services.s-main-value-narco .s-main-services-list__item .wrap p {
	  min-height: 4rem;
	}
  
	.s-main-services.s-main-value-narco .s-main-services-list__item:last-child {
	  width: 100%;
	}
  
	.s-main-services.s-main-value-narco .owl-item .s-main-services-list__item {
	  height: 16rem;
	}
  
	.s-main-services.s-main-value-narco .owl-item .s-main-services-list__item p {
	  font-size: 1rem !important;
	  text-align: center;
	}
  
	.s-main-services.s-main-value-narco .owl-item .s-main-services-list__item span {
	  margin-bottom: 0;
	}
  
	.s-main-services.s-main-value-narco .s-main-services-list-owl-not .wrap h3 {
	  text-align: center;
	}
  
	.s-main-services.s-main-value-narco .s-main-services-list-owl-not .wrap p {
	  font-size: 1rem !important;
	  margin-bottom: 1rem;
	}
  
	.s-main-services.s-main-value-narco .s-main-services-list-owl-not .wrap li {
	  margin-bottom: 1rem;
	}
  
	.s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap {
	  box-shadow: none;
	}
  
	.s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap .title {
	  color: #153253;
	}
  
	.s-steps.s-steps-narco .s-steps-narco-gb {
	  padding: 0;
	  margin: 0;
	  background: #FFF;
	}
  
	.s-steps.s-steps-narco .s-steps-narco-gb .s-steps__image {
	  display: none;
	}
  
	.s-steps.s-steps-narco .s-steps-narco-gb .s-steps-list {
	  margin: 1rem 0;
	}
  
	.s-steps.s-steps-narco .s-steps-narco-gb form .btn-blue,
	.s-steps.s-steps-narco .s-steps-narco-gb form input {
	  width: 100%;
	}
  
	.s-license-infodoc .s-license__doc-list {
	  display: block;
	}
  
	.s-license-infodoc .s-license__doc-list1 {
	  width: 100%;
	}
  
	.s-license-infodoc .s-license__doc-list2 {
	  width: 100%;
	}
  
	.s-article-info .s-article__info-item {
	  width: 100%;
	}
  
	.s-index-menu.s-index-footmenu .s-index-menu-list__item {
	  width: 100%;
	}
  
	.s-index-menu.s-index-footmenu .owl-item .s-index-menu-list__item .wrap {
	  background: #FFFFFF !important;
	  box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1) !important;
	  height: 18rem;
	}
  
	.s-index-menu.s-index-footmenu .s-index-menu-list-owl-not .wrap {
	  background: none !important;
	  box-shadow: none !important;
	}
  
	.s-footer-modalo,
	.s-footer-modalo .container-c3,
	.s-footer-modalo .container-c4 {
	  height: 20rem;
	}
  
	.s-footer-modalo .container-c1,
	.s-footer-modalo .container-c2 {
	  height: 10rem;
	}
  
	.s-footer-modalo .container-c5 {
	  flex-direction: column;
	}
  
	.s-footer-modalo .container-c5 .s-footer-modalo-c1 {
	  display: none;
	}
  
	.s-footer-modalo .s-footer-modalo-c2 {
	  padding: 1rem 2rem;
	}
  
	.s-footer-modalo2,
	.s-footer-modalo2 .container-c3,
	.s-footer-modalo2 .container-c4 {
	  height: 20rem;
	}
  
	.s-footer-modalo2 .container-c1,
	.s-footer-modalo2 .container-c2 {
	  height: 10rem;
	}
  
	.s-footer-modalo2 .container-c5 {
	  flex-direction: column;
	}
  
	.s-footer-modalo2 .container-c5 .s-footer-modalo-c1 {
	  display: none;
	}
  
	.s-footer-modalo2 .s-footer-modalo-c2 {
	  padding: 1rem 2rem;
	}
  
	.footer .col-sm-3 {
	  width: 100%;
	}
  
	.footer .col-sm-3 picture,
	.footer .footer-col1-city,
	.footer .footer-col1-adres,
	.footer .footer-col1-btn {
	  margin: auto;
	}
  
	.footer .footer__link {
	  display: block;
	  margin: auto;
	}
  
	.footer .footer-col1 p {
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  margin: 1rem auto;
	}
  
	.footer .footer-col1 p span {
	  padding-bottom: 0.6rem;
	}
  
	.footer .footer-col2 {
	  flex-direction: column;
	  text-align: center;
	  margin: auto;
	}
  
	.footer .footer-col2 .col-sm-3 {
	  border-top: 0.1rem solid #FFFFFF7A;
	  padding-top: 1.5rem;
	  padding-bottom: 1rem;
	}
  
	.footer .footer-col3 .footer-col3-media,
	.footer .footer-col3 .footer-col3-link {
	  text-align: center;
	  padding-bottom: 2rem;
	}
  
	.footer .footer-col3 .footer-col3-phone {
	  text-align: center;
	}
  
	.s-regions-block.s-top-section .inner-page-section .btn-blue {
	  width: 100%;
	  margin: 0.2rem 0;
	}
  
	.s-regions-block.s-top-section .inner-page-section .filialy_list {
	  column-count: 2;
	}
  
	.contacts .contacts__page {
	  flex-direction: column;
	}
  
	.contacts .contacts__page .contacts__left,
	.contacts .contacts__page .contacts__right {
	  width: 100%;
	}
  
	.contacts .contacts__page .contacts__left {
	  border-radius: 0;
	}
  
	.contacts .contacts__page .contacts__right {
	  height: 20rem;
	}
  
	.license__list.license__citylist .subfolder_ul li {
	  width: 50%;
	}
  }
  
  form .result_wrapper h2 {
	font-size: 1.4rem !important;
	margin: 0 !important;
  }
  
  form .result_wrapper p {
	font-size: 0.8rem !important;
	margin: 0 !important;
  }
  
  form .btn-blue.hide {
	display: none !important;
  }
  
  .page-maps__list {
	padding: 0;
  }
  
  .page-maps__list .page-maps__lvl-1 {
	color: #24AAF3;
	font-weight: 700;
	display: block;
	margin-left: 2rem;
	font-size: 1.2rem;
	padding: 0.2rem 0;
  }
  
  .page-maps__list .page-maps__lvl-2 {
	color: #24AAF3;
	font-weight: 400;
	display: block;
	margin-left: 4rem;
  }
  
  .custom-link-wrap a {
	display: none;
  }
  
  .b24-widget-button-social .custom-link-wrap a {
	display: block;
  }
  
  .b24-widget-button-social-item.b24-widget-button-callback:nth-child(3) {
	display: none;
  }
  
  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
  }
  
  .licenses-full {
	margin: 0 auto;
  }
  
  .licenses-600px {
	display: none;
  }
  
  .licenses-320px {
	display: none;
  }
  
  @media (max-width:1010px) {
	.licenses-full {
	  display: none;
	}
  
	.licenses-600px {
	  display: flex;
	  margin: 0 auto;
	}
  }
  
  @media (max-width:600px) {
	.licenses-600px {
	  display: none;
	}
  
	.licenses-320px {
	  display: flex;
	  margin: 0 auto;
	}
  }
  
  .military__plashka {
	background: url(/netcat_template/template/new_maket/assets/image/bg.webp) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	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: 45px 0;
	border-radius: 15px;
	margin: 60px 0 20px 0;
  
	@supports not (background:url("/netcat_template/template/new_maket/assets/image/bg.webp")) {
	  background: url("/netcat_template/template/new_maket/assets/image/bg.jpg") center center no-repeat;
	}
  }
  
  .military__plashka::after {
	position: absolute;
	display: block;
	content: '';
	background: url(/netcat_template/template/new_maket/assets/image/stars.svg);
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 92px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
  
	@supports not (background:url("/netcat_template/template/new_maket/assets/image/stars.svg")) {
	  background: url("/netcat_template/template/new_maket/assets/image/stars.png") center center no-repeat;
	}
  }
  
  .military__plashka::before {
	position: absolute;
	display: block;
	content: '';
	background: url(/netcat_template/template/new_maket/assets/image/stars.svg);
	right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 92px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
  
	@supports not (background:url("/netcat_template/template/new_maket/assets/image/stars.svg")) {
	  background: url("/netcat_template/template/new_maket/assets/image/stars.png") center center no-repeat;
	}
  }
  
  .military__plashka span {
	color: #FFF;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
  }
  
  .military__plashka p {
	color: #FFF;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
  }
  
  @media (max-width:950px) {
	.military__plashka {
	  margin: 90px 10px 0 10px;
	  padding: 30px 0;
	}
  
	.military__plashka::after {
	  left: 25px;
	  width: 50px;
	  height: 50px;
	}
  
	.military__plashka::before {
	  right: 25px;
	  width: 50px;
	  height: 50px;
	}
  
	.military__plashka span {
	  font-size: 20px;
	}
  
	.military__plashka p {
	  font-size: 14px;
	}
  }
  
  @media (max-width:725px) {
  
	.military__plashka::after,
	.military__plashka::before {
	  display: none;
	}
  
	.military__plashka span {
	  font-size: 18px;
	}
  
	.military__plashka {
	  margin: 90px 0 0 0;
	  padding: 25px 18px;
	}
  }
  
  @media (max-width:340px) {
	.military__plashka {
	  max-width: 280px;
	}
  }
  
  .slide-reviews .item_text p {
	height: auto !important;
  }
  
  .slide-reviews .item_text p {
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600)) !important;
	color: #607788;
	font-weight: 500 !important;
	margin: 32px 0 10px 0 !important;
  }
  
  .slide-reviews .item_data p {
	font-size: calc(.875rem + 2 * ((100vw - 32rem) / 1600)) !important;
	line-height: 1.38;
	color: #607788;
  }
  
  .slide-reviews .item_title p {
	height: auto !important;
  }
  
  .s-faq__container {
	margin-bottom: 30px;
  }
  
  html.lock {
	overflow: hidden;
  }
  
  body.lock {
	overflow: hidden;
  }
  
  .popup {
	background: rgba(0, 0, 0, .4);
	height: 100%;
	left: 50%;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 10000;
	display: none;
  }
  
  .popup.active {
	display: block;
  }
  
  .popup.open {
	opacity: 1;
	pointer-events: all;
  }
  
  .popup__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%; //padding:50px 15px 20px;width:100%;}.popup__body .result-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;}.popup__content{position:relative;max-width:42.875rem;border-radius:1.5rem;background:#fff;min-height:auto;scale:.4;-webkit-transition:scale .4s ease;-o-transition:scale .4s ease;transition:scale .4s ease;margin-left:auto;margin-right:auto;}.popup.open .popup__content{scale:1;opacity:1;transform:none;}.popup.open .popup__content .modal{display:block;}@media (max-width: 950px) {.s-banner.s-banner-narco .s-banner__right .s-steps__image-picture {display: none;}.s-banner.s-banner-narco .s-banner-list__item {position: static;}}.s-license__item {padding: 70px;}
  
	.form__custom-checkbox {
	  position: relative !important;
	  display: flex !important;
	  align-items: center;
	  cursor: pointer;
	  font-size: 16px;
	  color: #333333;
	  margin: 10px 0;
	  width: auto !important;
	  height: auto !important;
	}
  
	.form__custom-checkbox input[type="checkbox"] {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}
  
	.form__checkmark {
	  position: relative;
	  display: inline-block;
	  flex-shrink: 0;
	  width: 22px;
	  height: 22px;
	  background-color: #FFFFFF;
	  border: 2px solid #84A4E4;
	  border-radius: 4px;
	  margin-right: 12px;
	  transition: all 0.3s ease;
	}
  
	.form__custom-checkbox input[type="checkbox"]:checked~.checkmark {
	  background-color: #84A4E4;
	  border-color: #84A4E4;
	}
  
	.form__checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}
  
	.form__custom-checkbox input[type="checkbox"]:checked~.form__checkmark:after {
	  display: block;
	}
  
	.form__custom-checkbox .form__checkmark:after {
	  left: 7px;
	  top: 3px;
	  width: 5px;
	  height: 10px;
	  border: solid #333333;
	  border-width: 0 2px 2px 0;
	  transform: rotate(45deg);
	}
  
	.footer__vk {
	  display: flex;
	  background-image: url("/netcat_template/template/new_maket/assets/upload/vks.svg");
	  height: 48px;
	  width: 48px;
	}
  
	.footer__tg {
	  display: flex;
	  background-image: url("/netcat_template/template/new_maket/assets/upload/tele.svg");
	  height: 48px;
	  width: 48px;
	}
  
	.footer__max {
	  display: flex;
	  background-image: url("/assets/images/max-icons/max-white.svg");
	  background-size: contain;
	  height: 48px;
	  width: 48px;
	}
  
	.footer__social-wrapper {
	  display: flex;
	  justify-content: flex-end;
	}
  
	.btn.btn-blue {
	  position: relative;
	  overflow: hidden;
	}
  
	.btn.btn-white {
	  position: relative;
	  overflow: hidden;
	}
  
	.btn-blue::before,
	.btn-white::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(90deg,
		  transparent,
		  rgba(255, 255, 255, 0.4),
		  #00000012);
	  animation: shine 3s infinite ease-in-out;
	}
  
	@keyframes shine {
	  0% {
		left: -100%;
	  }
  
	  100% {
		left: 150%;
	  }
	}
  
	.header__telegram {
	  border: 1px solid #3cb3f3;
	  height: 48px;
	  width: 48px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  transition: all 0.25s linear;
	}
  
	@media (hover: hover) {
	  .header__telegram:hover {
		background-color: #3cb3f3;
	  }
	}
  
	@media (hover: hover) {
	  .header .phone-narco-new .header_email:hover {
		color: #056497;
	  }
	}
  
  
	@media (hover: hover) {
	  .header__telegram:hover {
		border-color: #fff;
	  }
  
	  .header__telegram:hover svg path {
		fill: #fff;
	  }
	}
  
	.header__tg-wrap {
	  display: flex;
	  align-items: center;
	}
  
	.header .phone-narco-new .header_email {
	  color: #24AAF3;
	  font-size: 0.8rem;
	  margin: 0;
	  transition: all 0.25s linear;
	}
  
	@media (max-width: 1199px) {
	  .header__tg {
		display: none;
	  }
	}
  
	.slide-reviews .container {
	  display: none;
	}
  
	.swiper {
	  width: 100%;
	  height: 100%;
	  margin-bottom: 50px;
	}
  
	.swiper-slide {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 24px;
	  background: white;
	  width: 300px;
	  padding: 20px;
	}
  
	.swiper-button-next,
	.swiper-button-prev {
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  cursor: pointer;
	  background: -webkit-gradient(linear, left top, right top, from(#24AAF3), to(#24AAF3));
	  background: -o-linear-gradient(left, #24AAF3, #24AAF3);
	  background: linear-gradient(90deg, #24AAF3, #24AAF3);
	  border-radius: 0.875rem;
	  position: absolute;
	  top: auto;
	  bottom: 20px;
	  width: 60px;
	  height: 60px;
	}
  
	.swiper-button-prev {
	  left: 45%;
	  transform: translateX(-45%) translateX(-15px);
	  background: #f0f9fe;
	}
  
	.swiper-button-next {
	  right: 45%;
	  transform: translateX(45%) translateX(15px);
	}
  
	.swiper {
	  margin-bottom: 30px;
	}
  
	.swiper.item .wrap {
	  box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	  border-radius: 20px;
	}
  
	.swiper-button-next:after {
	  color: #f0f9fe;
	  font-size: 12px;
	}
  
	.swiper-button-prev:after {
	  font-size: 12px;
	  color: #24aaf3;
	}
  
	.swiper .name {
	  font-weight: 700;
	  margin: 0 0 0.5rem;
	  line-height: 1;
	  font-size: 28px;
	}
  
	.swiper .info p {
	  font-size: 18px;
	}
  
	.swiper .city {
	  color: #666666;
	  background: none;
	  margin: 1.4rem 0 1rem 0;
	  padding: 0;
	  font-weight: 400;
	  font-size: 20px;
	}
  
	/*tg animation*/
  
	.header__tg-wrap {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: relative;
	}
  
	.header__tg-counter {
	  position: absolute;
	  top: -5px;
	  right: -5px;
	  padding: 0 7px;
	  border-radius: 50%;
	  background-color: rgb(243, 62, 62);
	  color: #FFFFFF;
	  font-size: 12px;
	  width: 20px;
	  height: 20px;
	  pointer-events: none;
	  display: none;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  opacity: 0;
	  -webkit-transform: scale(0);
	  -ms-transform: scale(0);
	  transform: scale(0);
	  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	  -o-transition: opacity 0.3s ease, transform 0.3s ease;
	  transition: opacity 0.3s ease, transform 0.3s ease;
	  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	  z-index: 10;
	}
  
	.header__tg-counter.show {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  opacity: 1;
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}
  
	.header__tg-counter.bounce {
	  -webkit-animation: bounce 0.6s ease 2;
	  animation: bounce 0.6s ease 2;
	}
  
	@-webkit-keyframes bounce {
  
	  0%,
	  100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	  }
  
	  50% {
		-webkit-transform: translateY(-8px) scale(1.05);
		transform: translateY(-8px) scale(1.05);
	  }
	}
  
	@keyframes bounce {
  
	  0%,
	  100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	  }
  
	  50% {
		-webkit-transform: translateY(-8px) scale(1.05);
		transform: translateY(-8px) scale(1.05);
	  }
	}
  
	@media (hover: hover) {
	  .header__telegram:hover {
		background-color: #3cb3f3;
	  }
	}
  
	@media (hover: hover) {
	  .header .phone-narco-new .header_email:hover {
		color: #056497;
	  }
	}
  
	@media (hover: hover) {
	  .header__telegram:hover {
		border-color: #fff;
	  }
  
	  .header__telegram:hover svg path {
		fill: #fff;
	  }
	}
  
	.header .phone-narco-new .header_email {
	  color: #24AAF3;
	  font-size: 0.8rem;
	  margin: 0;
	  -webkit-transition: all 0.25s linear;
	  -o-transition: all 0.25s linear;
	  transition: all 0.25s linear;
	}
  
  
	@media (max-width: 1199px) {
	  .header__tg {
		display: none;
	  }
  
	  .header__tg-counter {
		width: 16px;
		height: 16px;
		font-size: 10px;
		top: -3px;
		right: -3px;
	  }
  
	  .header__tg-wrap {
		margin-right: 10px;
	  }
	}
  
	.article-slider {
	  position: relative;
	  background: #fff;
	  margin-bottom: 6rem
	}
  
	.article-slider .section__title {
	  margin-bottom: 20px
	}
  
	.article-slider__carousel-item {
	  background: #FFFFFF;
	  box-shadow: 0px 32px 64px -10px rgba(36, 170, 243, 0.1);
	  border-radius: 20px;
	  display: block;
	  padding: 0;
	  margin: 10px;
	  transition: transform 0.3s ease;
	}
  
	.article-slider__carousel-item:hover {
	  transform: translateY(-5px);
	}
  
	.article-slider__image-wrap {
	  height: 176px;
	  width: 100%;
	}
  
	.article-slider__image {
	  border-top-left-radius: 20px;
	  border-top-right-radius: 20px;
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	}
  
	.article-slider__title {
	  color: #153253;
	  padding: 16px 16px 0 16px;
	  font-weight: 700;
	  font-size: 14px;
	  transition: color 0.3s ease-in-out;
	}
  
	.article-slider__carousel-item:hover .article-slider__title {
	  color: #24AAF3;
	}
  
	.article-slider__nav {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 20px 0;
	  gap: 20px;
	}
  
	.article-slider__btn {
	  width: 40px;
	  height: 40px;
	  background: #24AAF3;
	  color: #fff;
	  font-size: 24px;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 40px;
	  cursor: pointer;
	  transition: background 0.3s;
	}
  
	.article-slider__btn:hover {
	  background: #73C6F3;
	}
  
	.article-slider .owl-carousel .owl-stage {
	  display: flex;
	}
  
	.article-slider .owl-carousel .owl-item {
	  display: flex;
	  height: auto;
	}
  
	.article-slider .owl-carousel .owl-item>div {
	  width: 100%;
	  display: flex;
	  flex-direction: column;
	}
  
	.article-slider__href {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
  
	.article-slider__href a {
	  background: linear-gradient(90deg, #24AAF3 0.65%, #73C6F3 100.03%);
	  color: #FFF;
	  font-weight: 700;
	  margin: 0 auto;
	  border-radius: 10px;
	  padding: 1rem 1.5rem;
	  transition: background-color .25s ease-out, color .25s ease-out;
	}
  
	.article-slider__href a:hover {
	  background: linear-gradient(90deg, #0E78B3 0.65%, #529FC8 100.03%);
	}
  
  
	.hero {
	  position: relative;
	  z-index: 1;
	  background-color: #3cb3f3;
	  padding: clamp(0.75rem, 0.05rem + 1.6vw, 1.25rem) 0 80px;
	  color: #fff;
	}
  
	.hero__left {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.hero .popup-btn {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 1;
	  position: relative;
	}
  
	.hero .popup-btn svg::after {
	  content: "|";
	  display: block;
	}
  
	.hero__content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}
  
	.hero__container {
	  display: flex;
	  flex-direction: row;
	  gap: 10px;
	  align-items: flex-end;
	  justify-content: flex-start;
	}
  
	.hero_price-container {
	  padding: 10px 12px;
	  background-color: #0783C799;
	  color: #fff;
	  border-radius: 10px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
  
	.hero_price-container .price__title {
	  font-weight: 400;
	  font-size: 12px;
	  line-height: 1.2;
	  margin: 0;
	}
  
	.hero_price-container .price__value {
	  display: flex;
	  flex-direction: row;
	  gap: 10px;
	  font-size: clamp(1rem, 0.3rem + 1.6vw, 1.5rem);
	  font-weight: 700;
	  line-height: 1.2;
	  margin: 0;
	  align-items: flex-end;
	  justify-content: flex-start;
	}
  
	.hero_price-container .hero_price_old {
	  opacity: 0.5;
	  font-size: clamp(0.75rem, 0.4rem + 0.8vw, 1rem);
	  position: relative;
	}
  
	.hero_price-container .hero_price_old::before {
	  content: '';
	  display: block;
	  width: 105%;
	  left: -2px;
	  top: 50%;
	  height: 1px;
	  position: absolute;
	  background-color: #fff;
	}
  
	.hero_lead {
	  font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
	  line-height: 1.25;
	  text-align: left;
	}
  
	@media (min-width:125rem) {
	  .hero_lead {
		font-size: 1.125rem
	  }
	}
  
	@media only screen and (min-width:48rem) {
	  .hero_lead {
		line-height: 1.5;
		text-align: left;
		margin: 1.0625rem 0 0
	  }
	}
  
	.hero__list ul {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 10px;
	  max-width: 600px;
	}
  
	.hero__list li {
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  gap: 15px;
	  list-style: none;
	}
  
	.hero__list li p {
	  margin: 0;
	  font-size: clamp(0.875rem, 0.525rem + 0.8vw, 1.125rem);
	  line-height: 1.2;
	  font-weight: 400;
	}
  
	.hero__list li svg {
	  flex-shrink: 0;
	}
  
	.hero .popup-btn span::before {
	  content: "";
	  display: inline-block;
	  width: 1px;
	  height: 16px;
	  background-color: #24aaf3;
	  margin-inline: 6px;
	}
  
	@media screen and (width<=991px) {
	  .hero__right {
		width: 100%;
		padding-block-start: 30px;
	  }
  
	  .hero__list ul {
		padding: 0;
		margin-block-end: 30px;
	  }
  
	  .breadcrumb-block {
		margin-block-start: 40px;
	  }
  
	  .hero .pagetitle {
		text-align: left;
		margin-block-end: 20px;
	  }
	}
  
	@media screen and (width<=470px) {
	  .hero {
		margin-block-end: 180px;
	  }
  
	  .hero_price-container .price__value {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		margin-block-start: 10px;
	  }
  
	  .hero__container>* {
		flex-basis: 50%;
		height: -webkit-fill-available;
	  }
  
	  .hero__list li {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	  }
  
	  .hero .popup-btn svg {
		display: none;
	  }
  
	  .hero .popup-btn span::before {
		display: none;
	  }
  
	  .hero__right picture {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		max-width: 215px;
		width: 100%;
	  }
	}
  
	@media screen and (width<=360px) {
	  .price__body {
		width: 100%;
	  }
  
	  .hero__container>* {
		flex-basis: 100%;
	  }
  
	  .hero__container {
		flex-direction: column;
		align-items: stretch;
	  }
	}
  
	.anchors {
	  padding-block: 40px;
	}
  
	.anchor__list {
	  display: flex;
	  flex-wrap: wrap;
	  flex-direction: row;
	  gap: 20px;
	  align-items: center;
	  justify-content: center;
	}
  
	.anchor__item {
	  display: flex;
	  background-color: #fff;
	  flex-direction: row;
	  gap: 24px;
	  box-shadow: 0 -1px 64px -10px #2a5a741f;
	  border-radius: 20px;
	  transition: all 300ms;
	  align-items: center;
	  justify-content: center;
	  padding: clamp(1.25rem, 0.375rem + 2vw, 1.875rem) clamp(1.875rem, 1rem + 2vw, 2.5rem);
	  font-size: clamp(0.875rem, 0.525rem + 0.8vw, 1.125rem);
	  font-weight: 800;
	  color: #153253;
	}
  
	.anchor__item svg * {
	  transition: fill 300ms, stroke 300ms;
	}
  
	.anchor__item:hover {
	  background-color: #00b1f6;
	  color: #fff;
	}
  
	.anchor__item:hover svg .line {
	  fill: #fff;
	}
  
	.anchor__item:hover svg .line-stroke path {
	  stroke: #fff;
	}
  
	.anchor__item:hover svg .circle {
	  fill: #EBF8FF4D;
	}
  
	/*new*/
  
	.button-eye {
	  display: none
	}
  
	@media(min-width: 1200px) {
	  .header__middle {
		width: 24%;
	  }
  
	  .button-eye {
		border: 1px solid #3cb3f3;
		background: none;
		height: 48px;
		width: 48px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.25s linear;
		margin-right: 5px;
	  }
	}
  
	@media (hover: hover) {
	  .button-eye:hover {
		background-color: #3cb3f3;
	  }
	}
  
	#specialButton {
	  position: fixed;
	  z-index: 2;
	  bottom: 60px;
	  left: 20px;
	  background-color: transparent;
	  border: none;
	}
  
	@media only screen and (max-width: 400px) {
	  main {
		padding-top: 150px;
	  }
	}
  
  
	.menu__list {
	  position: relative;
	  background: #fff;
	  z-index: 4;
	}
  
	body.menu-hovered::before {
	  content: '';
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.5);
	  z-index: 3;
	}
  
	.s-index-menu.s-index-menu-narco .s-index-menu-list__item .wrap {
	  cursor: auto;
	}
  
	.footer .footer-col2>div a:hover,
	.footer-col1-email a:hover {
	  text-decoration: underline;
	}
  
	.footer-col1-email a {
	  color: #FFFFFF;
	  line-height: 1.5rem;
	  margin-bottom: 1rem;
	}
  
	.logo__block,
	.footer__link,
	.header__logo {
	  transition: opacity 0.3s ease-in-out;
	}
  
	.logo__block:hover,
	.footer__link:hover,
	.header__logo:hover {
	  opacity: 0.85;
	}
  
	.breadcrumb-block a:not([href]):not([tabindex]):hover {
	  color: #666666;
	  cursor: auto;
	}
  
	.breadcrumb-block ol li:last-child a {
	  color: #666666;
	  cursor: auto;
	}
  
	.breadcrumb-block ul li:last-child a {
	  color: #666666;
	  cursor: auto;
	}
  
	.breadcrumb-block ul li:last-child {
	  color: #666666;
	  cursor: auto;
	}
  
	.breadcrumb-block ul li div {
	  background: #FFFFFF;
	  box-shadow: 0px 12px 74px -10px rgba(36, 170, 243);
	  border-radius: 4px;
	  color: #666666;
	  padding: 0.2rem 0.8rem;
	  font-size: 0.9rem;
	}
  
	@media (max-width: 950px) {
	  .breadcrumb-block ul li div {
		font-size: 0.7rem;
		display: flex;
		align-items: center;
		line-height: 0.8rem;
	  }
	}
  
	.accordion__question {
	  margin-right: 1.5rem;
	}
  
	@media (max-width: 465px) {
	  .s-faq .accordion .caret {
		right: 0px;
	  }
	}
  
	@media (max-width: 768px) {
  
	  #send_review,
	  .profile-buttons .form__search-phone {
		display: none;
	  }
  
	  .profile-buttons {
		justify-content: center;
	  }
  
	  #open_popup {
		width: 300px !important;
		padding: 15px 30px !important;
		margin: 10px;
	  }
  
	  #map222 {
		width: 90vw !important;
	  }
  
	  #map222>ymaps {
		width: 89vw !important;
	  }
  
	  .right-sidebar .stars__container {
		display: none;
	  }
	}
  
	#showMoreReviews {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 15px 20px;
	  gap: 10px;
  
	  width: 190px;
	  height: 48px;
  
	  background: #24AAF3;
	  border-radius: 6px;
	}
  
	#send_review2 {
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 15px 20px;
	  gap: 10px;
  
	  width: 190px;
	  height: 48px;
  
	  background: #FFFFFF;
	  border: 1px solid #24AAF3;
	  border-radius: 6px;
  
	}
  
	#map222>ymaps {
	  border-radius: 20px !important;
	  overflow: hidden;
	}
  
	#open_popup3 {
	  padding: 15px 92px;
	}
  
	.desktop-text {
	  display: none;
	}
  
	.mobile-text {
	  display: inline;
	}
  
	@media (min-width: 768px) {
	  #open_popup3 {
		padding: 15px 20px;
		width: 342px;
		height: 48px;
	  }
  
	  .desktop-text {
		display: inline;
	  }
  
	  .mobile-text {
		display: none;
	  }
  
	}
  
	.slot-btn {
	  margin: 5px;
	}
  
	.rates {
	  display: flex;
	  width: 295px;
	  gap: 10px;
	  flex-direction: column;
	}
  
	@media (min-width: 768px) {
	  .rates {
		flex-direction: row;
		margin-top: 10px;
	  }
  
	}
  
	.anchor-nav.anchors a:hover {
	  color: #24AAEB;
	}
  
	.s-reviews.inner .item .wrap {
	  background-color: rgba(36, 170, 243, 0.05);
	  box-shadow: none;
	}
  
	.metric-item {
	  text-align: center;
	}
  
	.subtitle-text {
  
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 16px;
	  line-height: 24px;
  
	  margin: 0px;
  
  
  
  
	}
  
  
	.subtitle-text2 {
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 24px;
	  margin: 0px;
  
	}
  
	.review-info-container {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-items: baseline;
	  vertical-align: text-top;
	  margin: 0 0 2rem;
	}
  
	.review-name-date-container {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  width: 100%;
	}
  
	@media (min-width: 992px) {
	  .review-name-date-container {
		width: 40%;
	  }
	}
  
	.review-name-date-container .date {
	  font-size: 1rem;
	}
  
	@media (min-width: 992px) {
	  .review-info-container {
		flex-direction: row;
  
	  }
	}
  
	.review-proof {
	  display: flex;
	  background: rgba(36, 170, 243, 1);
	  border-radius: 5px;
	  padding: 6px 10px;
	  height: 28px;
	  width: 230px;
	}
  
	.review-proof p {
	  color: white;
	  margin: 0px;
	  font-size: 13px;
	  line-height: 17px;
	  vertical-align: middle;
	  margin-left: 8px;
	}
  
	@media (min-width: 992px) {
	  .review-proof {
		width: 250px;
		padding: 6px 16px;
	  }
  
	  .review-proof p {
		font-size: 14px;
		line-height: 18px;
	  }
	}
  
	.review-proof img {
	  vertical-align: text-top;
	}
  
	.rate_star {
	  margin: 3px;
	  font-size: 25px;
	  color: rgba(0, 147, 226, 1);
	}
  
	.rate_text {
  
	  font-family: 'Roboto', sans-serif;
	  font-style: normal;
	  font-weight: 700;
	  font-size: 22px;
	  color: rgba(21, 50, 83, 1);
	  text-align: center;
	}
  
	.rate_square {
	  display: flex;
	  flex-direction: row;
	  border-radius: 6px;
	  border: 1px solid rgba(221, 221, 221, 1);
	  align-items: center;
	  justify-content: space-evenly;
	}
  
	@media (min-width: 768px) {
	  .rate_square {
		flex-direction: column;
		padding: 16px 7px 16px 7px;
	  }
	}
  
	.doc-img {
	  border-radius: 20px;
  
	  max-width: 400px;
	  margin: 5px auto;
	}
  
	.articles-el {
	  border: 1px solid rgba(36, 170, 243, 0.4);
	  border-radius: 10px;
	  padding: 20px;
	  gap: 12px;
  
	  margin-bottom: 5px;
	}
  
	.articles-text {
  
	  font-family: 'Roboto', sans-serif;
	  font-style: normal;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 130%;
	  color: rgba(21, 50, 83, 1);
	  margin-bottom: 0px !important;
	}
  
	.articles-text:hover {
	  color: rgba(36, 170, 243, 1);
	}
  
  
	.timeline {
	  display: flex;
	  flex-direction: column;
	  gap: 30px;
	  max-width: 800px;
	  margin: 0 auto;
	  position: relative;
	  padding-left: 70px;
	}
  
	.timeline-item {
	  display: flex;
	  align-items: flex-start;
	  position: relative;
  
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  padding: 0px;
	  gap: 8px;
  
  
	}
  
	.year-container {
	  position: absolute;
	  left: -50px;
	  top: 0;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
  
	.year-container::after {
	  content: '';
	  position: absolute;
	  left: 50%;
	  top: 100%;
	  transform: translateX(-50%);
	  width: 2px;
	  /* height: calc(100% + 16px); */
	  /* gap + отступы */
	  background-image: repeating-linear-gradient(to bottom,
		  #333,
		  #333 2px,
		  transparent 2px,
		  transparent 6px);
	  z-index: 1;
	}
  
	.timeline-item:last-child .year-container::after {
	  display: none !important;
	}
  
	.year-circle {
	  width: 75px;
	  height: 75px;
	  border-radius: 50%;
	  background: rgba(36, 170, 243, 1);
	  color: white;
  
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-weight: bold;
	  font-size: 18px;
	  z-index: 2;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 14px 13px;
	  gap: 10px;
	}
  
	.connector {
	  width: 2px;
	  background-image: repeating-linear-gradient(to bottom,
		  #333,
		  #333 2px,
		  transparent 2px,
		  transparent 6px);
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  top: 25px;
	  /* Центр кружка (50px / 2) */
	  z-index: 1;
	}
  
  
  
	.name {
	  /* Section → Heading 1 → Наркологическая клиника в */
  
	  width: 566px;
	  height: 46px;
  
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 500;
	  font-size: 18px;
	  line-height: 130%;
	  /* or 23px */
  
	  color: #153253;
  
  
  
	  align-self: stretch;
  
  
	}
  
  
	.description {
  
	  /* Section → Heading 1 → Наркологическая клиника в */
  
	  width: 566px;
	  height: 21px;
  
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 130%;
	  /* identical to box height, or 21px */
  
	  color: rgba(21, 50, 83, 0.8);
  
  
	  /* Inside auto layout */
  
  
	  align-self: stretch;
  
  
	}
  
	@media screen and (max-width: 767px) {
  
	  .name,
	  .description {
		width: auto;
		font-size: 14px;
		font-weight: 18px;
	  }
	}
  
	/* Липкая навигация */
	.anchor-nav {
	  position: sticky;
	  top: 60px;
	  border-radius: 20px;
	  /* высота шапки — подстрой под свою */
	  background: rgba(36, 170, 243, 0.05);
	  padding: 0.5rem 1rem;
	  z-index: 4;
	  overflow-x: auto;
	  white-space: nowrap;
	  scrollbar-width: none;
	  /* Firefox */
	}
  
	.anchor-nav::-webkit-scrollbar {
	  display: none;
	  /* Скрываем скроллбар в WebKit */
	}
  
	.anchor-nav ul {
  
	  display: flex;
	  justify-content: space-between;
	  gap: 1rem;
	  padding: 0;
	  margin: 0;
	}
  
  
	.anchor-nav a {
	  text-decoration: none;
	  color: #333;
	  padding: 0.5rem 1.75rem;
	  border-radius: 4px;
	  transition: background 0.2s, color 0.2s;
	}
  
	.anchor-nav a.active {
	  background: #007bff;
	  color: white;
	}
  
  
	/* Desktop: sidebar справа, остальное слева */
	.profile-container {
	  display: grid;
	  grid-template-columns: 1fr 335px;
	  gap: 32px;
	  max-width: 1200px;
	  margin: 0 auto;
  
	}
  
	.profile-info .text {
	  margin-top: 33px;
	}
  
	@media (min-width: 768px) {
	  .profile-info .text {
		margin-top: 35px;
	  }
  
	  .doctor-info .flex-column {
		margin-right: 80px;
	  }
	}
  
	@media (max-width: 768px) {
	  .profile-header {
		grid-row: 1;
	  }
  
	  aside.right-sidebar {
		grid-row: 2;
	  }
	}
  
	@media (max-width: 768px) {
  
	  .profile-header,
	  .profile-info,
	  .profile-buttons,
	  .anchor-nav,
	  .education,
	  .specialization {
		width: 100vw;
	  }
  
	  .specialization {
		width: 96vw;
	  }
  
	  .doctor-info .flex-column {
		margin-right: 0px;
	  }
	}
  
	/* Все "основные" блоки — в левую колонку */
	.profile-header,
	.profile-info,
	.profile-buttons,
	.anchor-nav,
	.education,
	.specialization {
	  grid-column: 1;
	}
  
	.doctor-buttons {
	  gap: 10px;
	}
  
	/* Sidebar — в правую колонку и растягивается по всей высоте */
	.right-sidebar {
	  grid-column: 2;
	  grid-row: 1 / span 10;
	  /* занимает много строк */
	  align-self: start;
	}
  
	/* Mobile: всё в один столбец, но в нужном порядке */
	.articles-container {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
	  /* отступы между элементами */
	}
  
  
	.specialization-container {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
	  /* отступы между элементами */
	}
  
	.service-info {
	  width: 100%;
	  display: flex;
	  flex-direction: column;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-list-nn p {
	  width: fit-content;
	}
  
	.s-faq.s-faq-price-narco .s-faq-price-narco-list-nn p.name {
	  font-size: 18px;
	  line-height: 24px;
	  width: 327px;
	}
  
	@media (max-width: 950px) {
	  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn button {
		float: none;
	  }
  
	  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn {
		align-items: flex-start;
	  }
	  
	  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn .popup-btn {
		 text-align: unset;
	   }
  
	  .s-faq.s-faq-price-narco .s-faq-price-narco-list-nn p.name {
		font-size: 16px;
		line-height: 20px;
		width: 260px;
	  }
	}
  
	@media (min-width: 1024px) {
	  .service-info {
		flex-direction: row;
  
	  }
	}
  
	.doctor-info {
	  display: flex !important;
	  flex-direction: row !important;
	  justify-content: space-between;
	}
  
	/* .doctor-info .flex-column {
		margin-right: 80px;
	} */
  
	@media (max-width: 760px) {
  
	  .articles-container {
		grid-template-columns: 1fr;
	  }
  
	  .specialization-container {
		grid-template-columns: 1fr;
	  }
  
	  .profile-container {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 20px;
	  }
  
	  /* Все блоки — в одну колонку */
	  .profile-header,
	  .profile-info,
	  .profile-buttons,
	  .anchor-nav,
	  .education,
	  .right-sidebar,
	  .specialization {
		grid-column: 1;
	  }
  
	  /* Порядок через grid-row или просто по разметке */
	  /* Проще: просто оставить порядок в HTML как нужно на мобилке */
	  .anchor-nav ul {
		flex-wrap: nowrap;
	  }
  
	  .timeline {
		padding-left: 60px;
	  }
  
	  .year-container {
		left: -40px;
	  }
  
	  .year-circle {
		/* Frame 12822 */
  
		/* Auto layout */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 14px 13px;
		gap: 10px;
  
		width: 50px;
		height: 50px;
  
		background: #24AAF3;
		border-radius: 50px;
  
  
  
	  }
  
	  .description {
		font-size: 14px;
		padding: 10px 12px;
	  }
  
	  .doctor-info {
		display: flex !important;
		flex-direction: column !important;
	  }
  
  
	}
  
  
  
  
	.flex-row {
	  display: flex;
  
	  align-items: center;
	  flex-direction: row;
	}
  
	.flex-column {
	  display: flex;
  
	  align-items: center;
	  flex-direction: column;
	}
  
	.doctor-status-text1 {
	  color: #15325399;
	  font: normal 400 16px "Roboto";
	}
  
	.doctor-status-text2 {
	  color: #153253;
  
	  font: normal 400 16px "Roboto";
  
	}
  
	.btn.profile-buttons__btn {
	  width: 190px;
	  height: 48px;
	  padding: 15px 20px;
	  border-radius: 6px;
	  margin-right: 10px;
	}
  
	.profile-buttons .btn.btn-white {
	  border: 1px solid rgba(36, 170, 243, 1);
	}
  
	.profile-buttons a.btn.btn-white {
	  width: 48px;
	  height: 48px;
	  padding: 15px;
	  border-radius: 6px;
	}
  
	.profile-buttons a.btn.btn-white img {
	  width: 24px;
	  height: 24px;
	  object-fit: contain;
	  object-position: -3px -3px;
	}
  
  
	/* Schedule */
	#fakeSchedule {
	  margin-top: 24px;
	}
  
	.schedule-day {
	  margin-bottom: 24px;
	}
  
	.schedule-date {
	  font-weight: bold;
	  margin-bottom: 8px;
	}
  
	.schedule-slots {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
	}
  
	.slot-btn {
	  background: rgba(255, 255, 255, 1);
	  border: 1px solid rgba(221, 221, 221, 1);
	  padding: 8px 12px;
	  border-radius: 6px;
	  cursor: pointer;
	  transition: background 0.2s, font-weight 0.2s;
	}
  
  
	.day-selector-btn {
	  background: rgba(255, 255, 255, 1);
	  border: 2px solid rgba(36, 170, 243, 1);
	  padding: 8px 12px;
	  border-radius: 6px;
	  cursor: pointer;
	  transition: background 0.2s, font-weight 0.2s;
	}
  
	.day-selector-btn:hover {
	  background: #ddd;
	}
  
	.slot-btn:hover {
	  background: #f0f8ff;
	}
  
  
	.specialization {
	  background-color: rgba(36, 170, 243, 0.05);
	  border: 1px solid rgba(36, 170, 243, 0.4);
	  border-radius: 10px;
	  padding: 12px;
	  text-decoration: none;
	  box-sizing: border-box;
  
	  /* Auto layout */
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  padding: 20px;
	  gap: 12px;
	  margin: 8px 0;
  
	  word-break: break-word;
  
  
  
	  /* Специализация 2 */
  
	  /* width: 132px;
	height: 21px; */
  
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 130%;
	  /* identical to box height, or 21px */
  
	  color: #153253 !important;
  
  
  
  
  
	}
  
	.specialization:hover {
	  /* 13 */
  
  
  
	  /* width: 377.5px;
  height: 51px; */
  
	  background: rgba(36, 170, 243, 0.05);
	  border: 2px solid #24AAF3;
	  border-radius: 10px;
  
  
	}
  
	@media (min-width: 768px) {
	  .profile-info:nth-child(3) {
		display: none;
	  }
	}
  
	@media (max-width: 768px) {
	  .profile-info:nth-child(2) {
		display: none;
	  }
	}
  
	.shadow-box {
  
  
	  box-shadow: 0px 0px 20px rgba(36, 170, 243, 0.18);
	  border-radius: 10px;
	  padding: 12px;
	  text-decoration: none;
	  display: block;
	  margin: 8px 0;
	  color: inherit;
	  word-break: break-word;
  
	}
  
  
	.rating-block {
	  align-items: flex-start;
  
	}
  
	.rating-block {
	  gap: 20px;
	}
  
	@media (min-width: 768px) {
	  .rating-block {
		gap: 35px;
	  }
	}
  
	.btn-read-more {
	  background: none;
	  border: none;
	  color: #24aaf3;
	  font-size: 14px;
	  cursor: pointer;
	  margin-top: 8px;
	  padding: 0;
	  text-decoration: underline;
	}
  
	.review-modal-overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.5);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 9999;
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.3s, visibility 0.3s;
	}
  
	.review-modal-overlay.active {
	  opacity: 1;
	  visibility: visible;
	}
  
	.review-modal {
	  background: white;
	  border-radius: 12px;
	  padding: 24px;
	  max-width: 600px;
	  width: 90%;
	  max-height: 80vh;
	  overflow-y: auto;
	  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	  position: relative;
	}
  
	.review-modal-close {
	  position: absolute;
	  top: 12px;
	  right: 12px;
	  background: none;
	  border: none;
	  font-size: 20px;
	  cursor: pointer;
	  color: #999;
	}
  
	.review-modal-header {
	  margin-bottom: 16px;
	}
  
	.review-modal-header .name {
	  font-weight: 700;
	  font-size: 18px;
	  color: #153253;
	}
  
	.review-modal-header .date {
	  color: #666;
	  font-size: 14px;
	}
  
	.review-modal-body {
	  margin: 12px 0;
	  line-height: 1.6;
	}
  
	.review-modal-footer {
	  color: #333;
	  font-weight: 700;
	  font-size: 16px;
	  text-align: right;
	  margin-top: 12px;
	}
  
	.s-license__doc-list1 {
	  width: 300px;
	  overflow: hidden;
	  border-radius: 20px;
	}
  
	@media (min-width: 768px) {
	  .s-license__doc-list1 {
		width: 335px;
	  }
	}
  
	@media (max-width: 768px) {
	  p.rate_text {
		margin: 20px 0;
		display: flex;
		align-items: baseline;
	  }
  
	  .rate_square img.rate_img {
		width: 100px !important;
		height: 20px !important;
	  }
	}
  
	p.rate_text {
	  display: flex;
	  align-items: center;
	}
  
	.rate_square img.rate_img {
	  width: 70px;
	  height: 12px;
	  margin: 3px;
	}
  
	.s-license__doc-list__img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}
  
	.doctor-schedule__wrapper,
	.doctor-contacts {
	  display: grid;
	  gap: 35px;
	  order: 5;
	}
  
	.doctor-schedule__wrapper a {
	  text-decoration: underline;
	  color: #000;
	}
  
	.doctor-schedule__wrapper .flex-row.phone-number {
	  font-weight: 700;
	}
  
	.doctor-schedule__wrapper .flex-row.phone-number a {
	  text-decoration: none;
	}
  
	@media (min-width: 768px) {
	  .doctor-schedule__wrapper {
		margin-top: 35px;
		padding: 20px;
		border: 1px #ddd solid;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		gap: 35px;
	  }
	}
  
	.doctor-schedule {
	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	  background: rgba(36, 170, 243, 0.05);
	  border-radius: 15px;
	  padding: 20px;
	  gap: 20px;
	  max-width: 295px;
	  /* margin: 6px auto; */
	  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
	  color: rgba(21, 50, 83, 0.9);
	}
  
	.doctor-schedule h3 {
	  margin: 0 0 16px;
	  font-weight: 600;
	  font-size: 20px;
	  color: #1a365d;
	  text-align: center;
	}
  
	.schedule-item {
	  display: flex;
	  justify-content: space-between;
	  padding: 10px 0;
	  border-bottom: 1px dashed #cbd5e0;
	}
  
	.schedule-item:last-child {
	  border-bottom: none;
	}
  
	.days {
	  font-weight: 500;
	}
  
	.time {
	  font-weight: 400;
	  color: #4a5568;
	}
  
	#services h4 {
	  font-size: 18px;
	  line-height: 21px;
	  font-weight: 700;
	  font-family: 'Roboto', sans-serif;
	  color: #FFFFFF;
	  text-align: left;
	  white-space: normal;
	  display: flex;
	  flex-wrap: wrap;
	  margin-bottom: 20px;
	}
  
	@media (min-width: 768px) {
	  #services h4 {
		font-size: 19px;
		line-height: 22px;
		white-space: nowrap;
	  }
  
	  ;
	}
  
	@media (min-width: 1024px) {
	  #services h4 {
		font-size: 20px;
		line-height: 24px;
	  }
	}
  
	#services .flex-row.rules a {
	  font-size: 14px;
	  line-height: 24px;
	  font-weight: 500;
	  font-family: 'Roboto', sans-serif;
	  color: #FFFFFF;
	  text-decoration: underline;
	}
  
	@media (min-width: 768px) {
	  #services .flex-row.rules a {
		font-size: 15px;
		line-height: 24px;
	  }
	}
  
	@media (min-width: 1024px) {
	  #services .flex-row.rules a {
		font-size: 16px;
		line-height: 24px;
	  }
	}
  
	#services .flex-row.rules {
	  display: flex;
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  flex-direction: column;
	  align-items: flex-start;
	  width: 100%;
	}
  
	#services .flex-row.rules li {
	  margin: 0;
	  padding: 0;
	}
  
	@media (min-width: 576px) {
	  #services .flex-row.rules {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
	  }
  
	  #services .flex-row.rules li:not(:last-child)::after {
		content: "•";
		margin-left: 15px;
		margin-right: 15px;
		color: #fff;
	  }
	}
  
	#services .rules-container {
	  align-items: flex-center;
	  margin: 20px 0px 0px 0px;
	  text-align: center;
	}
  
  
	/* Центрирование sidebar на мобильных и планшетах */
	@media (max-width: 1023px) {
	  .right-sidebar {
		justify-self: center;
		max-width: 300px;
		width: 100%;
		/* padding: 0 16px; */
		padding: 0 10px;
		box-sizing: border-box;
	  }
  
	  .right-sidebar>* {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	  }
	}
  
	@media (min-width: 1024px) {
	  .right-sidebar {
		padding: 0;
		max-width: 335px;
	  }
  
	}
  
	.global-block {
  
	  display: flex;
	  flex-direction: row;
	}
  
	.global-block img1 {
	  width: 50%;
	  border-radius: 20px;
	}
  
	.metrics-container {
	  display: flex;
	}
  
	.metrics-container .metric-item {
	  display: flex;
	  flex-direction: column;
	}
  
	@media (max-width: 768px) {
	  .global-block {
		flex-direction: column;
	  }
  
	  .global-block img1 {
		width: 100%;
		border-radius: 20px;
	  }
  
	  .metrics-container {
		flex-direction: column;
	  }
  
	  .metrics-container .metric-item {
		flex-direction: row;
		align-items: center;
		gap: 15px;
	  }
	}
  
	/* Стили для модального окна */
	.popup-overlay {
	  display: none;
	  /* Скрыто по умолчанию */
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5);
	  /* Полупрозрачный фон */
	  z-index: 1000;
	  overflow-y: auto;
	}
  
	.popup-content {
	  position: relative;
	  background-color: white;
	  margin: 5% auto;
	  padding: 20px;
	  border-radius: 10px;
	  width: 90%;
	  max-width: 500px;
	  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}
  
	.close-btn {
	  position: absolute;
	  top: 10px;
	  right: 15px;
	  font-size: 24px;
	  font-weight: bold;
	  cursor: pointer;
	  color: #aaa;
	}
  
	.close-btn:hover {
	  color: #000;
	}
  
	#reviewForm {
	  display: flex;
	  flex-direction: column;
	}
  
	#reviewForm input,
	#reviewForm textarea {
	  margin-bottom: 10px;
	  padding: 10px;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 16px;
	}
  
	#reviewForm button {
	  align-self: flex-end;
	  /* Кнопка справа */
	}
  
	.thank-you-message {
	  text-align: center;
	  padding: 20px 0;
	  color: green;
	  font-size: 18px;
	  font-weight: bold;
	}
  
	.textarea {
	  margin-bottom: 10px;
	  padding: 10px;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 16px;
	  resize: none;
	  width: 100%;
	  color: #313131;
	}
  
	.textarea::placeholder {
	  color: #313131;
	}
  
	.reviews__swiper-wrapper {
	  align-items: stretch;
	}
  
	.reviews__slider {
	  position: relative;
	}
  
	.reviews__swiper-wrapper .rewiew-item {
	  height: auto;
	  padding: 0;
	  margin: 0;
	}
  
	.reviews__swiper-wrapper .rewiew-item .wrap {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
  
	/* .reviews__swiper-wrapper .rewiew-item .city {
	  flex-grow: 1;
	  max-height: fit-content;
	  text-align: right;
	} */
  
	.feedback__popup .btn {
	  margin: 0 auto;
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	@media(max-width: 768px) {
	  .s-reviews.inner {
		margin-top: 10px;
	  }
	}
  
	.content-table {
	  padding: 60px 10px;
	}
  
	.content-table__container {
	  padding: 15px;
	  border-radius: 20px;
	  border: 1px solid rgba(216, 234, 243, 1);
	  margin-bottom: 20px;
	}
  
	.content-table__title-row {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  transition: margin 0.5s;
	}
  
	.content-table__container.active .content-table__title-row {
	  margin-bottom: 20px;
	}
  
	.content-table__title {
	  font-family: Roboto;
	  font-weight: 700;
	  font-size: 24px;
	  color: rgba(36, 170, 243, 1);
	  margin-bottom: 0;
	}
  
	.content-table__main-button {
	  width: 44px;
	  height: 44px;
	  background-color: rgba(240, 249, 254, 1);
	  position: relative;
	  border-radius: 10px;
	  transition: background-color 0.5s;
	}
  
	.content-table__main-button::after {
	  content: "";
	  display: block;
	  width: 10px;
	  height: 10px;
	  border-bottom: rgba(36, 170, 243, 1) solid 2px;
	  border-right: rgba(36, 170, 243, 1) solid 2px;
	  rotate: 225deg;
	  position: absolute;
	  top: 19px;
	  left: 17px;
	  transition: rotate 0.5s, top 0.5s;
	}
  
	.content-table__main-button:hover {
	  background-color: rgba(36, 170, 243, 1);
	}
  
	.content-table__main-button:hover::after {
	  border-bottom: rgba(240, 249, 254, 1) solid 2px;
	  border-right: rgba(240, 249, 254, 1) solid 2px;
	}
  
	.content-table__main-button.active::after {
	  top: 15px;
	  rotate: 45deg;
	}
  
	.content-table__inner {
	  list-style: none;
	  padding: 0;
	}
  
	.content-table__inner ul {
	  list-style: none;
	  padding: 0;
	}
  
	.content-table__inner>li {
	  position: relative;
	  padding-left: 28px;
	}
  
	.content-table__inner>li>a {
	  padding: 10px 0;
	  display: block;
	}
  
	.ctable__button {
	  position: absolute;
	  display: inline-block;
	  width: 24px;
	  height: 24px;
	  min-width: 24px;
	  top: 5px;
	  left: 0;
	  cursor: pointer;
	}
  
	.ctable__button::after {
	  content: "";
	  display: block;
	  width: 13px;
	  height: 13px;
	  border-bottom: rgba(21, 50, 83, 0.4) solid 2px;
	  border-right: rgba(21, 50, 83, 0.4) solid 2px;
	  rotate: -45deg;
	  position: absolute;
	  top: 5px;
	  left: 2px;
	  transition: rotate 0.5s, top 0.5s;
	}
  
	.ctable__button:hover::after {
	  border-bottom: rgba(36, 170, 243, 0.4) solid 2px;
	  border-right: rgba(36, 170, 243, 0.4) solid 2px;
	}
  
	.ctable__button.active::after {
	  rotate: 45deg;
	  top: 2px;
	  border-bottom: rgba(36, 170, 243, 0.4) solid 2px;
	  border-right: rgba(36, 170, 243, 0.4) solid 2px;
	}
  
	.content-table__inner li a {
	  font-family: Roboto;
	  color: rgba(21, 50, 83, 0.8);
	  font-size: 14px;
	  line-height: 1.3;
	  font-weight: 700;
	  transition: color 0.5s;
	  display: block;
	}
  
	.content-table__inner li:hover>a {
	  color: rgba(36, 170, 243, 1);
	}
  
	.content-table__inner li.active>a {
	  color: rgba(36, 170, 243, 1);
	}
  
	.content-table__inner ul li a {
	  padding: 5px 0;
	}
  
	.acc-content {
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.5s;
	}
  
	.authors__container {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	  padding: 0;
	}
  
	.authors__card {
	  display: block;
	  padding: 15px;
	  border-radius: 20px;
	  background-color: rgba(36, 170, 243, 0.05);
	}
  
	.author__data-row {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 15px;
	}
  
	.author__info-row {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 20px;
	}
  
	.author__text {
	  color: rgba(21, 50, 83, 0.6);
	  font-family: Roboto;
	  font-size: 14px;
	  line-height: 20px;
	  margin-bottom: 0;
	}
  
	.author__info-row {
	  display: flex;
	  gap: 10px;
	  justify-content: flex-start;
	  margin-bottom: 20px;
	}
  
	.author__photo {
	  aspect-ratio: 1;
	  width: 60px;
	  min-width: 60px;
	  border-radius: 16px;
	  overflow: hidden;
	}
  
	.author__photo img {
	  width: 100%;
	  object-fit: cover;
	}
  
	.author__info {
	  display: flex;
	  flex-direction: column;
	  gap: 4px;
	}
  
	.author__name {
	  margin-bottom: 0;
	  font-family: Roboto;
	  font-weight: 700;
	  font-size: 16px;
	  color: rgba(21, 50, 83, 1);
	  transition: color 0.5s;
	}
  
	.author_service:hover .author__name {
	  color: rgba(36, 170, 243, 1);
	}
  
	.author__des {
	  font-family: Roboto;
	  font-size: 14px;
	  line-height: 1.2;
	  color: rgba(21, 50, 83, 1);
	}
  
	.authors__logo-row {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
  
	.author__prodoctorov {
	  width: 122px;
	  min-width: 122px;
	}
  
	.author__docto {
	  width: 62px;
	  min-width: 62px;
	}
  
	@media(min-width: 1024px) {
	  .content-table__inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 30px;
		row-gap: 10px;
		align-items: start;
	  }
  
	  .content-table__container {
		padding: 30px;
		border-radius: 30px;
		margin-bottom: 30px;
	  }
  
	  .content-table__title {
		font-size: 35px;
	  }
  
	  .content-table__inner li a {
		font-size: 16px;
	  }
  
	  .authors__container {
		flex-direction: row;
		gap: 20px;
	  }
  
	  .author_service {
		width: 100%;
		position: relative;
		padding: 25px;
		border-radius: 30px;
	  }
  
	  .author__data-row {
		margin-bottom: 22px;
	  }
  
	  .author__text {
		font-size: 16px;
	  }
  
	  .author__photo {
		width: 125px;
		min-width: 125px;
	  }
  
	  .author__info {
		gap: 10px;
	  }
  
	  .author__name {
		font-size: 18px;
	  }
  
	  .author__des {
		font-size: 16px;
	  }
  
	  .author__info-row {
		margin-bottom: 0;
	  }
  
	  .authors__logo-row {
		position: absolute;
		width: calc(100% - 180px);
		left: 160px;
		bottom: 25px;
	  }
	}
  
	/* модалка "оствить отзыв" */
	
	.popup.popup-responсe {
	z-index: 100000;
  }
  
  .leaveFeedback__popup .modal__title>span {
	color: #24AAF3;
  }
  
  .leaveFeedback__popup .modal__title {
	margin-bottom: 15px;
  }
  
  .leaveFeedback__popup .modal .input {
	margin: 0;
	border-color: #D8EAF3;
	box-shadow: none;
	color: #313131;
  }
  .leaveFeedback__popup .modal input {
	color: #313131;
  }
  .leaveFeedback__popup .modal .input::placeholder,
  .leaveFeedback__popup .textarea::placeholder {
	color: #313131;
  }
  
  .leaveFeedback__popup .modal .field {
	margin: 0;
  }
  
  .leaveFeedback__popup .form {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .leaveFeedback__popup .textarea {
	border-radius: 6px;
	border-color: #D8EAF3;
	margin-bottom: 0;
	color: #313131;
	padding: 12px 16px;
  }
  
  .leaveFeedback__popup .modal__subtitle {
	text-align: center;
  }
  
  .leaveFeedback__popup .modal {
	max-width: 488px;
	padding: 40px;
  }
  
  .leaveFeedback__popup .rating-field {
	display: flex;
	align-items: center;
	justify-content: space-between ;
	padding: 15px;
	background: #fff;
	border: 1px solid #D8EAF3;
	border-radius: 8px;
	margin-bottom: 15px;
	flex-wrap: nowrap ;
	position: relative;
	width: 100%;
	box-sizing: border-box;
  }
  
  .leaveFeedback__popup .rating-label {
	margin: 0 ;
	padding: 0 ;
	font-size: 16px ;
	color: #313131 ;
	white-space: nowrap ;
	flex-shrink: 0 ;
	position: relative ;
	z-index: 1 ;
  }
  
  .leaveFeedback__popup .rating-stars {
	display: flex;
	flex-direction: row ;
	align-items: center;
	justify-content: flex-end ;
	flex-shrink: 0 ;
	position: relative ;
	z-index: 1 ;
	margin-right: 6px;
  }
  
  
  .leaveFeedback__popup .rating-stars input[type="radio"] {
	display: none ;
	position: absolute ;
	opacity: 0 ;
	pointer-events: none ;
  }
  
  
  .leaveFeedback__popup .rating-stars .star {
	cursor: pointer;
	line-height: 1;
	user-select: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 ;
	padding: 0;
  }
  
  .leaveFeedback__popup .rating-stars .star svg {
	display: block ;
	transition: all 0.2s ease ;
  }
  
  .leaveFeedback__popup .rating-stars .star svg path {
	transition: all 0.2s ease ;
  }
  
  
  .leaveFeedback__popup select.input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 40px;
	outline: none;
  }
  
  .leaveFeedback__popup select.input option {
	padding: 10px;
	border-radius: 6px;
  }
  .s-reviews.inner .container{
	justify-content: center;
  }
  .consultation {
	padding: 5px;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .consultation__text {
	margin: 0;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
  }
  
  @media (max-width: 575px) {
	.consultation__text {
		font-size: 12px;
	}
  }
  
  .s-steps-list__item .item__right .title {
	color: #153253;
	transition: color 0.3s ease-in-out;
  }
  
  .s-steps-list__item .item__right .title:hover {
	  color: rgb(36, 170, 243);
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .item .name,
  .s-license.s-license-narco3 .s-license__doc-list .item .name {
	  transition: color 0.3s ease-in-out;
  }
  
  .s-license.s-license-narco3 .s-license__carousel888 .item:hover .name {
	  color: rgb(36, 170, 243);
  }
  
  .s-license.s-license-narco3 .s-license__doc-list .item:hover .name {
	  color: rgb(36, 170, 243);
  }
  
  .s-index-menu.s-index-footmenu2 .s-index-menu-list__item :hover .title {
	  color: rgb(36, 170, 243);
  }
  
  
  
  @media(max-width:991px) {
	.header__mobile-btn {
		width: auto;
	}
  }
  
  .header .row {
	  flex-wrap: nowrap;
  }
  
  .modal__subtitle {
	  margin-top: 10px;
	  text-align: center;
  }
  
	  .bottom-info__wrapper.active {
		  opacity: 1;
	  }
  
	  .bottom-info__wrapper {
		  position: fixed;
		  inset: auto 0 0 0;
		  z-index: 500;
		  color: #fff;
		  font: inherit;
		  background-color: rgba(0, 0, 0, .73);
		  opacity: 0;
		  transition: opacity 300ms;
		  height: auto;
	  }
  
	  .bottom-info__wrapper .bottom-info {
		  display: flex;
		  justify-content: space-between;
		  align-items: center;
		  margin: 10px 15px 10px 10px;
	  }
  
	  .bottom-info__wrapper .bottom-info__content {
		  margin: 0 10px 0 0;
	  }
  
	  .bottom-info__wrapper .bottom-info__action {
		  display: flex;
	  }
  
	  .bottom-info__content p {
		  font-size: 14px;
		  margin-top: 0;
		  margin-bottom: 1rem;
		  margin-block-start: 0;
		  margin-block-end: 0;
	  }
	 
	  .bottom-info__wrapper .bottom-info__action {
		  display: flex;
	  }
  
	  .bottom-info__wrapper .bottom-info__button-agree {
		  font-size: .9em;
		  line-height: 2;
		  font-weight: 500;
		  color: #000;
		  border-radius: 5px;
		  padding: 0px 15px;
		  font-size: 14px;
		  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;
	  }
  
	  .bottom-info__button-cross::after {
		  content: "\00D7";
		  color: #999;
		  line-height: 1;
		  transition: color 300ms;
	  }
  
	  .bottom-info__content a:hover {
		  color: #296de7;
	  }
  
	  .bottom-info__content a {
		  color: #52c5ff;
		  text-decoration: underline;
		  transition: color 300ms;
		  font-size: 15px;
	  }
	  @media (max-width: 768px){
	  .bottom-info__button-cross {
		  display:none !important;
	  }
	  .bottom-info__wrapper .bottom-info {
		  flex-direction: column;
		  margin: 10px;
		  gap: 10px;
	  }
	  .bottom-info__wrapper .bottom-info__content {
		  margin: 0px;
	  }
	   .bottom-info__content p{
		  font-size: 11px;
		}
		.bottom-info__content p a{
		  font-size: 11px;
		}
		.sb_mobile{
			margin-left: 250px;
			margin-bottom: -50px;  
		}
		#specialButton{
			z-index: 2000;
		}
		.bottom-info__wrapper .bottom-info__button-agree {
			font-size: 12px;
		}
	  }
	  
	.literature {
	  margin-block: 28px;
	}
  
	.literature__wrapper {
	  padding: 40px;
	  background-color: #F4FBFE;
	  border-radius: 20px;
	}
  
	.literature__title {
	  font-weight: 700;
	  font-size: 24px;
	  line-height: 1.1;
	  margin-block-end: 24px;
	}
  
	.literature__content ul,
	.literature__content ol {
	  counter-reset: literature 0;
	  margin: 0;
	  padding: 0;
	}
  
	.literature__content ul li,
	.literature__content ol li {
	  list-style: none;
	  position: relative;
	  counter-increment: literature 1;
	  font-size: 16px;
	  line-height: 1.2;
	  padding-inline-start: 40px;
	}
  
	.literature__content ul li::before,
	.literature__content ol li::before {
	  content: counter(literature);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 28px;
	  height: 28px;
	  border-radius: 10px;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 600;
	  line-height: 1;
	  background-color: #54BBF3;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
  
	.literature__content ul li:not(:last-child),
	.literature__content ol li:not(:last-child) {
	  margin-block-end: 15px;
	}
  
	@media screen and (width<=900px) {
	  .literature {
		margin-block: 20px;
	  }
  
	  .literature__wrapper {
		padding: 30px 16px;
	  }
  
	  .literature__title {
		font-size: 20px;
		margin-block-end: 20px;
	  }
  
	  .literature__content ul li::before,
	  .literature__content ol li::before {
		font-size: 12px;
	  }
  
	  .literature__content ul li,
	  .literature__content ol li {
		font-size: 14px;
	  }
	}

	.review-body {
		font-size: 15px;
	}
	.review__bottom {
		display: flex;
		justify-content: space-between;
		gap: 10px;
		align-items: center;
		flex-wrap: wrap;
		margin: 1.4rem 0 1rem 0;
	}

	.review__bottom .city p {
		margin-bottom: 0;
	}

	.review__bottom .city {
		margin-left: auto;
	}

	.review__stars {
		color: #FFDF00;
		font-size: 24px;
	}
    
    
.header__max {
    display: flex;
    background-image: url('/assets/images/max-icons/max-blue-mini.png');
    background-size: contain;
    height: 48px;
    width: 48px;
    border: 1px solid #3cb3f3;
    border-radius: 50%;
}

@media screen and (width<=900px) {
    .header__max {
        border: 0px solid #3cb3f3;
    }
}

button.header__social-link {
    border-radius: 50%;
    padding: 0;
    border: 1px solid #007bff;
    background-color: white;
    margin-right: 2px;
}   

@media screen and (width<=900px) {
    button.header__social-link {
        border: 0px solid #007bff;
    }
}

.trust-section {
    padding: 60px 20px;
    background-color: #ffffff;
    color: #1a2b4b;
}

.trust-section__container {
    max-width: 1200px;
    margin: 0 auto;
}

.trust-section__header {
    text-align: center;
    margin-bottom: 40px;
}

.trust-section__title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 16px;
    color: #0c1e3a;
}

.trust-section__subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

.trust-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.trust-card {
    background-color: #f4f9ff;
    border-radius: 20px;
    padding: 40px;
}

.trust-card__summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.trust-card__badge-icon {
    width: 48px;
    height: 92px;
}

.trust-card__rating-main {
    text-align: center;
}

.trust-card__score {
    display: block;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: #0c1e3a;
}

.trust-card__label {
    font-size: 12px;
    color: #64748b;
    text-transform: lowercase;
}

.trust-card__platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.trust-card__platform {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.trust-card__platform:hover {
    transform: translateY(-2px);
}

.trust-card__platform-name {
    font-size: 14px;
    font-weight: 600;
    color: #0c1e3a;
}

.trust-card__platform-val {
    font-size: 14px;
    font-weight: 700;
    color: #0c1e3a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.trust-card__star {
    color: #f59e0b;
    font-size: 16px;
}

.trust-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.trust-card__stat-item {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.trust-card__stat-label {
    font-size: 11px;
    color: #94a3b8;
}

.trust-card__stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #24aaf3;
}

.trust-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #0c1e3a;
}

.progress-item {
    margin-bottom: 24px;
}

.progress-item:last-child {
    margin-bottom: 0;
}

.progress-item__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.progress-item__label {
    font-size: 14px;
    color: #475569;
}

.progress-item__pct {
    font-size: 14px;
    font-weight: 600;
    color: #0c1e3a;
}

.progress-item__bar {
    height: 8px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.progress-item__fill {
    height: 100%;
    background-color: #24AAF3;
    width: 0%;
    border-radius: 10px;
    transition: width 1s ease-out;
}

@media (max-width: 991px) {
    .trust-section__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .trust-section {
        padding: 40px 15px;
    }
    .trust-section__title {
        font-size: 26px;
    }
    .trust-card {
        padding: 24px 16px;
    }
    .trust-card__platforms {
        grid-template-columns: 1fr;
    }
    .trust-card__stats {
        grid-template-columns: 1fr;
    }
    .trust-card__score {
        font-size: 48px;
    }
}