@charset "UTF-8";
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 18px;
}

body {
  min-width: 320px;
  min-height: 500px;
  font-family: "Intro", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25;
  color: #222;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  max-width: 2550px;
  margin-left: auto;
  margin-right: auto;
}

.sct {
  position: relative;
}

h1, h2, h3, h4, h5, h6,
.cst-title-1,
.cst-title-2,
.cst-title-3,
.cst-title-4,
.cst-title-5,
.cst-title-6 {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0.5em 0;
}

h1, .cst-title-1 {
  font-size: 4.777777em;
}

h2, .cst-title-2 {
  font-size: 4em;
}

h3, .cst-title-3 {
  font-size: 2.888888em;
}

h4, .cst-title-4 {
  font-size: 1.666666em;
}

h5, .cst-title-5 {
  font-size: 1.222222em;
}

h6, .cst-title-6 {
  font-size: 0.888888em;
}

p {
  margin-top: 1.15em;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

a:hover, a:focus {
  text-decoration: none;
}

input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="login"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
}

input[type="text"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="week"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="color"]:disabled:hover,
input[type="login"]:disabled:hover,
input[type="password"]:disabled:hover,
select:disabled:hover,
textarea:disabled:hover {
  cursor: not-allowed;
}

button:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover {
  cursor: not-allowed;
}

textarea:disabled {
  resize: none;
}

label > span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

*::-webkit-input-placeholder {
  color: #555555;
  opacity: 1;
}

*:-moz-placeholder {
  color: #555555;
  opacity: 1;
}

*::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #555555;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #555555;
}

body input:required:valid,
body textarea:required:valid {
  color: #555555;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

* p:last-child {
  margin-bottom: 0;
}

* p:first-child {
  margin-top: 0;
}

iframe {
  border: none;
}

.bg-white {
  background-color: #fff;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.txt-white {
  color: #fff;
}

.txt-black {
  color: #222;
}

.txt-accent {
  color: #009fe3;
}

.txt-strong {
  font-size: 1.2em;
  font-weight: bold;
}

.grid-flex {
  display: -webkit-box;
  display: flex;
}

.height-full {
  height: 100%;
}

.grid-item-vertical-center {
  align-self: center;
}

.no-br {
  white-space: nowrap;
}

.under-title {
  font-family: "FuturaPT", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 0;
}

.svg-icon,
.img-icon {
  fill: currentColor;
  vertical-align: middle;
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  position: relative;
  padding: 0.889em 1.75em;
  z-index: 1;
}

.btn > span,
.btn .fa,
.btn .fas {
  display: inline-block;
  vertical-align: middle;
}

.btn .fa:after,
.btn .fas:after {
  font-size: 0.75em;
  margin-left: 0.25em;
}

.btn.btn-lg {
  font-size: 20px;
  color: #ffffff;
  background-color: #009fe3;
}

.btn.btn-lg:hover {
  opacity: 0.95;
}

.btn.btn-lg:active {
  opacity: 0.98;
}

.btn.btn-md {
  font-size: 18px;
  color: #ffffff;
  background-color: #009fe3;
}

.btn.btn-md:hover {
  opacity: 0.95;
}

.btn.btn-md:active {
  opacity: 0.98;
}

.btn.btn-wide {
  display: block;
  width: 100%;
  text-align: center;
}

.btn.btn-more:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75em;
  margin-left: 0.65em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.btn.btn-more:hover:after {
  right: -0.25em;
}

.btn.btn-white {
  color: #009fe3;
  background-color: #fff;
  font-weight: 400;
}

.img-cover-wrap {
  position: relative;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-of-top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-position: top;";
}

.bg-overlay-light,
.bg-overlay-dark,
.bg-overlay-softdark {
  position: relative;
  z-index: 2;
}

.bg-overlay-light:before,
.bg-overlay-dark:before,
.bg-overlay-softdark:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 19, 32, 0.7);
  z-index: -1;
  pointer-events: none;
}

.bg-overlay-dark:before {
  background-color: rgba(0, 19, 32, 0.7);
}

.bg-overlay-softdark {
  background-color: #002945;
}

.bg-overlay-softdark:before {
  background-color: rgba(0, 41, 69, 0.7);
}

.bg-overlay-light:before {
  background-color: rgba(0, 159, 227, 0.8);
}

.sct-header {
  overflow: hidden;
}

.js-lnsDeco {
  width: 100%;
  position: absolute;
  top: 0;
}

.js-lnsDeco .container {
  position: relative;
}

.line-deco {
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  height: 5000px;
  background-color: #009fe3;
  opacity: .07;
  pointer-events: none;
}

.logo-deco {
  display: block;
  position: absolute;
  left: -6%;
  right: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
  pointer-events: none;
  font-size: 25vw;
}

.logo-deco > span {
  opacity: .055;
}

.bg-text {
  font-size: 7em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
  font-weight: 600;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.bg-text > span {
  display: block;
  position: absolute;
  text-align: center;
  opacity: .055;
}

.bg-text.bgt-visible {
  overflow: visible;
}

.bg-text.bgt-vrt-left > span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.bg-text.bgt-vrt-right > span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.bg-text.bgt-grz-top > span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}

.bg-text.bgt-grz-bottom > span {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}

.bg-text.bgt-grz-center > span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.scroll-down {
  cursor: pointer;
}

.scroll-down .sd-mouse {
  margin-bottom: .6em;
}

.scroll-down .sd-mouse > svg {
  width: 1.1em;
  height: 2em;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
}

.scroll-down .sd-mouse > svg #wheel,
.scroll-down .sd-mouse > svg #mouse {
  fill: none;
  stroke: #fff;
  stroke-width: 20px;
}

.scroll-down .sd-mouse > svg #wheel {
  -webkit-animation: scroll ease 2s infinite;
          animation: scroll ease 2s infinite;
}

.scroll-down .sd-rope {
  display: block;
  text-align: center;
  width: .13em;
  margin: 0 auto;
  height: 3.75em;
  color: #fff;
}

.scroll-down .sd-rope > svg {
  width: 100%;
  height: auto;
}

.scroll-down .sd-rope line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

