html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

svg {
  display: block;
}

input,
button,
textarea,
select {
  border: none;
  font: inherit;
}

button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}

.btn {
  font-weight: 600;
  padding: 20px 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8ecfe7;
  color: #fff;
  font-size: 22px;
}
.btn:hover {
  background-color: #fff;
  color: #8ecfe7;
  outline: 1px solid #8ecfe7;
}
.btn:focus {
  background-color: #fff;
  color: #8ecfe7;
  outline: 3px solid #8ecfe7;
  border-radius: 6px;
}
.btn:active {
  background-color: #8ecfe7;
  opacity: 0.5;
  color: #fff;
}

@-webkit-keyframes heroArrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes heroArrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  background-color: #fff;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

.section {
  padding: 72px 0;
}

.anchor,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #242121;
  -webkit-transition: color 0.5s, opacity 0.5s, -webkit-box-shadow 0.3s;
  transition: color 0.5s, opacity 0.5s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.5s, opacity 0.5s, box-shadow 0.3s;
  transition: color 0.5s, opacity 0.5s, box-shadow 0.3s;
  transition: color 0.5s, opacity 0.5s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

a {
  color: #fff;
}
a:hover {
  opacity: 0.7;
}
a:active {
  color: #1c2b2e;
}
a:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #8ecfe7;
          box-shadow: 0px 0px 0px 3px #8ecfe7;
  border-radius: 3px;
}

button,
a,
img,
svg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1c2b2e;
}

.go-top {
  display: none;
}