.link-play {
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.link-play .text {
  margin-right: .75em;
}

.link-play .icon {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  background-color: #009fe3;
  padding: .65em 0em .65em 0.9em;
}

.link-play .icon > svg,
.link-play .icon > img {
  display: inline-block;
  width: 1.333333em;
  height: 1.333333em;
  color: #fff;
}

.link-play:hover {
  opacity: .75;
}

.link-play:active {
  opacity: 1;
}

.hover-light {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-light:hover {
  opacity: .85;
}

.hover-light:active {
  opacity: .9;
}

.accent {
  color: #009fe3;
}

.link-readmore {
  display: inline-block;
}

.link-readmore:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 900;
  padding-left: .5em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.link-readmore:hover:after {
  padding-left: .7em;
}

.link-readmore:active:after {
  padding-left: .6em;
}

.read-all {
  display: inline-block;
  margin: 0 25px;
  vertical-align: baseline;
}

.list-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.socials {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.socials > li {
  display: inline-block;
  margin: .5em;
}

.socials > li > a {
  display: inline-block;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.socials > li > a:hover {
  opacity: .75;
}

.socials > li > a:active {
  opacity: .85;
}

.grid-container {
  display: -webkit-box;
  display: flex;
}

.grid-half {
  width: 50%;
  position: relative;
}

.sct-title .cst-title-1,
.sct-title .cst-title-2,
.sct-title .cst-title-3 {
  display: inline-block;
}

.sct-title .read-all {
  font-size: .85em;
}

.link-logo {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.link-logo > img,
.link-logo > svg {
  width: 1em;
  height: 1em;
  color: inherit;
  line-height: 1;
}

/* BreadCrumbs: Start */
.breadcrumbs {
  font-size: .75em;
  font-weight: 600;
  margin: 1.75em 0;
}

.breadcrumbs > span {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs > span.current-item,
.breadcrumbs > span > span {
  color: #bfbfbf;
  font-weight: 400;
}

.breadcrumbs > span a {
  cursor: pointer;
  text-decoration: none;
}

.breadcrumbs > span a:hover {
  color: #009fe3;
}

.breadcrumbs > span a:active {
  color: #007bb0;
}

.breadcrumbs .sep {
  cursor: default;
  font-size: 0.75em;
  display: inline-block;
  margin: 0 15px;
}

/* BreadCrumbs: End */
/* Pagination: Start */
.pagination {
  cursor: default;
  font-family: 'FuturaPT';
  font-weight: 300;
  margin: 1.2em 0;
}

.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  margin: 3px 0;
}

.pagination .page-numbers.current {
  font-weight: 600;
  background-color: #f1f1f1;
}

.pagination a.page-numbers {
  cursor: pointer !important;
  text-decoration: none;
}

.pagination a.page-numbers:hover {
  background-color: #f1f1f1;
}

.pagination a.page-numbers:active {
  background-color: #f6f6f6;
}

/* Pagination: End */
.search-block {
  padding: .35em 0;
}

.search-block form {
  display: inline-block;
  position: relative;
}

input.search-input {
  width: 200px;
  display: inline-block;
  font-size: .9em;
  margin: 0 0 0 1.4em;
  padding: 0;
  border: none;
  border-bottom: 1px solid #222;
  background: transparent;
}

.search-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  padding: 0;
}

.search-btn i {
  font-size: 0.85em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.search-btn:hover i {
  color: #009fe3;
}

.search-btn:active i {
  color: #17baff;
}

[data-search-show] [type="search"] {
  width: 0px;
}

/* CatMenu: Start */
.nav-cat-menu {
  margin: 1.2em 0;
}

.nav-cat-title {
  display: inline-block;
  margin-right: 1.5em;
  padding: .35em 0;
}

.cat-menu {
  display: inline-block;
  font-family: 'FuturaPT';
  font-weight: 300;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cat-menu > li {
  display: inline-block;
  margin-right: 1.5em;
  padding: .35em 0;
  position: relative;
}

.cat-menu > li > a {
  display: inline-block;
  text-decoration: none;
}

.cat-menu > li .amount {
  position: absolute;
  top: -.2em;
  left: 103%;
  font-size: .5em;
}

.cat-menu > li.current-menu-item > a, .cat-menu > li:hover > a {
  text-decoration: underline;
}

.cat-menu > li.current-menu-item {
  font-weight: 500 !important;
}

.cat-menu > li:hover {
  font-weight: 300;
}

.cat-menu > li:active > a {
  text-decoration: none;
}

/* CatMenu: End */
/* NavBarInner : Start */
/* NavBarInner : End */
.circle-deco-pink {
  width: 15.5em;
  height: 15.5em;
  border-radius: 50%;
  background-color: #d01b8f;
  background: -webkit-gradient(linear, right bottom, left top, from(#814299), to(#ec008c));
  background: -webkit-linear-gradient(bottom right, #814299, #ec008c);
  background: linear-gradient(to top left, #814299, #ec008c);
}

/* FancyBox: Start */
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.animate-from-up {
  opacity: 0.45;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fancybox-slide--current .animate-from-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: .9;
}

.fancybox-slide--html .fancybox-close-small {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  padding: 6px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.fancybox-slide--html .fancybox-close-small svg {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.fancybox-slide--html .fancybox-close-small:hover {
  background-color: #eeeeee;
}

.fancybox-slide--html .fancybox-close-small:hover svg {
  -webkit-transform: rotate(180deg) scale(0.75);
          transform: rotate(180deg) scale(0.75);
}

.fancybox-slide--html .fancybox-close-small:active {
  background-color: #f6f6f6;
}

.fancybox-content {
  padding: 45px;
}

.modal-theme-default {
  display: none;
}

.modal-theme-default.fancybox-content {
  width: 100%;
}

.fancybox-thumbs__list a:before {
  border: 3px solid #009fe3;
}

.fancybox-progress {
  background: #009fe3;
}

/* FancyBox: End */
/* Slick: Start */
.slider-common {
  display: none;
  padding-top: 70px;
}

.slider-common .slick-slide > div {
  line-height: 0;
}

.slider-common .slick-slide > div > * {
  line-height: normal;
}

.slider-common .slick-arrow {
  cursor: pointer;
  display: block;
  font-size: 2em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: .9em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.slider-common .slick-arrow:hover {
  background-color: #009fe3;
}

.slider-common .slick-arrow:active {
  opacity: .85;
}

.slider-common .slick-arrow .fa,
.slider-common .slick-arrow .fas {
  display: inline-block;
  font-size: .5em;
  vertical-align: middle;
  color: #fff;
}

.slider-common .slick-next {
  left: 1em;
}

.slider-common .slick-prev {
  left: 0;
}

.slider-common .slick-disabled {
  cursor: not-allowed;
  opacity: .25;
  background-color: transparent !important;
}

.slider-common .slick-dots {
  font-size: 1em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slider-common .slick-dots > li {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
}

.slider-common .slick-dots > li:before {
  content: '';
  cursor: pointer;
  display: block;
  width: .65em;
  height: .65em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  border-radius: 50%;
  background-color: #222;
  padding: .4em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.slider-common .slick-dots > li button {
  font-family: 'FuturaPT';
  font-weight: 600;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.slider-common .slick-dots > li.slick-active:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
}

.slider-common .slick-dots > li.slick-active button {
  opacity: 1;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.slide-common {
  padding-left: 10px;
  padding-right: 10px;
}

.slide-common > a {
  display: block;
}

.slide-common > a > img {
  display: block;
  width: 100%;
}

.slide-common > img {
  display: block;
  width: 100%;
}

/* Slick: End */
.slick-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* MobileButton: Start */
.hamburger {
  width: 27px;
  height: 25px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 100;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 27px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* MobileButton: End */
.bg-transparent {
  background: transparent !important;
}

/* VideoBlock : Start */
.video-block {
  background-color: rgba(255, 255, 255, 0.75);
  padding-bottom: 56%;
  position: relative;
}

.video-block:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.video-cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.video-play {
  display: block;
  position: absolute;
  top: 43%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #009fe3;
  background: -webkit-gradient(linear, right bottom, left top, from(#0451a4), to(#00a4e6));
  background: -webkit-linear-gradient(bottom right, #0451a4, #00a4e6);
  background: linear-gradient(to top left, #0451a4, #00a4e6);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.video-play:before {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 35%;
  right: 25%;
  background-color: #fff;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42" fill="white" enable-background="new 0 0 42 42"><path d="M36.068 20.176l-29-20c-.307-.211-.705-.233-1.033-.062-.329.173-.535.513-.535.885v40c0 .372.206.713.535.886.146.076.306.114.465.114.199 0 .397-.06.568-.177l29-20c.271-.187.432-.494.432-.823s-.162-.636-.432-.823zm-28.568 18.919v-36.191l26.239 18.096-26.239 18.095z"/></svg>') no-repeat center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.video-play:hover:before {
  opacity: 0.75;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.video-play:active:before {
  opacity: 0.9;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

/* VideoBlock : End */
.theme-input,
input.theme-input {
  border: none;
  font-weight: 300;
  line-height: 1;
  color: #222 !important;
  border-bottom: 1px solid #222;
  background-color: transparent;
  padding: 0.666666em .85em;
  margin: 15px 0;
}

.theme-checkbox-text,
.wpcf7-list-item-label {
  display: block;
  font-size: 0.7em;
  line-height: 1;
}

.form-feedback-main .theme-label-terms {
  display: block;
  margin: 50px 0;
}

.form-feedback-main .theme-label-terms .jcf-checkbox {
  display: block;
  float: left;
  margin: 0 .65em .65em 0;
}

.form-feedback-main .theme-label-terms .theme-checkbox-text,
.form-feedback-main .theme-label-terms .wpcf7-list-item-label {
  display: block;
}

.title-with-link h1, .title-with-link h2, .title-with-link h3, .title-with-link h4, .title-with-link h5, .title-with-link h6, .title-with-link a {
  display: inline-block;
}

.title-with-link a {
  margin: 0 2em;
}

.list-numbers {
  list-style-type: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  counter-reset: num;
}

.list-numbers > li:before {
  content: counters(num, ".") ". ";
  counter-increment: num;
  margin-right: 0.25em;
}

.list-dashed {
  list-style-type: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.list-dashed > li:before {
  content: '-';
  margin-right: 0.5em;
  vertical-align: middle;
}

.list-numbers._long > li:before,
.list-dashed._long > li:before {
  content: '—';
}

.list-numbers._no-indent,
.list-dashed._no-indent {
  padding-left: 0;
}

.list-numbers._list-margins > li,
.list-dashed._list-margins > li {
  margin: 1.1em 0;
}

.list-numbers._list-margins > li:first-child,
.list-dashed._list-margins > li:first-child {
  margin-top: 0;
}

.list-numbers._list-margins > li:last-child,
.list-dashed._list-margins > li:last-child {
  margin-bottom: 0;
}

.list-numbers._no-margins,
.list-dashed._no-margins {
  margin: 0;
}

.block-highlight {
  position: relative;
  padding: .5em 0 .5em 1.25em;
}

.block-highlight:before {
  content: '';
  display: block;
  width: 0.15em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #009fe3;
}

.circle-deco-junction {
  width: 10.85em;
  height: 10.85em;
  position: absolute;
  top: 230px;
  z-index: 1;
}

.circle-deco-junction.left {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle-deco-junction.right {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* PageInnerTemplates */
/* FlexTabs : ft-theme-blue : Start */
.ft-theme-blue.ft-accordion hr {
  border-width: 0;
  margin: 10px 0;
}

.ft-theme-blue.ft-accordion > .ft-contents {
  color: #222;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab {
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  background-color: #009fe3;
  padding: 0.98em 3em 0.98em 30px;
  margin: 0px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab.active {
  background-color: #00a6ed;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab:hover {
  text-decoration: none;
  background-color: #00adf7;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-content {
  padding: 30px;
  background-color: #f1f1f1;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon .ft-icon {
  width: 1em;
  height: 1em;
  text-align: center;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon .ft-icon > svg, .ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon .ft-icon i {
  color: #fff;
  fill: #fff;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon.active {
  color: #009fe3;
  background-color: #f9f9f9;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon.active:hover {
  background-color: #f4f4f4;
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon.active .ft-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon.active .ft-icon > svg, .ft-theme-blue.ft-accordion > .ft-contents > .ft-tab-icon.active .ft-icon i {
  color: #009fe3;
  fill: #009fe3;
}

/* FlexTabs : ft-theme-blue : End */
.draft-links {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99999999;
  padding: 10px 30px;
  margin: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  font-size: .8em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.draft-links > li {
  display: inline-block;
  font-size: 0.85em;
  padding: 5px 0px;
}

.draft-links > li > a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.draft-links > li.active > a, .draft-links > li:hover > a {
  color: #fff;
  background: #038dd4;
}

.draft-links.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Wings : Start */
.wings {
  position: relative;
}

.wings.wings-extend.wings-left:after {
  display: block;
  right: -30px;
  width: 30px;
}

.wings.wings-extend.wings-right:before {
  display: block;
  left: -30px;
  width: 30px;
}

.wings._blue:before, .wings._blue:after {
  background-color: #009fe3;
}

.wings._blue-dark:before, .wings._blue-dark:after {
  background-color: #002945;
}

.wings:before,
.wings:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300%;
  background-color: #fff;
  z-index: -2;
}

.wings-left:before {
  display: block;
  right: auto;
  left: -300%;
}

.wings-left:after {
  display: none;
  left: auto;
  right: -300%;
}

.wings-right:after {
  display: block;
  left: auto;
  right: -300%;
}

.wings-right:before {
  display: none;
  right: auto;
  left: -300%;
}

.wings-both:before {
  display: block;
  right: auto;
  left: -300%;
}

.wings-both:after {
  display: block;
  left: auto;
  right: -300%;
}

.wings-both.wings-mobile:before, .wings-both.wings-mobile:after {
  display: none !important;
}

/* Wings : End */
/* PageInnerBasic : Start */
.sct-basic-header,
.sct-basic-header-multiple,
.sct-basic-header-full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
  padding: 220px 0 0 0;
}

.sct-basic-header._has-overlap,
.sct-basic-header-multiple._has-overlap,
.sct-basic-header-full._has-overlap {
  padding-bottom: 260px;
}

.sct-basic-header .msi-title,
.sct-basic-header-multiple .msi-title,
.sct-basic-header-full .msi-title {
  margin: 0;
}

.sct-basic-header > *,
.sct-basic-header-multiple > *,
.sct-basic-header-full > * {
  display: block;
  width: 100%;
}

.sct-basic-header,
.sct-basic-header-multiple {
  color: #fff;
  background-color: #032c48;
}

.sct-basic-header-multiple {
  padding-bottom: 0;
  min-height: auto;
}

.sct-basic-header-full {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ebeaea;
  background: -webkit-gradient(linear, left bottom, left top, from(#ebeaea), to(#fff));
  background: -webkit-linear-gradient(bottom, #ebeaea, #fff);
  background: linear-gradient(to top, #ebeaea, #fff);
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsh-title-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: end;
          align-items: flex-end;
  line-height: 1.1;
  position: relative;
  margin-bottom: 45px;
}

.bsh-title {
  display: inline-block;
  line-height: inherit;
  margin-bottom: 0;
}

.bsh-title._has-link {
  margin-right: .4em;
}

.bsh-title-sub {
  font-size: 1.5em;
  line-height: 1.45;
}

.bsh-title-link {
  display: inline-block;
  line-height: 2em;
  margin-left: .5em;
}

.basic-main-wrap,
.basic-main-wrap > .container,
.basic-main-container {
  min-height: 260px;
}

.basic-main-wrap {
  position: relative;
  z-index: 3;
}

.basic-main-wrap > .container {
  min-height: 260px;
}

._is-overlap {
  margin-top: -260px;
}

.basic-main-container {
  background-color: #fff;
  padding: 75px 0;
  position: relative;
}

/* PageInnerBasic : End */
.list-features-simple {
  font-size: 1em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-features-simple > li {
  display: inline-block;
  vertical-align: top;
  min-width: 7.5em;
  margin-right: 1em;
}

.list-features-simple > li:last-child {
  margin-right: 0;
}

.list-features-simple > li span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1em 0;
}

.list-features-simple > li b {
  color: #009fe3;
  font-weight: 900;
  font-size: 1.2em;
}

.list-features-simple > li > svg, .list-features-simple > li > img {
  display: block;
  width: 2.83em;
  height: 2.83em;
  color: #009fe3;
}

.list-features {
  font-size: 1em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-features > li {
  vertical-align: top;
  min-width: 7.5em;
}

.list-features > li span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1em 0;
}

.list-features > li b {
  color: #009fe3;
  font-weight: 900;
  font-size: 1.2em;
}

.list-features > li > svg, .list-features > li > img {
  display: block;
  width: 2.83em;
  height: 2.83em;
  color: #009fe3;
}

.theme-contacts {
  font-style: normal;
}

.theme-contacts table td {
  vertical-align: top;
  padding: 15px 15px 15px 0;
}

.link-book {
  display: inline-block;
  width: 100%;
  max-width: 270px;
  vertical-align: middle;
  text-decoration: none;
}

.link-book img {
  display: block;
  width: 100%;
}

.sect-half-container {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.sect-half-item._blue,
.sect-full-item._blue {
  color: #ffffff;
  background-color: #009fe3;
}

.sect-half-item._blue.wings:before, .sect-half-item._blue.wings:after,
.sect-full-item._blue.wings:before,
.sect-full-item._blue.wings:after {
  background-color: #009fe3;
}

.sect-half-item._blue-dark,
.sect-full-item._blue-dark {
  color: #ffffff;
  background-color: #002945;
}

.sect-half-item._blue-dark.wings:before, .sect-half-item._blue-dark.wings:after,
.sect-full-item._blue-dark.wings:before,
.sect-full-item._blue-dark.wings:after {
  background-color: #002945;
}

.sect-half-item._txt, .sect-half-item._txt-pull, .sect-half-item._txt-push, .sect-half-item._txt-fluid,
.sect-full-item._txt,
.sect-full-item._txt-pull,
.sect-full-item._txt-push,
.sect-full-item._txt-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sect-half-item._left._txt,
.sect-full-item._left._txt {
  padding-left: 0;
  padding-right: 100px;
}

.sect-half-item._left._txt-pull,
.sect-full-item._left._txt-pull {
  padding-right: 100px;
}

.sect-half-item._left._txt-push,
.sect-full-item._left._txt-push {
  padding-left: 185px;
}

.sect-half-item._right._txt,
.sect-full-item._right._txt {
  padding-left: 185px;
  padding-right: 0;
}

.sect-half-item._right._txt-pull,
.sect-full-item._right._txt-pull {
  padding-right: 100px;
}

.sect-half-item._right._txt-push,
.sect-full-item._right._txt-push {
  padding-left: 185px;
}

.sect-half-item._img-full._right .sect-half-img-wrap, .sect-half-item._img-full-bg._right .sect-half-img-wrap,
.sect-full-item._img-full._right .sect-half-img-wrap,
.sect-full-item._img-full-bg._right .sect-half-img-wrap {
  margin-right: -25%;
}

.sect-half-item._img-full._left .sect-half-img-wrap, .sect-half-item._img-full-bg._left .sect-half-img-wrap,
.sect-full-item._img-full._left .sect-half-img-wrap,
.sect-full-item._img-full-bg._left .sect-half-img-wrap {
  margin-left: -25%;
}

.sect-half-item._img-full-bg,
.sect-full-item._img-full-bg {
  z-index: 0;
}

.sect-half-item._img-full-bg .sect-half-img-wrap,
.sect-full-item._img-full-bg .sect-half-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.sect-half-item._img-full-bg .sect-half-img-wrap:before,
.sect-full-item._img-full-bg .sect-half-img-wrap:before {
  z-index: 1;
}

.sect-half-item {
  width: 50%;
  position: relative;
}

.sect-half-item._align-center {
  align-self: center;
}

.sect-half-img-wrap {
  position: relative;
  height: 100%;
}

.sect-half-img-wrap > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ImgBgFull : Start */
.img-bg-full {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.img-bg-full > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-bg-full._left {
  margin-left: -25%;
}

.img-bg-full._right {
  margin-right: -25%;
}

/* ImgBgFull : End */
/* EventsCalendar : Start */
.events-calendar {
  margin-left: -.3em;
  margin-right: -.3em;
}

.events-calendar ._header {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
}

.events-calendar ._header ._week-day {
  width: 14.2857%;
  float: left;
}

.events-calendar ._header ._week-wrap {
  color: #ffffff;
  text-align: center;
  background-color: #002945;
  padding: .4em;
  margin: .3em;
}

.events-calendar ._row ._day-wrap {
  padding-bottom: 100%;
  background-color: #f3f3f3;
  margin: .3em;
  position: relative;
}

.events-calendar ._day {
  width: 14.2857%;
  min-height: 100px;
  float: left;
}

.events-calendar ._day ._num,
.events-calendar ._day ._time {
  position: absolute;
  top: 0;
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  vertical-align: top;
  padding: 0.6em 1em;
  z-index: 3;
}

.events-calendar ._day ._num {
  right: 0;
}

.events-calendar ._day ._time {
  left: 0;
  line-height: .85;
}

.events-calendar ._day ._time > span {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
}

.events-calendar ._day._has-event ._event-item {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.events-calendar ._day._has-event ._num {
  color: #ffffff;
}

.events-calendar ._day._has-events ._excerpt {
  display: none;
}

.events-calendar ._day._has-events ._event-item._first {
  top: 0;
  left: 0;
  bottom: 50%;
  right: 0;
  margin-bottom: 0.3em;
}

.events-calendar ._day._has-events ._event-item._second {
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: 0.3em;
}

.events-calendar ._day._has-events ._num {
  color: #ffffff;
}

.events-calendar ._event-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: absolute;
  color: #ffffff;
  padding: 2em 1em .55em 1em;
  text-decoration: none;
  overflow: hidden;
}

.events-calendar ._event-item:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.events-calendar ._event-item:hover:before {
  background-color: rgba(0, 159, 227, 0.5);
}

.events-calendar ._event-item:active:before {
  background-color: rgba(0, 159, 227, 0.6);
}

.events-calendar ._title {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  max-height: 2em;
  min-height: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1em;
  margin-bottom: 0.3em;
}

.events-calendar ._excerpt {
  font-size: 0.65em;
  max-height: 4em;
  overflow: hidden;
  line-height: 1.1em;
}

.events-calendar ._bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -2;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.events-calendar-controls {
  margin-bottom: 1em;
  position: relative;
}

.events-calendar-controls ._arrow {
  cursor: pointer;
  font-size: 1em;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -2em;
  line-height: 2em;
  text-align: center;
  color: #ffffff;
  background-color: #002945;
  z-index: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.events-calendar-controls ._arrow:hover {
  background-color: #009fe3;
}

.events-calendar-controls ._arrow:active {
  opacity: 0.95;
}

.events-calendar-controls ._arrow .fa, .events-calendar-controls ._arrow .fas, .events-calendar-controls ._arrow .far, .events-calendar-controls ._arrow .fal, .events-calendar-controls ._arrow .fab {
  line-height: inherit;
}

.events-calendar-controls ._arrow._prev {
  right: 2em;
}

.events-calendar-controls ._arrow._next {
  right: 0;
}

.events-calendar-controls ._preloader {
  display: none;
  font-size: 1em;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -2em;
  right: 5em;
  line-height: 2em;
  text-align: center;
  padding: 0.3em;
  z-index: 1;
}

.events-calendar-title {
  font-size: 2.4em;
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
}

.events-calendar-months-wrap {
  width: 100%;
}

.events-calendar-months {
  min-width: 970px;
}

/* EventsCalendar : End */
.block-logo-text {
  display: -webkit-box;
  display: flex;
}

.block-logo-text > div:nth-child(1) {
  margin: 25px 0;
}

.block-logo-text img {
  width: 100%;
  max-width: 200px;
}

/* BackToTopButton: Start */
#top-button {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: -100px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(187, 187, 187, 0.75);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  z-index: 999999;
}

#top-button.up:before, #top-button.down:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

#top-button:hover {
  background-color: rgba(0, 159, 227, 0.85);
}

#top-button:active {
  background-color: rgba(0, 159, 227, 0.65);
}

#top-button.up,
#top-button.down {
  right: 15px;
}

#top-button.up:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQ5LjcwNywzOS4xNDYgMzIuNzA3LDIyIDMxLjI5MywyMiAxNC4yOTMsMzkuMTQ2IDE1LjcwNyw0MC42MzQgMzIsMjQuMzc3IDQ4LjI5Myw0MC42MTUiLz48L3N2Zz4=);
}

#top-button.down:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQ4LjI5MywyMy4yOTMgMzIsMzkuNTg2IDE1LjcwNywyMy4yOTMgMTQuMjkzLDI0Ljg1NCAzMS4yOTMsNDIgMzIuNzA3LDQyIDQ5LjcwNywyNC44NTQiLz48L3N2Zz4=);
}

/* BackToTopButton: End */
/* JCF */
/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  border: 0.03em solid #222;
  margin: 0 .65em 0 0;
  height: 1.25em;
  width: 1.25em;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 0.43em;
  width: 0.56em;
  top: 50%;
  left: 50%;
  margin: -0.23em 0 0 -0.2em;
  border: 0.1em solid #777;
  border-width: 0 0 0.066em 0.066em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}

:root .jcf-checkbox span {
  margin: -0.35em 0 0 -0.27em;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* select */
/* common styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #009fe3 !important;
}

/* HEADER: Start */
.sct-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  background-color: #032c48;
  min-height: 100vh;
  padding: 250px 0;
}

.sct-header .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-51.5%);
          transform: translateX(-51.5%);
}

.sct-header-inner {
  min-height: 500px;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 100px 0;
}

.sct-header-inner .msi-title {
  font-size: 3.33em;
}

.sct-main-screen-inner {
  width: 100%;
}

.msi-title {
  margin: 0;
}

.sct-header-bar {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px 0;
  margin-bottom: 30px;
  z-index: 5;
}

.sct-header-bar.hb-absolute {
  position: absolute;
}

.sct-header-bar.dark {
  color: #222222;
}

.sct-header-bar.dark svg .regular {
  fill: #222222;
}

.sct-header-bar.dark.sticky-nav svg .regular {
  fill: #fff;
}

.sct-header-bar.dark .btn-mobile.is-active .hamburger-inner, .sct-header-bar.dark .btn-mobile.is-active .hamburger-inner::before, .sct-header-bar.dark .btn-mobile.is-active .hamburger-inner::after {
  background-color: #fff;
}

.sct-header-bar.dark .btn-mobile .hamburger-inner, .sct-header-bar.dark .btn-mobile .hamburger-inner::before, .sct-header-bar.dark .btn-mobile .hamburger-inner::after {
  background-color: #222;
}

.sct-header-bar.light {
  color: #ffffff;
}

.sct-header-bar.light svg .regular {
  fill: #ffffff !important;
}

.sct-header-bar.absolute {
  position: absolute;
}

.sct-header-bar.static {
  position: static;
}

.sct-header-bar.sticky-nav {
  opacity: 0;
  position: fixed;
  color: #fff;
  padding: 20px 0;
  background-color: rgba(0, 13, 22, 0.8);
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  -webkit-transition: all 0.375s;
  transition: all 0.375s;
  z-index: 10;
}

.sct-header-bar.sticky-nav.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-logo {
  float: left;
}

.header-menu {
  float: right;
}

.nav-wrap {
  position: relative;
}

.menu-lang-select {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: transparent;
  border: none;
  line-height: 1;
}

.menu-lang-select:hover {
  text-decoration: underline;
}

.menu-lang-select option {
  cursor: pointer;
  background: #fff;
  color: #222;
}

.site-logo {
  display: inline-block;
  width: 6.33em;
  height: 1.2em;
  position: relative;
  z-index: 100;
}

.nav-wrap {
  display: inline-block;
  padding-right: 25px;
}

.main-menu {
  display: inline-block;
}

.main-menu > li {
  display: inline-block;
  font-size: .8em;
  padding: 0 .4em;
}

.main-menu > li > a {
  display: inline-block;
  text-decoration: none;
  padding: .16em .5em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.main-menu > li > a:hover {
  text-decoration: underline;
}

.main-menu > li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-menu > li > .sub-menu > li {
  padding: 0 .4em;
}

.main-menu > li > .sub-menu > li > a {
  padding: .16em .5em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.main-menu > li.menu-item-has-children {
  position: relative;
}

.main-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.btn-mobile {
  display: none;
}

.sct-main-screen {
  width: 100%;
}

.ms-logo {
  max-width: 40%;
}

.ms-title {
  font-family: "Intro", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.76em;
  line-height: 1.15;
}

.ms-addinfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 0 100px 0;
}

/* HEADER: End */
/* SCT-ABOUT: Start */
.sct-about {
  margin-left: -30px;
  margin-right: -30px;
}

.sct-rehab .rehab-gallery {
  margin-left: -30px;
}

.sct-research .rehab-gallery {
  margin-left: -30px;
  margin-right: -30px;
}

.rsch-content-add {
  height: 100%;
  padding: 60px 0;
}

.rsch-content-add p {
  max-width: 75%;
}

.rsch-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.rsch-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.ft-sub-menu {
  max-width: 1650px;
}

.inst-item {
  max-width: 100% !important;
}

.abount-img-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.abt-item {
  display: block;
  text-decoration: none;
  float: left;
  width: 33.333333%;
  position: relative;
  padding-bottom: 25%;
}

.abt-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.abt-item-img {
  padding-bottom: 56%;
  position: relative;
}

.slider-about {
  color: #fff;
  background-color: #002945;
  padding: 170px 30px 170px 180px;
  margin-top: -100px;
  z-index: 3;
  position: relative;
}

.abt-sub-title {
  font-size: 1.7em;
  line-height: 1;
  margin-bottom: 0.65em;
}

.abt-sub-title .accent {
  font-family: 'FuturaPT';
  font-weight: 900;
}

.slider-about-glr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0;
}

.slider-about-glr .slick-list,
.slider-about-glr .slick-track,
.slider-about-glr .slick-slide,
.slider-about-glr .slick-slide > div,
.slider-about-glr .slide-abt-glr {
  height: 100%;
}

.slider-about-glr .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  margin: 10px 5px;
}

.slider-about-glr .slick-dots > li:before {
  background-color: #fff;
}

.slide-abt-glr {
  padding-left: 0;
  padding-right: 0;
}

.slide-abt-glr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* SCT-ABOUT: End */
/* Section: Events: Start */
/* Section: Events: End */
/* Section: Instagram: Start */
/* Section: Instagram: End */
/* FOOTER: Start */
.sct-footer {
  color: #fff;
  background-color: #002945;
  padding: 65px 0;
}

.sct-footer p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.ft-main-menu > li,
.ft-sub-menu > li {
  display: inline-block;
}

.ft-main-menu > li > a,
.ft-sub-menu > li > a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.ft-main-menu > li > a:after,
.ft-sub-menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.2em;
  left: -.65em;
  width: .8em;
  height: .8em;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.ft-main-menu > li > a:hover, .ft-main-menu > li > a.current-menu-item,
.ft-sub-menu > li > a:hover,
.ft-sub-menu > li > a.current-menu-item {
  text-decoration: underline;
  t-decoration: underline;
}

.ft-main-menu > li > a:hover:after, .ft-main-menu > li > a.current-menu-item:after,
.ft-sub-menu > li > a:hover:after,
.ft-sub-menu > li > a.current-menu-item:after {
  top: -0.2em;
  left: -.35em;
  background-color: rgba(255, 255, 255, 0.05);
}

.ft-main-menu > li > a:active:after,
.ft-sub-menu > li > a:active:after {
  top: -0.5em;
  left: -.35em;
}

.ft-main-menu {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 1.15em;
}

.ft-main-menu > li {
  line-height: 1;
  margin: .5em 2.1em .5em 0;
}

.ft-main-menu > li > a {
  line-height: 1;
}

.ft-sub-menu {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: .8em;
}

.ft-sub-menu > li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  line-height: 1;
  padding-right: 1em;
  margin: .55em 0;
}

.ft-sub-menu > li > a {
  display: inline-block;
  line-height: 1;
}

.ft-copyright {
  opacity: .5;
  font-size: .6em;
  margin: 2em 0;
}

.link-sd {
  font-size: 1.6em;
  margin: 0 .35em;
}

/* FOOTER: End */
/* Section: Rehab: Start */
/* Section: Rehab: End */
/* Section: Research: Start */
/* Section: Research: End */
/* Section: News-With: Start */
/* Section: News-With: End */
/* Section: News: Start */
/* Section: News: End */
/* ********* */
/* NEWS-PAGE */
/* ********* */
.sct-news-all {
  padding-bottom: 60px;
}

.post-list-panel {
  margin: 50px 0;
}

.post-list-panel .search-block {
  text-align: right;
}

.nai-item {
  margin-bottom: 50px;
}

.nai-item .post-meta {
  font-size: 0.85em;
}

.nai-cover {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 100%;
  background-color: #f5f5f5;
}

.nai-cover > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.nai-tags,
.nai-date {
  font-family: 'FuturaPT';
  font-size: .8em;
  font-weight: 400;
  color: #d5d5d5;
  margin: 10px 0;
}

.nai-tags {
  width: 70%;
  float: left;
}

.nai-tags a {
  text-decoration: none;
}

.nai-tags a:hover {
  color: #009fe3;
}

.nai-tags a:active {
  color: #17baff;
}

.nai-date {
  width: 30%;
  float: right;
  text-align: right;
}

.nai-title {
  color: #009fe3;
  height: 3.45em;
  line-height: 1.15em;
  margin: 0 0 1em 0;
  overflow: hidden;
}

.nai-footer {
  margin: 10px 0;
}

.nai-readmore,
.nai-resource {
  width: 50%;
  font-size: .8em;
}

.nai-readmore {
  float: left;
}

.nai-resource {
  float: right;
  text-align: right;
  color: #d5d5d5;
  text-decoration: none;
}

.nai-resource:hover {
  color: #009fe3;
}

.nai-item-first {
  margin-bottom: 120px;
}

.nai-item-first .gh-right {
  padding-left: 60px;
}

.naif-wrap {
  height: 100%;
  padding-bottom: 3em;
  position: relative;
}

.naif-cover {
  display: block;
  position: relative;
  min-height: 400px;
  height: 100%;
}

.naif-cover > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.naif-title {
  margin-top: 0;
}

.naif-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.naif-footer .g-left {
  width: 50%;
  float: left;
}

.naif-footer .g-right {
  width: 50%;
  float: right;
  text-align: right;
}

.naif-resource,
.naif-date {
  display: inline-block;
  color: #d5d5d5;
}

.naif-resource {
  text-align: right;
  text-decoration: none;
  margin: 0 20px;
}

.naif-resource:hover {
  color: #009fe3;
}

.naif-tags {
  color: #d5d5d5;
  margin-bottom: 15px;
}

.naif-tags a {
  text-decoration: none;
}

.naif-tags a:hover {
  color: #009fe3;
}

.naif-tags a:active {
  color: #17baff;
}

/* ExoatletAboutMainScreen : Start */
.sct-exabout-ms {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #dcdcdc;
  background: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#fff));
  background: -webkit-linear-gradient(bottom, #dcdcdc, #fff);
  background: linear-gradient(to top, #dcdcdc, #fff);
  min-height: 100vh;
  padding: 100px 30px;
}

.exab-ms-content {
  height: 100%;
  font-size: 1.75em;
  position: relative;
}

.exab-ms-uppertext {
  font-size: .8em;
  text-align: right;
}

.exab-ms-logo {
  display: block;
  width: 30em;
  max-width: 100%;
}

.exab-ms-deco {
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8em;
}

.circle-deco-pink.exab-ms-decoCircle {
  font-size: 1em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 0;
}

/* ExoatletAboutMainScreen : End */
/* ExoatletAboutReviews : Start */
.sct-exabout-revcon {
  background-color: #032c48;
}

.grid-exabout-rev {
  display: -webkit-box;
  display: flex;
}

.grid-exabout-rev-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 55%;
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-top: -50px;
}

.grid-exabout-rev-left {
  width: 45%;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.exabrev-descr-wrap {
  display: block;
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
}

.exabrev-descr-container {
  display: block;
  height: 100%;
  background-color: #009fe3;
  background: -webkit-gradient(linear, right bottom, left top, from(#154294), to(#0098dd));
  background: -webkit-linear-gradient(right bottom, #154294, #0098dd);
  background: linear-gradient(to left top, #154294, #0098dd);
  padding: 100px 125px;
}

.exabrev-descr-container ul {
  list-style-type: none;
  padding-left: 0;
}

.slider-exabrev-main {
  padding-top: 60px;
  margin-top: -60px;
}

.slider-exabrev-main .slick-slide .slide-exabrev-main {
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.slider-exabrev-main .slick-slide .slide-exabrev-main:before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.slider-exabrev-main .slick-slide.slick-center .slide-exabrev-main:before, .slider-exabrev-main .slick-slide:hover .slide-exabrev-main:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.slider-exabrev-sub-wrap {
  position: relative;
  z-index: 1;
}

.slider-exabrev-sub-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  right: 0;
  background-color: #002945;
  z-index: -1;
}

.slider-exabrev-sub {
  padding-top: 0 !important;
  margin-top: 50px;
}

.slide-exabrev-sub {
  padding: 0;
}

.exabrev-sub-quote {
  font-size: 1.53em;
  text-align: right;
  padding-right: 60px;
  margin: 30px 0;
}

.exabrev-sub-quote cite {
  display: block;
  font-size: 0.6563em;
  text-align: right;
  font-style: normal;
}

.exabrev-sub-revcover {
  padding: 0;
}

.rev-quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -45%);
          transform: translate(-45%, -45%);
}

.rev-quote-icon svg {
  width: 11em;
  height: 11em;
}

/* ExoatletAboutReviews : End */
/* ExoatletAboutControls : Start */
.exabout-controls-wrap {
  padding: 50px 0;
  background-color: #fff;
  position: relative;
}

.exabout-controls-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  right: 0;
  background-color: #fff;
  z-index: -1;
}

.exabout-controls-wrap ul {
  padding-left: 0;
  list-style-type: none;
}

.exabout-controls-img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 0 30px;
}

.grid-exabout-ctr {
  -webkit-box-align: center;
          align-items: center;
}

.grid-exabout-ctr-left {
  width: 33.33333333%;
}

.grid-exabout-ctr-right {
  width: 66.66666666%;
}

/* ExoatletAboutControls : End */
/* ExoatletAboutGallery : Start */
.slider-exab-glr {
  padding-top: 0;
}

.slide-exab-glr {
  position: relative;
  padding-bottom: 86%;
}

.slide-exab-glr img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ExoatletAboutGallery : End */
/* ExoatletAboutMethods : Start */
.sct-exabout-methods {
  background-color: #002945;
  padding: 100px 0;
}

.grid-exabout-methods-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.grid-exabout-methods-left {
  width: 33.33333333%;
}

.grid-exabout-methods-right {
  width: 66.66666666%;
}

.slider-exab-meth-glr {
  padding-top: 0;
}

.slider-exab-meth-glr {
  margin: 0 -30px;
}

.slide-exab-meth-glr {
  padding: 0 30px;
}

.slide-exab-meth-glr .link-readmore {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1;
  padding-top: .75em;
  margin-left: 15px;
}

/* ExoatletAboutMethods : End */
/* ExoatletAboutSequrity : Start */
.sct-exabout-security {
  padding: 125px 0;
  margin-top: -150px;
  background-color: #009fe3;
}

.sct-exabout-security:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300%;
  right: -30px;
  background-color: #009fe3;
  z-index: -1;
}

.sct-exabout-security .title-accent {
  font-size: 1.6em;
}

/* ExoatletAboutSequrity : End */
/* ExoatletAboutFeatures : Start */
.sct-exabout-features {
  background-color: #e3e3e3;
}

.sct-exabout-features:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -300%;
  left: -30px;
  background-color: #e3e3e3;
  z-index: -1;
}

.exabout-features-list {
  padding: 50px 80px;
  list-style-type: none;
  margin: 0;
}

.exabout-features-list li {
  max-width: 250px;
  margin: 1.5em auto;
}

.exabout-features-list li span {
  font-size: 1.15em;
  line-height: 1;
  font-weight: 500;
}

.exabout-features-list li > svg {
  display: block;
  color: #009fe3;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 0.5em;
}

.exabout-features-list li b {
  color: #009fe3;
  font-weight: 900;
  font-size: 1.2em;
}

/* ExoatletAboutFeatures : End */
/* ExoatletAboutService : Start */
.sct-exabout-service {
  padding-bottom: 150px;
}

.sct-exabout-service strong {
  font-size: 1.6em;
}

/* ExoatletAboutService : End */
/* sct-exabout-functions : Start */
.sct-exabout-functions {
  padding-bottom: 150px;
}

.sct-exabout-functions ul {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
}

/* sct-exabout-functions : End */
.exabout-seq-cert .flexible {
  display: -webkit-box;
  display: flex;
}

.exabout-seq-cert .flexible-col {
  display: -webkit-box;
  display: flex;
}

/* ExoatletAboutСertific : Start */
.exabout-сertific-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -280%;
  background-color: #032c48;
  z-index: -1;
}

.exabout-сertific-bg > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -2;
}

.sct-exabout-сertific {
  height: 100%;
  padding: 125px 30px;
  position: relative;
  z-index: 1;
}

.sct-exabout-сertific .flexible {
  display: -webkit-box;
  display: flex;
}

.sct-exabout-сertific .link-readmore {
  display: inline-block;
  position: absolute;
  bottom: 75px;
  left: 30px;
}

/* ExoatletAboutСertific : End */
/* ExoatletAboutGeography,
   ContactsGeography : Start */
.geomap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.geomap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.geomap:hover {
  opacity: 0.95;
}

.geomap:active {
  opacity: 0.98;
}

.sct-exabout-georgaphy {
  padding-bottom: 25px;
  background-color: #002945;
}

.exabout-geo-container {
  color: #ffffff;
  background-color: #009fe3;
  padding: 55px 0;
  position: relative;
  z-index: 1;
}

.exabout-geo-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -300%;
  left: 0;
  background-color: #009fe3;
  z-index: -1;
}

.exabout-geo-under-container {
  padding: 55px 0;
  position: relative;
  z-index: 1;
}

.sct-contacts-georgaphy .clinic-map-container {
  padding-bottom: 40%;
}

.page-cntc-info {
  color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -32px;
}

.page-cntc-info ._right {
  background-color: #fff;
  position: relative;
  z-index: 4;
}

.contacts-geo-container {
  color: #ffffff;
  background-color: #009fe3;
  position: relative;
  padding: 75px 50px;
  z-index: 1;
}

/* ExoatletAboutGeography,
   ContactsGeography : End */
/* PAGE: Docementation */
.pdd-item {
  margin-bottom: 95px;
}

.pdd-item._last {
  margin-bottom: 0;
}

.pdd-item p {
  margin-bottom: 0;
}

.pd_lcs_circle-small,
.pd_lcs_circle-big {
  display: block;
  position: absolute;
  z-index: 10;
}

.pd_lcs_circle-small {
  width: 2.26em;
  height: 2.26em;
  top: -1.14em;
  right: 16.66666666%;
}

.pd_lcs_circle-big {
  width: 17em;
  height: 17em;
  top: 475px;
  right: -6%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* PageDocDescr : End */
/* PageDocLicences : Start */
.sct-page_doc_licences {
  padding: 60px 0;
}

.pd_lcs-row-first > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.pd_lcs-item-wrapper {
  position: relative;
}

.pd_lcs-item {
  margin-bottom: 50px;
  position: relative;
  background-color: #fff;
}

.pd_lcs-item p {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.75em;
}

.pd_lcs-item.true {
  display: none;
}

.pd_lcs-item.first {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  z-index: 4;
}

.pd_lcs-item.first p {
  text-align: center;
}

.pd_lcs-img-link {
  display: block;
  text-decoration: none;
}

.pd_lcs-img {
  display: block;
  width: 100%;
}

/* PageDocLicences : End */
/* PageContactsInner : Start */
.sct-header-page_cnt {
  overflow: visible;
}

.page_cnts_inner-form-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.page_cnts_inner-form-wrap .form-feedback-main {
  height: auto;
}

.page_cnts_inner_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
}

.page_cnts_inner_wrap:before, .page_cnts_inner_wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.page_cnts_inner_wrap:before {
  right: -300%;
  left: 0;
}

.page_cnts_inner_wrap:after {
  display: none;
  left: -300%;
  right: 0;
}

.page_cnts_inner-left,
.page_cnts_inner-right {
  width: 50%;
  color: #222;
  position: relative;
  padding: 150px 0;
}

.page_cnts_inner-right {
  align-self: stretch;
  background-color: #e3e3e3;
  position: relative;
  z-index: 1;
}

.page_cnts_inner-right div {
  height: 100%;
}

.page_cnts_inner-right:before, .page_cnts_inner-right:after {
  content: '';
  display: block;
  position: absolute;
  top: -85px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #e3e3e3;
  z-index: -1;
}

.page_cnts_inner-address {
  font-style: normal;
  margin-top: 35px;
}

.page_cnts_inner-address table td {
  vertical-align: top;
  padding: 15px 15px 15px 0;
}

.pcnts_i_circle-small {
  font-size: 0.4em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page_cnts_decotext {
  font-size: 25em;
  color: #222;
  z-index: 0;
}

.page_cnts_decotext.bg-text.bgt-grz-top > span {
  top: -5%;
}

/* PageContactsInner : End */
/* !!! 03.06.2019 !!! */
/* PAGE: Service */
.sct-serv-main {
  background-color: #009fe3;
}

.sct-serv-main .circle-deco-junction {
  font-size: 0.9em;
  left: -4em;
  top: 258px;
}

.sct-serv-main .sect-half-item._left {
  width: 58.33333333%;
}

.sct-serv-main .sect-half-item._right {
  width: 41.66666666%;
  background-color: #fff;
}

.srv-main-descr {
  background-color: #fff;
}

.srv-main-attention {
  color: #ffffff;
  background-color: #009fe3;
}

.srv-main-attention .bg-text {
  z-index: 0;
}

/* PAGE: PageServInfoItem */
.sct-page_serv_info_item {
  padding: 50px 0;
}

.sct-page_serv_info_item.tech_doc {
  padding-top: 0;
  padding-bottom: 60px;
}

.sct-page_serv_info_item .container {
  position: relative;
}

.pg_sii-descr {
  margin: 50px 0;
}

.pg_sii-image {
  padding: 25px 85px;
}

.pg_sii-image > img {
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.pg_sii_circle-first,
.pg_sii_circle-second {
  position: absolute;
  top: 0;
}

.pg_sii_circle-first {
  width: 4.35em;
  height: 4.35em;
  left: 0;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
}

.pg_sii_circle-second {
  width: 10.5em;
  height: 10.5em;
  right: 0;
  -webkit-transform: translate(85%, 30%);
          transform: translate(85%, 30%);
}

/* PageServAddInfo : Start */
.pg_sai_container {
  display: -webkit-box;
  display: flex;
}

.pg_sai_item {
  padding: 100px 0 85px 0;
  position: relative;
}

.pg_sai_left {
  width: 58.33333333%;
  color: #ffffff;
  background-color: #009fe3;
  padding-right: 185px;
  position: relative;
  z-index: 5;
}

.pg_sai_left:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -300%;
  background-color: #009fe3;
  z-index: -1;
}

.pg_sai_right {
  width: 41.66666666%;
  color: #ffffff;
  padding-left: 130px;
}

.pg_sai_address {
  font-style: normal;
}

.pg_sai_address table td {
  vertical-align: top;
  line-height: 1.55;
  padding: 15px 15px 15px 0;
}

.pg_sai_right_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -280%;
  background-color: #032c48;
  z-index: -1;
}

.pg_sai_right_bg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -2;
}

/* PageServAddInfo : End */
/* PAGE: TESTDRIVE */
/* TestDriveDescr : Start */
.sct-test-drive-descr {
  background-color: #009fe3;
}

.tsdr-container {
  padding-left: 0;
  padding-right: 0;
}

.tsdr-descr-container {
  background-color: #fff;
}

.testdrv_descr-content {
  padding-right: 30px;
}

.tsdr-descr-left {
  width: 58.33333333%;
}

.tsdr-descr-right {
  width: 41.66666666%;
  margin-top: -32px;
  background-color: #fff;
}

.testdrv_descr-container {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.watermark-logo {
  display: block;
  position: absolute;
  top: 65px;
  width: 25%;
  z-index: 1;
  opacity: 0.75;
}

.watermark-logo._exoatlet {
  left: 65px;
}

.watermark-logo._ortorent {
  right: 65px;
}

/* TestDriveDescr : End */
/* TestDriveAddDescr : Start */
.tsdr-adddescr-container {
  color: #ffffff;
  background-color: #009fe3;
  padding: 75px 0 50px 0;
}

.tsdr-adddescr-container .row {
  position: relative;
}

/* TestDriveAddDescr : End */
/* TestDriveBuy : Start */
.tsdr-buy-circle {
  width: 11.3em;
  height: 11.3em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(95%, -50%);
          transform: translate(95%, -50%);
  z-index: 7;
}

/* TestDriveBuy : End */
/* TestDriveNotes : Start */
.tsdr-notes-right {
  color: #ffffff;
}

/* TestDriveNotes : End */
/* TestDriveDescr : End */
/* SpecialistsList : Start */
.sct-spcls-list .basic-main-content {
  padding-right: 175px;
}

.sct-spcls-list .basic-main-container .bg-text {
  z-index: 0;
}

.spc-lst-circle-deco {
  width: 4.6em;
  height: 4.6em;
  position: absolute;
  top: 0;
  right: 25%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.specialists-list {
  padding: 75px 0 150px 0;
  background-color: #fff;
}

.spec-item {
  margin: 35px 0;
}

.spec-photo {
  position: relative;
}

.spec-photo._quadratic {
  padding-bottom: 100%;
}

.spec-photo._elongated {
  padding-bottom: 150%;
}

.spec-photo._no-image {
  background-color: #fff;
}

.spec-photo > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: 2;
}

.spec-photo .spec-photo-bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  color: #e3e3e3;
  z-index: 1;
}

.spec-name {
  font-weight: 600;
  font-size: 1em;
}

.spec-content {
  font-weight: 400;
  font-size: 0.6em;
}

.spec-footer {
  font-weight: 600;
  font-size: 0.6em;
}

.spec-name,
.spec-content,
.spec-footer {
  margin: 0.75em 0;
}

/* SpecialistsList : End */
/* PageClinics */
/* ClinicsMap : Start */
.clinics-map-container {
  color: #fff;
  background-color: #002945;
  position: relative;
}

.circle-deco-clinics-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.33em;
  height: 4.33em;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  z-index: 1;
}

/* ClinicsMap : End */
/* ClinicsUndermap : Start */
.sct-clinics-undermap {
  color: #ffffff;
  background-color: #002945;
  padding: 75px 0;
}

.circle-deco-clinics-undermap {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.76em;
  height: 15.76em;
  -webkit-transform: translate(50%, 25%);
          transform: translate(50%, 25%);
  z-index: 3;
}

/* ClinicsUndermap : End */
/* ClinicsList : Start */
.sct-clinics-list {
  padding: 75px 0;
}

.geomap-light {
  position: relative;
  padding-bottom: 45%;
}

.geomap-light > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.clinic-item {
  margin-bottom: 75px;
  padding: 30px 15px 15px 15px;
  background: #f9f9f9;
}

.clc-name {
  line-height: 1.15;
}

.clc-address {
  font-size: 0.8em;
  font-style: normal;
  padding: 0;
  margin: 1.15em 0;
}

.clc-address p {
  margin: 0.75em 0;
}

.clc-descr {
  font-size: 0.6em;
  margin: 1.15em 0;
}

/* ClinicsList : End */
/* PageLearning */
/* LearingMain : Start */
.sct-learning-main {
  background-color: #009fe3;
}

.sct-learning-main .basic-main-wrap {
  background-color: #fff;
}

.sct-learning-main .sect-half-img-wrap > img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.sct-learning-main .list-features-simple {
  margin-top: 3em;
}

.sct-learning-main .sect-half-item._left.wings:before, .sct-learning-main .sect-half-item._left.wings:after {
  display: none;
}

.lrn-main-container {
  display: -webkit-box;
  display: flex;
}

.lrn-main-left {
  width: 50%;
  padding: 50px 30px 50px 190px;
}

.lrn-main-right {
  width: 50%;
  align-self: center;
}

.lrn-main-img-wrap {
  position: relative;
  padding-bottom: 100%;
}

.lrn-main-img-wrap > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* LearingMain : End */
/* LearningProgs_1 : Start */
/* LearningProgs_1 : End */
/* LearningProgs2 : Start */
.lrn-prog2-circle-1,
.lrn-prog2-circle-2 {
  position: absolute;
  top: 0;
}

.lrn-prog2-circle-1 {
  width: 3.15em;
  height: 3.15em;
  left: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}

.lrn-prog2-circle-2 {
  width: 7em;
  height: 7em;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* LearningProgs2 : End */
/* LearningHMO : Start */
.sct-learning-hmo .sect-half-item {
  padding-top: 15px !important;
}

.sct-learning-hmo-wrap {
  padding-top: 100px;
  position: relative;
}

.sct-learning-hmo-wrap:before, .sct-learning-hmo-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 300%;
  background-color: #009fe3;
}

.sct-learning-hmo-wrap:before {
  top: 0;
  bottom: 50%;
}

.sct-learning-hmo-wrap:after {
  top: 50%;
  bottom: 0;
}

/* LearningHMO : End */
/* LearningAddInfo : Start */
.sct-learning-addinfo p {
  margin: 2.25em 0;
}

.lrn-addinf-book-wrap {
  padding: 0 15px;
}

.lrn-addinf-book-wrap .link-book {
  display: block;
  margin: 0 auto;
}

.lrn-add-info-contacts {
  color: #ffffff;
  z-index: 1;
}

.lrn-addinfo-bg-wrap {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -30%;
  z-index: -1;
  background-color: #032c48;
}

.lrn-addinfo-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* LearningAddInfo : End */
/* AboutMain : Start */
.sct-about-main .container-fluid {
  padding: 0;
}

.abt-main-block-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.abt-main-block-info,
.abt-main-block-quote {
  padding-right: 185px;
}

.abt-main-block-info {
  color: #ffffff;
  background-color: #009fe3;
}

.abt-main-block-info:before, .abt-main-block-info:after {
  background-color: #009fe3;
}

.abt-main-block-quote {
  margin: 0;
  position: relative;
}

.abt-quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
}

.abt-quote-icon svg, .abt-quote-icon img {
  width: 7em;
  height: 7em;
}

.abt-main-block-sliders {
  height: 100%;
  min-height: 1000px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.slide-on-photo-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5em;
  right: 0;
  color: #ffffff;
  padding: .346em 1em .45em 1em;
}

.abt-main-block-circle {
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.abt-main-block-slider {
  width: 100%;
}

.abt-main-block-slider._main {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: block;
  position: relative;
}

.abt-main-block-slider._main div, .abt-main-block-slider._main figure {
  height: 100%;
}

.abt-main-block-slider._main .slider-main {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* AboutMain : End */
/* AboutHistory : Start */
.abt-hstr-main-bg {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  z-index: -1;
}

.abt-hstr-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 48px 0;
}

.abt-hstr-item._even .abt-hstr-year:before {
  background-color: #ec008c;
  background: -webkit-linear-gradient(135deg, #814299, #ec008c);
  background: linear-gradient(-45deg, #814299, #ec008c);
}

.abt-hstr-item._odd {
  text-align: right;
}

.abt-hstr-item._odd .abt-hstr-year {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.abt-hstr-item._odd .abt-hstr-year:before {
  float: right;
  background-color: #005aaa;
  background: -webkit-linear-gradient(45deg, #005aaa, #009ee1);
  background: linear-gradient(45deg, #005aaa, #009ee1);
}

.abt-hstr-item._odd .abt-hstr-year > span {
  left: auto;
  right: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.abt-hstr-item._odd .abt-hstr-descr {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.abt-hstr-year,
.abt-hstr-descr {
  width: 50%;
}

.abt-hstr-year {
  font-family: "FuturaPT", Arial, sans-serif;
  font-size: 3.33em;
  line-height: 1;
  font-weight: 600;
  position: relative;
}

.abt-hstr-year > span {
  line-height: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.abt-hstr-year:before {
  content: '';
  display: block;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background-color: #009fe3;
}

.abt-hstr-descr {
  font-size: 0.6em;
}

/* AboutHistory : End */
/* AboutTeamMain : Start */
.sct-about-team-main .sect-half-item._left {
  align-self: center;
}

.abt-team-main-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.abt-team-main-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.abt-team-main-item {
  width: 33.33333333%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 50px 0;
}

.abt-team-main-item ._stripe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.abt-team-main-item:hover ._stripe {
  opacity: 1;
}

.abt-team-main-item ._photo {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.abt-team-main-item ._photo._quadratic {
  padding-bottom: 100%;
}

.abt-team-main-item ._photo._elongated {
  padding-bottom: 150%;
}

.abt-team-main-item ._photo-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.abt-team-main-item ._name {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

.abt-team-main-item ._descr {
  font-size: 0.8em;
}

.abt-team-main-no-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  color: #e3e3e3;
  z-index: 1;
}

/* AboutTeamMain : End */
/* AboutTeamAll : Start */
.sct-about-team-all {
  padding-bottom: 0 !important;
}

.sct-about-teamconsult ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.departs-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.depart-container-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.depart-item {
  width: 190px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.depart-title {
  font-family: "FuturaPT", Arial, sans-serif;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 600;
  z-index: 1;
  margin-left: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.depart-container {
  padding-left: 130px;
  margin-bottom: 25px;
  position: relative;
}

.depart-container._size-12 {
  width: 100%;
}

.depart-container._size-12 .depart-container-wrap {
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-left: -35px;
  margin-right: -35px;
}

.depart-container._size-12 .depart-item {
  margin-left: 35px;
  margin-right: 35px;
}

.depart-container._size-6 {
  width: 50%;
  align-self: flex-start;
}

.depart-container._size-6:nth-child(even) .depart-container-wrap {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.depart-container._size-6:nth-child(even) .depart-item {
  margin-right: 50px;
}

.depart-container._size-6:nth-child(odd) .depart-title {
  margin-left: 6%;
}

.depart-container._size-6:nth-child(odd) .depart-container-wrap {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.depart-container._size-6:nth-child(odd) .depart-item {
  margin-left: 50px;
}

.depart-container._size-4 {
  width: 33.33333333%;
}

.depart-container._size-4 .depart-container-wrap {
  -webkit-box-pack: center;
          justify-content: center;
}

.depart-container._size-4._first .depart-container-wrap {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.depart-container._size-4._first .depart-item {
  margin-right: 50px;
}

.depart-container._size-4._second .depart-container-wrap {
  -webkit-box-pack: center;
          justify-content: center;
}

.depart-container._size-4._second .depart-item {
  margin-left: 50px;
  margin-right: 50px;
}

.depart-container._size-4._third .depart-container-wrap {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.depart-container._size-4._third .depart-item {
  margin-left: 50px;
}

.depart-item-image {
  display: block;
  text-decoration: none;
  position: relative;
}

.depart-item-image._quadratic {
  padding-bottom: 100%;
}

.depart-item-image._elongated {
  padding-bottom: 150%;
}

.depart-item-image img:first-child {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.depart-item-image ._stripe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.depart-item-image:hover ._stripe {
  opacity: 1;
}

.abt-team-all-bgtxt {
  font-size: 67.4em;
  margin-left: 206px;
  margin-bottom: 0.092em;
}

.abt-team-all-bgtxt svg {
  width: 1em;
  height: 1em;
  color: #009fe3;
}

.abt-team-all-bgtxt > span {
  opacity: 0.12;
}

/* AboutTeamAll : End */
/* AboutTeamConsult : Start */
.personal-ease-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.pers-ease-item {
  width: 14.28571428%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 35px;
  position: relative;
}

.pers-ease-item ._stripe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.pers-ease-item:hover ._stripe {
  opacity: 1;
}

.pers-ease-item._inject {
  width: 57.14255712%;
}

.pers-ease-item ._photo {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.pers-ease-item ._photo._quadratic {
  padding-bottom: 100%;
}

.pers-ease-item ._photo._elongated {
  padding-bottom: 150%;
}

.pers-ease-item ._photo-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.pers-ease-item ._name {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

.pers-ease-item ._descr {
  font-size: 0.6em;
}

.abt-teamconsult-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.66em;
  height: 6.66em;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

/* AboutTeamConsult : End */
/* BambiniHeader : Start */
.sct-bambini-header._has-overlap {
  padding-bottom: 220px;
}

.bmbn-header-img {
  margin-bottom: -150px;
}

.bmbn-header-img img {
  display: block;
  width: 100%;
}

.bmbn-header-content {
  font-size: 1.2em;
  text-align: right;
}

.bmbn-header-content ._under-content {
  font-size: 0.65em;
  color: #b2b2b2;
}

.bmbn-header-content p {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.bambini-ms-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

/* BambiniHeader : End */
/* BambiniMainSescr : Start */
.sct-bambini-main-descr ._is-overlap {
  margin-top: -220px;
}

.bmbn-main-descr-content {
  background: -webkit-gradient(linear, right top, left top, from(#0e5cab), to(#0098dd));
  background: -webkit-linear-gradient(right, #0e5cab, #0098dd);
  background: linear-gradient(to left, #0e5cab, #0098dd);
}

.bmbn-main-descr-content.wings._blue:before, .bmbn-main-descr-content.wings._blue:after {
  background-color: #0e5cab;
}

.bmbn-goals-subinfo-icon {
  width: 150px;
  color: #009fe3;
}

/* BambiniMainSescr : End */
/* BambiniGoals : Start */
.sct-bambini-goals .bg-text {
  z-index: 0;
}

.sct-bambini-goals .list-dashed {
  padding-left: 0;
}

.bmbn-goals-left,
.bmbn-goals-right {
  background-color: #fff;
}

.bmbn-bg {
  position: relative;
}

.bmbn-bg .bg-header-image {
  -o-object-position: 0 0;
     object-position: 0 0;
}

.bmbn-bg-circle {
  width: 4.83em;
  height: 4.83em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 5;
}

.bmbn-goals-subinfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100%;
}

.bmbn-goals-subinfo-left,
.bmbn-goals-subinfo-right {
  height: 100%;
  align-self: center;
  position: relative;
}

.bmbn-goals-subinfo-left {
  width: 60%;
}

.bmbn-goals-subinfo-right {
  width: 40%;
  text-align: right;
}

.bmbn-goals-img-help {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.bmbn-goals-subinfo-icon {
  width: 5em;
  height: 5em;
}

/* BambiniGoals : End */
/* BambiniExperts : Start */
.bambini-experts-slider {
  color: #ffffff;
  background-color: #16c2f4;
}

.bambini-experts-slide .video-block {
  background-color: #fff;
}

.bambini-experts-content {
  padding: 1.5em 28.3% 1.5em 12.5%;
}

.bambini-experts-content ._name {
  font-weight: 400;
  margin-bottom: .6em;
}

.bambini-experts-content ._descr {
  font-size: 0.6em;
}

/* BambiniExperts : End */
/* BambiniSufety : Start */
.bmbn-sufety-bg img {
  -o-object-position: 25% 0;
     object-position: 25% 0;
  font-family: "object-position: 25% 0;";
}

/* BambiniSufety : End */
/* BambiniReviews : Start */
.bmbn-revs-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.bmbn-revs-left,
.bmbn-revs-right {
  width: 50%;
}

.bmbn-revs-left {
  color: #ffffff;
  background-color: #009fe3;
  background: -webkit-gradient(linear, right top, left top, from(#0e5cab), to(#0098dd));
  background: -webkit-linear-gradient(right, #0e5cab, #0098dd);
  background: linear-gradient(to left, #0e5cab, #0098dd);
  padding: 100px 6.1% 100px 6.1%;
}

.bmbn-revs-quote {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0;
}

.bmbn-revs-quote cite {
  font-style: normal;
  font-weight: 400;
}

.bmbn-revs-quote p {
  margin-top: 0;
}

.bmbn-revs-quote .bmbn-revs-quote-wrap {
  z-index: 2;
  position: relative;
}

.bmbn-revs-quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}

.bmbn-revs-quote-icon svg {
  width: 8em;
}

/* BambiniReviews : End */
/* BambiniStages : Start */
.sct-bambini-stages {
  background-color: #009fe3;
}

.sct-bambini-stages .bg-text {
  z-index: 0;
}

.bmbn-stages-content {
  margin-bottom: 35px;
}

.bmbn-stages-table {
  display: block;
}

.bmbn-stages-table img {
  width: 100%;
}

/* BambiniStages : End */
.slider-main {
  display: none;
}

.slider-main._height-full {
  height: 100%;
}

.slider-main._height-full div, .slider-main._height-full figure {
  height: 100%;
}

.slider-main .slick-arrow {
  cursor: pointer;
  display: block;
}

.slider-main .slick-disabled {
  cursor: not-allowed;
}

.slider-main._arrows-main .slick-arrow {
  font-size: 1em;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -2em;
  line-height: 2em;
  text-align: center;
  color: #ffffff;
  background-color: #002945;
  z-index: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.slider-main._arrows-main .slick-arrow:hover {
  background-color: #009fe3;
}

.slider-main._arrows-main .slick-arrow:active {
  opacity: 0.95;
}

.slider-main._arrows-main .slick-arrow .fa, .slider-main._arrows-main .slick-arrow .fas, .slider-main._arrows-main .slick-arrow .far, .slider-main._arrows-main .slick-arrow .fal, .slider-main._arrows-main .slick-arrow .fab {
  line-height: inherit;
}

.slider-main._arrows-main .slick-next {
  left: 2em;
}

.slider-main._arrows-main .slick-prev {
  left: 0;
}

.slider-main._arrows-main .slick-disabled {
  opacity: 0.25;
  background-color: transparent !important;
}

.slider-main._arrows-main._arrows-main-right .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slider-main._arrows-main._arrows-main-right .slick-arrow.slick-prev {
  left: auto;
  right: 2em;
}

.slider-main._nav .slick-slide .slide-main {
  cursor: pointer;
  position: relative;
}

.slider-main._nav .slick-slide .slide-main:before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.slider-main._nav .slick-slide:hover .slide-main:before, .slider-main._nav .slick-slide.slick-center .slide-main:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.slider-main._nav .slick-slide:active .slide-main:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.slider-main .slide-main {
  position: relative;
}

.slider-main .slide-main._img-single img {
  width: 100%;
}

.slider-main .slick-slide > div {
  line-height: 0;
}

.slider-main .slick-slide > div > * {
  line-height: normal;
}

.img-proportional {
  padding-bottom: 100%;
  position: relative;
}

.img-proportional img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-proportional._50 {
  padding-bottom: 50%;
}

.img-proportional._65 {
  padding-bottom: 65%;
}

.img-proportional._70 {
  padding-bottom: 70%;
}

.img-proportional._75 {
  padding-bottom: 75%;
}

.img-proportional._120 {
  padding-bottom: 120%;
}

.img-abs-wrap {
  position: relative;
}

.img-abs-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.bg-header-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -150;
}

.sct-paddings {
  padding: 100px 0;
}

.theme-submit-block {
  position: relative;
}

.theme-input-block {
  margin: 15px 0;
  position: relative;
}

.theme-input-block label {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  font-size: 1em;
  padding: 0.666666em 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  z-index: 1;
}

.theme-input-block input {
  padding: 0.666666em 0;
  margin: 0;
}

.theme-input-block.focused label {
  top: -.85em;
  font-size: .7em;
  color: #009fe3;
}

.wpcf7 br {
  display: none !important;
}

.ajax-loader,
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-not-valid-tip {
  color: #f12929;
  font-size: .7em !important;
  display: block;
  width: 100%;
  position: absolute;
  top: 103%;
  left: 0;
  line-height: 1;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-not-valid {
  border-bottom-color: #f12929;
}

.wpcf7-acceptance .jcf-checkbox {
  display: block;
  float: left;
  margin: 0 .65em .65em 0;
}

.wpcf7-acceptance label {
  display: block;
  margin: 35px 0;
}

/* Change Autocomplete styles in Chrome*/
.theme-submit-block {
  position: relative;
}

.acf7-preloader {
  display: none;
  position: absolute;
  top: 50%;
  left: 8%;
  width: 1.5em !important;
  height: 1.5em !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.acf7-preloader svg, .acf7-preloader img {
  width: 1.5em;
  height: 1.5em;
}

/* PAGE : Events : Start */
.sct-events-nearest ._left {
  background-color: #fff;
}

.events-article-nearest ._title {
  margin: 0;
}

.events-article-nearest ._cover {
  display: block;
  position: relative;
  min-height: 400px;
  height: 100%;
}

.events-article-nearest ._sign {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  color: #d5d5d5;
  margin-bottom: 1.35em;
}

.events-article-nearest ._tags {
  color: #d5d5d5;
}

.events-article-nearest ._tags a {
  text-decoration: none;
}

.events-article-nearest ._tags a:hover {
  color: #009fe3;
}

.events-article-nearest ._right {
  padding-left: 60px;
}

.evs-art-nearest-content p {
  margin: 1.35em 0;
}

/* PAGE : Events : End */
.sct-post-single {
  padding-top: 25px;
  padding-bottom: 100px;
}

.sct-post-single-article {
  margin-bottom: 50px;
}

.post-meta {
  margin: 1em -.7em;
}

.post-meta ._meta-left,
.post-meta ._meta-right {
  display: block;
  width: 50%;
}

.post-meta ._meta-left {
  float: left;
  text-align: left;
}

.post-meta ._meta-right {
  float: right;
  text-align: right;
}

.post-meta ._item {
  display: inline-block;
  margin: .2em 0.8em;
  font-size: .85em;
  line-height: 1.5;
  color: #d5d5d5;
}

.post-meta ._item .link-readmore {
  color: #222;
  font-size: 1.1em;
}

.post-meta ._item a:not(.link-readmore) {
  text-decoration: none;
}

.post-meta ._item a:not(.link-readmore):hover {
  color: #009fe3;
}

/* NewsSingle : Start */
.post-single-cover {
  padding-bottom: 45%;
  position: relative;
  background-color: #f3f3f3;
  margin-bottom: 1.25em;
}

.post-single-cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.post-single-title {
  margin-bottom: 0.8em;
}

.post-single-share {
  float: right;
}

.post-single-event-date {
  font-weight: 400;
}

/* NewsSingle : End */
/* Sidebars : Start */
.sidebar-events-bottom .widget,
.sidebar-news-bottom .widget {
  padding-bottom: 0 !important;
}

.widget-article-next {
  margin-top: 35px;
}

.widget-article-related {
  margin-bottom: 0;
  margin-top: 35px;
}

/* Sidebars : End */
/* SocialsShare : Start */
.cocials-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cocials-share > li {
  display: inline-block;
  vertical-align: middle;
}

.cocials-share > li > a {
  display: inline-block;
  font-size: 1.15em;
  padding: 0.2em;
}

.cocials-share > li > a i {
  color: #c6c6c6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.cocials-share > li > a:hover i {
  color: #009fe3;
}

.cocials-share > li:first-child > a {
  padding-left: 0;
}

.cocials-share > li:last-child > a {
  padding-right: 0;
}

/* SocialsShare : End */
.circle-deco-pink.exab-page-news-deco {
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-42%, -20%);
          transform: translate(-42%, -20%);
  z-index: 2;
}

.circle-deco-pink.exab-page-events-deco {
  font-size: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sct-news-all-header .bsh-title {
  position: relative;
  z-index: 3;
}

.sct-news-all-header .bsh-title-container {
  position: relative;
}

.exo-clinic-map {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.clinic-map-container {
  padding-bottom: 30%;
  position: relative;
}

.clinic-map-info-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.clinic-map-info-wrap {
  color: #222;
  padding: 50px 0 50px 125px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.clinic-map-info-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 500%;
  background-color: #fff;
  z-index: -1;
}

.clinic-map-item {
  display: none;
}

.pg-doc-ms .sect-full-item {
  width: 100% !important;
}

/* MainPage: (edit: 26.07.2019) : Start */
.rhb-rsc-glr {
  background-color: #fff;
}

.rhb-rsc-glr-item {
  float: left;
  width: 50%;
  padding-bottom: 50%;
  position: relative;
}

.rhb-rsc-glr-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* HomeRehub : Start */
.sct-home-rehub .rhb-rsc-glr {
  margin-left: -30%;
}

.sct-home-rehub .list-features {
  font-size: 0.85em;
}

.home-rehub-container .sect-half-item {
  width: 100%;
}

.home-rehub-container > ._right {
  align-self: flex-end;
}

.home-rehub-container > ._right .grid-flex {
  -webkit-box-align: end;
          align-items: flex-end;
}

.home-rehub-container > ._left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.home-rehub-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.home-rehub-exo-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.home-rehub-deco-circle {
  font-size: .2em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}

/* HomeRehub : End */
/* HomeResearches : Start */
.sct-home-researches .rhb-rsc-glr {
  margin-left: -30%;
}

.home-resch-container .sect-half-item {
  width: 100%;
}

.home-resch-container ._right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #009fe3;
  background: -webkit-gradient(linear, right top, left top, from(#0e5cab), to(#0098dd));
  background: -webkit-linear-gradient(right, #0e5cab, #0098dd);
  background: linear-gradient(to left, #0e5cab, #0098dd);
  position: relative;
}

.home-resch-container ._right:before, .home-resch-container ._right:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300%;
  z-index: -1;
  background-color: #0e5cab;
}

.home-resch-container ._right:after {
  display: block;
  left: auto;
  right: -300%;
}

.home-resch-container ._right:before {
  right: auto;
  left: -300%;
}

.home-resch-container > .sect-half-item {
  color: #ffffff;
  background-color: #002945;
}

.home-resch-wrap {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.home-resch-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.home-resch-content.wings:before, .home-resch-content.wings:after {
  background-color: #002945;
}

.home-rsch-deco-circle {
  font-size: 0.35em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-27%, -27%);
          transform: translate(-27%, -27%);
}

/* HomeResearches : End */
/* HomeStats : Start */
.sct-home-statistics {
  color: #ffffff;
  background-color: #002945;
}

.exo-stats {
  font-size: 1.3em;
}

.exo-stats-item {
  position: relative;
  margin: 1.1em 0;
}

.exo-stats-item ._num, .exo-stats-item ._descr {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
}

.exo-stats-item ._num {
  font-size: 1.5em;
  line-height: 1.72em;
  padding-left: 0.72em;
  position: relative;
  z-index: 1;
}

.exo-stats-item ._num:before {
  content: '';
  display: block;
  width: 1.72em;
  height: 1.72em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #d01b8f;
  background: -webkit-gradient(linear, left bottom, right top, from(#814299), to(#ec008c));
  background: -webkit-linear-gradient(bottom left, #814299, #ec008c);
  background: linear-gradient(to top right, #814299, #ec008c);
  z-index: -1;
}

.exo-stats-item ._descr {
  line-height: 1.1em;
  margin: 0.35em 0;
}

/* HomeStats : End */
/* HomeLastNews : Start */
.news-last-item._first .nws-lst-right,
.news-last-item._first .nws-lst-left,
.news-last-item._regular {
  height: 480px;
}

.news-last {
  margin: 25px 0;
}

.news-last-item {
  position: relative;
}

.news-last-item .post-meta ._item {
  color: #222222;
}

.news-last-item._first .post-meta {
  font-weight: 400;
}

.news-last-item._first .post-meta * {
  line-height: 1;
  margin-bottom: 0;
}

.news-last-item._first .nws-lst-title {
  max-height: 3em;
  overflow: hidden;
}

.news-last-item._first .news-last-item-wrap {
  display: -webkit-box;
  display: flex;
}

.news-last-item._first .nws-lst-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.news-last-item._first .nws-lst-left {
  position: relative;
}

.news-last-item._first .nws-lst-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 2em;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 45%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 45%, rgba(255, 255, 255, 0));
}

.news-last-item._first .nws-lst-footer .post-meta {
  margin-bottom: 0;
}

.news-last-item._first .nws-lst-excerpt {
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-size: 0.66em;
}

.news-last-item._first .nws-lst-info {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.news-last-item._regular .post-meta {
  font-size: 0.6em;
}

.news-last-item._regular .nws-lst-title {
  height: 3em;
  overflow: hidden;
}

.news-last-item._regular .nws-lst-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 45%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 45%, rgba(255, 255, 255, 0));
}

.news-last-item._regular .nws-lst-footer .post-meta {
  margin-bottom: 0;
}

.news-last-item._regular .nws-lst-cover {
  padding-bottom: 90%;
}

.news-last-item .link-readmore,
.news-last-item .link-source {
  white-space: nowrap;
}

.nws-lst-cover {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #efefef;
}

.nws-lst-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* HomeLastNews : End */
/* HomeNearestEvents : Start */
.sct-home-nearest-events {
  padding-top: 0 !important;
}

.events-last {
  color: #ffffff;
  margin: 25px -30px;
}

.events-last.slider-main._arrows-main .slick-arrow {
  margin-left: 30px;
}

.evs-last-item {
  padding-left: 30px;
  padding-right: 30px;
}

.evs-last-item-wrap {
  padding-bottom: 100%;
  position: relative;
}

.evs-last-item-container {
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  padding: 35px 35px 45px 35px;
}

.evs-last-item-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #009fe3;
  background: -webkit-gradient(linear, left top, right top, from(#1690ca), to(#074284));
  background: -webkit-linear-gradient(left, #1690ca, #074284);
  background: linear-gradient(to right, #1690ca, #074284);
  opacity: 0.7;
  z-index: -1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.evs-last-item-container:hover:before {
  opacity: 0.5;
}

.evs-last-item-container:active:before {
  opacity: 0.55;
}

.evs-lst-date ._date {
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.08em;
}

.evs-lst-date ._time {
  font-size: 0.6em;
}

.evs-lst-title {
  max-height: 3em;
  overflow: hidden;
}

.evs-lst-excerpt {
  font-size: 0.6em;
  max-height: 5.2em;
  line-height: 1.35em;
  overflow: hidden;
}

.evs-lst-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.evs-lst-cover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -2;
}

.evs-lst-main {
  position: relative;
  z-index: 1;
}

/* HomeNearestEvents : End */
/* HomeInstagram : Start */
.sct-home-instagram .insta-gallery-feed {
  margin-top: 25px;
}

.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
  background: rgba(0, 0, 0, 0.6) !important;
}

.mfp-wrap .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-arrow.mfp-arrow-right:before {
  color: #ffffff;
}

.insta-gallery-feed .insta-gallery-actions {
  margin: 0 !important;
}

/* HomeInstagram : End */
/* MainPage: (edit: 26.07.2019) : End */
/* PageRehab : (08.08.2019) Start */
.sct-basic-main-p-rehab {
  background-color: #164593;
}

.sct-basic-main-p-rehab .sect-half-img-wrap {
  background-color: #fff;
}

.p-rehab-basic-first {
  background-color: #fff;
}

.p-rehab-basic-first .bg-text > span {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.p-rehab-basic-second {
  background-color: #f2f2f2;
}

.p-rehab-basic-second.wings:before, .p-rehab-basic-second.wings:after {
  background-color: #f2f2f2;
}

.p-rehab-basic-img {
  margin-top: -45px;
  margin-bottom: -150px;
}

/* PageRehubSympos : Start */
.p-rehab-sympos-container {
  background-color: #009fe3;
  background: -webkit-gradient(linear, left top, right top, from(#0390d3), to(#164593));
  background: -webkit-linear-gradient(left, #0390d3, #164593);
  background: linear-gradient(to right, #0390d3, #164593);
  position: relative;
}

.p-rehab-sympos-container ._left {
  padding-right: 30px;
}

.p-rehab-sympos-container ._right {
  padding-top: 90px;
  align-self: flex-end;
}

.p-rehab-sympos-container:before, .p-rehab-sympos-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300%;
  z-index: -2;
}

.p-rehab-sympos-container:before {
  right: auto;
  left: -300%;
  background-color: #0390d3;
}

.p-rehab-sympos-container:after {
  right: -300%;
  left: auto;
  background-color: #164593;
}

.p-rehab-sympos-title {
  font-size: 1.3em !important;
}

.p-rehab-sympos-circle-small,
.p-rehab-sympos-circle-mid,
.p-rehab-sympos-circle-big {
  position: absolute;
  z-index: 2;
}

.p-rehab-sympos-circle-mid {
  font-size: 0.3em;
  top: 0;
  right: 0;
  -webkit-transform: translate(-100%, -35%);
          transform: translate(-100%, -35%);
}

.p-rehab-sympos-circle-small {
  font-size: .11em;
  top: 20%;
  right: 20%;
}

.p-rehab-sympos-circle-big {
  font-size: .8em;
  bottom: 0;
  right: 0%;
  -webkit-transform: translate(0%, 65%);
          transform: translate(0%, 65%);
}

/* PageRehubSympos : End */
/* PageRehubStages : Start */
.p-rehab-stages-container > .sect-half-item._left {
  width: 41.66666666%;
}

.p-rehab-stages-container > .sect-half-item._right {
  width: 58.66666666%;
  align-self: center;
}

.p-rehab-stages-stats {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.p-rehab-stages-stats ._left {
  width: 71.5%;
}

.p-rehab-stages-stats ._right {
  width: 28.5%;
}

.p-rehab-stages-stats-funcs,
.p-rehab-stages-stats-ftrs {
  margin: 125px 0;
}

.p-rehab-stages-stats-pilot {
  height: 100%;
  margin-right: 30px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.p-rehab-stages-stats-pilot img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-rehab-stages-stats-item._left, .p-rehab-stages-stats-item._right {
  align-self: center;
}

/* PageRehubStages : End */
/* PageRehubGoals : Start */
.sct-p-rehab-goals .sect-half-item._left {
  padding-top: 0;
}

.p-rehab-goals-circle {
  width: 5.5em;
  height: 5.5em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: -1;
}

/* PageRehubGoals : End */
/* PageRehubOther : Start */
/* PageRehubOther : End */
/* PageRehab : (08.08.2019) End */
/* PageResearch : (09.08.2019) : Start */
.p-research-basic {
  background-color: #009fe3;
}

.p-research-basic .basic-main-wrap {
  background-color: #fff;
}

.p-research-supp-img img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-research-circle {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -60%);
          transform: translate(30%, -60%);
  z-index: 1;
}

.list-approbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-approbs > li {
  text-align: center;
  margin-bottom: 35px;
}

.list-approbs > li .lst-apbs-img {
  display: block;
  margin: 0 auto 35px auto;
}

.list-approbs > li:last-child {
  margin-bottom: 0;
}

.list-approbs figcaption {
  font-size: 0.94em;
}

.lst-apbs-img {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.lst-apbs-img > img {
  width: 100%;
  padding: 20px;
}

/* PageResearchApprob : Start */
.sct-p-rsch-approb {
  color: #ffffff;
  background-color: #009fe3;
}

.sct-p-rsch-approb .cst-title-4 {
  font-weight: 700 !important;
}

.list-approbs-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.list-approbs-grid > li {
  width: 25%;
  padding: 0 15px;
}

/* PageResearchApprob : End */
/* PageResearchBambini : Start */
.sct-p-research-bambini {
  padding-top: 0 !important;
}

.sct-p-rsch-subcontent .sect-half-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-research-bambini-supp-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* PageResearchBambini : End */
/* PageResearchReports : Start */
.sct-p-rsch-reports {
  color: #ffffff;
  background-color: #002945;
  padding-bottom: 0 !important;
}

.sct-p-rsch-reports .container {
  position: relative;
}

.p-rsch-reps-slider {
  margin-right: -165px;
  margin-top: 75px;
  background-color: #002945;
}

.p-rsch-reps-slider.slider-main._arrows-main .slick-arrow {
  top: 0;
}

.p-rsch-rep-container {
  display: -webkit-box;
  display: flex;
}

.p-rsch-rep-col {
  width: 50%;
}

.p-rsch-rep-col._img {
  display: block;
  min-height: 730px;
  position: relative;
}

.p-rsch-rep-col._img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-rsch-reps-circle {
  width: 8em;
  height: 8em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -10%);
          transform: translate(25%, -10%);
}

/* PageResearchReports : End */
/* PageResearch : (09.08.2019) : End */
/* Page404 : (15.08.2019) : Start */
.sct-page-404 {
  display: block !important;
  padding-top: 15px;
  padding-bottom: 75px;
  min-height: auto;
}

.sct-page-404 .exab-ms-content {
  width: 100%;
  font-size: 1em;
}

.page-404-title {
  font-size: 2em;
}

.page-404-imgs {
  margin-bottom: 45px;
}

.page-404-imgs img {
  width: 100%;
}

.p-404-text-deco {
  font-size: 27em;
  z-index: 1;
}

/* Page404 : (15.08.2019) : End */
.p-contacts-map-img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/**
 * For "En" ver 26.01.2020
 * Start
 */
/**
 * Cookie Use Warn
 */
.cookie-use-warn {
  color: #ffffff;
  background-color: #009fe3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 0;
  z-index: 9999999999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.cookie-use-warn__right {
  text-align: right;
}

.cookie-use-warn__active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**
 * Clinical studies
 */
/**
 * List Statistic
 */
.list-statistic {
  font-size: 1.15em;
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-statistic__item:before, .list-statistic__num, .list-statistic__text {
  vertical-align: middle;
}

.list-statistic__item {
  display: block;
  margin: 1em 0;
  position: relative;
}

.list-statistic__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -.85em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #d01b8f;
  background: -webkit-gradient(linear, right bottom, left top, from(#814299), to(#ec008c));
  background: -webkit-linear-gradient(bottom right, #814299, #ec008c);
  background: linear-gradient(to top left, #814299, #ec008c);
  z-index: 0;
}

.list-statistic__num {
  font-size: 3.1em;
  margin-right: 0.25em;
  z-index: 5;
  position: relative;
}

.list-statistic__text {
  font-size: 1.15em;
}

/**
 * List Simple
 */
.list-simple {
  font-size: 2.75em;
  font-family: "FuturaPT", Arial, sans-serif;
  font-weight: 600;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-simple__item {
  display: block;
  line-height: .85;
  margin: 0.5em 0;
}

/**
 * Other
 */
.page-id-2645 .sct-exabout-features .exabout-features-list li {
  margin: 2.7em auto;
}

/**
 * For "En" ver 26.01.2020
 * End
 */

@media only screen and (max-width: 1599px) {
  .clinical-studies__list-statistic {
    font-size: .95em;
  }
  .clinical-studies__list-simple {
    font-size: 2em;
  }
}

@media only screen and (max-width: 1199px) {
  .clinical-studies__list-statistic {
    font-size: .75em;
  }
  .clinical-studies__list-simple {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 991px) {
  .clinical-studies__list-statistic, .clinical-studies__list-simple {
    margin: 25px 0;
  }
  .home-rsch-deco-circle {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .clinical-studies__list-simple br {
    display: none;
  }
}