.go-top.fixed {
  background-image: url("../images/icons/go-top.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15%;
  left: 5%;
  display: block;
}

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

@keyframes rotateReverse {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.phone-call {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 15%;
  right: 5%;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1175em;
  word-spacing: 0.3em;
  border-radius: 50%;
  -webkit-transition: outline-offset 0.5s;
  -o-transition: outline-offset 0.5s;
  transition: outline-offset 0.5s;
}
.phone-call__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #8ecfe7;
  stroke: #8ecfe7;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.phone-call__arrow {
  stroke-width: 0.075em;
}
.phone-call__text {
  -webkit-animation: rotateReverse normal infinite 20s linear;
          animation: rotateReverse normal infinite 20s linear;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.phone-call:hover .phone-call__text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.phone-call:focus {
  outline: 1px solid #8ecfe7;
  outline-offset: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.phone-call .phone-call__arrow {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
  transition: -webkit-transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
  -o-transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0), -webkit-transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}

.cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.7;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  position: relative;
}
.cite::before {
  content: "";
  position: absolute;
  min-width: 100%;
  min-height: 60px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cite:hover {
  color: #8ecfe7;
}

.lang {
  position: absolute;
  right: 30px;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lang__link {
  position: relative;
  padding: 5px 2px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.lang__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lang__link:hover {
  border-color: #8ecfe7;
  opacity: 1;
}
.lang__link:active {
  border-color: #1c2b2e;
  color: #1c2b2e;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

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

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

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  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;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

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

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-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-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-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;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

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

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

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  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: 212px;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

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

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}
.hero__content {
  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;
  height: calc(100vh - 83px);
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 100px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.hero__overtitle {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}
.hero__subtitle {
  font-weight: 300;
  font-size: 20px;
}
.hero__subtitle--en {
  max-width: 800px;
  width: 100%;
}
.hero__link {
  position: absolute;
  bottom: 5%;
  margin-top: auto;
  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;
  fill: #fff;
  width: 60px;
  height: 90px;
  z-index: 0;
  -webkit-animation: 1s ease-out infinite heroArrow;
          animation: 1s ease-out infinite heroArrow;
}
.hero__link:hover {
  -webkit-animation: none;
          animation: none;
  fill: #8ecfe7;
}
.hero__link:active {
  opacity: 0.3;
}
.hero__link:focus {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  fill: #0D302C;
}
.hero.fixed {
  height: calc(100vh - 315px);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 1;
}
.menu::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: -1;
}
.menu__cite {
  display: none;
}
.menu__btn {
  display: none;
  width: 44px;
  height: 44px;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.menu__item:not(:last-child) {
  margin-right: 40px;
}
.menu__link {
  position: relative;
  padding: 5px 2px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.menu__link::before {
  content: "";
  display: block;
  width: 130%;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu__link:hover {
  border-color: #8ecfe7;
  opacity: 1;
}
.menu__link:active {
  border-color: #1c2b2e;
  color: #1c2b2e;
}
.menu.fixed {
  max-width: 1220px;
  padding: 26px 10px;
  margin: 0 auto;
}
.menu.fixed::after {
  background-color: rgb(49, 181, 204);
}
.menu.fixed .menu__cite {
  display: block;
  padding-left: 15px;
  margin-right: auto;
}
.menu.fixed .lang {
  right: 56%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.about {
  background-color: #efefef;
}
.about__video-link {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 400px;
  border-radius: 15px;
}
.about__video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.about__video-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/youtube.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 170px;
  height: 50px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.about__video-link:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  opacity: 1;
}
.about__video-link:active {
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
}
.about__video-link:focus {
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
}

.methods__title {
  margin-bottom: 40px;
}
.methods__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.methods__box-item {
  min-height: 300px;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.methods__box-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  z-index: -1;
}
.methods__box-item::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
  -webkit-transition: -webkit-transform 1.2s linear;
  transition: -webkit-transform 1.2s linear;
  -o-transition: transform 1.2s linear;
  transition: transform 1.2s linear;
  transition: transform 1.2s linear, -webkit-transform 1.2s linear;
}
.methods__box-item:hover .methods__item {
  color: #8ecfe7;
  opacity: 1;
}
.methods__box-item:hover .methods__arrow {
  stroke: #8ecfe7;
}
.methods__box-item:hover::after {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.methods--one::after {
  background-image: url("../images/descr/neuro.webp");
}
.methods--two::after {
  background-image: url("../images/descr/needle.webp");
}
.methods--three::after {
  background-image: url("../images/descr/nevro.webp");
}
.methods--four::after {
  background-image: url("../images/descr/operation-back.webp");
}
.methods--five::after {
  background-image: url("../images/descr/operation-main.webp");
}
.methods--six::after {
  background-image: url("../images/descr/operation-bottom.webp");
}
.methods__arrow {
  stroke: #fff;
}
.methods__item-link {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}
.methods__item-link:active {
  color: #fff;
  opacity: 0.7;
}
.methods__item-link:active .methods__arrow {
  stroke: #fff;
  opacity: 0.7;
}
.methods__item-link:focus::before {
  outline: 6px solid #8ecfe7;
  border-radius: 15px;
}
.methods__item-top {
  position: relative;
}
.methods__item-title {
  max-width: 250px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
}
.methods__arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.methods__text {
  max-width: 280px;
}

.blog {
  padding: 0;
}
.blog__container {
  max-width: 100vw;
}
.blog__wrapper {
  height: 100%;
  position: relative;
}
.blog__item {
  position: relative;
}
.blog__img {
  width: 100vw;
  height: 100%;
}
.blog .slick-icon {
  fill: #505050;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog .slick-arrow {
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #efefef;
  opacity: 0.7;
  border-radius: 6px;
  z-index: 1;
}

.slick-prev {
  left: 5%;
  top: 50%;
}
.slick-prev:hover svg {
  -webkit-animation: 1s ease-out infinite arrowLeft;
          animation: 1s ease-out infinite arrowLeft;
}
@-webkit-keyframes arrowLeft {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes arrowLeft {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slick-next {
  right: 5%;
}
.slick-next:hover svg {
  -webkit-animation: 1s ease-out infinite arrowRight;
          animation: 1s ease-out infinite arrowRight;
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.slick-dots li {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slick-dots li:hover {
  background-color: #fff;
}
.slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 60px;
  display: block;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:not(:last-child) {
  margin-right: 25px;
}

.slick-active {
  background-color: #fff;
}

.expertise {
  background-color: #efefef;
  color: #1c2b2e;
}
.expertise__title {
  margin-bottom: 20px;
}
.expertise__subtitle {
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
}
.expertise__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.expertise__item {
  max-width: 600px;
  padding-right: 150px;
  position: relative;
}
.expertise__item::before {
  content: "";
  position: absolute;
  top: 17%;
  right: 3.8%;
  -webkit-transform: translate(3.8%, -17%);
      -ms-transform: translate(3.8%, -17%);
          transform: translate(3.8%, -17%);
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.expertise__item-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.expertise__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  padding: 40px;
  background-color: rgb(223, 223, 223);
  display: block;
}
.expertise__item-text {
  min-width: 406px;
}
.expertise__item--star::before {
  content: "";
  background-image: url("../images/icons/star.svg");
}
.expertise__item--dialogue::before {
  content: "";
  background-image: url("../images/icons/dialogue.svg");
}
.expertise__item--money::before {
  content: "";
  background-image: url("../images/icons/money.svg");
}
.expertise__item--user::before {
  content: "";
  background-image: url("../images/icons/user.svg");
}

.nucleo-indications {
  color: #1c2b2e;
}
.nucleo-indications__title {
  margin-bottom: 20px;
}
@-webkit-keyframes superFlash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  5%, 25%, 45%, 65%, 85% {
    opacity: 0;
  }
}
@keyframes superFlash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  5%, 25%, 45%, 65%, 85% {
    opacity: 0;
  }
}
.nucleo-indications__subtitle {
  opacity: 0.5;
  text-align: center;
  min-width: 100%;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 60px;
  -webkit-animation-name: superFlash;
          animation-name: superFlash;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.nucleo-indications__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nucleo-indications__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: 345px;
}
.nucleo-indications__item-img {
  height: 100%;
}
@media (min-width: 380px) {
  .nucleo-indications__item-img {
    max-width: 380px;
  }
}
.nucleo-indications__item-text--question {
  opacity: 0.5;
  font-weight: 300;
  font-style: italic;
}
.nucleo-indications__box {
  max-width: 380px;
}
.nucleo-indications__item {
  margin-bottom: 40px;
}

.nucleo-info {
  background-color: #efefef;
  color: #1c2b2e;
  min-height: 100vh;
  position: relative;
}
.nucleo-info::before {
  content: "";
  background-image: url("../images/indications/info.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55%;
  min-height: 100vh;
}
.nucleo-info__text--bold {
  font-weight: 700;
}
.nucleo-info__text, .nucleo-info__text-definition {
  line-height: 1.6;
  max-width: 400px;
}

.nucleo-benefits {
  color: #1c2b2e;
}
.nucleo-benefits__title {
  margin-bottom: 40px;
}
.nucleo-benefits__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 30px;
}
.nucleo-benefits__item {
  position: relative;
  padding-left: 60px;
}
.nucleo-benefits__item::before {
  content: "";
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.nucleo-benefits__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  min-width: 410px;
}
.nucleo-benefits__item-text {
  max-width: 425px;
}

.nucleo-procedure {
  padding: 70px 0;
  color: #1c2b2e;
  background-color: #efefef;
}
.nucleo-procedure__wrapper {
  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;
  margin-bottom: 5px;
}
.nucleo-procedure__inner {
  max-width: 455px;
  text-align: left;
}
.nucleo-procedure__title {
  margin-bottom: 20px;
}
.nucleo-procedure__descr {
  font-weight: 700;
  text-align: right;
}

.registration {
  padding: 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  z-index: 0;
}
.registration::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  z-index: -1;
}
.registration__title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}
.registration__title--en {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.registration__text {
  font-size: 25px;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 80px;
}
.registration__text--en {
  font-size: 18px;
}
.registration__link {
  background-color: #1f5bff;
  padding: 20px 60px;
  border-radius: 100px;
  font-weight: 700;
  position: relative;
}
.registration__link::before {
  content: "";
  background-image: url("../images/icons/arrow-bend.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: -30%;
  width: 50px;
  height: 105px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(-60deg);
      -ms-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}
.registration__link:focus {
  border-radius: 100px;
}

.nucleo-reabillitation {
  color: #1c2b2e;
}
.nucleo-reabillitation__title {
  font-size: 40px;
  margin-bottom: 40px;
}
.nucleo-reabillitation__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
}
.nucleo-reabillitation__item {
  position: relative;
  padding-left: 60px;
  max-width: 360px;
}
.nucleo-reabillitation__item::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.nucleo-reabillitation__item--one::before {
  content: "";
  background-image: url("../images/icons/1.svg");
}
.nucleo-reabillitation__item--two::before {
  content: "";
  background-image: url("../images/icons/2.svg");
}
.nucleo-reabillitation__item--three::before {
  content: "";
  background-image: url("../images/icons/3.svg");
}
.nucleo-reabillitation__item--four::before {
  content: "";
  background-image: url("../images/icons/4.svg");
}
.nucleo-reabillitation__item--five::before {
  content: "";
  background-image: url("../images/icons/5.svg");
}
.nucleo-reabillitation__item--six::before {
  content: "";
  background-image: url("../images/icons/6.svg");
}
.nucleo-reabillitation__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.descr {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.descr__title {
  color: #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.descr__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #8ecfe7;
  width: 200px;
  height: 1px;
}
.descr__text {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}
.descr__text:last-of-type {
  margin-bottom: 40px;
}
.descr__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  height: 20vh;
}
.descr__img {
  border-radius: 6px;
  min-width: 100%;
  height: 200px;
}

.reviews {
  padding: 70px 0;
  color: #1c2b2e;
  background-color: #efefef;
}
.reviews__title {
  margin-bottom: 40px;
}
.reviews__wrapper {
  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;
}
.reviews__info {
  max-width: 460px;
}
.reviews__info-item:not(:last-child) {
  margin-bottom: 20px;
}
.reviews__info-text:first-child {
  margin-bottom: 5px;
}
.reviews__noname {
  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: 0 auto;
}

.contact {
  color: #1c2b2e;
}
.contact__wrapper {
  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;
}
.contact__info-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}
.contact__info-list {
  margin-bottom: 40px;
}
.contact__info-item:not(:last-child) {
  margin-bottom: 5px;
}
.contact__info-tel {
  color: #1c2b2e;
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
  display: block;
  letter-spacing: 0.05em;
}
.contact__info-tel:hover {
  color: #8ecfe7;
  opacity: 1;
}
.contact__info-tel::before {
  content: "";
  background-image: url("../images/icons/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.contact__info-tel::after {
  content: "";
  position: absolute;
  min-width: 130%;
  min-height: 60px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__info-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__info-social-item:not(:last-child) {
  margin-right: 15px;
}
.contact__info-social-icon {
  fill: #000;
}
.contact__info-social-link {
  position: relative;
}
.contact__info-social-link::before {
  content: "";
  position: absolute;
  min-width: 130%;
  min-height: 60px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__info-social-link:hover .contact__info-social-icon {
  fill: #8ecfe7;
}
.contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
  position: relative;
}
.contact__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 3px;
  background-color: #8ecfe7;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer {
  padding: 20px 0;
  background-color: #000;
}

@media (max-width: 1200px) {
  .about__video-link {
    height: 60vh;
  }
  .expertise__list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .expertise__item::before {
    top: 20%;
  }
  .expertise__item-title {
    font-size: 25px;
    max-width: 400px;
  }
  .expertise__item-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
  .expertise__item-text {
    max-width: 400px;
  }
  .expertise__subtitle {
    margin-bottom: 40px;
  }
  .nucleo-info {
    min-height: 0;
  }
  .nucleo-info::before {
    display: none;
  }
  .nucleo-info__list {
    max-width: 80%;
    margin: 0 auto;
  }
  .nucleo-info__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .nucleo-info__text, .nucleo-info__text-definition {
    max-width: 100%;
  }
  .nucleo-info__text {
    margin-top: 10px;
  }
  .nucleo-info__text--bold {
    margin-bottom: 20px;
  }
  .nucleo-benefits__list {
    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;
  }
  .nucleo-procedure__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .nucleo-procedure__inner {
    max-width: 90%;
    text-align: center;
  }
  .nucleo-procedure__text {
    margin-bottom: 30px;
  }
  .nucleo-procedure__descr {
    text-align: center;
  }
  .nucleo-reabillitation__list {
    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;
  }
  .reviews__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
  }
  .reviews__info {
    max-width: 60%;
    margin-bottom: 40px;
  }
  .reviews__info-item {
    max-width: none;
  }
}
@media (max-width: 992px) {
  section,
.nucleo-procedure,
.reviews {
    padding: 50px 0;
  }
  .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .lang {
    bottom: unset;
  }
  .menu.active .menu__list {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .menu.fixed .lang {
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu__btn {
    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;
    position: absolute;
    right: 150px;
    z-index: 2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .menu__btn:active {
    opacity: 0.3;
  }
  .menu__btn:focus {
    outline: 1px solid #8ecfe7;
    border-radius: 3px;
  }
  .menu__btn.active .menu__line {
    background-color: transparent;
  }
  .menu__btn.active .menu__line::before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 1px;
    width: 30px;
  }
  .menu__btn.active .menu__line::after {
    background-color: #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 1px;
    width: 30px;
  }
  .menu__line {
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #fff;
  }
  .menu__line::before {
    content: "";
    display: block;
    position: relative;
    top: 8px;
    width: 32px;
    height: 2px;
    background-color: inherit;
  }
  .menu__line::after {
    content: "";
    display: block;
    position: relative;
    bottom: 10px;
    width: 32px;
    height: 2px;
    background-color: inherit;
  }
  .menu__list {
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    text-align: center;
    padding: 90px 0 15px;
    background-color: #2d3335;
    color: #fff;
    -webkit-transform: translateY(-130%);
        -ms-transform: translateY(-130%);
            transform: translateY(-130%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100vh;
  }
  .menu__item {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu__item:hover {
    background-color: #8ecfe7;
  }
  .menu__item:active {
    opacity: 0.3;
  }
  .menu__item:focus {
    border: 1px solid #00B2A0;
    border-radius: 15px;
  }
  .menu__item:not(:last-child) {
    margin-right: 0;
  }
  .menu__link {
    display: block;
    padding: 15px 0;
  }
  .hero__title {
    font-size: 70px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .about__video-link {
    height: 50vh;
  }
  .methods__box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .nucleo-indications__subtitle {
    margin-bottom: 20px;
  }
  .nucleo-indications__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nucleo-indications__item:nth-child(2) .nucleo-indications__box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nucleo-indications__box {
    margin-bottom: 40px;
  }
  .registration {
    padding: 50px 0;
  }
  .registration__title {
    font-size: 30px;
  }
  .registration__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .contact__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact__info {
    text-align: center;
    margin-top: 30px;
  }
  .contact__info-tel {
    padding-left: 0;
  }
  .contact__info-tel::after {
    min-width: 100%;
  }
  .contact__info-social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__map {
    width: 400px;
    height: 350px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .menu__list {
    padding: 82px 0 15px;
  }
  .menu__link {
    display: block;
    padding: 5px 0;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 30px;
  }
  .about__video-link {
    height: 30vh;
  }
  .about__video-link::before {
    display: none;
  }
  .methods__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .expertise__item {
    text-align: left;
    padding-right: 0;
    padding-top: 100px;
    max-width: 80%;
  }
  .expertise__item::before {
    top: 8%;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .expertise__item-title {
    max-width: none;
    text-align: center;
  }
  .expertise__item-title::before {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .expertise__item-text {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .expertise__subtitle {
    font-size: 20px;
  }
  .descr__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
  .descr__img {
    min-width: 70%;
    margin: 0 auto;
    height: 200px;
  }
  .nucleo-info__list {
    max-width: 100%;
  }
  .nucleo-benefits__item-text {
    max-width: 100%;
  }
  .nucleo-procedure__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .nucleo-procedure__inner {
    max-width: 100%;
    text-align: left;
  }
  .registration__title--en {
    font-size: 25px;
    max-width: 550px;
  }
  .registration__link {
    padding: 15px 20px;
  }
  .registration__link::before {
    top: -120px;
    left: 50%;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .registration__text {
    font-size: 16px;
    padding-bottom: 130px;
    margin-bottom: 0;
  }
  .nucleo-reabillitation__item {
    max-width: none;
  }
  .reviews__info {
    max-width: 100%;
  }
  .contact iframe {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .menu__btn {
    right: 100px;
  }
  .menu.fixed {
    padding: 15px 10px;
  }
  .menu.fixed .lang {
    right: -30px;
  }
  .menu.fixed .menu__cite {
    max-width: 120px;
  }
  .lang {
    right: 0;
  }
  .hero__title {
    font-size: 40px;
    letter-spacing: normal;
  }
  .about__video-link {
    height: 25vh;
  }
  .about__video-link::after {
    width: 65px;
    height: 65px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .methods__img {
    min-width: 250px;
  }
  .methods__item-title {
    max-width: 100%;
    padding-right: 30px;
  }
  .methods__box-item {
    padding: 15px;
  }
  .expertise__item {
    max-width: 100%;
  }
  .expertise__item-text {
    min-width: 0;
  }
  .nucleo-benefits__title {
    margin-bottom: 40px;
  }
  .nucleo-benefits__item {
    padding-left: 0;
    padding-bottom: 50px;
  }
  .nucleo-benefits__item::before {
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nucleo-benefits__item-title {
    text-align: center;
    min-width: 0;
  }
  .registration__link {
    font-size: 16px;
  }
  .nucleo-indications__subtitle {
    font-size: 16px;
  }
  .nucleo-reabillitation__title {
    margin-bottom: 50px;
    font-size: 25px;
  }
  .nucleo-reabillitation__item {
    padding-left: 0;
    padding-top: 50px;
    min-width: 100%;
  }
  .nucleo-reabillitation__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nucleo-reabillitation__item-title {
    font-size: 22px;
    text-align: center;
  }
  .descr {
    padding: 70px 0;
  }
  .descr__title {
    font-size: 25px;
  }
  .descr__text {
    font-size: 18px;
  }
  .descr__img {
    min-width: 100%;
  }
  .contact iframe {
    height: 250px;
  }
  .contact__info-item {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .methods__item-title {
    font-size: 20px;
  }
}