@charset "UTF-8";

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("/assets/career/fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("/assets/career/fonts/HelveticaNeueCyr-Roman.ttf") format("ttf"), url("/assets/career/fonts/HelveticaNeueCyr-Roman.eot") format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("/assets/career/fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/assets/career/fonts/HelveticaNeueCyr-Bold.ttf") format("ttf"), url("/assets/career/fonts/HelveticaNeueCyr-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: #004A99;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

*::selection {
  background: #004A99;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

*::-moz-selection {
  background: #004A99;
  color: #fff;
}

html {
  height: 100%;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  color: #28415E;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  height: 100%;
  padding-top: 142px;
}

button {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 15px;
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  text-align: left;
  line-height: inherit;
}

button:focus {
  outline: none !important;
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.overflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

[data-fixed-element],
[data-slider-scroll-element] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p {
  margin-bottom: 26px;
}

p + .ul,
p + ul:not([class]) {
  margin-top: 40px;
}

a {
  color: #006CFC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none !important;
}

a:active {
  color: #004A99;
  text-decoration: none;
}

.link-soft {
  color: #8BBEF5;
}

.link-soft:active {
  color: #fff;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 700;
  margin-bottom: 32px;
}

h1 span,
.h1 span {
  font-weight: 400;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.27778;
  font-weight: 700;
  margin-bottom: 24px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.41667;
  font-weight: 700;
  margin-bottom: 24px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

h6,
.h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-upper {
  text-transform: uppercase;
  margin-bottom: 22px;
}

.title-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 46px;
}

.title-between__title {
  margin-bottom: 0;
  margin-right: 24px;
}

.title-gray {
  color: #BFCBDA;
  font-size: 24px;
  margin-bottom: 20px;
}

h2:not(:first-child),
.h2:not(:first-child),
h3:not(:first-child),
.h3:not(:first-child),
h4:not(:first-child),
.h4:not(:first-child),
h5:not(:first-child),
.h5:not(:first-child),
h6:not(:first-child),
.h6:not(:first-child) {
  margin-top: 64px;
}

.title-blue {
  display: inline-block;
  font-size: 20px;
  color: #006CFC;
  margin-bottom: 16px;
}

.title-tag .tag-map,
.title-tag .tag {
  margin-left: 28px;
}

.bold {
  font-weight: 700;
}

.text-lg {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 36px;
}

.text-blue {
  color: #006CFC;
}

.text-blue-soft {
  color: #8BBEF5;
}

.text-gray {
  color: #A7B7C9;
}

.text-center {
  text-align: center;
}

.text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.text-col__item {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 48px;
}

.text-col__item *:last-child {
  margin-bottom: 0;
}

.text-col__title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.text-line {
  padding-top: 128px;
  padding-bottom: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-line__line {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1px;
  background: #004A99;
  position: relative;
}

.text-line__line::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  background: #004A99;
  border-radius: 50%;
}

.text-line__line:last-child::after {
  right: auto;
  left: 0;
}

.text-line__text {
  padding: 0 110px;
  font-size: 24px;
  color: #004A99;
}

.text-line-left {
  font-size: 24px;
  padding: 22px 52px;
  color: #004A99;
  border-left: 4px solid #004A99;
  margin-top: 48px;
  margin-bottom: 48px;
}

.text-background {
  background: #EEF4FB;
  border-radius: 20px;
  padding: 40px 52px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.text-background__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.text-background > *:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

.ul,
ul:not([class]) {
  margin-left: 38px;
  margin-bottom: 40px;
  padding-right: 26px;
}

.ul li,
ul:not([class]) li {
  position: relative;
  left: 26px;
  margin-bottom: 12px;
}

.ul li::before,
ul:not([class]) li::before {
  content: '';
  position: absolute;
  margin-left: -26px;
  margin-top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #004A99;
}

.ul-cols {
  -webkit-column-count: 2;
  column-count: 2;
}

.ul-cols li {
  padding-right: 20px;
}

.ul-star {
  list-style: none;
  margin-bottom: 28px;
}

.ul-star li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}

.ul-star li::before {
  content: '';
  position: absolute;
  margin-left: -28px;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  background: url(/assets/career/images/star.svg);
}

.ul-check {
  list-style: none;
  margin-bottom: 28px;
}

.ul-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}

.ul-check li::before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iOCIgZmlsbD0iIzAwNEE5OSIvPgo8cGF0aCBkPSJNMyA4TDYuNSAxMS41TDEzIDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=) no-repeat center; /*icon-check.svg*/
  background-size: contain;
}

.ol,
ol:not([class]) {
  list-style: none;
  counter-reset: item;
  margin-left: 38px;
  margin-bottom: 40px;
  padding-right: 26px;
}

.ol li,
ol:not([class]) li {
  position: relative;
  left: 26px;
  margin-bottom: 12px;
}

.ol li::before,
ol:not([class]) li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  margin-left: -26px;
  margin-top: 0;
  font-weight: 700;
}

.float-right {
  float: right;
  margin: 4px 0 20px 70px;
  max-width: 56%;
}

.float-left {
  float: left;
  margin: 4px 70px 20px 0;
  max-width: 56%;
}

.clear::before,
.clear::after {
  content: '';
  display: block;
  clear: both;
}

.content {
  max-width: 820px;
  margin-bottom: 64px;
}

.content_sm {
  width: calc(100% - 484px);
}

figure img {
  display: block;
  border-radius: 8px;
}

figcaption {
  margin-top: 12px;
  color: #BFCBDA;
  padding-right: 92px;
}

.figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.with-aside {
  position: relative;
}

.with-aside .aside-picture {
  position: absolute;
  left: calc(100% + 140px);
  width: 480px;
}

.with-aside .aside-picture__img {
  display: block;
  height: 320px;
}

.with-aside .aside-picture__img img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.with-aside .aside-picture_top {
  top: 0;
}

.with-aside .aside-picture_bottom {
  bottom: 100%;
}

.nowrap {
  white-space: nowrap;
}

.table {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  border-spacing: 0;
}

.table th {
  color: #A7B7C9;
  font-weight: 400;
  padding: 0 40px 8px;
}

.table td {
  padding: 20px 40px;
}

.table td:first-child {
  border-radius: 8px 0 0 8px;
}

.table td:last-child {
  border-radius: 0 8px 8px 0;
}

.table tr:nth-child(odd) td {
  background: #EEF4FB;
}

.nowrap {
  white-space: nowrap;
}

@-webkit-keyframes animateLine {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animateLine {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider *:focus {
  outline: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(40, 65, 94, 0.75);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 6px auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.mfp-arrow > * {
  pointer-events: none;
}

.mfp-arrow-left {
  left: 24px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.mfp-arrow-right {
  right: 24px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  display: table;
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-images .mfp-img {
  padding: 0;
}

.mfp-images .mfp-figure {
  background: #fff;
  border-radius: 20px;
  padding: 56px 20px 20px;
}

.mfp-images .mfp-title {
  color: #A7B7C9;
  padding: 0;
  text-align: center;
}

.mfp-images .mfp-bottom-bar {
  position: relative;
  margin: 0;
}

.mfp-images figcaption {
  margin-top: 20px;
  display: table-caption;
  caption-side: bottom;
  padding-right: 0;
}

.mfp-images .mfp-close {
  line-height: 1;
  padding: 0;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.mfp-images .mfp-close .ico {
  width: 20px;
  height: 20px;
  display: block;
}

.mfp-images .mfp-close > * {
  pointer-events: none;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -webkit-linear-gradient(top, #ddd -50%, white 150%);
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -webkit-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -webkit-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -webkit-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -webkit-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -webkit-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.br-theme-css-stars .br-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 14px;
  width: 14px;
  line-height: 1;
  margin-left: 8px;
  background-image: url(/assets/career/images/star-gray.svg);
  background-size: 100%;
}

.br-theme-css-stars .br-widget a:first-child {
  margin-left: 0;
}

.br-theme-css-stars .br-widget a:first-child {
  margin-left: 0;
}

.br-theme-css-stars .br-widget a.br-selected {
  background-image: url(/assets/career/images/star-blue.svg);
}

.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-css-stars .br-readonly a {
  cursor: default;
}

/*
 * Custom Select jQuery Plugin Base
 */

.custom-select {
  position: relative;
}

.custom-select__option {
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.custom-select__option--value {
  border: none;
  position: relative;
}

.custom-select__option-wrap {
  position: relative;
}

.custom-select__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select--dropup .custom-select__dropdown {
  top: auto;
  bottom: 100%;
}

/*
 * Custom Select jQuery Plugin Theme
 */

.custom-select__option:focus {
  outline: none;
}

.custom-select__option[disabled] {
  color: #a1a1a1;
  cursor: default;
}

.custom-select__option[disabled]:hover,
.custom-select__option[disabled]:focus {
  background-color: transparent;
}

.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}

.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px;
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
}

.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #e6e6e6;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 1rem;
  color: #212121;
}

.custom-select__input:focus {
  outline: none;
}

.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.custom-select__dropdown {
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 5;
  margin-top: 4px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  -webkit-box-shadow: 0 10px 10px -12px rgba(40, 65, 94, 0.2);
  box-shadow: 0 10px 10px -12px rgba(40, 65, 94, 0.2);
}

.custom-select--dropup .custom-select__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #8BBEF5;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #004A99;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #004A99;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #004A99;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #8BBEF5 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #004A99 !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

.list-popup {
  list-style: none;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  -webkit-box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-size: 13px;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear 0.2s;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0.2s linear 0.2s;
}

.list-popup__link {
  display: block;
  white-space: nowrap;
  color: #004A99;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 13px;
}

.list-popup__link:hover {
  background: #EEF4FB;
  text-decoration: none;
}

.open .list-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.header {
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.header-top {
  border-bottom: 1px solid #EEF4FB;
  padding: 10px 0 6px;
  color: #004A99;
}

.header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__item {
  margin-left: 56px;
}

.header-top__item:first-child {
  margin-left: 0;
}

.header-top a {
  color: #004A99;
}

.header-main {
  border-bottom: 1px solid #EEF4FB;
  padding: 20px 0;
  position: relative;
  background: #fff;
}

.header-main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-main__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.header-main__logo:hover {
  text-decoration: none;
}

.header-main__logo-img {
  margin-right: 20px;
  width:216px;
}

.header-main__logo-scroll {
  display: none;
}

.header-main__btn img {
  display: none;
}

.header-main__btns {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main__phone {
  display: none;
  font-size: 20px;
  color: #004A99;
}

.header-main__phone img {
  display: none;
}

.header-main__phone:hover {
  text-decoration: none;
}

.header-main__btn-menu {
  display: none;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 18px;
  font-size: 0;
  margin-bottom: 1px;
}

.header-main__btn-menu::before,
.header-main__btn-menu::after,
.header-main__btn-menu span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 10px;
  background: #004A99;
}

.header-main__btn-menu::before,
.header-main__btn-menu::after {
  content: '';
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  -o-transition: top 0.2s linear, transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.header-main__btn-menu::before {
  top: 3px;
}

.header-main__btn-menu::after {
  top: 17px;
}

.header-main__btn-menu span {
  top: 10px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.open-menu .header-main__btn-menu span {
  opacity: 0;
}

.open-menu .header-main__btn-menu::before,
.open-menu .header-main__btn-menu::after {
  top: 50%;
}

.open-menu .header-main__btn-menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-menu .header-main__btn-menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-main__search {
  position: relative;
}

.header-main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-main {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-main__item {
  margin-right: 33px;
}

.menu-main__link {
  white-space: nowrap;
  color: #004A99;
}

.menu-main__link.active {
  text-decoration: underline;
}

.menu-catalog {
  list-style: none;
}

.menu-catalog__link_sub::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid #004A99;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-catalog__link-section {
  display: none;
}

.menu-catalog__back {
  display: none;
}

.menu-catalog__sub,
.menu-catalog__sub2 {
  position: absolute;
  z-index: 2;
}

.menu-sub {
  font-size: 13px;
}

.menu-sub__item:hover > .menu-sub__link {
  background: #EEF4FB;
  text-decoration: none;
}

.nav-main__city {
  display: none;
}

.nav-main__city-btn {
  position: relative;
}

.nav-main__city-btn::after {
  content: '';
  border: solid #28415E;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 15px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .nav-main__city-btn::after {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-main__city-btn:hover {
  text-decoration: none;
}

.nav-main__city-current {
  color: #28415E;
  padding-right: 20px;
}

.nav-main__city-label {
  color: #A7B7C9;
}

.nav-main__top {
  display: none;
  background: #fff;
  border-bottom: 8px solid #EEF4FB;
  padding: 20px 40px;
}

.nav-main__link {
  display: block;
  color: #004A99;
  margin-bottom: 10px;
}

.nav-main__link:last-child {
  margin-bottom: 0;
}

.nav-main__catalog {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
}

.nav-main__menu {
  display: none;
  list-style: none;
  background: #004A99;
  padding: 20px 40px;
}

.nav-main__menu a {
  color: #fff;
  display: block;
  padding: 7px 0;
}

.nav-main .btn {
  display: none;
}

.city {
  position: relative;
}

.city__btn {
  color: #004A99;
}

.city__list {
  margin-top: 0;
  width: 170px;
  margin-left: -85px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.city:hover .city__list {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.footer {
  overflow: hidden;
}

.footer-top {
  background: #EEF4FB;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-top a {
  color: #004A99;
}

.footer-main {
  background: #004A99;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 46px;
}

.footer-main__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}

.footer-main__contacts-col {
  margin-bottom: 20px;
}

.footer-main__contact {
  font-size: 24px;
  line-height: 1.41667;
  color: #fff;
}

.footer-main__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}

.footer-main__text {
  font-size: 13px;
  max-width: 410px;
}

.footer-main__app {
  max-width: 280px;
  position: relative;
}

.footer-main__app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-main__smartphone {
  position: absolute;
  max-width: none;
  left: 50%;
  margin-left: -160px;
  top: calc(100% + 70px);
}

.footer-main__email {
  max-width: 360px;
}

.footer-main__social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-main__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright__text {
  margin-bottom: 8px;
  width: 100%;
}

.copyright a {
  margin-right: 30px;
}

.developer {
  color: #fff;
}

.developer__img {
  margin-left: 5px;
}

.developer:hover {
  text-decoration: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.page-inner,
.page-index,
.not-found {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  -o-transition: filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}

.page-slide {
  overflow: hidden;
}

.container {
  width: 1524px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container_lg {
  width: 1780px;
}

.open-menu body {
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
}

.open-menu__btn-overlay {
  visibility: hidden;
  position: absolute;
}

.open-menu .open-menu__btn-overlay {
  position: fixed;
  z-index: 19;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  visibility: visible;
}

.open-popup body {
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
}

.open-popup .mfp-wrap {
  position: fixed;
}

.page-inner {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.page-inner-content {
  margin-top: 80px;
  margin-bottom: 108px;
}

.page-inner-header {
  background: #004A99;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.page-inner-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 62px;
  position: relative;
  z-index: 2;
}

.page-inner-header__h1 {
  margin-bottom: 32px;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-inner-header p {
  margin-bottom: 32px;
}

.page-inner-header__description {
  margin-bottom: 32px;
}

.page-inner-header__description *:last-child {
  margin-bottom: 0;
}

.page-inner-header__bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 900px;
}

.page-inner-header__bottom > *:last-child {
  margin-bottom: 0;
}

.page-inner-header__text {
  max-width: 620px;
}

.page-inner-header__text > *:last-child {
  margin-bottom: 0;
}

.page-inner-header_img {
  background: none;
}

.page-inner-header_img::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  background: #004A99;
  mix-blend-mode: multiply;
  width: 0;
  -webkit-transition: width 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: width 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-inner-header_img .page-inner-header__h1 {
  height: auto;
}

.page-inner-header_img .page-inner-header__container {
  padding-right: 50%;
  padding-bottom: 108px;
  height: 626px;
}

.page-inner-header_img .page-inner-header__description {
  padding-right: 28%;
}

.page-inner-header_img.is-animate::before {
  width: calc(50% + 368px);
}

.page-inner-header_img.is-animate .page-inner-header__img::after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.page-inner-header_img.is-animate .page-inner-header__img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.page-inner-header_img.is-animate .page-inner-header__age {
  opacity: 1;
  -webkit-transition: opacity .5s 1.5s linear;
  -o-transition: opacity .5s 1.5s linear;
  transition: opacity .5s 1.5s linear;
}

.page-inner-header__img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 44%;
  height: 512px;
  width: 1200px;
  overflow: hidden;
}

.page-inner-header__img::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: color;
  width: 470px;
}

@supports (-ms-ime-align: auto) {
  .page-inner-header__img::before {
    opacity: 0.7;
  }
}

.page-inner-header__img::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 1.2s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1.2s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1.2s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-inner-header__img img {
  display: block;
  max-width: none;
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1.6);
  transform: translate3d(0, 0, 0) scale(1.6);
  -webkit-transition: -webkit-transform 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-inner-header__img-simple {
  position: absolute;
  right: 130px;
  top: 50px;
}

.page-inner-header__img-simple img {
  display: block;
}

.page-inner-header__age {
  position: absolute;
  z-index: -1;
  left: -140px;
  bottom: 0;
  font-size: 468px;
  line-height: 260px;
  font-weight: 700;
  color: #0051A7;
  pointer-events: none;
  opacity: 0;
}

.page-inner-header .tags {
  margin-bottom: 6px;
}

.page-inner-header__icons {
  position: absolute;
  bottom: 56px;
  left: 50%;
  padding-left: 100px;
}

.page-inner-header .icon-hover-list {
  margin-top: 40px;
}

.page-inner-header_stock {
  background: none;
  color: #28415E;
}

.page-inner-header_stock .breadcrumbs {
  color: #28415E;
  margin-bottom: 24px;
}

.page-inner-header_stock .breadcrumbs__link {
  color: #A7B7C9;
}

.page-inner-header_stock .breadcrumbs__back::before {
  border-color: #28415E;
}

.page-inner-header_stock .breadcrumbs__item:not(:last-child)::after {
  background: #A7B7C9;
}

.page-inner-header_stock .page-inner-header__h1 {
  height: auto;
}

.page-inner-header_stock .page-inner-header__container {
  height: 606px;
  padding-bottom: 70px;
  position: relative;
}

.page-inner-header_stock .page-inner-header__container::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: calc((100vw - 1780px)/-2 - 40px);
  top: 0;
  bottom: 0;
  background: #EEF4FB;
  width: calc((100vw - 1780px)/2 + 530px);
}

.page-inner-header_stock .page-inner-header__bottom {
  max-width: 700px;
  position: relative;
}

.page-inner-header__img-stock {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 660px;
}

.page-inner-header__img-stock img {
  display: block;
  max-width: none;
}

.page-inner-header__stock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.page-inner-header__stock-info > *:not(:last-child) {
  margin-right: 30px;
}

.page-inner-bottom {
  margin-top: 108px;
  margin-bottom: 108px;
}

.inner-header-doctor {
  position: relative;
  padding-top: 20px;
}

.inner-header-doctor::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  background: #004A99;
  width: 50%;
}

.inner-header-doctor__container {
  position: relative;
  height: 754px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-header-doctor__left {
  width: 520px;
}

.inner-header-doctor__right {
  width: 360px;
  margin-right: 120px;
}

.inner-header-doctor__h1 {
  margin-bottom: 24px;
}

.inner-header-doctor__h1 span {
  display: block;
}

.inner-header-doctor__h4 {
  font-size: 24px;
  margin-bottom: 40px;
}

.inner-header-doctor__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.inner-header-doctor__rating > *:not(:last-child) {
  margin-right: 20px;
}

.inner-header-doctor__rating select.rating-readonly {
  opacity: 0;
}

.inner-header-doctor__img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
  max-height: 105%;
  max-width: 600px;
  overflow: hidden;
}

.inner-header-doctor__img img {
  display: block;
  max-height: 100%;
}

.inner-header-doctor .quote {
  font-size: 20px;
  color: #fff;
}

.inner-header-doctor .breadcrumbs {
  color: #28415E;
  margin-bottom: 32px;
}

.inner-header-doctor .breadcrumbs__btn {
  color: #28415E;
}

.inner-header-doctor .breadcrumbs__btn::after {
  border-color: #28415E;
}

.inner-header-doctor .breadcrumbs__link {
  color: #A7B7C9;
}

.inner-header-doctor .breadcrumbs__back::before {
  border-color: #28415E;
}

.inner-header-doctor .breadcrumbs__item:not(:last-child)::after {
  background: #A7B7C9;
}

.breadcrumbs {
  color: #fff;
  margin-bottom: 38px;
  font-size: 13px;
}

.breadcrumbs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  position: relative;
  white-space: nowrap;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 3px 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8BBEF5;
}

.breadcrumbs__link {
  display: inline-block;
  color: #8BBEF5;
}

.breadcrumbs__btn {
  color: #fff;
  font-size: 13px;
  padding-right: 2px;
}

.breadcrumbs__btn::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .breadcrumbs__btn::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-bottom: 0;
}

.breadcrumbs__menu {
  margin-top: 4px;
}

.breadcrumbs__back {
  display: none;
}

.breadcrumbs__back::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border: 2px solid #8BBEF5;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn-search {
  font-size: 0;
}

.search-content {
  position: relative;
  margin-bottom: 40px;
}

.search-content__btn {
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
}

.search-content_white input {
  background: #fff;
}

.search-site .search-content {
  margin-bottom: 0;
}

.search-header {
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  display: none;
}

.search-header-popup {
  display: block;
  position: absolute;
  z-index: 1;
  top: -16px;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: calc(1780px - 720px);
}

.search-header-popup.open {
  opacity: 1;
  visibility: visible;
}

.header-scroll .search-header-popup {
  width: calc(1780px - 480px);
}

.search-header-popup .search-header__btn {
  right: 70px;
  top: 15px;
}

.search-header__btn {
  position: absolute;
  font-size: 0;
}

.search-header__close {
  font-size: 0;
  position: absolute;
  right: 22px;
  top: 18px;
}

.search-header__close .ico {
  width: 14px;
  height: 14px;
  stroke: #004A99;
}

.search-header .form-field__placeholder {
  white-space: nowrap;
}

.search-header-popup .form-field__field + label.error {
  margin-top: -24px;
  margin-left: 20px;
}

.search-header-popup .form-field__field + label.error + .form-field__placeholder {
  line-height: 36px;
  font-size: 13px;
  color: #004A99;
}

.search-predictive {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  background: #fff;
  -webkit-box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  border-radius: 20px;
  padding: 20px;
  width: 720px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.search-predictive.open {
  opacity: 1;
  visibility: visible;
}

.search-predictive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 8px;
  padding: 12px 20px;
  color: #004A99;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.search-predictive__item:hover {
  background: #EEF4FB;
}

.search-predictive__val {
  width: 360px;
  margin-right: 30px;
}

.search-predictive__description {
  color: #BFCBDA;
}

.search-site {
  background: #EEF4FB;
  padding-top: 32px;
  padding-bottom: 40px;
}

.form-field {
  position: relative;
}

.form-field__placeholder {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 0;
  line-height: 54px;
  color: #A7B7C9;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form-field__field {
  display: block;
  width: 100%;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 15px;
  background: #EEF4FB;
  border: none;
  border-radius: 5px;
  padding: 26px 20px 6px;
  height: 52px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form-field__field:focus {
  outline: none !important;
  -webkit-box-shadow: 0 3px 7px rgba(0, 74, 153, 0.17);
  box-shadow: 0 3px 7px rgba(0, 74, 153, 0.17);
}

.form-field__field:focus ~ .form-field__placeholder,
.field-not-empty .form-field__field ~ .form-field__placeholder {
  line-height: 36px;
  font-size: 13px;
  color: #004A99;
}

.form-field__field.error {
  -webkit-box-shadow: 0 0 0 2px #E23939;
  box-shadow: 0 0 0 2px #E23939;
}

.form-field__field::-webkit-input-placeholder {
  color: #A7B7C9;
  opacity: 0;
}

.form-field__field:-moz-placeholder {
  color: #A7B7C9;
  opacity: 0;
}

.form-field__field::-moz-placeholder {
  color: #A7B7C9;
  opacity: 0;
}

.form-field__field:-ms-input-placeholder {
  color: #A7B7C9;
  opacity: 0;
}

.form-field__field + label.error {
  margin-top: -24px;
  margin-left: 20px;
}

.form-field__field + label.error + .form-field__placeholder {
  line-height: 36px;
  font-size: 13px;
  color: #004A99;
}

.form-field_white {
  background: #fff;
}

textarea.form-field__field {
  max-width: 100%;
  min-width: 100%;
  min-height: 52px;
  height: 128px;
}

.input-unit {
  position: relative;
}

.input-unit__unit {
  position: absolute;
  right: 16px;
  top: 17px;
  color: #BFCBDA;
}

.input-unit__input {
  display: block;
  width: 100%;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 15px;
  background: #EEF4FB;
  border: none;
  border-radius: 5px;
  padding: 16px 30px 16px 14px;
  height: 56px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.input-unit__input:focus {
  outline: none !important;
  -webkit-box-shadow: 0 3px 7px rgba(0, 74, 153, 0.17);
  box-shadow: 0 3px 7px rgba(0, 74, 153, 0.17);
}

.form-item {
  margin-bottom: 32px;
  position: relative;
  padding-right: 24px;
}

.form-item__label {
  display: block;
  color: #A7B7C9;
  font-size: 13px;
  margin-top: 8px;
}

.form-item__required {
  position: absolute;
  right: 0;
  top: 23px;
  color: #BFCBDA;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.form-col__item {
  padding: 0 12px;
  width: 50%;
}

.form-col__item_lg {
  width: 65%;
}

.form-col__item_sm {
  width: 35%;
}

label.error {
  display: block;
  color: #E23939;
  font-size: 13px;
  margin-top: 8px;
}

.agree {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-right: 24px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox__label {
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  padding-top: 1px;
}

.checkbox__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #A7B7C9;
  border-radius: 6px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.checkbox__label::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: 2px solid #A7B7C9;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.checkbox__label:hover::after {
  /*opacity: 1;*/
}

.checkbox__input {
  position: absolute;
  opacity: 0;
}

.checkbox__input:checked ~ .checkbox__label::before {
  background: #004A99;
  border-color: #004A99;
}

.checkbox__input:checked ~ .checkbox__label::after {
  opacity: 1;
  border-color: #fff;
}

.checkbox__input:disabled ~ .checkbox__label {
  cursor: default;
}

.checkbox__input:disabled ~ .checkbox__label::before {
  background: #EEF4FB;
}

.checkbox__input:disabled ~ .checkbox__label::after {
  opacity: 0;
}

.checkbox__input:disabled:checked ~ .checkbox__label::before {
  border-color: #A7B7C9;
  background: #EEF4FB;
}

.checkbox__input:disabled:checked ~ .checkbox__label::after {
  border-color: #A7B7C9;
}

.checkbox label.error {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.select {
  position: relative;
  font-size: 15px;
}

.select__placeholder {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 20px;
  top: 0;
  line-height: 54px;
  color: #A7B7C9;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.select .custom-select__option {
  height: 40px;
  border-radius: 5px;
  padding: 8px 16px;
}

.select .custom-select__option:hover {
  background: #004A99;
  color: #fff;
}

.select .custom-select__option--selected {
  background: #EEF4FB;
  color: #004A99;
}

.select .custom-select__option--selected:hover {
  background: #EEF4FB;
  color: #28415E;
}

.select .custom-select__option--value {
  background: #EEF4FB;
  padding: 26px 20px 6px;
  border-radius: 5px;
  height: 52px;
}

.select .custom-select__option--value::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid #004A99;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select .custom-select__option--value:hover {
  background: #EEF4FB;
  color: #28415E;
}

.select .custom-select--active .custom-select__option--value::after {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.select_white .custom-select__option--value {
  background: #fff;
}

.select_white .custom-select__option--value:hover {
  background: #fff;
}

.select_selected .select__placeholder {
  line-height: 36px;
  font-size: 13px;
  color: #004A99;
}

.select-sort .custom-select__option {
  border-radius: 5px;
  padding: 4px 10px;
  color: #004A99;
  font-size: 13px;
}

.select-sort .custom-select__option:hover {
  background: #EEF4FB;
}

.select-sort .custom-select__option--value {
  background: none;
  padding: 0 16px 0 0;
  color: #28415E;
  font-size: 15px;
}

.select-sort .custom-select__option--value::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid #28415E;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-select--active .select-sort .custom-select__option--value::after {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.select-sort .custom-select__option--value:hover {
  background: none;
}

.select-sort .custom-select__dropdown {
  left: -22px;
  margin-top: 0;
}

.select-sort .custom-select--active .custom-select__option--value::after {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.form-email {
  margin-bottom: 60px;
}

.form-email__field {
  position: relative;
}

.form-email__btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 0;
}

.form-email__text {
  display: block;
  margin-bottom: 16px;
}

.range-bar {
  margin-bottom: 48px;
}

.range-bar__inputs {
  position: relative;
}

.range-bar__slider {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -10px;
}

.range-bar__input {
  width: 100%;
}

.range-bar__input input {
  border-bottom: 2px solid #BFCBDA;
}

.range-bar__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.range-bar__mess {
  color: #A7B7C9;
}

.irs--flat {
  height: 22px;
  margin-top: 18px;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
  top: 10px;
  height: 2px;
  border-radius: 0;
  background: transparent;
}

.irs--flat .irs-handle {
  top: 0;
  width: 22px;
  height: 22px;
  margin-left: -11px;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #004A99;
}

.irs--flat .irs-handle > i:first-child {
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #004A99;
  -webkit-box-shadow: 0 3px 7px rgba(0, 74, 153, 0.54);
  box-shadow: 0 3px 7px rgba(0, 74, 153, 0.54);
  cursor: pointer;
}

.section-blue {
  background: #EEF4FB;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-blue-dark {
  background: #004A99;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.section-blue-dark__title {
  font-size: 50px;
  max-width: 570px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-links {
  background: #EEF4FB;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-doctor {
  background: #EEF4FB;
  position: relative;
}

.section-doctor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-doctor__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 570px;
  padding-right: 170px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.section-doctor__quote {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 110px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 530px;
}

.section-doctor__quote::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  bottom: 0;
  right: calc(((100vw - 1524px)/-2) - 40px);
  background: #004A99;
}

.section-doctor .quote {
  width: 425px;
}

.section-doctor__img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 260px;
}

.section-map {
  margin-top: 100px;
}

.section-map__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 38px;
  margin-bottom: 50px;
}

.section-map__content {
  margin-bottom: 55px;
}

.section-about {
  position: relative;
  overflow: hidden;
}

.section-about::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 636px;
  width: 50%;
  background: #EEF4FB;
}

.section-about .slider-simple {
  margin-top: -167px;
}

.about-img-right {
  margin-bottom: 150px;
}

.about-img-right__container {
  position: relative;
}

.about-img-right__content {
  margin-right: 38%;
  margin-bottom: 64px;
  height: 636px;
  padding-top: 120px;
  padding-bottom: 56px;
}

.about-img-right__img {
  position: absolute;
  top: 0;
  left: 74%;
}

.about-img-right__img img {
  max-width: none;
  max-height: 100%;
}

.about-img-left {
  position: relative;
}

.about-img-left__container {
  padding-left: 680px;
  padding-top: 70px;
}

.about-img-left__img {
  position: absolute;
  top: 0;
  height: calc(100% - 250px);
  right: calc((100vw - 1524px)/2 + 1000px);
  overflow: hidden;
  text-align: right;
}

.about-img-left__img img {
  max-width: none;
  max-height: 100%;
}

.about-img-left__blue {
  background: #004A99;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 275px;
}

.about-img-left__text {
  font-size: 20px;
}

.section-calc__text {
  max-width: 820px;
}

.section-calc__price {
  max-width: 960px;
  margin-bottom: 32px;
}

.section-doctor-slider {
  background: #EEF4FB;
  height: 770px;
  margin-bottom: 140px;
  position: relative;
}

.section-doctor-slider::before {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  width: 50%;
  background: #004A99;
}

.section-doctor-slider__title {
  font-size: 78px;
  margin-bottom: 40px;
}

.section-doctor-slider__text {
  padding-top: 62px;
  max-width: 400px;
  position: relative;
  z-index: 2;
}

.section-doctor-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-doctor-slider__slider {
  margin-top: 222px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.doctors-slider-banner {
  width: 326px;
  margin-right: 122px;
  position: relative;
}

.doctors-slider-banner__inner {
  background: #fff;
  border-radius: 20px;
  padding: 45px 20px 46px;
  height: 424px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors-slider-banner__item {
  position: relative;
}

.doctors-slider-banner__surname {
  display: block;
  font-size: 36px;
  line-height: 1.16667;
  font-weight: 700;
  color: #28415E;
  margin-bottom: 4px;
}

.doctors-slider-banner__surname:hover {
  text-decoration: none;
}

.doctors-slider-banner__name {
  display: block;
  font-size: 24px;
  margin-bottom: 24px;
  color: #28415E;
}

.doctors-slider-banner__name:hover {
  text-decoration: none;
}

.doctors-slider-banner__position {
  font-size: 15px;
  color: #28415E;
  margin-bottom: 36px;
}

.doctors-slider-banner__rating {
  max-width: 214px;
  margin: 0 auto;
}

.doctors-slider-banner__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: left;
  padding-left: 20px;
}

.doctors-slider-banner__address::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 14px;
  height: 20px;
  background: url(/assets/career/images/ico-address.svg) no-repeat;
  background-size: 100%;
}

.doctors-slider-banner .btn-arrow {
  position: absolute;
  z-index: 2;
  right: -120px;
  top: 70px;
}

.doctors-slider-banner .btn-arrow_prev {
  margin-top: 95px;
}

.doctors-slider-banner .br-theme-css-stars .br-widget {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors-slider-banner .br-theme-css-stars .br-widget a {
  width: 20px;
  height: 20px;
}

.doctors-slider-banner__img {
  display: none;
  position: absolute;
  z-index: -1;
  left: 15px;
  width: calc(100% - 30px);
  bottom: 80%;
  max-height: 230px;
  text-align: center;
}

.doctors-slider-banner__img img {
  max-height: 100%;
}

.doctors-slider-banner-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 655px;
}

.doctors-slider-banner-img__item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.doctors-slider-banner-img img {
  display: block;
  max-height: 800px;
}

.section-gallery {
  position: relative;
}

.section-gallery::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 274px;
  bottom: 64px;
  left: 0;
  right: 0;
  background: #004A99;
}

.gallery-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.gallery-large__item {
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.gallery-large img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  margin: 0;
  width: 100%;
  height: 100%;
}

@supports (-ms-ime-align: auto) {
  .gallery-large img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.gallery-large .btn-arrow {
  margin-top: 27px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gallery-large .swiper-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 54px;
}

.gallery-large-thumbs__item {
  height: 190px;
  padding-top: 32px;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.gallery-large-thumbs__item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  right: 0;
  bottom: 0;
  background: #2E2E2E;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.gallery-large-thumbs img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  margin: 0;
  width: 100%;
  height: 100%;
}

@supports (-ms-ime-align: auto) {
  .gallery-large-thumbs img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.gallery-large-thumbs .swiper-slide-thumb-active:not(.swiper-slide-duplicate) {
  padding-top: 0;
}

.gallery-large-thumbs .swiper-slide-thumb-active:not(.swiper-slide-duplicate)::after {
  top: 0;
  opacity: 0.52;
}

.gallery-large-thumbs .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 128px;
  padding: 14px 16px;
  background: #004A99;
  border: none;
  border-radius: 5px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 0 11px 14px -10px #004A99;
  box-shadow: 0 11px 14px -10px #004A99;
}

.btn__ico {
  margin-right: 12px;
  fill: #fff;
  stroke: #fff;
}

.btn img {
  vertical-align: middle;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #006CFC;
  -webkit-box-shadow: 0 11px 14px -10px #006CFC;
  box-shadow: 0 11px 14px -10px #006CFC;
}

.btn:active {
  color: #fff;
  background: #003C7D;
  -webkit-box-shadow: 0 3px 5px -3px #003C7D;
  box-shadow: 0 3px 5px -3px #003C7D;
}

.btn_border {
  background: none;
  border: 1px solid #004A99;
  color: #004A99;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_border:hover {
  color: #006CFC;
  border-color: #006CFC;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_border:active {
  color: #003C7D;
  border-color: #003C7D;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_border-soft {
  background: none;
  border: 1px solid #8BBEF5;
  color: #8BBEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_border-soft:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_border-soft:active {
  color: #3785D8;
  border-color: #3785D8;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_lg {
  height: 82px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  padding: 10px 24px;
}

.btn_shadow-none,
.btn_shadow-none:hover,
.btn_shadow-none:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_disabled,
.btn[disabled] {
  pointer-events: none;
  background: #EEF4FB;
  color: #A7B7C9;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-arrow {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*@media ($desktop) {
        width: 56px;
        height: 56px;
    }*/
}

.btn-arrow_prev {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-btn .btn {
  margin-right: 20px;
}

.btn-show-more {
  width: 100%;
  background: #EEF4FB;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #004A99;
  /*@media ($laptop) {
        margin: 0 -40px;
        padding: 15px $paddingContainer;
        width: calc(100% + (40px*2));
    }*/
}

.btn-show-more .ico {
  margin-right: 11px;
}

.ico {
  display: inline-block;
}

.ico-search {
  stroke: #004A99;
  width: 20px;
  height: 21px;
  stroke-width: 0;
}

.ico-send {
  width: 21px;
  height: 21px;
}

.ico-del {
  width: 8px;
  height: 8px;
}

.ico-map {
  width: 16px;
  height: 16px;
}

.ico-3d {
  width: 23px;
  height: 23px;
}

.ico-list {
  width: 16px;
  height: 16px;
}

.ico-tile {
  width: 16px;
  height: 16px;
}

.ico-wifi {
  width: 20px;
  height: 20px;
}

.ico-cup {
  width: 21px;
  height: 17px;
}

.ico-p {
  width: 21px;
  height: 21px;
}

.ico-sleep {
  width: 17px;
  height: 16px;
}

.ico-pyramid {
  width: 22px;
  height: 21px;
}

.ico-bicycle {
  width: 30px;
  height: 18px;
}

.ico-health {
  width: 24px;
  height: 24px;
}

.ico-arrow {
  width: 24px;
  height: 24px;
  stroke: #006CFC;
}

.ico-arrow-sm {
  width: 8px;
  height: 15px;
  stroke: #006CFC;
}

.ico-arrow-sm_back {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.ico-close {
  width: 36px;
  height: 36px;
  stroke: #BBC3CD;
}

.ico-play {
  width: 144px;
  height: 144px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.ico-play::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 7px rgba(40, 65, 94, 0.09);
  box-shadow: 0 3px 7px rgba(40, 65, 94, 0.09);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ico-play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 10px solid transparent;
  border-left: 15px solid #004A99;
  margin-top: -9px;
  margin-left: -5px;
}

.ico-play:hover {
  background: rgba(255, 255, 255, 0.4);
}

.ico-plus {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.ico-plus::before {
  content: '+';
  font-size: 13px;
  color: #004A99;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social__link {
  margin-right: 40px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.social__link:last-child {
  margin-right: 0;
}

.social__link:hover {
  opacity: 0.7;
}

.social img {
  display: block;
}

.social_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-banner {
  position: relative;
  height: 820px;
  background: #EEF4FB;
}

.main-banner__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: calc(50% + 290px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.main-banner__description {
  position: relative;
  padding-top: 310px;
  padding-left: 56%;
}

.main-banner__h1 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 700;
  margin-bottom: 32px;
  color: #004A99;
}

.main-banner__text {
  font-size: 20px;
  margin-bottom: 50px;
  max-width: 400px;
}

.main-slider-wrap {
  position: relative;
  overflow: hidden;
  height: 820px;
}

.main-slider-wrap__btn {
  position: absolute;
  bottom: 114px;
  right: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider-wrap__btn .btn-arrow_prev {
  margin-right: 20px;
}

.main-slider-wrap__dots {
  position: absolute;
  z-index: 2;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider-wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 56%;
  margin: 0 -10px;
}

.main-slider-wrap .slick-dots::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #004A99;
  top: 0;
  left: calc(56% - 5px);
}

.main-slider-wrap .slick-dots::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 56%;
  right: calc((100vw - 1780px)/-2);
  height: 1px;
  background: #BBC3CD;
}

.main-slider-wrap .slick-dots li {
  margin: 0 10px;
  position: relative;
  -webkit-transition: -webkit-box-ordinal-group 3.8s;
  transition: -webkit-box-ordinal-group 3.8s;
  -o-transition: order 3.8s;
  transition: order 3.8s;
  transition: order 3.8s, -webkit-box-ordinal-group 3.8s, -ms-flex-order 3.8s;
}

.main-slider-wrap .slick-dots__btn {
  position: relative;
  left: calc(100% - 9px);
  font-size: 0;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.main-slider-wrap .slick-dots__btn::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #004A99;
}

.main-slider-wrap .slick-dots__load {
  position: absolute;
  left: 9px;
  top: 4px;
  height: 1px;
  width: 0;
  background: #004A99;
}

.main-slider-wrap .slick-dots .slick-active {
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.main-slider-wrap .slick-dots .slick-active .slick-dots__btn {
  left: 0;
}

.main-slider-wrap .slick-dots .slick-active ~ li {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.main-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider.slick-initialized {
  display: block;
}

.links-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.links-page .slick-list {
  padding-left: 24px;
}

.links-page .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links-page .slick-slide {
  height: auto;
}

.links-page__item {
  width: calc(33.333% - 60px);
  margin: 0 30px;
  position: relative;
}

.links-page__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 168px;
  height: 168px;
  border-radius: 36px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 18px -8px rgba(40, 65, 94, 0.2);
  box-shadow: 0 18px 18px -8px rgba(40, 65, 94, 0.2);
}

.links-page__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.links-page__title {
  color: #004A99;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.links-page__link {
  display: block;
  border-radius: 36px;
  background: #fff;
  margin-top: 30px;
  margin-left: 48px;
  padding: 38px 20px 10px 156px;
  color: #28415E;
  min-height: 168px;
}

.links-page__link:hover {
  text-decoration: none;
}

.links-page__link:hover .links-page__title {
  color: #006CFC;
}

.quote {
  position: relative;
  z-index: 1;
  font-size: 24px;
  padding-top: 64px;
}

.quote__ico {
  position: absolute;
  left: -60px;
  top: 0;
  z-index: -1;
}

.quote__position {
  font-size: 15px;
  color: #8BBEF5;
}

.quote p {
  margin-bottom: 36px;
}

.quote > *:last-child {
  margin-bottom: 0;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags .tag {
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag {
  display: inline-block;
  border-radius: 4px;
  padding: 3px 6px 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #00B1E0;
}

.tag_green {
  background: #3EA05C;
}

.tag_pink {
  background: #F191BC;
}

.tag_beige {
  background: #CA9F70;
}

.tag_violet {
  background: #634494;
}

.tag_blue-bright {
  background: #006CFC;
}

.tag-map {
  display: inline-block;
  border-radius: 8px;
  background: #EEF4FB;
  color: #28415E;
  font-size: 13px;
  padding: 6px 12px 4px;
}

.tag-map::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 11px;
  height: 16px;
  background: url(/assets/career/images/ico-address.svg) no-repeat;
  background-size: contain;
}

.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.certificate__item {
  width: 350px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.certificate__img {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.info-number {
  margin-top: 72px;
  margin-bottom: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-number__val {
  font-size: 128px;
  line-height: 1.0625;
  font-weight: 700;
  color: #004A99;
}

.info-number__text {
  font-size: 20px;
  line-height: 1;
}

.slider-simple {
  position: relative;
}

.slider-simple__img {
  display: block;
  width: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  min-height: 100%;
}

.slider-simple__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  margin: 0;
  width: 100%;
  height: 100%;
}

@supports (-ms-ime-align: auto) {
  .slider-simple__img img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.slider-simple__img:hover {
  text-decoration: none;
}

.slider-simple__picture {
  margin: 0;
  display: block;
}

.slider-simple__picture-box {
  display: block;
  height: 334px;
  overflow: hidden;
}

.slider-simple .figure {
  margin: 0;
}

.slider-simple .slick-arrow,
.slider-simple .swiper-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -36px;
}

.slider-simple .btn-arrow_prev {
  left: 112px;
}

.slider-simple .btn-arrow_next {
  right: 112px;
}

.switch {
  background: #EEF4FB;
  border-radius: 28px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.switch__btn {
  font-size: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.switch__btn:last-child {
  margin-right: 0;
}

.switch__btn .ico {
  fill: #004A99;
  stroke: #004A99;
}

.switch__btn:hover {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0, 74, 153, 0.1);
  box-shadow: 0 8px 16px rgba(0, 74, 153, 0.1);
}

.switch__btn.active {
  color: #fff;
  background: #004A99;
}

.switch__btn.active .ico {
  fill: #fff;
  stroke: #fff;
}

.switch.city-switch .switch__btn {
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  border-radius: 23px;
  padding: 0 20px;
}

.switch.city-switch .switch__btn:hover {
  color: #fff;
  background: #004A99;
}

.switch.city-switch .switch__btn.active {
  -webkit-box-shadow: 0 10px 14px -10px #004a99;
  box-shadow: 0 10px 14px -10px #004a99;
}

.content-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.content-aside__main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content-aside__main *:last-child {
  margin-bottom: 0;
}

.content-aside__main_sm {
  padding-right: 150px;
}

.content-aside__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 420px;
  margin-left: 64px;
}

.content-aside__aside > *:last-child {
  margin-bottom: 0;
}

.content-aside__text {
  max-width: 722px;
}

.content-logo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.content-logo-right__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 480px);
  padding-right: 130px;
}

.content-logo-right__text > *:last-child {
  margin-bottom: 0;
}

.content-logo-right__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 55px;
}

.content-img-right {
  position: relative;
  padding-right: 42%;
  margin-bottom: 80px;
}

.content-img-right__img {
  position: absolute;
  top: 70px;
  left: 66%;
}

.content-img-right img {
  border-radius: 8px;
}

.person {
  width: 480px;
  height: 235px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 18px -8px rgba(40, 65, 94, 0.2);
  box-shadow: 0 8px 18px -8px rgba(40, 65, 94, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person__photo {
  overflow: hidden;
  width: 184px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.person__description {
  padding: 28px 50px 28px 32px;
}

.person__description > *:last-child {
  margin-bottom: 0;
}

.person__surname {
  font-size: 20px;
  font-weight: 700;
  color: #28415E;
}

.person__name {
  margin-bottom: 16px;
  color: #28415E;
}

.person__position {
  margin: 16px 0 30px;
}

.person__phone {
  color: #28415E;
}

.person__phone:hover {
  text-decoration: none;
}

.person__text {
  margin-top: 24px;
  font-size: 13px;
  color: #28415E;
}

.person_single {
  height: 280px;
  width: auto;
  max-width: none;
}

.person_single .person__photo {
  width: 288px;
}

.person_single .person__description {
  padding: 36px 40px 28px;
}

.job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job__links {
  margin-top: 90px;
}

.job__person {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 144px;
}

.feedback-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-top__text > *:last-child {
  margin-bottom: 0;
}

.feedback-top__person {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 144px;
}

.feedback-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.feedback-title {
  margin-bottom: 48px;
}

.feedback-title__btn {
  display: none;
}

.feedback-title__title {
  font-size: 36px;
  margin-bottom: 0;
}

.filter-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-list__item {
  margin-right: 30px;
}

.filter-list__btn {
  display: block;
  border-radius: 23px;
  padding: 12px 20px 10px;
  white-space: nowrap;
  color: #004A99;
  background: #EEF4FB;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.filter-list__btn .ico {
  display: none;
  stroke: #fff;
  margin-left: 18px;
  margin-top: -2px;
}

.filter-list__btn:hover {
  text-decoration: none;
}

.filter-list__btn.active {
  color: #fff;
  background: #004A99;
}

.filter-list__btn.active .ico {
  display: inline-block;
  vertical-align: middle;
}

.filter-list_white .filter-list__btn {
  background: #fff;
}

.filter-list_white .filter-list__btn.active {
  background: #004A99;
}

.filter-select-clinics {
  margin-top: 32px;
  width: 340px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__list a {
  margin: 0 14px;
}

.pagination a,
.pagination__link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 15px;
  font-weight: 700;
  color: #28415E;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.pagination a:hover,
.pagination__link:hover {
  text-decoration: none;
  background: #EEF4FB;
}

.pagination a .ico,
.pagination__link .ico {
  margin-top: -2px;
  vertical-align: middle;
}

.pagination__link.active,
.pagination .active a {
  background: #004A99;
  color: #fff;
}

.pagination .disabled {
  display: none;
}

.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.reviews-item__left {
  width: 360px;
  padding-right: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-aside .reviews-item__left {
  width: 240px;
  padding-right: 30px;
}

.reviews-item__name {
  font-weight: 700;
  margin-bottom: 6px;
}

.reviews-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.reviews-item__info > div {
  margin-right: 20px;
}

.reviews-item__right {
  max-width: 722px;
}

.reviews-item__text {
  background: #EEF4FB;
  border-radius: 20px;
  padding: 48px 64px;
}

.reviews-item__text p:last-child {
  margin-bottom: 0;
}

.reviews-item__answer {
  padding-left: 64px;
  margin-top: 30px;
}

.reviews-item__answer-name {
  margin-bottom: 12px;
}

.text-more__text {
  overflow: hidden;
}

.text-more__btn {
  display: none;
  color: #006CFC;
  margin-top: 12px;
}

.text-more__btn:hover {
  text-decoration: underline;
}

.text-more__btn_arrow::after {
  content: '';
  border: solid #006CFC;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 10%;
  margin-left: 8px;
}

.text-more__btn_arrow:hover {
  text-decoration: none;
}

.text-more__hide {
  display: none;
}

.text-more.open .text-more__text {
  height: 100%;
}

.text-more.open .text-more__show {
  display: none;
}

.text-more.open .text-more__hide {
  display: inline-block;
}

.text-more.open .text-more__btn_arrow::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: 0;
}

.not-found {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(24%, #fff), color-stop(24%, #EEF4FB), to(#EEF4FB));
  background: -webkit-linear-gradient(left, #fff 24%, #EEF4FB 24%, #EEF4FB 100%);
  background: -o-linear-gradient(left, #fff 24%, #EEF4FB 24%, #EEF4FB 100%);
  background: linear-gradient(to right, #fff 24%, #EEF4FB 24%, #EEF4FB 100%);
  padding-top: 230px;
  padding-bottom: 230px;
}

.not-found__content {
  max-width: 460px;
}

.popup {
  width: 1228px;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 68px 106px 80px 80px;
  position: relative;
}

.popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -60px;
}

.popup__col {
  width: 50%;
  padding: 0 60px;
}

.popup__close {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 0;
}

.popup__close .ico {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.popup__close:hover .ico {
  stroke: #004A99;
}

.popup__text {
  padding-top: 15px;
}

.popup_map {
  padding: 45px;
  width: 900px;
}

.popup_map .popup__close {
  top: 18px;
  right: 18px;
}

.blur-page .page,
.blur-page .header-main {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.mfp-bg {
  background: rgba(40, 65, 94, 0.67);
}

.sign-up {
  background: #EEF4FB url(/assets/career/images/ico-sign-up.svg) right bottom no-repeat;
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 40px;
}

.sign-up__text {
  font-size: 20px;
  margin-bottom: 36px;
}

.sign-up__phone {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #004A99;
}

.sign-up__phone:hover {
  text-decoration: none;
}

.tab-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.tab-nav__item {
  margin-right: 80px;
}

.tab-nav__btn {
  display: block;
  white-space: nowrap;
  font-size: 20px;
  color: #BBC3CD;
  padding-bottom: 14px;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.tab-nav__btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #006CFC;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.tab-nav__btn:hover {
  color: #28415E;
  text-decoration: none;
}

.tab-nav__btn.active {
  color: #28415E;
}

.tab-nav__btn.active::after {
  opacity: 1;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].active {
  display: block;
}

.tab-inner {
  margin-bottom: 108px;
}

.toggle-list {
  margin-bottom: 80px;
}

.toggle {
  margin-bottom: 12px;
  background: #EEF4FB;
  border-radius: 20px;
  max-width: 962px;
}

.toggle__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 96px;
  font-size: 20px;
  position: relative;
  padding: 10px 64px 10px 32px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #28415E;
}

.toggle__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 32px;
  width: 24px;
  height: 24px;
  background: url(/assets/career/images/arrow-dotted.svg) center no-repeat;
}

.open .toggle__btn::after {
  background: url(/assets/career/images/close-dotted.svg) center no-repeat;
  background-size: 100%;
}

.toggle__btn:hover {
  color: #004A99;
  text-decoration: none;
}

.toggle__btn.active {
  color: #28415E;
}

.toggle__btn.active::after {
  opacity: 1;
}

.toggle__content {
  display: none;
  padding: 0 100px 24px 32px;
}

.open .toggle__content {
  display: block;
}

.toggle__content ul {
  margin-left: 0;
}

.toggle__content ul li {
  left: 0;
}

.toggle__content ul li::before {
  display: none;
}

.toggle__content > *:last-child {
  margin-bottom: 0;
}

.toggle_empty .toggle__btn::after {
  display: none;
}

.toggle-text-mobile.open .toggle-text-mobile__btn::after {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.price-list {
  margin-bottom: 80px;
}

.price-list .price-item:nth-child(even) {
  background: #EEF4FB;
}

.price-list p:not(:first-child) {
  margin-top: 32px;
}

.price-list__credit {
  font-size: 20px;
}

.price-item {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 32px;
  height: 96px;
}

.price-item__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20%;
  text-align: right;
}

.price-item__val {
  font-weight: 700;
}

.price-item__val-old {
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
  color: #BBC3CD;
  text-decoration: line-through;
}

.price-item__date {
  font-size: 13px;
}

.price-item_border {
  -webkit-box-shadow: inset 0 0 0 2px #004A99;
  box-shadow: inset 0 0 0 2px #004A99;
}

.price__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #A7B7C9;
  margin-bottom: 36px;
}

.price__select .select {
  width: 360px;
  margin-right: 40px;
}

.calc-correction-result {
  display: none;
}

.calc-correction-result.open {
  display: block;
}

.calc-correction {
  background: #fff;
  border-radius: 20px;
  padding: 36px 64px;
  margin-top: 64px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
}

.calc-correction__item {
  width: 50%;
  padding-right: 56px;
}

.calc-correction__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.calc-correction__btn {
  margin-top: 52px;
}

.calc-switch {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #EEF4FB;
  border-radius: 28px;
  padding: 5px;
  margin-bottom: 48px;
}

.calc-switch__input {
  display: none;
}

.calc-switch__label {
  display: block;
  padding: 12px 24px 10px;
  border-radius: 23px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

input:checked + .calc-switch__label {
  background: #004A99;
  color: #fff;
  -webkit-box-shadow: 0 10px 14px -10px #004A99;
  box-shadow: 0 10px 14px -10px #004A99;
}

.clinics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 20px;
}

.clinics-item:nth-child(even) {
  background: #EEF4FB;
}

.clinics-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.clinics-item__img {
  overflow: hidden;
  border-radius: 8px;
  margin-right: 40px;
  width: 108px;
  height: 108px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.clinics-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clinics-item__title {
  font-size: 24px;
  line-height: 1.41667;
  font-weight: 700;
  margin-bottom: 10px;
}

.clinics-item__metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinics-item__metro img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.clinics-item__metro-item:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 4px;
}

.clinics-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
}

.clinics-item__address {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
}

.clinics-item__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}

.clinics-item__tags {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45%;
}

.clinics-list {
  margin-bottom: 36px;
}

.clinics-list + .pagination {
  margin-bottom: 40px;
}

.clinic-contacts-price {
  display: none;
  background: #004A99;
  border-radius: 20px;
  margin-bottom: 36px;
  padding: 32px 60px;
  color: #fff;
}

.clinic-contacts-price__title {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.clinic-contacts-price__title:hover {
  text-decoration: none;
  color: #8BBEF5;
}

.clinic-contacts-price__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clinic-contacts-price__cols-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 350px;
  padding-right: 25px;
}

.clinic-contacts-price__cols-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.clinic-contacts-price__info {
  display: block;
  margin-bottom: 16px;
  position: relative;
  padding-left: 28px;
  color: #fff;
}

.clinic-contacts-price__info .ico {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
}

.clinic-contacts-price__info .ico img {
  display: block;
}

.clinic-contacts-price__btn {
  text-align: right;
}

.clinic-contacts-price.open {
  display: block;
}

.clinic-contacts {
  max-width: 690px;
  background: #EEF4FB;
  border-radius: 20px;
  padding: 45px 32px;
}

.clinic-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.clinic-contacts__item:last-child {
  margin-bottom: 0;
}

.clinic-contacts__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #A7B7C9;
  width: 150px;
  padding-right: 50px;
}

.clinic-contacts__metro {
  display: inline-block;
  margin-right: 30px;
}

.clinic-contacts__metro:last-child {
  margin-right: 0;
}

.clinic-contacts__metro img {
  vertical-align: -10%;
  margin-right: 5px;
}

.clinic-contacts .tag-line__item::before {
  content: '';
  top: 9px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BFCBDA;
}

.clinic-top {
  padding-top: 38px;
}

.clinic-top__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.clinic-top__col {
  width: 50%;
  padding-right: 52px;
}

.clinic-top__col-right {
  padding-left: 100px;
}

.clinic-top__text {
  max-width: 430px;
  margin-bottom: 30px;
}

.clinic-top__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinic-top__btns .btn {
  margin-right: 40px;
}

.clinic-top .slider-simple {
  margin-bottom: -167px;
}

.clinic-top .section-blue {
  padding-top: 250px;
}

.clinic-worker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -46px;
  padding-right: 90px;
}

.clinic-worker__item {
  width: 50%;
  padding: 0 46px;
}

.clinic-worker__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}

.icon-hover {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-hover__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 0 1px #8BBEF5;
  box-shadow: inset 0 0 0 1px #8BBEF5;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.icon-hover .ico {
  fill: #8BBEF5;
  stroke: #8BBEF5;
}

.icon-hover__text {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 160px;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  background: #28415E;
  color: #fff;
  font-size: 13px;
  text-align: left;
  left: -2px;
  bottom: calc(100% + 18px);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.icon-hover__text::before {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -6px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #28415E;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-hover:hover .icon-hover__ico {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #003C7B;
}

.icon-hover:hover .icon-hover__text {
  opacity: 1;
  visibility: visible;
}

.icon-hover:hover .ico {
  fill: #fff;
  stroke: #fff;
}

.icon-hover-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-hover-list .icon-hover {
  margin-right: 22px;
}

.tag-line {
  overflow: hidden;
}

.tag-line__item,
.tag-line a {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-left: -20px;
  padding: 0 24px 0 20px;
}

.tag-line__item::before,
.tag-line a::before {
  content: '∙';
  position: absolute;
  left: 0;
}

.doctors-list {
  margin-bottom: 36px;
}

.doctors-list + .pagination {
  margin-bottom: 40px;
}

.doctors-list_grid_3x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.doctors-list_grid_3x .doctors-item {
  margin: 0 16px;
}

.doctors-list_grid_3x .doctors-item_tile {
  width: calc(33.3333% - 32px);
  margin-bottom: 32px;
}

.doctors-item {
  border-radius: 20px;
  margin-bottom: 20px;
  color: #28415E;
}

.doctors-item:hover {
  text-decoration: none;
}

.doctors-item__img {
  display: block;
  overflow: hidden;
  position: relative;
}

.doctors-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctors-item__name {
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.doctors-item a.doctors-item__name {
  color: #28415E;
}

.doctors-item a.doctors-item__name:hover {
  color: #004A99;
  text-decoration: none;
}

.doctors-item__surname {
  font-size: 20px;
  font-weight: 700;
}

.doctors-item_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 16px 44px 16px 16px;
  margin-bottom: 20px;
}

.doctors-item_line:nth-child(even) {
  background: #EEF4FB;
}

.doctors-item_line:hover .doctors-item__btn {
  opacity: 1;
  pointer-events: auto;
}

.doctors-item_line .doctors-item__img {
  border-radius: 8px;
  width: 108px;
  height: 108px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 56px;
}

.content-aside .doctors-item_line .doctors-item__img {
  margin-right: 25px;
}

.doctors-item_line .doctors-item__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors-item_line .doctors-item__rating {
  margin-right: 40px;
  margin-left: 30px;
}

.content-aside .doctors-item_line .doctors-item__rating {
  margin-right: 20px;
  margin-left: 20px;
}

.doctors-item_line .doctors-item__name {
  width: 16%;
}

.doctors-item_line .doctors-item__position_mobile {
  display: none;
}

.doctors-item_line .doctors-item__btn {
  opacity: 0;
  pointer-events: none;
}

.doctors-item_line .doctors-item__address {
  width: 18%;
  position: relative;
  padding-left: 22px;
}

.doctors-item_line .doctors-item__address::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 14px;
  height: 20px;
  background: url(/assets/career/images/ico-address.svg) no-repeat;
  background-size: 100%;
}

.content-aside .doctors-item_line .doctors-item__address {
  font-size: 13px;
}

.doctors-item_line .doctors-item__address a {
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #006CFC;
}

.doctors-item_line .doctors-item__address a:last-child {
  margin-bottom: 0;
}

.doctors-item_tile {
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 21px -11px rgba(40, 65, 94, 0.2), 0 -2px 7px -3px rgba(40, 65, 94, 0.1);
  box-shadow: 0 10px 21px -11px rgba(40, 65, 94, 0.2), 0 -2px 7px -3px rgba(40, 65, 94, 0.1);
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.doctors-item_tile .doctors-item__img {
  height: 280px;
  width: 100%;
  border-radius: 0;
}

.doctors-item_tile .doctors-item__info {
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctors-item_tile .doctors-item__rating {
  margin-bottom: 18px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.doctors-item_tile .br-theme-css-stars .br-widget a {
  width: 14px;
  height: 14px;
}

.doctors-item_tile .doctors-item__position {
  margin-top: 20px;
  min-height: 48px;
}

.doctors-item_tile .doctors-item__btn,
.doctors-item_tile .doctors-item__position_mobile,
.doctors-item_tile .doctors-item__address {
  display: none;
}

.doctor-slider {
  margin-top: 70px;
  overflow: hidden;
}

.doctor-slider .slick-list,
.doctor-slider .swiper-container {
  margin: 0 -48px;
}

.doctor-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctor-slider .slick-slide,
.doctor-slider .swiper-slide {
  float: none;
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.doctor-slider__slide {
  padding: 5px 48px 20px;
}

.doctor-slider .doctors-item {
  margin-bottom: 0;
}

.doctor-slider-wrap {
  position: relative;
}

.doctor-slider-wrap .btn-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
}

.doctor-slider-wrap .btn-arrow_prev {
  left: -100px;
}

.doctor-slider-wrap .btn-arrow_next {
  right: -100px;
}

.doctor-section {
  background: #EEF4FB;
  padding-top: 80px;
  padding-bottom: 80px;
}

.doctor-section_view_pages {
  background: #fff;
  padding: 0;
}

.doctors-filter {
  background: #EEF4FB;
  padding-top: 32px;
  padding-bottom: 40px;
}

.doctors-filter__select {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctors-filter__select .select {
  width: 340px;
  margin-right: 20px;
}

.doctors-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px 16px;
}

.doctors-result-list .doctors-item {
  width: 100%;
  margin: 0 50px;
}

.doctors-result-list .doctors-item_tile {
  width: calc(25% - 100px);
  margin-bottom: 48px;
}

.doctors-result-list .doctors-item_line:last-child {
  margin-bottom: 32px;
}

.doctors-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.doctors-result__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors-result__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 60px;
}

.doctors-result__label {
  color: #BFCBDA;
  margin-right: 10px;
}

.doctor-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}

.doctor-description__text {
  width: 600px;
  padding-left: 40px;
}

.doctor-description__left {
  width: 720px;
}

.doctor-clinic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #EEF4FB;
  border-radius: 20px;
  padding: 16px 50px 16px 16px;
  margin-bottom: 24px;
}

.doctor-clinic__title {
  font-size: 24px;
  font-weight: 700;
  max-width: 300px;
}

.doctor-clinic__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}

.doctor-clinic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor-clinic__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.doctor-clinic__star {
  white-space: nowrap;
  color: #004A99;
  margin-left: 40px;
}

.doctor-clinic__star img {
  margin-right: 10px;
  width: 16px;
  vertical-align: -10%;
}

.doctors-all {
  border-radius: 20px;
  border: 1px solid #A7B7C9;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.doctors-all__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #D9E1EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}

.doctors-all__title {
  font-size: 20px;
}

.list-info-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px -19px 0;
}

.list-info-blue__item {
  width: calc(33.3333% - 38px);
  margin: 0 19px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 36px;
  background: #003C7B;
  color: #fff;
}

.list-info-blue__item:hover .list-info-blue__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.list-info-blue__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px;
  width: 128px;
  height: 128px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.list-info-blue__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.list-info-blue__title {
  font-size: 20px;
  padding-right: 20px;
}

.result-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.result-work__link {
  width: calc(50% - 8px);
  margin: 0 4px;
  color: #28415E;
  text-align: center;
}

.result-work__link:hover {
  text-decoration: none;
}

.result-work__img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
  height: 256px;
}

.result-work img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-work-wrap {
  margin-right: 80px;
  position: relative;
}

.result-work-wrap__btn {
  position: absolute;
  right: -115px;
  top: 42px;
}

.result-work-wrap__btn .slick-arrow {
  margin-bottom: 20px;
}

.result-work-slider {
  overflow: hidden;
}

.result-work-slider .slick-list {
  margin: 0 -40px;
}

.result-work-slider__slide {
  padding: 0 40px;
}

.links-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
  max-width: 1240px;
}

.links-services__item {
  width: calc(33.333% - 8px);
  margin: 8px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 4px 24px;
  background: #EEF4FB;
  border-radius: 8px;
}

.links-services_list {
  margin: 0;
}

.links-services_list .links-services__item {
  width: 100%;
  margin: 4px 0;
}

.links-services_col2 {
  margin-bottom: 24px;
}

.links-services_col2 .links-services__item {
  width: calc(50% - 8px);
}

.stock-aside {
  float: right;
  margin-left: 64px;
}

.stock-aside__item {
  display: block;
  width: 360px;
  border-radius: 20px;
  background: #EEF4FB;
  padding: 30px 32px;
  margin-bottom: 32px;
  color: #28415E;
}

.stock-aside__item:hover {
  text-decoration: none;
}

.stock-aside__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 16px;
}

.stock-aside__price {
  color: #006CFC;
  padding-left: 20px;
}

.stock-aside__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.info-hover {
  position: relative;
  display: inline-block;
}

.info-hover__ico {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8BBEF5;
  text-align: center;
  line-height: 18px;
}

.info-hover__ico::before {
  content: '?';
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.info-hover__text {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 290px;
  border-radius: 8px;
  padding: 10px 20px;
  background: #28415E;
  color: #fff;
  font-size: 13px;
  text-align: left;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.info-hover__text::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #28415E;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info-hover.open .info-hover__text {
  opacity: 1;
  visibility: visible;
}

.info-hover_bottom .info-hover__text {
  left: 50%;
  top: calc(100% + 10px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.partner-list {
  margin-top: 98px;
  margin-bottom: 100px;
}

.partner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EEF4FB;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

.partner-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.partner-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 192px;
}

.partner-item__description {
  width: 39%;
  margin: 0 40px;
}

.partner-item__description p:last-child {
  margin-bottom: 0;
}

.partner-item__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner-item__tags {
  width: 29%;
}

.partner-item .tags {
  margin-bottom: 10px;
}

.video {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}

.video img {
  border-radius: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.video__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video__time {
  font-size: 68px;
  font-weight: bold;
  line-height: 1.11765;
  position: absolute;
  bottom: -25px;
  left: -3px;
  color: #fff;
}

.video:hover .video__play {
  background: rgba(255, 255, 255, 0.4);
}

.video_playing img,
.video_playing .video__play {
  display: none;
}

.video_size_lg {
  border-radius: 20px;
}

.video video {
  display: block;
  width: 100%;
}

.video-preview {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 56%;
}

.video-preview__picture {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.video-preview__time {
  position: absolute;
  left: -2px;
  bottom: -25px;
  font-size: 68px;
  font-weight: bold;
  line-height: 1.11765;
  color: #fff;
}

.video-index {
  padding-bottom: 0;
}

.video-index.video {
  border-radius: 0;
  margin: 0;
}

.authors-box__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.27778;
  margin-bottom: 32px;
}

.authors-box__card {
  margin-bottom: 15px;
}

.authors-box__card:last-child {
  margin-bottom: 0;
}

.author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 21px 21px -11px rgba(40, 65, 94, 0.2);
  box-shadow: 0 21px 21px -11px rgba(40, 65, 94, 0.2);
}

.author-card__picture {
  display: block;
  position: relative;
  width: 184px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #EEF4FB;
  padding-top: 10px;
}

.author-card__picture img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.author-card__info {
  padding: 28px 32px;
}

.author-card__name {
  display: inline-block;
  color: #28415E;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 16px;
}

.author-card__name-surname {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.author-card__name:hover {
  text-decoration: none;
  color: #006CFC;
}

.recommender-showcase {
  padding-top: 60px;
}

.recommender-showcase__title {
  margin-bottom: 48px;
}

.books__filter {
  margin-bottom: 80px;
}

.books__list {
  margin-bottom: 74px;
}

.books__list-item {
  margin-bottom: 90px;
}

.books__list-item:last-child {
  margin-bottom: 0;
}

.book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.book__cover {
  display: block;
  width: 256px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 25px 24px -15px rgba(40, 65, 94, 0.4);
  box-shadow: 0 25px 24px -15px rgba(40, 65, 94, 0.4);
  border-radius: 8px;
  overflow: hidden;
}

.book__cover img {
  width: 100%;
  vertical-align: middle;
}

.book__authors {
  width: 253px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 5px;
}

.book__authors-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.book__info {
  width: calc(100% - 256px - 253px);
  padding: 0 105px;
}

.book__info:last-child {
  margin-bottom: 0;
}

.book__name {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.41667;
  color: #004A99;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.book__name:last-child {
  margin-bottom: 0;
}

.book__name:hover {
  color: #006CFC;
  text-decoration: none;
}

.book-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

.book-detail-info__description {
  padding-right: 224px;
}

.book-detail-info__description p:last-child {
  margin-bottom: 0;
}

.book-detail-info__book {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -268px;
  position: relative;
  z-index: 1;
}

.book-detail-info__cover {
  display: block;
  width: 400px;
  margin-bottom: 54px;
  -webkit-box-shadow: 0 25px 24px -15px rgba(40, 65, 94, 0.4);
  box-shadow: 0 25px 24px -15px rgba(40, 65, 94, 0.4);
  border-radius: 20px;
  overflow: hidden;
}

.book-detail-info__cover img {
  width: 100%;
  vertical-align: top;
}

.book-detail-info__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-detail-info__downloads-file {
  display: inline-block;
  text-align: center;
  margin-right: 32px;
}

.book-detail-info__downloads-file-btn {
  margin-bottom: 12px;
}

.book-detail-info__downloads-file-info {
  font-size: 15px;
  color: #A7B7C9;
}

.book-detail-info__subject {
  margin-top: 17px;
}

.book-contents {
  position: fixed;
  z-index: 22;
  top: 0;
  left: 100%;
  bottom: 0;
  overflow: auto;
  width: 680px;
  background: #fff;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 65px 80px;
}

.book-contents__close {
  font-size: 0;
  position: absolute;
  right: 35px;
  top: 40px;
}

.book-contents__close .ico {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.book-contents__close .ico:hover {
  stroke: #004A99;
}

.book-contents__title {
  color: #004A99;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
}

.book-contents h5,
.book-contents .h5 {
  margin-top: 20px;
}

.book-contents ul {
  margin-top: 12px;
  margin-bottom: 20px;
}

.book-contents ul li {
  left: 0;
}

.book-contents ul li::before {
  display: none;
}

.articles__filter {
  margin-bottom: 80px;
}

.articles__list {
  margin-bottom: 64px;
}

.articles__list-item {
  margin-bottom: 80px;
}

.articles__list-item:last-child {
  margin-bottom: 0;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__picture {
  display: block;
  width: 216px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.article__picture img {
  width: 100%;
  vertical-align: middle;
}

.article__authors {
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article__authors-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.article__info {
  width: calc(100% - 216px - 360px);
  padding: 0 81px 0 64px;
}

.article__info:last-child {
  margin-bottom: 0;
}

.article__name {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.41667;
  color: #004A99;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.article__name:last-child {
  margin-bottom: 0;
}

.article__name:hover {
  color: #006CFC;
  text-decoration: none;
}

.article-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-detail__aside {
  width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-detail__text {
  width: calc(100% - 480px);
  padding-right: 142px;
}

.article-detail__text p {
  margin-bottom: 64px;
}

.article-detail__text p + .ul,
.article-detail__text p + ul:not([class]) {
  margin-top: 64px;
}

.article-detail__text .ul,
.article-detail__text ul:not([class]) {
  margin-bottom: 64px;
}

.article-detail__text .text-line-left {
  margin-top: 64px;
  margin-bottom: 72px;
}

.videos__filter {
  margin-bottom: 80px;
}

.videos__list {
  margin-bottom: 64px;
}

.videos__list-item {
  margin-bottom: 80px;
}

.videos__list-item:last-child {
  margin-bottom: 0;
}

.video-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-post__preview {
  display: block;
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.video-post__preview img {
  width: 100%;
  vertical-align: middle;
}

.video-post__authors {
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-post__authors-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.video-post__info {
  width: calc(100% - 400px - 360px);
  padding: 0 81px 0 64px;
}

.video-post__info:last-child {
  margin-bottom: 0;
}

.video-post__name {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.41667;
  color: #004A99;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.video-post__name:last-child {
  margin-bottom: 0;
}

.video-post__name:hover {
  color: #006CFC;
  text-decoration: none;
}

.video-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-detail__aside {
  width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-detail__text {
  width: calc(100% - 480px);
  padding-right: 142px;
}

.video-detail__video-box {
  margin-bottom: 80px;
}

.video-detail .content-box {
  margin-bottom: 64px;
  margin-top: 64px;
}

.video-detail .content-box:last-child {
  margin-bottom: 0;
}

.cookies {
  background: rgba(0, 74, 153, 0.85);
  color: #fff;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 0;
}

.cookies__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.cookies_consent {
    display:none;
    border-top: 1px solid #EEF4FB;
}

html.show_consent_banner div.cookies_consent {
    display:block;
}

.cookies__text {
  font-size: 15px;
  line-height: 1.6;
  max-width: 1280px;
  padding-right: 130px;
}

.cookies__text a {
    color:#fff;
    text-decoration:underline;
}

.cookies__close {
  font-size: 15px;
    background: #EEF4FB;
    color: #28415E;
}

.cookies__close .ico {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2px;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 44px;
  margin-bottom: 44px;
}

.download-list__item {
  margin-right: 80px;
}

.download-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 62px;
  padding-left: 70px;
  padding-top: 2px;
  color: #28415E;
  margin-bottom: 32px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.download-item:hover {
  color: #006CFC;
  text-decoration: none;
}

.download-item__ico {
  position: absolute;
  left: 0;
  top: 0;
}

.download-item__size {
  color: #A7B7C9;
}

.map-wrap {
  position: relative;
}

.map-wrap__btn-list {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  color: #004A99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 16px;
  -webkit-box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
}

.map-wrap__btn-list .ico {
  margin-right: 10px;
  margin-bottom: 2px;
  fill: #004A99;
}

.map {
  height: 642px;
  background: #A7B7C9;
}

.map-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px 30px 30px;
  -webkit-box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 172px;
  height: 172px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}

.map-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-card__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 6px;
  color: #28415E;
}

.map-card__contacts {
  color: #A7B7C9;
  line-height: 1.6;
}

.map-card__directions {
  margin-top: 16px;
}

.map-card__directions a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.map-popover {
  position: relative;
  width: 560px;
}

.map-popover__close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.map-popover__close .ico {
  width: 16px;
  height: 16px;
}

.map-popover ymaps {
  max-width: 100%;
  min-width: 100%;
}

.map-list__back {
  color: #004A99;
  font-size: 20px;
  padding: 35px 40px;
}

.map-list__back::before {
  content: '';
  display: inline-block;
  vertical-align: 7%;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border: 2px solid #004A99;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.map-list .filter-list-wrap {
  padding: 0 40px;
  margin-bottom: 20px;
}

.map-popup {
  width: 100%;
  height: 400px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.content-slider-right {
  position: relative;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
  overflow: hidden;
}

.content-slider-right__text {
  width: 880px;
  margin-right: 60px;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-slider-right__text > div {
  max-width: 100%;
}

.content-slider-right__slider {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.slider-right__item {
  margin-bottom: 80px;
}

.slider-right__item:last-child {
  margin-bottom: 40px;
}

.slider-right__img-box {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  max-height: 320px;
}

.advantages-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 25px;
}

.advantages-ico__item {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  min-height: 149px;
  position: relative;
  padding: 22px 20px 20px 60px;
}

.advantages-ico__ico {
  position: absolute;
  left: -32px;
  top: -30px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}

.advantages-ico__title {
  font-size: 24px;
  font-weight: 700;
  color: #004A99;
  margin-bottom: 6px;
}

.advantages-ico-slider .swiper-slide {
  padding-top: 30px;
  padding-left: 32px;
  height: auto;
}

.experience {
  margin-top: 55px;
  margin-bottom: 50px;
}

.experience__val {
  font-size: 92px;
  line-height: 0.9;
  font-weight: 700;
  color: #EEF4FB;
  text-shadow: -1px -1px 0 #004A99, 1px -1px 0 #004A99, -1px 1px 0 #004A99, 1px 1px 0 #004A99;
}

.experience__text {
  font-size: 36px;
  color: #004A99;
  font-weight: 700;
}

.about-single {
  position: relative;
  margin-bottom: 158px;
}

.about-single::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: -432px;
  width: 43%;
  background: #EEF4FB;
}

.about-single__container {
  padding-left: 590px;
  min-height: 642px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-single__img {
  position: absolute;
  top: 0;
  height: 100%;
  right: calc((100vw - 1524px)/2 + 1115px);
  overflow: hidden;
  text-align: right;
}

.about-single__img img {
  max-width: none;
  max-height: 100%;
}

.stock-slider {
  position: relative;
  margin: 0 -25px;
}

.stock-slider .slick-slide {
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 25px 20px;
}

.stock-slider .slick-arrow,
.stock-slider .swiper-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -36px;
}

.stock-slider .btn-arrow_prev {
  left: -112px;
}

.stock-slider .btn-arrow_next {
  right: -112px;
}

.stock-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stock-slider .stock-item {
  margin-bottom: 0;
}

.stock-slider-one {
  position: relative;
}

.stock-slider-one .slick-arrow,
.stock-slider-one .swiper-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -36px;
}

.stock-slider-one .btn-arrow_prev {
  left: -112px;
}

.stock-slider-one .btn-arrow_next {
  right: -112px;
}

.stock-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  color: #28415E;
  -webkit-box-shadow: 0 10px 21px -11px rgba(40, 65, 94, 0.2);
  box-shadow: 0 10px 21px -11px rgba(40, 65, 94, 0.2);
  margin-bottom: 20px;
  position: relative;
}

.stock-item:hover {
  text-decoration: none;
}

.stock-item__description {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 172px);
}

.stock-item__img {
  overflow: hidden;
  position: relative;
  height: 172px;
}

.stock-item__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.stock-item__img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.stock-item__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px;
  min-height: 64px;
  color: #28415E;
}

.stock-item__title:hover {
  text-decoration: none;
}

.stock-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 13px;
}

.stock-item__date {
  margin-right: 20px;
}

.stock-item__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #006CFC;
}

.stock-item .tags {
  position: absolute;
  top: 144px;
  left: 8px;
}

.stock-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px -27px 0;
}

.stock-list__item {
  width: calc(25% - 54px);
  margin: 0 27px 52px;
}

.links-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.links-section__link {
  width: calc(33.333% - 60px);
  margin: 48px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #EEF4FB;
  border-radius: 20px;
  padding: 20px 48px;
  height: 170px;
  color: #28415E;
  font-size: 24px;
  line-height: 1.41667;
  font-weight: 700;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.links-section__link:hover {
  text-decoration: none;
  color: #006CFC;
}

.links-section__img {
  position: absolute;
  width: 148px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-24%);
  -ms-transform: translateY(-24%);
  transform: translateY(-24%);
  z-index: 0;
}

.links-section__title {
  position: relative;
  max-width: 256px;
  z-index: 1;
}

.history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 300px;
  margin-left: 65px;
  z-index: 10;
  position: relative;
}

.history-item {
  position: relative;
  padding-top: 64px;
  margin-bottom: 80px;
  min-height: 190px;
  max-width: 820px;
}

.history-item:last-child {
  margin-bottom: 0;
}

.history-item > *:last-child {
  margin-bottom: 0;
}

.history-item__year {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100vw - 1524px)/-2 - 56px);
  width: 470px;
  color: #EEF4FB;
  font-size: 208px;
  line-height: 0.9;
  font-weight: 700;
}

.history-item__title {
  font-size: 36px;
}

.history-nav {
  list-style: none;
  background: #fff;
}

.history-nav__link {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #BFCBDA;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-bottom: 24px;
}

.history-nav__link:hover {
  text-decoration: none;
}

.history-nav__link.active {
  font-size: 68px;
  line-height: 1;
  color: #004A99;
}

.management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px -24px 0;
}

.management__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  overflow: hidden;
}

.management__item:nth-child(2n) .management__img {
  left: 35px;
  position: relative;
}

.management__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 56%;
  height: 600px;
}

.management__img img {
  display: block;
  max-width: none;
  height: 100%;
}

.management__description {
  padding-top: 60px;
  padding-left: 20px;
}

.management__name {
  font-size: 24px;
  margin-bottom: 28px;
}

.management-modal {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.management-modal.open {
  display: block;
}

.management-modal__container {
  position: relative;
}

.management-modal__content {
  position: relative;
  padding-right: 42%;
  padding-top: 80px;
  padding-bottom: 40px;
}

.management-modal__surname {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 700;
}

.management-modal__name {
  font-size: 50px;
  line-height: 1.24;
  margin-bottom: 48px;
}

.management-modal__img {
  position: fixed;
  right: calc((100vw - 1524px)/2);
  bottom: 0;
  width: 640px;
  height: 100%;
  padding-top: 64px;
  pointer-events: none;
}

.management-modal__img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 340px);
  width: calc(340px + (100vw - 1524px)/2);
  background: #004A99;
}

.management-modal__img img {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 100%;
  max-width: none;
}

.management-modal__close {
  position: fixed;
  z-index: 2;
  right: calc((100vw - 1524px)/2 + 40px);
  top: 64px;
  font-size: 0;
}

.management-modal__close .ico {
  width: 36px;
  height: 36px;
  stroke: #BBC3CD;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.management-modal__close .ico:hover {
  stroke: #8BBEF5;
}

.quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quality__doc {
  display: inline-block;
  color: #A7B7C9;
  margin-bottom: 70px;
}

.quality__doc img {
  display: block;
  margin-bottom: 12px;
}

.quality__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 140px;
}

.quality__text {
  max-width: 820px;
}

.quality__text .quality__doc {
  display: none;
}

.career-banner {
  position: relative;
  z-index: 1;
  background: #EEF4FB;
  height: 777px;
}

.career-banner__pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.career-banner__content {
  padding: 200px 0 60px;
}

.career-banner__title {
  margin: 0 0 34px;
}

.career-banner__text {
  font-size: 20px;
  line-height: 1.5;
}

.career-banner__btn {
  font-size: 18px;
  padding: 18px 20px;
  min-width: 261px;
  margin: 52px 0 0;
}

.advantages {
  padding-top: 120px;
  padding-bottom: 98px;
}

.advantages__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.advantages__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.3333%;
  padding: 0 30px;
  margin-bottom: 62px;
}

.advantages__item {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  padding: 30px 0 0 48px;
}

.advantages__item-img {
  background: #fff;
  width: 168px;
  height: 168px;
  padding: 54px;
  border-radius: 36px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 18px -8px rgba(40, 65, 94, 0.2);
  box-shadow: 0 18px 18px -8px rgba(40, 65, 94, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.advantages__item-img img {
  width: 100%;
  height: 100%;
}

.advantages__item-text {
  background: #fff;
  border-radius: 24px;
  min-height: 168px;
  padding: 48px 30px 20px 156px;
}

.career-about {
  margin-bottom: 120px;
}

.career-about.section-about::before {
  height: 87%;
  width: 42%;
}

.career-about .about-img-right {
  margin-bottom: 154px;
}

.career-about .about-img-right__content {
  padding-top: 117px;
  margin-bottom: 0;
}

.career-about h2 {
  margin-bottom: 33px;
}

.career-about__text {
  font-size: 18px;
  line-height: 28px;
}

.career-about__text-lead {
  font-size: 24px;
  line-height: 34px;
  max-width: 640px;
  margin-bottom: 47px;
}

.career-about .ul-check li {
  margin-bottom: 24px;
}

.career-about .ul-check li:last-child {
  margin-bottom: 0;
}

.career-about .btn {
  margin-top: 3px;
}

.career-map .section-map__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
}

.career-map__title {
  margin: 0 71px 6px 0;
}

.career-map .map-list {
  display: none;
}

.career-slider {
  position: relative;
  margin-top: 120px;
}

.career-slider::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: #EEF4FB;
}

.staff {
  padding-top: 117px;
  padding-bottom: 120px;
}

.staff__title {
  margin: 0 0 33px;
}

.staff__text {
  font-size: 20px;
  line-height: 30px;
  max-width: 800px;
  margin-bottom: 62px;
}

.staff__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  min-height: 540px;
  margin-bottom: 24px;
}

.staff__item:last-child {
  margin-bottom: 0;
}

.staff__item-pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.staff__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 72px;
}

.staff__item-title {
  margin: -3px 0 26px;
}

.staff__item-text {
  font-size: 18px;
  line-height: 28px;
}

.staff__item-text p {
  margin-bottom: 24px;
}

.staff__item-text p:last-child {
  margin-bottom: 0;
}

.staff__item-text .ul-check:last-child {
  margin-bottom: 0;
}

.staff__item-text .ul-check li:last-child {
  margin-bottom: 0;
}

.vacancies {
  padding-top: 115px;
  padding-bottom: 122px;
}

.vacancies__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 68px;
}

.vacancies__title {
  margin: 0 71px 6px 0;
}

.vacancies-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EEF4FB;
  border-radius: 20px;
  padding: 40px 41px;
  margin-bottom: 24px;
}

.vacancies-item:last-child {
  margin-bottom: 0;
}

.vacancies-item__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 41%;  /* 32.4*/
  padding-right: 20px;
}

.vacancies-item__title {
  margin: 0;
}

.vacancies-item__title-text {
  margin-top: 8px;
}

.vacancies-item__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%; /* 26 */
  padding-right: 20px;
  margin-top: 5px;
}

.vacancies-item__addresses {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24%; /* 20 */
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vacancies-item__address {
  position: relative;
  color: #004A99;
  padding-left: 25px;
  margin-bottom: 12px;
}

.vacancies-item__address::before {
  content: '';
  width: 14px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuMTQ4NTFDMCAzLjE4ODEyIDMuMTIxODggMCA3IDBDMTAuODc4MSAwIDE0IDMuMTg4MTIgMTQgNy4xNDg1MUMxNCAxMS42NDM2IDguODAzMzIgMTQuOTEwOSA3IDIwQzUuMTk2NjggMTQuOTEwOSAwIDExLjY0MzYgMCA3LjE0ODUxWiIgZmlsbD0iIzAwNEE5OSIvPgo8L3N2Zz4K) no-repeat center;/*ico-address-primary.svg*/
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
}

.vacancies-item__address:last-child {
  margin-bottom: 0;
}

.vacancies-item__btn-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21.6%;
  text-align: right;
}

.vacancies-item__btn {
  padding-top: 13px;
  padding-bottom: 13px;
  min-width: 243px;
  max-width: 100%;
}

.collapse-item {
  margin-bottom: 51px;
}

.collapse-item:last-child {
  margin-bottom: 0;
}

.collapse-item__header {
  margin: 0;
}

.collapse-item__title {
  cursor: pointer;
  color: #004A99;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.collapse-item__title::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: none;
  border-top: none;
  margin: -6px 0 0 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .collapse-item__title::after {
  margin-top: 5px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.collapse-item__title:hover {
  color: #006CFC;
  text-decoration: none;
}

.collapse-item__content {
  display: none;
  padding: 34px 0 7px;
}

.open .collapse-item__content {
  display: block;
}

.career-reviews {
  padding-top: 117px;
  padding-bottom: 120px;
}

.career-reviews__title {
  margin: 0 0 53px;
}

.career-reviews__items {
  position: relative;
  margin-bottom: 104px;
}

.career-reviews__items .swiper-container {
  margin: 0 -15px;
}

.career-reviews__items .swiper-slide {
  height: auto;
  padding: 0 15px;
}

.career-reviews__items .person-review {
  height: 100%;
}

.career-reviews__items .swiper-arrow {
  position: absolute;
  top: 50%;
  margin-top: -36px;
}

.career-reviews__items .swiper-arrow-prev {
  left: -126px;
}

.career-reviews__items .swiper-arrow-next {
  right: -126px;
}

.career-reviews__items .swiper-pagination {
  line-height: 40px;
  z-index: 1;
  top: 100%;
  margin: 32px -8px 0;
}

.career-reviews__items .swiper-pagination-bullet {
  text-align: center;
  color: #004A99;
  background: #fff;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 0 8px;
}

.career-reviews__items .swiper-pagination-bullet-active {
  cursor: default;
  font-weight: 700;
  color: #fff;
  background: #004A99;
}

.person-review {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  padding: 0 31px;
}

.person-review__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.4%;
  flex: 0 0 30.4%;
  max-width: 30.4%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.person-review__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 69.6%;
  flex: 0 0 69.6%;
  max-width: 69.6%;
  padding: 68px 30px;
}

.person-review__header {
  margin-bottom: 32px;
}

.person-review__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  margin: 0;
}

.person-review__post {
  margin-top: 9px;
}

.person-review__text {
  max-width: 740px;
}

.person-review__text p {
  margin-bottom: 16px;
}

.person-review__text p:last-child {
  margin-bottom: 0;
}

.career-request {
  padding-top: 120px;
  padding-bottom: 120px;
}

.career-request__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 670px;
  margin: 0 auto;
}

.career-request__person-pic {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60.8%;
  padding-right: 12%;
}

.career-request__person-pic img {
  vertical-align: top;
}

.career-request__person-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 39.2%;
}

.career-request__person-name {
  margin: 0 0 13px;
}

.career-request__person-contacts {
  margin-top: 32px;
}

.career-request__person-contacts p {
  margin-bottom: 4px;
}

.career-request__person-contacts p:last-child {
  margin-bottom: 0;
}

.career-request__form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 27px 0 rgba(40, 65, 94, 0.2);
  box-shadow: 0 10px 27px 0 rgba(40, 65, 94, 0.2);
  padding: 68px 10px 80px 20px;
  width: 1228px;
  max-width: 100%;
  margin: 0 auto;
}

.career-request__form-col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 0 60px;
}

.career-request__form-text {
  padding-top: 9px;
}

.career-request__form-text p:last-child {
  margin-bottom: 0;
}

.career-request__form-title {
  margin: 0 0 27px;
}

.career-request__form .form {
  max-width: 420px;
}

.career-request__form .form-item {
  padding-right: 0;
  margin-bottom: 24px;
}

.career-request__form .form-field__field {
  height: 56px;
}

.career-request__form textarea.form-field__field {
  height: 200px;
}

.career-request__form .agree {
  margin-top: 32px;
}

.career-request__form .btn {
  min-width: 184px;
}

.header--sm {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
}

.header--sm .header-main {
  padding: 21px 0;
}

.header--sm .header-main__btn-menu {
  margin-right: 26px;
}

.header--sm .header-main__logo {
  /*margin: 3px 0 -3px 0;*/
}

.header--sm .menu-catalog__item {
  padding-top: 0;
  margin-top: -2px;
  margin-right: 33px;
}

.header--sm .header-main__btn-nav {
  min-width: 199px;
  margin-left: 31px;
}

.body-pt-sm {
  padding-top: 102px;
}

.footer--sm .footer-main__contacts {
  margin: 0;
}

.footer--sm .footer-main__contacts-col {
  margin-bottom: 24px;
}

.footer--sm .footer-main__developer {
  padding: 8px 14px 0 0;
}

.footer--sm .copyright {
  margin-bottom: 9px;
}

.footer--sm .developer {
  font-size: 15px;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .animate-line {
    overflow: hidden;
    opacity: 0;
  }

  .animate-line.is-animate-line {
    opacity: 1;
  }

  .animate-line.is-animate-line > * {
    -webkit-animation: .6s .6s animateLine ease-out both;
    animation: .6s .6s animateLine ease-out both;
  }

  .page-slide .header,
  .page-slide .page-inner {
    -webkit-transform: translateX(-480px);
    -ms-transform: translateX(-480px);
    transform: translateX(-480px);
  }

  .page-slide .header::before,
  .page-slide .page-inner::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(40, 65, 94, 0.75);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .page-slide .book-contents {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .stock-item_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }

  .stock-item_lg .stock-item__description {
    width: 50%;
    padding: 40px 98px;
    height: 388px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stock-item_lg .tags {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .stock-item_lg .stock-item__title {
    font-size: 36px;
    height: 148px;
    overflow: hidden;
  }

  .stock-item_lg .stock-item__sale {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 38px;
    color: #006CFC;
  }

  .stock-item_lg .stock-item__img {
    height: initial;
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .career-banner__pic {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .career-banner__content {
    color: #fff;
    background-color: rgba(40, 65, 94, 0.25);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .career-banner__content-inner {
    position: relative;
    z-index: 1;
    max-width: 840px;
    margin: 0 auto;
  }

  .career-banner__content-inner::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -35px;
    bottom: 38px;
    left: 0;
    right: 0;
    border-radius: 100%;
    background: rgba(40, 65, 94, 0.66);
    -webkit-filter: blur(165px);
    filter: blur(165px);
  }

  .career-banner__text {
    max-width: 520px;
    margin: 0 auto;
  }

  .career-banner__btn {
    border: none;
    background-color: #fff;
  }

  .career-banner__btn:hover,
  .career-banner__btn:active {
    background-color: #fff;
  }

  .career-map .career-map__map-btn-list {
    display: none;
  }

  .staff__item--left .staff__item-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .header--sm .header-main__logo-img--sm {
    display: none;
  }

  .header--sm .header-main__phone {
    font-size: 15px;
    display: inline;
  }

  .footer--sm .footer-main__developer {
    text-align: right;
  }

  .footer--sm .copyright {
    display: none;
  }

  .visible-mobile {
    display: none !important;
  }
}

@media (min-width: 1041px) {
  .career-about .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1251px) {
  .header-main.header-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 8px 0;
  }

  .header-main.header-scroll .header-main__logo {
    height: auto;
  }

  .header-main.header-scroll .header-main__logo-img,
  .header-main.header-scroll .header-main__logo-slogan {
    display: none;
  }

  .header-main.header-scroll .header-main__logo-scroll {
    display: block;
  }

  .header-main.header-scroll .header-main__phone {
    display: block;
  }

  .menu-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-catalog__item {
    margin-right: 40px;
    padding-top: 2px;
    position: relative;
  }

  .menu-catalog__item:last-child {
    margin-right: 0;
  }

  .menu-catalog__link {
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    color: #004A99;
    position: relative;
  }

  .menu-catalog__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #004A99;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .menu-catalog__link.active,
  .menu-catalog__link:hover {
    text-decoration: none;
  }

  .menu-catalog__link.active::before,
  .menu-catalog__link:hover::before {
    opacity: 1;
  }

  .menu-catalog__link_sub.menu-catalog__link::after {
    display: none;
  }

  .menu-catalog__sub,
  .menu-catalog__sub2 {
    width: 310px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear 0.2s;
    transition: opacity 0.2s linear, visibility 0.2s linear 0.2s;
  }

  .menu-catalog__sub {
    left: -40px;
  }

  .menu-catalog__sub2 {
    top: 0;
    left: 100%;
    padding-left: 18px;
  }

  .menu-catalog__item:hover .menu-catalog__sub {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .menu-catalog__item:hover .menu-catalog__link::before {
    opacity: 1;
  }

  .menu-sub {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    -webkit-box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
    box-shadow: 0 4px 20px -10px rgba(40, 65, 94, 0.2);
  }

  .menu-sub__link {
    display: block;
    color: #004A99;
    padding: 7px 40px 7px 10px;
    border-radius: 5px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .menu-sub__item {
    position: relative;
  }

  .menu-sub__item:hover .menu-catalog__sub2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .filter-list__btn:hover {
    color: #fff;
    background: #004A99;
  }

  .filter-list_white .filter-list__btn:hover {
    background: #004A99;
  }

  .doctors-list .br-theme-css-stars .br-widget a {
    height: 16px;
    width: 16px;
    margin-left: 32px;
  }

  .doctors-list .br-theme-css-stars .br-widget a:first-child {
    margin-left: 0;
  }

  .content-aside .doctors-list .br-theme-css-stars .br-widget a {
    height: 14px;
    width: 14px;
    margin-left: 8px;
  }

  .content-aside .doctors-list .br-theme-css-stars .br-widget a:first-child {
    margin-left: 0;
  }

  .info-hover:hover .info-hover__text {
    opacity: 1;
    visibility: visible;
  }

  .video-index .ico-play {
    display: none;
  }

  .video-index__img {
    display: none;
  }

  .map-wrap__btn-list {
    display: none;
  }

  .stock-item:hover .stock-item__img img,
  .stock-item:hover .stock-item__img-inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .history-nav__link:hover {
    color: #004A99;
  }

  .career-about .about-img-right__content {
    height: auto;
    margin-right: 37.3%;
  }

  .career-about .about-img-right__img {
    left: 73.7%;
  }

  .career-about .btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .career-reviews__items .swiper-pagination-bullet:hover {
    background: #EEF4FB;
  }

  .career-reviews__items .swiper-pagination-bullet-active:hover {
    background: #004A99;
  }

  .header--sm .header-main__nav {
    margin: 0 auto;
  }

  .footer--sm .footer-main {
    padding-top: 58px;
    padding-bottom: 38px;
  }

  .footer--sm .footer-main__contacts-col_lg {
    min-width: 19.6%;
  }

  .visible-laptop {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .history-item__year {
    left: -255px;
  }
}

@media (max-width: 1780px) {
  .header-main__logo-slogan {
    display: none;
  }

  .page-inner-header_img.is-animate::before {
    width: calc(44% + 475px);
  }

  .page-inner-header__img-simple {
    right: 0;
  }

  .page-inner-header__age {
    left: -80px;
  }

  .page-inner-header_stock .page-inner-header__container::before {
    left: -40px;
    width: 530px;
  }

  .page-inner-header__img-stock {
    left: 500px;
  }

  .inner-header-doctor__right {
    margin-right: 30px;
  }

  .inner-header-doctor__img {
    max-width: 540px;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }

  .search-header-popup {
    width: 66vw;
  }

  .header-scroll .search-header-popup {
    width: 76vw;
  }

  .main-slider-wrap .slick-dots::after {
    right: -40px;
  }

  .doctor-slider {
    padding: 0 100px;
  }

  .doctor-slider .slick-list,
  .doctor-slider .swiper-container {
    margin: 0 -20px;
  }

  .doctor-slider__slide {
    padding: 5px 20px 20px;
  }

  .doctor-slider-wrap .btn-arrow_prev {
    left: 0;
  }

  .doctor-slider-wrap .btn-arrow_next {
    right: 0;
  }

  .result-work-wrap__btn {
    right: -90px;
  }

  .stock-slider .btn-arrow_prev {
    left: -90px;
  }

  .stock-slider .btn-arrow_next {
    right: -90px;
  }

  .stock-slider-one {
    padding: 0 100px;
  }

  .stock-slider-one .btn-arrow_prev {
    left: 0;
  }

  .stock-slider-one .btn-arrow_next {
    right: 0;
  }

  .career-reviews__items {
    padding: 0 100px;
  }

  .career-reviews__items .swiper-arrow-prev {
    left: 0;
  }

  .career-reviews__items .swiper-arrow-next {
    right: 0;
  }

  .person-review {
    padding: 0;
  }
}

@media (max-width: 1530px) {
  body {
    padding-top: 120px;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  .text-lg {
    font-size: 15px;
  }

  .text-line {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .text-line__line {
    width: 120px;
  }

  .text-line__text {
    padding: 0 74px;
    font-size: 20px;
  }

  .header-top {
    font-size: 13px;
  }

  .header-top button {
    font-size: 13px;
  }

  .header-top__item {
    margin-left: 38px;
  }

  .header-main {
    padding: 19px 0;
  }

  .header-main__logo {
    height: auto;
  }

  .header-main__logo-img {
    width: 167.641px;
  }

  .header-main__btn {
    font-size: 13px;
    padding: 13px 16px 11px;
  }

  .header-main__phone {
    font-size: 15px;
  }

  .menu-main__item {
    margin-right: 28px;
  }

  .footer-top {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-main__contact {
    font-size: 20px;
  }

  .footer-main__cols {
    font-size: 13px;
  }

  .footer-main__copyright {
    font-size: 13px;
  }

  .page-inner-header__bottom {
    max-width: 750px;
  }

  .page-inner-header__age {
    left: -65px;
    font-size: 350px;
    line-height: 200px;
  }

  .page-inner-header__icons {
    padding-left: 0;
  }

  .inner-header-doctor__right {
    width: 260px;
    margin-right: 0;
  }

  .inner-header-doctor .quote {
    font-size: 15px;
  }

  .search-header-popup {
    top: -11px;
  }

  .header-scroll .search-header-popup {
    width: 74vw;
    top: -12px;
  }

  .search-header-popup .search-header__btn {
    top: 12px;
    right: 55px;
  }

  .search-header__close {
    top: 15px;
  }

  .search-header .form-field__field:focus ~ .form-field__placeholder,
  .search-header .field-not-empty .form-field__field ~ .form-field__placeholder {
    line-height: 30px;
  }

  .search-header .form-field__placeholder {
    line-height: 46px;
  }

  .search-header .form-field__field {
    height: 44px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-doctor__text {
    max-width: 480px;
  }

  .section-doctor__quote::before {
    right: -40px;
  }

  .section-doctor .quote {
    width: 340px;
  }

  .section-doctor__img {
    left: 300px;
    height: 560px;
  }

  .section-map {
    margin-top: 64px;
  }

  .section-map__nav {
    margin-top: 30px;
  }

  .section-about::before {
    height: 570px;
  }

  .about-img-right {
    margin-bottom: 72px;
  }

  .about-img-right__content {
    padding-top: 70px;
    height: 570px;
  }

  .about-img-right__img {
    left: 66%;
    height: 820px;
  }

  .about-img-left__container {
    padding-left: 38%;
    padding-top: 34px;
  }

  .about-img-left__img {
    right: calc(62% + 80px);
  }

  .about-img-left__text {
    font-size: 15px;
  }

  .section-doctor-slider__text {
    max-width: 310px;
  }

  .section-gallery::before {
    top: 26%;
  }

  .main-banner {
    height: 768px;
  }

  .main-banner__text {
    font-size: 15px;
    margin-bottom: 40px;
    max-width: 300px;
  }

  .main-slider-wrap {
    height: 768px;
  }

  .links-page {
    margin: 0 -15px;
  }

  .links-page__item {
    width: calc(33.333% - 30px);
    margin: 0 15px;
    font-size: 13px;
  }

  .links-page__img {
    width: 128px;
    height: 128px;
    border-radius: 20px;
  }

  .links-page__title {
    font-size: 20px;
  }

  .links-page__link {
    min-height: 132px;
    margin-top: 20px;
    margin-left: 24px;
    padding: 28px 20px 10px 130px;
    border-radius: 24px;
  }

  .quote {
    font-size: 15px;
    padding-top: 50px;
  }

  .quote__ico {
    left: -35px;
  }

  .quote__name {
    font-size: 20px;
  }

  .quote p {
    margin-bottom: 24px;
  }

  .info-number {
    margin-top: 36px;
    margin-bottom: 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .info-number__item {
    margin-right: 100px;
  }

  .info-number__item:last-child {
    margin-right: 0;
  }

  .info-number__val {
    font-size: 64px;
    line-height: 1.40625;
  }

  .slider-simple .btn-arrow_prev {
    left: 40px;
  }

  .slider-simple .btn-arrow_next {
    right: 40px;
  }

  .content-aside__main_sm {
    padding-right: 0;
  }

  .filter-list__item {
    margin-right: 20px;
  }

  .toggle__content {
    padding: 0 32px 24px;
  }

  .calc-correction__title {
    font-size: 20px;
  }

  .clinic-contacts-price {
    padding: 24px 32px;
  }

  .clinic-contacts-price__title {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .clinic-contacts-price__cols-left {
    width: 50%;
  }

  .clinic-contacts-price__cols-right {
    width: 50%;
  }

  .clinic-contacts-price__btn {
    text-align: left;
  }

  .clinic-top__col-right {
    padding-left: 0;
  }

  .clinic-worker {
    margin: 0 -24px;
    padding-right: 0;
  }

  .clinic-worker__item {
    padding: 0 24px;
  }

  .doctors-list_grid_3x .doctors-item {
    margin: 0 16px;
  }

  .doctors-list_grid_3x .doctors-item_tile {
    width: calc(33.3333% - 32px);
    margin-bottom: 32px;
  }

  .doctor-slider .doctors-item .doctors-item__info {
    padding: 24px;
  }

  .doctors-result-list {
    margin: 0 -16px 16px;
  }

  .doctors-result-list .doctors-item {
    margin: 0 16px;
  }

  .doctors-result-list .doctors-item_tile {
    width: calc(25% - 32px);
    margin-bottom: 32px;
  }

  .map {
    height: 560px;
  }

  .map-card {
    padding: 20px 40px 20px 20px;
  }

  .map-card__img {
    width: 144px;
    height: 144px;
  }

  .map-card__title {
    font-size: 20px;
  }

  .map-card__directions a {
    font-size: 13px;
  }

  .map-popover {
    width: 486px;
  }

  .about-single__img {
    right: calc(62% + 80px);
  }

  .history__nav {
    width: 180px;
  }

  .history-item__year {
    left: -56px;
  }

  .management__img {
    height: 470px;
  }

  .management-modal__close {
    right: 40px;
  }

  .advantages__tile {
    margin: 0 -15px;
  }

  .advantages__col {
    padding: 0 15px;
  }

  .advantages__item {
    padding: 20px 0 0 24px;
  }

  .advantages__item-img {
    width: 128px;
    height: 128px;
    padding: 38px;
    border-radius: 20px;
  }

  .advantages__item-text {
    min-height: 148px;
    padding: 38px 30px 20px 140px;
  }

  .career-about {
    margin-bottom: 80px;
  }

  .career-about .about-img-right {
    margin-bottom: 100px;
  }

  .career-about .about-img-right__content {
    padding-top: 70px;
  }

  .career-about__text {
    font-size: 15px;
    line-height: 24px;
  }

  .career-about__text-lead {
    font-size: 20px;
    line-height: 28px;
    max-width: 540px;
  }

  .career-slider {
    margin-top: 80px;
  }

  .staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .staff__item-content {
    padding: 60px;
  }

  .staff__item-title {
    font-size: 30px;
  }

  .vacancies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .career-reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .career-request {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header--sm .header-main {
    padding: 19px 0;
  }

  .header--sm .header-main__logo-img {
    width:216px;
  }

  .header--sm .menu-catalog__item {
    margin-right: 20px;
  }

  .header--sm .header-main__btn-nav {
    font-size: 13px;
    padding: 13px 16px 11px;
  }

  .body-pt-sm {
    padding-top: 83px;
  }

  .footer--sm .footer-main__developer {
    padding: 4px 8px 0 0;
  }
}

@media (max-width: 1360px) {
  .feedback-filter {
    margin-bottom: 48px;
    display: block;
  }

  .feedback-filter__btn {
    display: none;
  }

  .feedback-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .feedback-title__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
  }

  .feedback-title__title {
    font-size: 26px;
    line-height: 1.30769;
    margin-right: 80px;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 13px;
  }

  body {
    padding-top: 54px;
  }

  button {
    font-size: 13px;
  }

  p {
    margin-bottom: 20px;
  }

  h1,
  .h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  .page-index h2,
  .page-index .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  .title-between {
    margin-bottom: 32px;
  }

  .title-between__title {
    margin-bottom: 0;
  }

  .title-gray {
    font-size: 15px;
    margin-bottom: 16px;
  }

  h2:not(:first-child),
  .h2:not(:first-child),
  h3:not(:first-child),
  .h3:not(:first-child),
  h4:not(:first-child),
  .h4:not(:first-child),
  h5:not(:first-child),
  .h5:not(:first-child),
  h6:not(:first-child),
  .h6:not(:first-child) {
    margin-top: 40px;
  }

  .title-blue {
    font-size: 15px;
  }

  .text-col__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-col__title {
    margin-bottom: 12px;
  }

  .text-line {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-line__line {
    width: 60px;
  }

  .text-line__text {
    padding: 0 32px;
  }

  .text-line-left {
    font-size: 15px;
    padding: 12px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .text-background {
    padding: 28px 32px;
    border-radius: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .ul,
  ul:not([class]) {
    font-size: 13px;
    margin-left: 0;
    padding-right: 22px;
  }

  .ul li,
  ul:not([class]) li {
    left: 22px;
  }

  .ul li::before,
  ul:not([class]) li::before {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    margin-left: -22px;
  }

  .ul-star {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .ul-star li {
    padding-left: 20px;
  }

  .ul-star li::before {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-left: -20px;
    margin-top: 3px;
  }

  .ul-check {
    margin-bottom: 18px;
  }

  .ol,
  ol:not([class]) {
    font-size: 13px;
    margin-left: 0;
  }

  .content {
    margin-bottom: 40px;
  }

  .content_sm {
    width: 100%;
  }

  figcaption {
    font-size: 13px;
    padding-right: 40px;
  }

  .figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .with-aside .aside-picture {
    width: 100%;
    left: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px;
  }

  .with-aside .aside-picture_top {
    top: auto;
  }

  .with-aside .aside-picture_bottom {
    bottom: auto;
  }

  .table {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .table th {
    padding: 0 24px;
  }

  .table td {
    padding: 12px 24px;
  }

  .mfp-images .mfp-arrow {
    display: none;
  }

  .br-theme-css-stars .br-widget a {
    height: 10px;
    width: 11px;
  }

  .list-popup {
    margin-top: 0;
  }

  .list-popup__link {
    padding: 4px 30px;
  }

  .header {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    right: 0;
  }

  .header-top {
    display: none;
  }

  .header-main {
    padding: 10px 0;
  }

  .header-main__logo-img {
    width: 134.094px;
    margin-right: 0;
  }

  .header-main__btn {
    padding: 11px 16px 9px;
  }

  .header-main__btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }

  .header-main__phone {
    display: block;
    font-size: 13px;
  }

  .header-main__btn-menu {
    display: block;
  }

  .menu-catalog__link,
  .menu-sub__link {
    display: block;
    padding: 13px 55px 12px 40px;
    border-bottom: 1px solid #EEF4FB;
    color: #004A99;
    position: relative;
  }

  .menu-catalog__link_sub::after {
    width: 8px;
    height: 8px;
    top: 19px;
    right: 40px;
  }

  .menu-catalog__link-section {
    display: inline-block;
    margin: 10px 40px;
    background: #EEF4FB;
    border-radius: 17px;
    padding: 8px 17px 7px;
    color: #004A99;
  }

  .menu-catalog__back {
    display: block;
    width: 100%;
    background: #EEF4FB;
    padding: 10px 40px;
    color: #004A99;
  }

  .menu-catalog__back::before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #004A99;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .menu-catalog__sub,
  .menu-catalog__sub2 {
    display: none;
    background: #fff;
  }

  .menu-catalog__sub.open,
  .menu-catalog__sub2.open {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-bottom: 70px;
    overflow: auto;
  }

  .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 320px;
    background: #004A99;
    font-size: 13px;
    overflow-y: auto;
    margin-top: -70px;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
  }

  .open-menu .nav-main {
    left: 0;
  }

  .nav-main_open-sub {
    overflow-y: hidden;
  }

  .nav-main__city {
    position: relative;
    display: block;
  }

  .nav-main__city-btn::after {
    right: 40px;
  }

  .nav-main__city-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #EEF4FB;
    padding: 10px 40px;
  }

  .nav-main__top {
    display: block;
  }

  .nav-main__menu {
    display: block;
  }

  .footer-top {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-main {
    padding-top: 33px;
    padding-bottom: 37px;
  }

  .footer-main__contact {
    font-size: 15px;
  }

  .footer-main__text {
    display: none;
  }

  .footer-main__smartphone {
    display: none;
  }

  .footer-main__email {
    max-width: 272px;
  }

  .page {
    position: relative;
    -webkit-transition: -webkit-filter 0.3s linear;
    transition: -webkit-filter 0.3s linear;
    -o-transition: filter 0.3s linear;
    transition: filter 0.3s linear;
    transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  }

  .page::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(40, 65, 94, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0.3s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s linear 0.3s, opacity 0.3s linear;
  }

  .open-menu .page {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  .open-menu .page::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .page-inner-content {
    margin-top: 40px;
    margin-bottom: 88px;
  }

  .page-inner-header__container {
    padding-bottom: 40px;
  }

  .page-inner-header__h1 {
    height: 102px;
    margin-bottom: 16px;
  }

  .page-inner-header p {
    margin-bottom: 16px;
  }

  .page-inner-header__description {
    margin-bottom: 16px;
  }

  .page-inner-header__bottom {
    max-width: 450px;
  }

  .page-inner-header__bottom {
    max-width: 330px;
  }

  .page-inner-header_img .page-inner-header__container {
    padding-right: 36%;
    padding-bottom: 48px;
    min-height: 420px;
    height: auto;
  }

  .page-inner-header_img.is-animate::before {
    width: calc(44% + 255px);
  }

  .page-inner-header__img {
    height: 312px;
  }

  .page-inner-header__img::before {
    width: 250px;
  }

  .page-inner-header__img-simple {
    width: 300px;
    top: auto;
    bottom: 0;
  }

  .page-inner-header__age {
    font-size: 280px;
    line-height: 150px;
  }

  .page-inner-header .tags {
    margin-bottom: 2px;
  }

  .page-inner-header__icons {
    position: relative;
    bottom: 0;
    left: auto;
    margin-top: 24px;
    margin-bottom: -18px;
  }

  .page-inner-header .icon-hover-list {
    margin-top: 24px;
  }

  .page-inner-header_stock .breadcrumbs__link {
    color: #28415E;
  }

  .page-inner-header_stock .page-inner-header__container::before {
    width: 50vw;
  }

  .page-inner-header_stock .page-inner-header__container {
    height: 400px;
    padding-bottom: 20px;
  }

  .page-inner-header_stock .page-inner-header__bottom {
    max-width: 45%;
  }

  .page-inner-header__img-stock {
    left: 45%;
  }

  .page-inner-header__img-stock img {
    max-width: 130%;
  }

  .page-inner-header__stock-info > *:not(:last-child) {
    margin-right: 16px;
  }

  .page-inner-bottom {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .inner-header-doctor::before {
    display: none;
  }

  .inner-header-doctor__container {
    height: auto;
    display: block;
  }

  .inner-header-doctor__left {
    width: 100%;
    padding-bottom: 36px;
    padding-right: 400px;
  }

  .inner-header-doctor__right {
    width: auto;
    background: #004A99;
    margin-left: -40px;
    margin-right: -40px;
    padding: 30px 365px 40px 40px;
  }

  .inner-header-doctor__h1 {
    margin-bottom: 16px;
  }

  .inner-header-doctor__h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .inner-header-doctor__rating {
    display: block;
    margin-bottom: 16px;
  }

  .inner-header-doctor__rating > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .inner-header-doctor__img {
    max-width: 350px;
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: -40px;
  }

  .inner-header-doctor .breadcrumbs__link {
    color: #28415E;
  }

  .search-content {
    margin-bottom: 24px;
  }

  .search-header-popup {
    width: calc(100vw - 260px);
    bottom: -19px;
  }

  .header-scroll .search-header-popup {
    width: calc(100vw - 260px);
  }

  .search-predictive {
    width: 100%;
    padding: 10px;
  }

  .search-predictive__val {
    width: 300px;
  }

  .form-field__field {
    font-size: 13px;
  }

  .agree {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .select {
    font-size: 13px;
  }

  .select-sort .custom-select__option--value {
    font-size: 13px;
  }

  .select-sort .custom-select__option--value::after {
    top: 5px;
  }

  .select-sort .custom-select--active .custom-select__option--value::after {
    top: 8px;
  }

  .form-email {
    margin-bottom: 24px;
  }

  .section-blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-blue-dark__title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .section-doctor__text {
    max-width: 290px;
    padding-top: 20px;
    padding-right: 70px;
  }

  .section-doctor__quote {
    margin-top: 0;
  }

  .section-doctor .quote {
    width: 56%;
  }

  .section-doctor__img {
    left: 120px;
    height: 440px;
  }

  .section-map {
    margin-top: 48px;
  }

  .section-map__nav {
    margin-bottom: 30px;
    display: block;
  }

  .section-map__content {
    margin-bottom: 30px;
  }

  .section-map .switch {
    display: none;
  }

  .section-about::before {
    display: none;
  }

  .section-about .slider-simple {
    margin-top: -138px;
  }

  .about-img-right {
    margin-bottom: 60px;
  }

  .about-img-right__content {
    height: auto;
    margin-right: 32%;
    margin-bottom: 48px;
    padding-top: 48px;
    padding-right: 56px;
    position: relative;
  }

  .about-img-right__content::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -40px;
    top: 0;
    height: 100%;
    width: calc(50% + 40px);
    background: #EEF4FB;
  }

  .about-img-right__img {
    left: 100%;
    height: 100%;
  }

  .about-img-left__container {
    padding-top: 0;
  }

  .about-img-left__img {
    height: calc(100% - 186px);
    right: calc(62% + 58px);
  }

  .about-img-left__blue {
    padding-bottom: 186px;
    padding-top: 26px;
  }

  .about-img-left__blue {
    padding-top: 40px;
  }

  .about-img-left__text {
    font-size: 13px;
  }

  .section-doctor-slider {
    height: 570px;
    margin-bottom: 100px;
  }

  .section-doctor-slider__title {
    margin-bottom: 20px;
  }

  .section-doctor-slider__text {
    max-width: 230px;
  }

  .section-doctor-slider__slider {
    margin-top: 180px;
  }

  .doctors-slider-banner {
    width: 222px;
    margin-right: 100px;
  }

  .doctors-slider-banner__inner {
    height: 288px;
    padding: 30px 20px;
  }

  .doctors-slider-banner__surname {
    font-size: 24px;
  }

  .doctors-slider-banner__name {
    font-size: 16px;
  }

  .doctors-slider-banner__position {
    font-size: 10px;
  }

  .doctors-slider-banner .btn-arrow {
    top: 45px;
    right: -100px;
  }

  .doctors-slider-banner-img {
    width: 460px;
  }

  .gallery-large .swiper-container {
    margin: 0 30px;
  }

  .gallery-large-thumbs__item {
    height: 130px;
  }

  .btn__ico {
    height: 22px;
    margin-right: 8px;
  }

  .btn {
    font-size: 13px;
    min-width: 95px;
    padding: 11px 16px 9px;
  }

  .btn_lg {
    height: 64px;
  }

  .ico-play {
    width: 120px;
    height: 120px;
  }

  .ico-play::before {
    width: 67px;
    height: 67px;
  }

  .ico-play::after {
    border: 8px solid transparent;
    border-left: 12px solid #004A99;
    margin-top: -7px;
    margin-left: -4px;
  }

  .main-banner {
    height: 540px;
  }

  .main-banner__img {
    width: calc(50% + 170px);
  }

  .main-banner__description {
    padding-top: 268px;
  }

  .main-banner__h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .main-banner__text {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .main-slider-wrap {
    height: 540px;
  }

  .main-slider-wrap__btn {
    display: none;
  }

  .links-page {
    margin: 0 -8px;
  }

  .links-page__item {
    width: calc(33.333% - 16px);
    margin: 0 8px;
  }

  .links-page__img {
    display: none;
  }

  .links-page__link {
    min-height: 148px;
    padding: 24px 28px;
    margin-top: 0;
    margin-left: 0;
  }

  .quote {
    font-size: 13px;
    line-height: 1.69231;
    padding-top: 16px;
  }

  .quote__ico {
    left: -15px;
    top: -10px;
    width: 75px;
  }

  .quote__name {
    font-size: 15px;
  }

  .quote__position {
    font-size: 13px;
  }

  .quote p {
    margin-bottom: 16px;
  }

  .certificate {
    margin-bottom: 20px;
  }

  .certificate__item {
    width: 295px;
  }

  .certificate__img {
    width: 72px;
  }

  .info-number {
    margin-top: 32px;
    margin-bottom: 50px;
  }

  .info-number__item {
    margin-right: 50px;
  }

  .info-number__val {
    font-size: 48px;
    line-height: 0.85714;
  }

  .info-number__text {
    font-size: 13px;
  }

  .slider-simple__img {
    width: 387px;
  }

  .slider-simple__picture-box {
    height: 256px;
  }

  .slider-simple .slick-arrow,
  .slider-simple .swiper-arrow {
    display: none;
  }

  .content-aside {
    display: block;
    margin-bottom: 40px;
  }

  .content-aside__main {
    margin-bottom: 40px;
  }

  .content-aside__aside {
    width: auto;
    margin-left: 0;
  }

  .content-logo-right {
    margin-bottom: 48px;
  }

  .content-logo-right__text {
    width: calc(100% - 134px);
    padding-right: 38px;
  }

  .content-logo-right__img {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    width: 134px;
  }

  .content-img-right {
    padding-right: 0;
    margin-bottom: 0;
    max-width: 820px;
  }

  .content-img-right__img {
    position: relative;
    top: 0;
    left: 0;
    margin: 32px 0;
    display: block;
  }

  .person {
    width: 100%;
    max-width: 516px;
    min-height: 220px;
    font-size: 13px;
  }

  .person__surname {
    font-size: 15px;
  }

  .person__position {
    margin: 16px 0;
  }

  .person__text {
    margin-top: 16px;
  }

  .person_single {
    height: 230px;
  }

  .person_single .person__photo {
    width: 172px;
  }

  .person_single .person__description {
    padding: 24px 36px;
  }

  .job {
    display: block;
  }

  .job__links {
    margin-top: 24px;
  }

  .job__person {
    margin-left: 0;
    margin-top: 48px;
  }

  .feedback-top__container {
    display: block;
  }

  .feedback-top__person {
    margin-left: 0;
    margin-top: 32px;
  }

  .filter-list {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 40px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .filter-list::after {
    content: '';
    width: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .filter-list::-webkit-scrollbar {
    display: none;
  }

  .filter-list__btn {
    font-size: 13px;
  }

  .reviews-item {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .reviews-item__left {
    width: 172px;
    padding-right: 20px;
  }

  .reviews-item__name {
    margin-bottom: 0;
  }

  .reviews-item__info {
    display: block;
    margin-bottom: 16px;
  }

  .reviews-item__text {
    padding: 20px 24px;
    border-radius: 0 20px 20px 20px;
  }

  .reviews-item__answer {
    margin-top: 20px;
    padding-left: 0;
  }

  .reviews-item__answer .reviews-item__text {
    border-radius: 20px 0 20px 20px;
  }

  .not-found {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .popup {
    padding: 50px;
    width: 900px;
  }

  .popup__container {
    margin: 0 -20px;
  }

  .popup__col {
    padding: 0 20px;
  }

  .sign-up__text {
    font-size: 13px;
    margin-bottom: 0;
    max-width: 260px;
  }

  .sign-up__phone {
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 44px;
  }

  .sign-up__callback {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sign-up {
    border-radius: 0;
    margin-left: -40px;
    margin-right: -40px;
    padding: 32px 40px;
    background: #EEF4FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-nav {
    margin-bottom: 24px;
  }

  .tab-nav__item {
    margin-right: 48px;
  }

  .tab-nav__btn {
    padding-bottom: 8px;
    font-size: 15px;
  }

  .tab-nav__btn::after {
    width: 4px;
    height: 4px;
  }

  .tab-inner {
    margin-bottom: 88px;
  }

  .toggle-list {
    margin-bottom: 40px;
  }

  .toggle__btn {
    height: 80px;
    font-size: 15px;
  }

  .toggle__content ul li {
    left: 0;
  }

  .price-list {
    margin-bottom: 48px;
  }

  .price-list__credit {
    font-size: 13px;
  }

  .price-item {
    height: 80px;
    font-size: 13px;
    padding: 10px 24px;
  }

  .price-item__right {
    margin-left: 30px;
  }

  .price-item__val {
    font-size: 15px;
  }

  .price-item__val-old {
    font-size: 15px;
  }

  .price__select .select {
    width: 344px;
    margin-right: 24px;
  }

  .calc-correction {
    padding: 28px 32px 40px;
  }

  .calc-correction__item {
    padding-right: 40px;
  }

  .calc-correction__title {
    font-size: 18px;
  }

  .calc-correction__btn {
    font-size: 15px;
    padding: 14px 16px;
    margin-top: 45px;
  }

  .calc-switch {
    margin-bottom: 30px;
  }

  .clinics-item {
    display: block;
    margin-bottom: 12px;
  }

  .clinics-item__main {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .clinics-item__img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .clinics-item__title {
    font-size: 20px;
  }

  .clinics-item__info {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .clinics-item__address {
    width: 170px;
  }

  .clinics-item__time {
    width: 120px;
  }

  .clinic-contacts {
    padding: 24px;
  }

  .clinic-contacts__item {
    display: block;
    margin-bottom: 16px;
  }

  .clinic-contacts__metro {
    display: block;
  }

  .clinic-contacts__metro img {
    width: 16px;
  }

  .clinic-contacts .tag-line__item,
  .clinic-contacts .tag-line a {
    margin-left: -20px;
    padding: 0 24px 0 20px;
  }

  .clinic-contacts .tag-line__item::before {
    top: 7px;
  }

  .clinic-top__text {
    padding-top: 24px;
    margin-bottom: 16px;
  }

  .clinic-top__btns {
    margin-right: -16px;
  }

  .clinic-top__btns .btn {
    margin-right: 16px;
    width: calc(50% - 16px);
  }

  .clinic-top .slider-simple {
    margin-bottom: -138px;
  }

  .clinic-top .section-blue {
    padding-top: 190px;
  }

  .clinic-worker__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .icon-hover {
    cursor: pointer;
  }

  .icon-hover__ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .icon-hover-list .icon-hover {
    margin-right: 18px;
    margin-bottom: 18px;
  }

  .tag-line__item,
  .tag-line a {
    margin-left: -10px;
    padding: 0 10px 0 14px;
  }

  .doctors-list_grid_3x .doctors-item_tile {
    width: calc(33.3333% - 32px);
    margin-bottom: 32px;
  }

  .doctors-item__surname {
    font-size: 15px;
  }

  .doctors-item_line {
    padding: 12px;
  }

  .doctors-item_line .doctors-item__img {
    width: 80px;
    height: 80px;
    margin-right: 24px;
  }

  .doctors-item_line .doctors-item__rating {
    margin-right: 0;
    margin-left: 0;
  }

  .doctors-item_line .doctors-item__name {
    width: 24%;
  }

  .doctors-item_line .doctors-item__position {
    display: none;
  }

  .doctors-item_line .doctors-item__position_mobile {
    display: block;
    color: #A7B7C9;
    font-size: 13px;
  }

  .doctors-item_line .doctors-item__btn {
    display: none;
  }

  .doctors-item_line .doctors-item__address::before {
    width: 11px;
    height: 16px;
    top: 0;
  }

  .doctors-item_line .doctors-item__address {
    width: 30%;
  }

  .doctors-item_tile .doctors-item__img {
    height: 238px;
  }

  .doctors-item_tile .doctors-item__info {
    padding: 20px 32px;
  }

  .doctors-item_tile .doctors-item__position {
    margin-top: 16px;
    min-height: auto;
  }

  .doctor-slider {
    margin: 24px -40px 0;
    padding: 0;
  }

  .doctor-slider .slick-list,
  .doctor-slider .swiper-container {
    margin: 0 -20px;
    padding-left: 40px;
  }

  .doctor-slider__slide {
    width: 288px;
  }

  .doctor-slider .doctors-item .doctors-item__info {
    padding: 20px 32px;
  }

  .doctor-slider-wrap .btn-arrow {
    display: none;
  }

  .doctor-section {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .doctor-section__title {
    font-size: 18px;
  }

  .doctors-filter__select {
    margin-top: 24px;
  }

  .doctors-result-list .doctors-item_tile {
    width: calc(33.3333% - 32px);
    margin-bottom: 32px;
  }

  .doctors-result-list .doctors-item_line:last-child {
    margin-bottom: 16px;
  }

  .doctors-result {
    margin-bottom: 24px;
  }

  .doctors-result__val {
    width: auto;
    margin-right: 30px;
  }

  .doctor-description {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .doctor-description__text {
    max-width: 100%;
    padding-left: 0;
  }

  .doctor-description__left {
    width: 100%;
    margin-bottom: 22px;
  }

  .doctor-clinic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }

  .doctor-clinic__item {
    display: block;
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }

  .doctor-clinic__item::after {
    content: '';
    display: block;
    clear: both;
  }

  .doctor-clinic__title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .doctor-clinic__img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    float: left;
  }

  .doctor-clinic__info {
    display: block;
  }

  .list-info-blue {
    margin: 32px -12px 0;
  }

  .list-info-blue__item {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
    padding: 12px;
    border-radius: 20px;
  }

  .list-info-blue__img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 20px;
  }

  .list-info-blue__title {
    font-size: 15px;
  }

  .result-work__link {
    font-size: 13px;
    line-height: 1.38462;
  }

  .result-work__img {
    height: 248px;
  }

  .result-work-wrap {
    margin: 0 -40px;
  }

  .result-work-slider .slick-list {
    margin: 0;
    padding-left: 10px;
  }

  .result-work-slider__slide {
    width: 624px;
    padding: 0 30px;
  }

  .links-services__item {
    width: calc(50% - 8px);
    height: auto;
    padding: 10px 20px;
  }

  .links-services_list {
    margin: 0 -4px;
  }

  .links-services_list .links-services__item {
    margin: 4px;
    width: calc(50% - 8px);
  }

  .links-services_col2 {
    margin-bottom: 16px;
  }

  .stock-aside {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 16px;
  }

  .stock-aside__item {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
    padding: 24px;
  }

  .stock-aside__info {
    display: block;
    margin-bottom: 6px;
  }

  .stock-aside__price {
    padding-left: 0;
  }

  .stock-aside__title {
    font-size: 15px;
  }

  .info-hover__text {
    left: 50%;
    top: calc(100% + 10px);
    -webkit-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    transform: translateX(-56%);
    width: 154px;
    padding: 8px 10px;
  }

  .info-hover__text::before {
    top: -4px;
    left: 50%;
    margin-top: 0;
    margin-left: 2px;
  }

  .partner-list {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .partner-item {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }

  .partner-item__img {
    width: 100px;
  }

  .partner-item__description {
    width: 45%;
  }

  .partner-item__title {
    font-size: 15px;
  }

  .partner-item__tags {
    width: 180px;
  }

  .video {
    padding-bottom: 55%;
  }

  .video__time {
    font-size: 36px;
    line-height: 1.16667;
    bottom: -15px;
  }

  .video-preview__time {
    font-size: 36px;
    line-height: 1.16667;
    bottom: -15px;
  }

  .video-index {
    padding-bottom: 0;
  }

  .video-index.video iframe {
    height: 432px;
  }

  .authors-box__title {
    font-size: 22px;
    line-height: 1.27273;
    margin-bottom: 20px;
  }

  .author-card {
    width: 516px;
  }

  .recommender-showcase {
    padding-top: 48px;
  }

  .recommender-showcase__title {
    margin-bottom: 24px;
  }

  .books__filter {
    margin-bottom: 48px;
  }

  .books__list {
    margin-bottom: 40px;
  }

  .books__list-item {
    margin-bottom: 40px;
  }

  .book {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book__cover {
    width: 128px;
  }

  .book__authors {
    width: 100%;
    padding: 0 0 0 172px;
  }

  .book__authors-heading {
    font-size: 13px;
    line-height: 1.69231;
    margin-bottom: 2px;
  }

  .book__authors-list-item {
    font-size: 13px;
    line-height: 1.69231;
    display: inline-block;
    margin-right: 8px;
    position: relative;
  }

  .book__authors-list-item::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #006CFC;
    margin-left: 8px;
  }

  .book__authors-list-item:last-child::after {
    display: none;
  }

  .book__info {
    width: calc(100% - 128px);
    padding: 0 0 0 44px;
    margin-bottom: 16px;
  }

  .book__name {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 12px;
  }

  .book__description p:last-child {
    margin-bottom: 0;
  }

  .book-detail-info__description {
    padding-right: 48px;
  }

  .book-detail-info__book {
    width: 172px;
    margin-top: -152px;
  }

  .book-detail-info__cover {
    width: 172px;
    margin-bottom: 27px;
  }

  .book-detail-info__downloads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book-detail-info__downloads-file {
    margin-right: 0;
    margin-bottom: 12px;
    text-align: left;
  }

  .book-detail-info__subject {
    margin-top: 0;
  }

  .book-contents {
    padding: 30px 40px;
    width: 500px;
  }

  .book-contents__close .ico {
    width: 20px;
    height: 20px;
  }

  .book-contents__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .book-contents h5,
  .book-contents .h5 {
    margin-top: 10px;
  }

  .articles__filter {
    margin-bottom: 48px;
  }

  .articles__list-item {
    margin-bottom: 48px;
  }

  .article {
    display: block;
    overflow: hidden;
  }

  .article__picture {
    width: 128px;
    float: left;
  }

  .article__authors {
    width: calc(100% - 128px);
    float: right;
    padding-left: 44px;
  }

  .article__authors-heading {
    font-size: 13px;
    line-height: 1.69231;
    margin-bottom: 2px;
  }

  .article__authors-list-item {
    font-size: 13px;
    line-height: 1.69231;
    display: inline-block;
    margin-right: 8px;
    position: relative;
  }

  .article__authors-list-item::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #006CFC;
    margin-left: 8px;
  }

  .article__authors-list-item:last-child::after {
    display: none;
  }

  .article__info {
    width: calc(100% - 128px);
    padding: 0 0 0 44px;
    float: right;
    margin-bottom: 16px;
  }

  .article__name {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 12px;
  }

  .article__description p:last-child {
    margin-bottom: 0;
  }

  .article-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-detail__aside {
    width: 100%;
  }

  .article-detail__text {
    width: 100%;
    padding-right: 172px;
  }

  .article-detail__text p {
    margin-bottom: 24px;
  }

  .article-detail__text p + .ul,
  .article-detail__text p + ul:not([class]) {
    margin-top: 24px;
  }

  .article-detail__text .ul,
  .article-detail__text ul:not([class]) {
    margin-bottom: 24px;
  }

  .article-detail__text .text-line-left {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .videos__filter {
    margin-bottom: 48px;
  }

  .videos__list-item {
    margin-bottom: 48px;
  }

  .video-post {
    display: block;
    overflow: hidden;
  }

  .video-post__preview {
    width: 252px;
    float: left;
  }

  .video-post__authors {
    width: calc(100% - 252px);
    float: right;
    padding-left: 44px;
  }

  .video-post__authors-heading {
    font-size: 13px;
    line-height: 1.69231;
    margin-bottom: 2px;
  }

  .video-post__authors-list-item {
    font-size: 13px;
    line-height: 1.69231;
    display: inline-block;
    margin-right: 8px;
    position: relative;
  }

  .video-post__authors-list-item::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #006CFC;
    margin-left: 8px;
  }

  .video-post__authors-list-item:last-child::after {
    display: none;
  }

  .video-post__info {
    width: calc(100% - 252px);
    padding: 0 0 0 44px;
    float: right;
    margin-bottom: 16px;
  }

  .video-post__name {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 12px;
  }

  .video-post__description p:last-child {
    margin-bottom: 0;
  }

  .video-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-detail__aside {
    width: 100%;
  }

  .video-detail__text {
    width: 100%;
    padding-right: 172px;
  }

  .video-detail__video-box {
    margin-bottom: 40px;
  }

  .video-detail .content-box {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  .cookies {
    padding: 32px 0;
  }

  .cookies__text {
    font-size: 13px;
  }

  .download-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .download-list__item {
    width: 33.333%;
    margin-right: 0;
  }

  .download-item {
    height: 56px;
    padding-left: 65px;
  }

  .download-item img {
    height: 56px;
  }

  .map {
    height: 400px;
  }

  .map-list.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: -70px;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    z-index: 30;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .map-list .tab-inner {
    margin-bottom: 0;
  }

  .content-slider-right__slider {
    width: 280px;
  }

  .advantages-ico-slider {
    padding-left: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .advantages-ico-slider .swiper-slide {
    width: 352px;
  }

  .experience {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .experience__val {
    font-size: 65px;
  }

  .experience__text {
    font-size: 28px;
  }

  .about-single {
    margin-bottom: 100px;
  }

  .about-single__container {
    padding-left: 38%;
    min-height: 450px;
  }

  .about-single__img {
    right: calc(62% + 58px);
  }

  .stock-slider {
    margin: 0 -40px;
  }

  .stock-slider .slick-list {
    margin: 0 -20px;
    padding-left: 40px;
  }

  .stock-slider .slick-slide {
    width: 272px;
    padding: 0 20px 20px;
  }

  .stock-slider-one {
    margin: 0 -40px;
    padding: 0;
  }

  .stock-slider-one .slick-list,
  .stock-slider-one .swiper-container {
    padding-left: 40px;
  }

  .stock-slider-one .slick-arrow,
  .stock-slider-one .swiper-arrow {
    display: none;
  }

  .stock-slider-one .slick-slide,
  .stock-slider-one .swiper-slide {
    width: 688px;
    margin-right: 16px;
  }

  .stock-item__description {
    padding: 16px 20px;
  }

  .stock-item__title {
    font-size: 15px;
  }

  .stock-item__date span {
    display: block;
  }

  .stock-list {
    margin: 48px -7px 0;
  }

  .stock-list__item {
    width: calc(33.3333% - 14px);
    margin: 0 7px 26px;
  }

  .links-section {
    margin: 0 -8px;
  }

  .links-section__link {
    width: calc(50% - 16px);
    margin: 16px 8px 0;
    padding: 10px 70px 10px 24px;
    height: 92px;
    font-size: 15px;
  }

  .links-section__img {
    width: 82px;
    right: -16px;
    bottom: -16px;
  }

  .links-section__title {
    max-width: none;
  }

  .links-section-wrap__title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .history__nav {
    width: 110px;
  }

  .history-item {
    min-height: 100px;
    padding-top: 40px;
    margin-bottom: 48px;
  }

  .history-item__year {
    font-size: 128px;
  }

  .history-item__title {
    font-size: 18px;
  }

  .history-nav__link {
    margin-bottom: 16px;
  }

  .history-nav__link.active {
    font-size: 48px;
  }

  .management__item {
    width: 100%;
  }

  .management__item:nth-child(2n) .management__img {
    left: auto;
  }

  .management__img {
    width: 50%;
    height: 430px;
    position: relative;
  }

  .management__img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: -24px;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }

  .management__img img {
    margin: 0 auto;
  }

  .management__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .management__name {
    font-size: 18px;
  }

  .management-modal__content {
    padding: 0 0 20px;
  }

  .management-modal__text {
    padding-right: 40px;
  }

  .management-modal__surname {
    font-size: 26px;
  }

  .management-modal__name {
    font-size: 22px;
    margin-bottom: 36px;
  }

  .management-modal__person {
    height: 438px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .management-modal__img {
    position: relative;
    right: 0;
    width: 350px;
    padding-top: 28px;
  }

  .management-modal__img::before {
    left: calc(100% - 240px + 40px);
    width: 240px;
  }

  .management-modal__close {
    top: 20px;
  }

  .management-modal__close .ico {
    width: 16px;
    height: 16px;
  }

  .quality__doc {
    margin-bottom: 32px;
  }

  .quality__right {
    width: 160px;
    margin-left: 80px;
  }

  .career-banner {
    height: 600px;
  }

  .career-banner__content {
    padding: 150px 0 50px;
  }

  .career-banner__title {
    margin-bottom: 25px;
  }

  .career-banner__text {
    font-size: 18px;
  }

  .career-banner__btn {
    font-size: 15px;
    padding: 14px 18px;
    margin-top: 35px;
  }

  .advantages__col {
    margin-bottom: 42px;
  }

  .advantages__item {
    font-size: 20px;
    line-height: 28px;
  }

  .advantages__item-img {
    width: 118px;
    height: 118px;
  }

  .advantages__item-text {
    min-height: 128px;
    padding: 35px 15px 20px 112px;
  }

  .career-about {
    margin-bottom: 64px;
  }

  .career-about .about-img-right {
    margin-bottom: 0;
  }

  .career-about .about-img-right__content {
    padding-top: 48px;
  }

  .career-about h2 {
    margin-bottom: 24px;
  }

  .career-about__text {
    font-size: 13px;
    line-height: 22px;
  }

  .career-about__text-lead {
    font-size: 15px;
    line-height: 24px;
    max-width: 440px;
    margin-bottom: 32px;
  }

  .career-map .city-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .career-slider {
    margin-top: 64px;
  }

  .staff {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .staff__title {
    margin-bottom: 24px;
  }

  .staff__text {
    font-size: 18px;
    max-width: 720px;
    margin-bottom: 40px;
  }

  .staff__item {
    min-height: 475px;
  }

  .staff__item-content {
    padding: 50px;
  }

  .staff__item-text {
    font-size: 15px;
    line-height: 24px;
  }

  .vacancies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vacancies__header {
    margin-bottom: 40px;
  }

  .vacancies-item {
    padding: 30px;
  }

  .vacancies-item__header {
    width: 42%; /* 30 */
  }

  .vacancies-item__text {
    width: 35%; /* 24 */
  }

  .vacancies-item__addresses {
    width: 23%; /* 23 */
  }

  .vacancies-item__address::before {
    width: 11px;
    height: 16px;
    top: 0;
  }

  .vacancies-item__btn-wrapper {
    width: 23%;
  }

  .collapse-item {
    margin-bottom: 30px;
  }

  .collapse-item__content {
    padding-top: 24px;
  }

  .career-reviews {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .career-reviews__title {
    margin-bottom: 24px;
  }

  .career-reviews__items {
    padding: 0;
    margin-bottom: 56px;
  }

  .career-reviews__items .swiper-arrow {
    display: none;
  }

  .career-reviews__items .swiper-pagination {
    width: 100%;
    font-size: 0;
    line-height: 8px;
    text-align: center;
    margin: 24px -4px 0;
  }

  .career-reviews__items .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .person-review {
    font-size: 13px;
    line-height: 22px;
    min-height: 300px;
  }

  .person-review__content {
    padding: 45px 20px;
  }

  .person-review__post {
    margin-top: 7px;
  }

  .person-review__text p {
    margin-bottom: 12px;
  }

  .career-request {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .career-request__person {
    max-width: 520px;
  }

  .career-request__person-pic {
    width: 55%;
    padding-right: 5%;
  }

  .career-request__person-content {
    width: 45%;
  }

  .career-request__person-contacts {
    margin-top: 24px;
  }

  .career-request__form {
    padding: 50px 30px;
  }

  .career-request__form-col {
    padding: 0 20px;
  }

  .career-request__form-title {
    margin-bottom: 16px;
  }

  .career-request__form .form-item {
    margin-bottom: 20px;
  }

  .career-request__form .form-field__field {
    height: 56px;
  }

  .career-request__form .agree {
    margin-bottom: 36px;
  }

  .header--sm .header-main__logo-img {
    /*180 192px;*/
    width: 167.641px;
  }

  .header--sm .header-main__btn-nav {
    min-width: 160px;
    padding: 11px 16px 9px;
    margin-left: 0;
  }

  .body-pt-sm {
    padding-top: 79px;
  }

  .footer--sm .footer-main__contact {
    line-height: 1.6;
  }

  .footer--sm .footer-main__developer {
    padding: 1px 0 0 0;
  }
}

@media (max-width: 1250px) and (max-width: 1250px) {
  .management__item:nth-child(odd) .management__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 1023px) {
  .section-doctor-slider {
    height: 500px;
  }

  .section-doctor-slider__slider {
    margin-top: 120px;
  }

  .doctors-slider-banner {
    margin-right: 0;
  }

  .doctors-slider-banner .btn-arrow {
    top: calc(100% + 20px);
    right: 0;
    width: 50px;
    height: 50px;
  }

  .doctors-slider-banner .btn-arrow_prev {
    margin-top: 0;
    right: 70px;
  }

  .doctors-slider-banner-img {
    width: 380px;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
  }

  .doctors-slider-banner-img img {
    max-height: 500px;
  }

  .section-gallery::before {
    display: none;
  }

  .gallery-large__item {
    width: 82vw;
  }

  .gallery-large .btn-arrow {
    display: none;
  }

  .gallery-large .swiper-container {
    margin: 0 -40px;
    padding-left: 40px;
  }

  .gallery-large-thumbs {
    display: none;
  }

  .clinic-worker {
    margin: 0;
    padding-right: 0;
  }

  .clinic-worker__item {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .clinic-worker__item:first-child {
    margin-top: 0;
  }

  .career-banner {
    height: 500px;
  }

  .career-banner__content {
    padding: 120px 0 50px;
  }

  .advantages__col {
    width: 50%;
    margin-bottom: 30px;
  }

  .advantages__item {
    padding: 20px 0 0 20px;
  }

  .advantages__item-img {
    width: 100px;
    height: 100px;
    padding: 28px;
  }

  .advantages__item-text {
    min-height: 100px;
    padding: 20px 20px 20px 106px;
  }

  .career-about .ul-check li {
    margin-bottom: 15px;
  }

  .staff__title {
    margin-bottom: 20px;
  }

  .staff__text {
    font-size: 15px;
    max-width: 600px;
    margin-bottom: 32px;
  }

  .staff__item {
    min-height: 420px;
  }

  .staff__item-content {
    padding: 32px;
  }

  .staff__item-title {
    margin-bottom: 16px;
  }

  .staff__item-text {
    font-size: 13px;
    line-height: 22px;
  }

  .vacancies-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vacancies-item__header {
    width: 100%;
    padding: 0;
  }

  .vacancies-item__text {
    width: 100%;
    padding: 0;
    margin-top: 26px;
  }

  .vacancies-item__addresses {
    width: 100%;
    padding: 0;
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
  }
  .vacancies-item__addresses:empty{
      min-height:unset;
      margin-top: 0;
  }

  .vacancies-item__address {
    margin-bottom: 10px;
  }

  .vacancies-item__btn-wrapper {
    text-align: left;
    width: 100%;
    margin-top: 33px;
  }

  .vacancies-item__btn {
    padding: 9px 16px 9px;
    min-width: 232px;
  }

  .career-reviews__title {
    margin-bottom: 20px;
  }

  .person-review__content {
    padding: 30px 20px;
  }

  .person-review__header {
    margin-bottom: 16px;
  }

  .person-review__name {
    font-size: 18px;
    line-height: 26px;
    margin-top: -1px;
  }

  .person-review__post {
    margin-top: 4px;
  }

  .hidden-tablet {
    display: none !important;
  }
}

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  p + .ul,
  p + ul:not([class]) {
    margin-top: 20px;
  }

  .title-between {
    margin-bottom: 24px;
  }

  .title-between__title {
    font-size: 18px;
  }

  .title-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-tag .tag-map,
  .title-tag .tag {
    margin-left: 0;
    margin-top: 8px;
  }

  .text-line {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-line__line {
    display: none;
  }

  .text-line__text {
    padding: 0;
  }

  .text-background {
    padding: 28px 24px;
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
  }

  .ul,
  ul:not([class]) {
    margin-bottom: 32px;
  }

  .ul-cols {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .ul-cols li {
    padding-right: 0;
  }

  .ol,
  ol:not([class]) {
    margin-bottom: 32px;
  }

  .float-right {
    float: none;
    display: block;
    margin: 20px 0;
    max-width: 100%;
  }

  .float-left {
    float: none;
    display: block;
    margin: 20px 0;
    max-width: 100%;
  }

  .content {
    margin-bottom: 30px;
  }

  .figure {
    margin: 32px -24px;
  }

  .figure img {
    width: 100%;
    border-radius: 0;
  }

  .figure figcaption {
    padding: 0 24px;
  }

  .img-vertical {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .table {
    display: block;
    width: auto;
    margin-top: 24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 18px;
    text-align: left;
  }

  .table th {
    display: none;
  }

  .table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
  }

  .table td::before {
    content: attr(data-name);
    display: block;
    width: 136px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #A7B7C9;
  }

  .table td:first-child {
    border-radius: 0;
    padding-top: 20px;
  }

  .table td:last-child {
    border-radius: 0;
    padding-bottom: 20px;
  }

  .table tr,
  .table tbody {
    display: block;
  }

  .list-popup__link {
    padding: 4px 14px;
  }

  .header-main {
    padding: 15px 0;
  }

  .header-main__btn {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    min-width: auto;
    padding: 0;
  }

  .header-main__btn img {
    display: block;
  }

  .header-main__phone img {
    display: block;
  }

  .header-main__phone {
    font-size: 0;
    margin-right: 16px;
  }

  .header-main__search {
    display: none;
  }

  .header-main__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .menu-catalog__link,
  .menu-sub__link {
    padding: 13px 40px 12px 24px;
  }

  .menu-catalog__link_sub::after {
    right: 24px;
  }

  .menu-catalog__link-section {
    margin: 10px 24px;
  }

  .menu-catalog__back {
    padding: 10px 24px;
  }

  .nav-main {
    background: #fff;
    left: -100%;
    width: 100%;
  }

  .nav-main__city-btn::after {
    right: 24px;
  }

  .nav-main__city-btn {
    padding: 10px 24px;
  }

  .nav-main__top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 24px;
  }

  .nav-main__link {
    margin-bottom: 0;
  }

  .nav-main__menu {
    padding: 20px 24px;
  }

  .nav-main .btn {
    display: block;
    margin-bottom: 20px;
  }

  .footer-top {
    display: none;
  }

  .footer-main__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .footer-main__contacts-col_lg {
    width: 100%;
  }

  .footer-main__contacts-col_lg .btn {
    width: 100%;
  }

  .footer-main__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-main__app {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 40px;
  }

  .footer-main__app-links {
    max-width: 280px;
  }

  .footer-main__email {
    max-width: 100%;
  }

  .footer-main__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright a {
    margin-right: 20px;
    width: calc(50% - 20px);
  }

  .developer {
    display: none;
  }

  .page-slide .book-contents {
    left: 0;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-inner-content {
    margin-top: 32px;
    margin-bottom: 65px;
  }

  .page-inner-header__container {
    height: auto;
    padding-bottom: 32px;
  }

  .page-inner-header__h1 {
    height: auto;
  }

  .page-inner-header_img {
    background: #004A99;
  }

  .page-inner-header_img::before {
    display: none;
  }

  .page-inner-header_img .page-inner-header__container {
    padding-right: 0;
    padding-bottom: 32px;
    min-height: auto;
  }

  .page-inner-header_img .page-inner-header__description {
    padding-right: 0;
  }

  .page-inner-header__img {
    display: none;
  }

  .page-inner-header__img-simple {
    display: none;
  }

  .page-inner-header__age {
    display: block;
    left: -50px;
    font-size: 200px;
    line-height: 105px;
  }

  .page-inner-header_stock .page-inner-header__container::before {
    background: none;
  }

  .page-inner-header_stock .page-inner-header__container {
    padding-right: 0;
    padding-bottom: 0;
    height: auto;
  }

  .page-inner-header_stock .page-inner-header__bottom {
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
    background: #EEF4FB;
    padding: 20px 24px 30px;
  }

  .page-inner-header__img-stock {
    position: relative;
    left: 0;
  }

  .page-inner-header__img-stock img {
    max-width: 100%;
  }

  .page-inner-bottom {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .inner-header-doctor__left {
    position: relative;
    padding-right: 80px;
    padding-bottom: 20px;
  }

  .inner-header-doctor__right {
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 24px;
  }

  .inner-header-doctor__h1 span {
    font-size: 22px;
  }

  .inner-header-doctor__img {
    max-width: 208px;
    right: -100px;
    z-index: -1;
  }

  .breadcrumbs {
    margin-bottom: 48px;
  }

  .breadcrumbs__list {
    display: none;
  }

  .breadcrumbs__back {
    display: inline-block;
  }

  .search-content {
    margin-bottom: 12px;
  }

  .search-header {
    display: block;
  }

  .search-header__btn {
    right: auto;
    left: 12px;
    top: 14px;
  }

  .search-header__btn .ico {
    width: 14px;
    height: 14px;
  }

  .search-header .form-field__placeholder {
    left: 35px;
  }

  .search-header .form-field__field {
    height: 40px;
    padding-left: 35px;
  }

  .search-predictive {
    border-radius: 8px;
  }

  .search-predictive__item {
    display: block;
    padding: 8px 10px;
  }

  .search-predictive__val {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .range-bar {
    margin-bottom: 32px;
  }

  .section-blue-dark {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-doctor__container {
    display: block;
  }

  .section-doctor__text {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .section-doctor__quote::before {
    left: -24px;
    right: -24px;
  }

  .section-doctor__quote {
    margin-top: 44px;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 160px;
  }

  .section-doctor .quote {
    width: 100%;
  }

  .section-doctor__img {
    left: auto;
    right: -100px;
    height: 270px;
  }

  .section-map {
    margin-top: 40px;
  }

  .section-about .slider-simple {
    margin-top: -90px;
  }

  .about-img-right__content {
    margin-right: 0;
    margin-bottom: 32px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .about-img-right__content::before {
    display: none;
  }

  .about-img-right__img {
    position: relative;
    left: 0;
    max-height: 320px;
    margin: 40px -24px 0;
    overflow: hidden;
  }

  .about-img-right__img img {
    width: 100%;
    max-height: none;
    display: block;
  }

  .about-img-left__img {
    max-height: 320px;
    right: 0;
    position: relative;
  }

  .about-img-left__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .about-img-left__blue {
    padding-bottom: 110px;
  }

  .section-calc__price {
    margin-bottom: 24px;
  }

  .section-doctor-slider {
    height: auto;
    margin-bottom: 0;
  }

  .section-doctor-slider::before {
    display: none;
  }

  .section-doctor-slider__text {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .section-doctor-slider__container {
    display: block;
  }

  .section-doctor-slider__slider {
    margin-top: 0;
    padding-top: 230px;
    padding-bottom: 50px;
    position: relative;
  }

  .section-doctor-slider__slider::before {
    content: '';
    position: absolute;
    z-index: 0;
    right: -24px;
    left: -24px;
    top: 40px;
    bottom: 0;
    background: #004A99;
  }

  .doctors-slider-banner {
    width: 246px;
    padding-left: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .doctors-slider-banner .swiper-container {
    overflow: visible;
  }

  .doctors-slider-banner__img {
    display: block;
  }

  .doctors-slider-banner-img {
    display: none;
  }

  .doctors-slider-banner-img__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_lg {
    height: 48px;
  }

  .block-btn {
    display: block;
  }

  .block-btn .btn {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .btn-show-more {
    margin: 0 -24px;
    padding: 15px 24px;
    width: calc(100% + (40px*2));
  }

  .ico-play {
    width: 96px;
    height: 96px;
  }

  .ico-play::before {
    width: 54px;
    height: 54px;
  }

  .main-banner {
    height: 400px;
  }

  .main-banner__description {
    padding-top: 160px;
  }

  .main-banner__h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .main-slider-wrap {
    height: 400px;
  }

  .main-slider-wrap__dots {
    top: 140px;
  }

  .main-slider-wrap .slick-dots::before {
    left: calc(56% - 3px);
  }

  .links-page {
    margin: 0 -24px;
  }

  .links-page__item {
    width: 190px;
    margin: 0 6px;
  }

  .links-page__link {
    min-height: 100%;
    border-radius: 20px;
    padding: 18px;
  }

  .quote__name {
    max-width: 145px;
  }

  .quote__position {
    max-width: 145px;
  }

  .certificate {
    margin-bottom: 0;
  }

  .certificate__item {
    max-width: 100%;
  }

  .info-number {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .info-number__item {
    margin-right: 40px;
  }

  .slider-simple__img {
    width: 272px;
  }

  .slider-simple__picture-box {
    height: 180px;
  }

  .switch.city-switch .switch__btn {
    font-size: 13px;
    padding: 0 16px;
    height: 32px;
  }

  .content-aside__main {
    margin-bottom: 32px;
  }

  .content-logo-right {
    display: block;
  }

  .content-logo-right__text {
    width: 100%;
    padding-right: 0;
  }

  .content-logo-right__img {
    text-align: left;
    margin-bottom: 20px;
  }

  .content-logo-right__img img {
    display: block;
  }

  .person {
    display: block;
    max-width: 270px;
    height: auto;
  }

  .person__photo {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
  }

  .person img {
    max-height: 96%;
  }

  .person__description {
    padding: 20px 32px;
  }

  .person__position {
    margin: 8px 0;
  }

  .person_single {
    width: auto;
    max-width: none;
    min-height: auto;
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px;
    color: #A7B7C9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .person_single .person__photo {
    width: 80px;
    height: 100px;
    margin-right: 20px;
    border-radius: 8px;
  }

  .person_single .person__description {
    padding: 0;
  }

  .person_single .person__name {
    margin-bottom: 12px;
  }

  .job__person {
    margin-top: 28px;
  }

  .feedback-top {
    padding-bottom: 1px;
  }

  .feedback-title {
    display: block;
    margin-bottom: 48px;
  }

  .feedback-title__title {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .filter-list {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
  }

  .filter-select-clinics {
    width: 100%;
    margin-top: 20px;
  }

  .reviews-item {
    display: block;
  }

  .reviews-item__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .reviews-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reviews-item__text {
    padding: 20px;
  }

  .reviews-item__answer {
    padding-left: 24px;
  }

  .not-found {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .popup {
    padding: 42px 24px 30px;
    border-radius: 0;
  }

  .popup__container {
    display: block;
  }

  .popup__col {
    width: 100%;
  }

  .popup__close {
    top: 16px;
    right: 16px;
  }

  .popup__close .ico {
    width: 16px;
    height: 16px;
  }

  .sign-up__text {
    margin-bottom: 20px;
  }

  .sign-up__phone {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .sign-up__callback {
    display: block;
  }

  .sign-up {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    padding: 28px 24px;
    background: #EEF4FB url(/assets/career/images/ico-sign-up.svg) right bottom no-repeat;
    background-size: 95px;
  }

  .tab-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tab-nav::after {
    content: '';
    width: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tab-nav::-webkit-scrollbar {
    display: none;
  }

  .tab-nav__item {
    margin-right: 30px;
  }

  .tab-inner {
    margin-bottom: 65px;
  }

  .toggle-list {
    margin-bottom: 32px;
  }

  .toggle {
    margin-bottom: 8px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    border-radius: 0;
  }

  .toggle__btn::after {
    width: 16px;
    height: 16px;
    background-size: 100%;
    right: 0;
    margin-top: -7px;
  }

  .toggle__btn {
    height: auto;
    min-height: 58px;
    padding: 10px 30px 10px 0;
  }

  .toggle__content {
    padding: 0 0 12px;
  }

  .toggle-text-mobile {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C5D0DE;
  }

  .toggle-text-mobile__content {
    display: none;
  }

  .open .toggle-text-mobile__content {
    display: block;
    padding-bottom: 24px;
  }

  .toggle-text-mobile__content > * {
    margin-bottom: 0;
  }

  .toggle-text-mobile__btn {
    position: relative;
    padding-right: 30px;
  }

  .toggle-text-mobile__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(/assets/career/images/arrow-dotted-2.svg) center no-repeat;
    background-size: 100%;
  }

  .toggle-text-mobile__btn > * {
    font-size: 18px;
  }

  .price-list {
    margin-bottom: 28px;
  }

  .price-list .price-item {
    margin: 0 -24px;
    border-radius: 0;
    padding: 20px 24px;
  }

  .price-item {
    display: block;
    height: auto;
    padding: 24px 32px;
  }

  .price-item__right {
    margin-left: 0;
    text-align: left;
    margin-top: 2px;
  }

  .price__select {
    display: block;
    margin-bottom: 20px;
  }

  .price__select .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .calc-correction {
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0;
    padding: 30px 24px 38px;
  }

  .calc-correction__item {
    width: 100%;
    padding-right: 0;
  }

  .calc-correction__btn {
    margin-top: 0;
    width: 100%;
  }

  .clinics-item {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 0;
    padding: 20px 24px;
  }

  .clinics-item__main {
    display: block;
  }

  .clinics-item__main::after {
    content: '';
    display: block;
    clear: both;
  }

  .clinics-item__img {
    float: left;
  }

  .clinics-item__title {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
  }

  .clinics-item__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clinics-item__address {
    width: auto;
    padding-right: 20px;
  }

  .clinics-item__time {
    width: auto;
  }

  .clinics-item__tags {
    width: 100%;
    margin-top: 12px;
  }

  .clinic-contacts-price {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 24px;
    padding: 20px 24px 32px;
  }

  .clinic-contacts-price__cols {
    display: block;
  }

  .clinic-contacts-price__cols-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .clinic-contacts-price__cols-right {
    width: 100%;
  }

  .clinic-contacts {
    max-width: none;
    margin: 0 -24px 32px;
    border-radius: 0;
  }

  .clinic-top {
    padding-top: 0;
  }

  .clinic-top__cols {
    display: block;
  }

  .clinic-top__col {
    width: 100%;
    padding-right: 0;
  }

  .clinic-top__text {
    padding-top: 0;
  }

  .clinic-top .slider-simple {
    margin-bottom: -90px;
  }

  .clinic-top .section-blue {
    padding-top: 130px;
  }

  .clinic-worker__item {
    margin-top: 10px;
  }

  .clinic-worker__title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .icon-hover__text {
    width: 86px;
    left: -20px;
    padding: 6px 8px 4px;
  }

  .icon-hover__text::before {
    left: 32px;
  }

  .doctors-list_grid_3x .doctors-item {
    margin: 0;
  }

  .doctors-list_grid_3x .doctors-item_tile {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }

  .doctors-item_line {
    display: block;
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding: 20px 24px;
  }

  .doctors-item_line .doctors-item__img {
    float: left;
  }

  .doctors-item_line .doctors-item__info {
    display: block;
  }

  .doctors-item_line .doctors-item__rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    width: 80px;
    margin-right: 24px;
  }

  .doctors-item_line .doctors-item__name {
    width: auto;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .doctors-item_line .doctors-item__address {
    width: calc(100% - 114px);
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
  }

  .doctor-slider {
    margin: 24px -24px 0;
  }

  .doctor-slider .slick-list,
  .doctor-slider .swiper-container {
    margin: 0 -16px;
    padding-left: 24px;
  }

  .doctor-slider__slide {
    width: 272px;
    padding: 5px 16px 20px;
  }

  .doctors-filter__select {
    display: block;
    margin-top: 0;
  }

  .doctors-filter__select .select {
    width: 100%;
    margin-top: 12px;
  }

  .doctors-result-list {
    margin: 0 -24px 16px;
  }

  .doctors-result-list .doctors-item {
    margin: 0;
  }

  .doctors-result-list .doctors-item_tile {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }

  .doctors-result__left {
    display: block;
  }

  .doctors-result__val {
    margin-bottom: 8px;
  }

  .doctors-result__label {
    width: 80px;
    margin-right: 16px;
  }

  .doctor-clinic {
    display: block;
    margin: 0 -24px;
  }

  .doctor-clinic__item {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 0;
    padding: 16px 24px;
  }

  .list-info-blue {
    margin: 24px 0 0;
  }

  .list-info-blue__item {
    width: 100%;
    margin: 0 0 8px;
  }

  .result-work {
    margin: 0 -2px;
  }

  .result-work__link {
    width: calc(50% - 4px);
    margin: 0 2px;
  }

  .result-work__img {
    height: 110px;
  }

  .result-work-wrap {
    margin: 0 -24px;
  }

  .result-work-slider__slide {
    width: 272px;
    padding: 0 12px;
  }

  .links-services__item {
    width: calc(100% - 8px);
  }

  .links-services__item:first-child {
    margin-top: 0;
  }

  .links-services_list {
    margin: 0;
  }

  .links-services_list .links-services__item {
    margin: 4px 0;
    width: 100%;
  }

  .links-services_col2 .links-services__item {
    width: 100%;
  }

  .links-services_col2 .links-services__item:first-child {
    margin-top: 0;
  }

  .stock-aside {
    margin: 0 0 16px;
  }

  .stock-aside__item {
    width: 100%;
    margin: 0 0 12px;
    padding: 20px;
  }

  .info-hover__text {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info-hover__text::before {
    margin-left: -8px;
  }

  .partner-item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .partner-item__img {
    width: 130px;
    margin-bottom: 20px;
  }

  .partner-item__description {
    width: 100%;
    margin: 0 0 20px;
  }

  .partner-item__tags {
    width: 100%;
  }

  .video {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
  }

  .video-index.video iframe {
    height: 256px;
  }

  .author-card {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    color: #A7B7C9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .author-card__picture {
    width: 80px;
    height: 100px;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .author-card__picture img {
    max-height: 100%;
  }

  .author-card__info {
    padding: 0;
  }

  .author-card__name {
    margin-bottom: 8px;
  }

  .author-card__name-surname {
    font-size: 15px;
  }

  .book-contents {
    width: 100%;
    padding: 24px;
  }

  .book-contents__close {
    right: 16px;
    top: 16px;
  }

  .book-contents__title {
    font-size: 20px;
  }

  .article-detail__text {
    padding-right: 0;
  }

  .videos__list {
    margin-bottom: 32px;
  }

  .videos__list-item {
    margin-bottom: 40px;
  }

  .video-post__preview {
    width: 200px;
  }

  .video-post__authors {
    width: calc(100% - 200px);
  }

  .video-post__info {
    width: calc(100% - 200px);
  }

  .video-detail__text {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .video-detail__video-box {
    margin-bottom: 24px;
  }

  .video-detail .content-box {
    margin-bottom: 32px;
    margin-top: 32px;
  }

  .cookies {
    padding: 16px 0 20px;
  }

  .cookies__container {
    display: block;
  }

  .cookies__text {
    padding-right: 0;
  }

  .cookies__close {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
    background: #EEF4FB;
    color: #28415E;
  }

  .cookies__close .ico {
    display: none;
  }

  .download-list {
    display: block;
    margin-top: 16px;
  }

  .download-list__item {
    width: auto;
  }

  .download-item {
    margin-bottom: 18px;
  }

  .map-card {
    display: block;
    border-radius: 8px;
    padding: 10px 40px 10px 10px;
  }

  .map-card__img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 16px;
    float: left;
  }

  .map-card__title {
    height: 80px;
    float: right;
    width: calc(100% - 100px);
  }

  .map-popover {
    width: 300px;
  }

  .map-list__back {
    font-size: 13px;
    padding: 15px 24px;
  }

  .map-list__back::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }

  .map-list .filter-list-wrap {
    padding: 0 24px;
    margin-bottom: 10px;
  }

  .map-popup {
    height: 200px;
  }

  .content-slider-right {
    display: block;
    margin-bottom: 40px;
    overflow: visible;
  }

  .content-slider-right__text {
    width: 100%;
    padding-right: 0;
  }

  .content-slider-right__slider {
    width: 100%;
    margin-top: 36px;
  }

  .slider-right {
    margin: 0 -24px;
  }

  .slider-right .slick-list {
    padding-left: 24px;
  }

  .slider-right__item {
    margin: 0 12px;
    width: 260px;
  }

  .slider-right__img-box {
    height: 180px;
  }

  .slider-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .advantages-ico {
    margin-bottom: 0;
  }

  .advantages-ico__item {
    padding: 20px 15px 15px 35px;
    min-height: 120px;
  }

  .advantages-ico__ico {
    left: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
  }

  .advantages-ico__ico img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .advantages-ico__title {
    font-size: 20px;
  }

  .advantages-ico-slider {
    padding-left: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .advantages-ico-slider .swiper-slide {
    width: 250px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .experience {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .about-single {
    margin-bottom: 60px;
  }

  .about-single::before {
    display: none;
  }

  .about-single__img {
    max-height: 320px;
    right: 0;
    margin: 0 -24px 40px;
    position: relative;
  }

  .about-single__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .stock-slider {
    margin: 0 -24px;
  }

  .stock-slider .slick-list {
    margin: 0 -16px;
    padding-left: 24px;
  }

  .stock-slider .slick-slide {
    padding: 0 16px 20px;
  }

  .stock-slider-one .slick-slide,
  .stock-slider-one .swiper-slide {
    width: 272px;
  }

  .stock-item__title {
    font-size: 20px;
  }

  .stock-list {
    margin: 48px -7px 0;
  }

  .stock-list__item {
    width: calc(50% - 14px);
    margin: 0 7px 26px;
  }

  .links-section {
    margin: 0;
  }

  .links-section__link {
    width: 100%;
    margin: 12px 0 0;
  }

  .links-section__link:first-child {
    margin-top: 0;
  }

  .history {
    display: block;
  }

  .history__nav {
    width: auto;
    margin-left: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .history-item {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .history-item:first-child .history-item__year {
    display: none;
  }

  .history-item__year {
    left: -34px;
    top: 60px;
  }

  .history-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: -32px -40px 0;
    padding-top: 32px;
    padding-left: 40px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .history-nav::after {
    content: '';
    width: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .history-nav::-webkit-scrollbar {
    display: none;
  }

  .history-nav__item {
    border-bottom: 1px solid #EEF4FB;
  }

  .history-nav__link {
    margin-right: 16px;
  }

  .history-nav__link.active {
    font-size: 36px;
  }

  .management {
    margin-top: 0;
  }

  .management__item {
    margin-top: 43px;
  }

  .management__item .management__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .management__img {
    width: 36%;
    height: 280px;
  }

  .management__description {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 22px;
  }

  .management__name {
    margin-bottom: 24px;
  }

  .management-modal__text {
    padding-right: 24px;
  }

  .management-modal__person {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 68px;
  }

  .management-modal__img {
    width: 35%;
    height: 240px;
    padding-top: 0;
  }

  .management-modal__img::before {
    z-index: 1;
    top: auto;
    left: 0;
    right: -24px;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }

  .management-modal__close {
    right: 24px;
  }

  .quality__right {
    display: none;
  }

  .quality__text .quality__doc {
    display: block;
  }

  .career-banner {
    height: auto;
  }

  .career-banner__pic {
    padding-top: 54.7%;
    margin-bottom: 24px;
  }

  .career-banner__content {
    color: #28415E;
    padding: 0;
  }

  .career-banner__title {
    color: #004A99;
    margin-bottom: 19px;
  }

  .career-banner__text {
    font-size: 13px;
    line-height: 22px;
  }

  .career-banner__btn {
    font-size: 13px;
    padding: 9px 15px;
    min-width: 151px;
    margin-top: 21px;
  }

  .advantages {
    padding-top: 48px;
    padding-bottom: 23px;
  }

  .advantages__col {
    width: 100%;
    margin-bottom: 16px;
  }

  .advantages__item-img {
    width: 76px;
    height: 76px;
    padding: 22px;
  }

  .advantages__item-text {
    border-radius: 20px;
    min-height: 100px;
    padding: 19px 15px 19px 76px;
  }

  .career-about {
    margin-bottom: 48px;
  }

  .career-about .about-img-right__content {
    padding-top: 40px;
  }

  .career-about .about-img-right__img {
    height: 320px;
  }

  .career-about .about-img-right__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .career-about h2 {
    margin-bottom: 16px;
  }

  .career-about__text-lead {
    font-size: 13px;
    line-height: 22px;
  }

  .career-about .btn {
    margin-top: 14px;
  }

  .career-map .section-map__nav {
    display: block;
    margin-bottom: 25px;
  }

  .career-map__title {
    margin: -1px 0 16px;
  }

  .career-map .map-list {
    padding-top: 9px;
  }

  .career-map .map-list .filter-list-wrap {
    margin-top: 11px;
  }

  .career-map .map-list .filter-list__item {
    margin-right: 11px;
  }

  .career-map .map-list .filter-list__btn {
    padding: 10px 16px;
  }

  .career-map .map-list .filter-list__btn .ico {
    margin-left: 5px;
  }

  .career-slider {
    margin-top: 48px;
  }

  .career-slider::before {
    height: 45%;
  }

  .staff {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .staff__title {
    margin: -2px 0 16px;
  }

  .staff__text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .staff__items {
    margin: 0 -24px;
  }

  .staff__items .slick-list {
    padding-left: 24px;
  }

  .staff__items .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .staff__items .slick-slide {
    height: auto;
  }

  .staff__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    width: 400px;
    margin: 0 6px;
  }

  .staff__item-pic {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 66.2%;
  }

  .staff__item-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .staff__item-title {
    font-size: 18px;
    margin-bottom: 9px;
  }

  .staff__item-text p {
    margin-bottom: 16px;
  }

  .staff__item-text .ul-check li {
    margin-bottom: 11px;
  }

  .vacancies {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .vacancies__header {
    display: block;
    margin-bottom: 22px;
  }

  .vacancies__title {
    margin: -1px 0 16px;
  }

  .vacancies-item {
    padding: 20px;
    margin-bottom: 16px;
  }

  .collapse-item {
    margin-bottom: 16px;
  }

  .collapse-item__header {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
  }

  .collapse-item__title::after {
    width: 9px;
    height: 9px;
    margin-left: 9px;
  }

  .collapse-item__content {
    padding-top: 17px;
  }

  .career-reviews {
    padding-top: 33px;
    padding-bottom: 40px;
  }

  .career-reviews__title {
    margin-bottom: 25px;
  }

  .career-reviews__items {
    margin-bottom: 38px;
  }

  .career-reviews__items .swiper-container {
    margin: 0 -24px;
    padding: 0 18px;
  }

  .career-reviews__items .swiper-slide {
    padding: 0 6px;
  }

  .person-review {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0;
    padding: 20px 20px 21px;
  }

  .person-review__pic {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
    height: 70px;
  }

  .person-review__content {
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding: 0;
  }

  .person-review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 70px;
    padding-left: 12px;
  }

  .person-review__text {
    max-width: none;
    margin-left: -70px;
  }

  .career-request {
    padding-top: 39px;
    padding-bottom: 48px;
  }

  .career-request__person {
    display: none;
  }

  .career-request__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
   /*** padding: 0;***/
  }

  .career-request__form-col {
    width: 100%;
    padding: 0;
  }

  .career-request__form-text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .career-request__form .form {
    max-width: none;
  }

  .career-request__form .form-item {
    margin-bottom: 16px;
  }

  .career-request__form .form-field__field {
    height: 56px;
  }

  .career-request__form .btn {
    width: 100%;
    max-width: 272px;
  }

  .header--sm .header-main {
    padding: 13px 0;
  }

  .header--sm .header-main__logo {
    margin: 0;
  }

  .header--sm .header-main__logo-img {
    /*display: none;*/
    width:130px;
    /*margin-top:1px;*/
  }

  .header--sm .header-main__btn-nav {
    min-width: 148px;
    padding: 6px 12px;
  }

  .body-pt-sm {
    padding-top: 59px;
  }

  .footer--sm .footer-main {
    padding-top: 23px;
    padding-bottom: 1px;
  }

  .footer--sm .footer-main__developer {
    padding: 0;
    margin-top: 25px;
  }

  .footer--sm .developer {
    display: inline;
  }

  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) and (-ms-high-contrast: none) {
  .career-about .about-img-right__img img {
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 560px) {
  .with-aside .aside-picture {
    width: calc(100% + 48px);
    margin: 32px -24px;
  }

  .with-aside .aside-picture__img {
    height: auto;
  }

  .with-aside .aside-picture__img img {
    border-radius: 0;
    width: 100%;
  }

  .with-aside .aside-picture figcaption {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mfp-images .mfp-close {
    top: 12px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-inner-header__bottom {
    max-width: 400px;
  }

  .form-col {
    display: block;
  }

  .form-col__item {
    width: 100%;
    margin-bottom: 32px;
  }

  .main-banner {
    height: auto;
    background: #fff;
    padding-bottom: 30px;
  }

  .main-banner__img {
    position: relative;
    width: 100%;
    height: 180px;
    margin-left: 24px;
  }

  .main-banner__img img {
    max-height: 100%;
  }

  .main-banner__description {
    padding-top: 20px;
    padding-left: 0;
  }

  .main-banner__text {
    margin-bottom: 20px;
  }

  .main-slider-wrap {
    height: auto;
  }

  .main-slider-wrap__dots {
    top: 176px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-slider-wrap .slick-dots {
    padding-left: 0;
  }

  .main-slider-wrap .slick-dots::before {
    left: 24px;
  }

  .main-slider-wrap .slick-dots::after {
    left: 24px;
  }

  .content-img-right figure {
    margin: 32px -24px;
  }

  .content-img-right figure img {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  .content-img-right figcaption {
    padding: 0 24px;
  }

  .doctors-list_grid_3x .doctors-item_tile {
    width: calc(100% - 24px);
  }

  .doctors-result-list .doctors-item_tile {
    width: calc(100% - 24px);
  }

  .doctors-result {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .doctors-result__val {
    display: block;
  }

  .doctors-result__label {
    display: block;
  }

  .video {
    padding-bottom: 65%;
  }

  .video-index {
    padding-bottom: 0;
  }

  .book {
    display: block;
  }

  .book__cover {
    width: 80px;
    float: left;
    margin-bottom: 24px;
  }

  .book__authors {
    padding-left: 0;
  }

  .book__info {
    padding: 0;
    width: 100%;
  }

  .book__name {
    width: calc(100% - 105px);
    float: right;
    margin-bottom: 24px;
  }

  .book__description {
    clear: both;
  }

  .book-detail-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book-detail-info__description {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .book-detail-info__book {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .book-detail-info__cover {
    width: 272px;
  }

  .book-detail-info__downloads-file {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
  }

  .book-detail-info__downloads-file-btn {
    margin-right: 32px;
    margin-bottom: 5px;
  }

  .article__picture {
    float: none;
    margin-bottom: 16px;
  }

  .article__authors {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .article__info {
    float: none;
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
  }

  .video-post__preview {
    width: 272px;
    float: none;
    margin-bottom: 16px;
  }

  .video-post__authors {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .video-post__info {
    float: none;
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
  }

  .stock-list {
    margin: 40px 0 0;
  }

  .stock-list__item {
    width: 100%;
    margin: 0 0 30px;
  }

  .staff__item {
    width: 272px;
  }
}

@media (min-width: 1251px) and (max-width: 1530px) {
  .menu-catalog__item {
    margin-right: 20px;
    font-size: 13px;
  }
}

@media (max-width: 1250px) and (min-width: 768px) {
  .filter-list-wrap {
    height: 42px;
    overflow: hidden;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 768px) and (max-width: 1530px) {
  .stock-item_lg .stock-item__description {
    padding: 40px 64px;
  }
}

@media (min-width: 768px) and (max-width: 1250px) {
  .stock-item_lg .stock-item__description {
    padding: 24px 32px;
    height: 236px;
  }

  .stock-item_lg .stock-item__title {
    font-size: 20px;
    height: 85px;
  }

  .stock-item_lg .stock-item__sale {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }

  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}

@media (-ms-high-contrast: none) {
  .page-inner-header__img::before {
    opacity: 0.7;
  }

  .gallery-large img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .gallery-large-thumbs img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .links-page__img img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .slider-simple__img img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .clinics-item__img img {
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .doctors-item__img img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .doctor-clinic__img img {
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .list-info-blue__img img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .result-work img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .author-card__picture img {
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .map-card__img img {
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .stock-item__img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* Logo 30 years jubelee */
body.logo_jubilee .header-main__logo-img {
    width:325px; /*350px*/
}

@media all and (max-width: 1650px) {
    html.mskru body.logo_jubilee .header-main__logo-img {
        width:312px;
    }
}
@media all and (max-width: 1620px) {
    html.mskru body.logo_jubilee .header-main__logo-img {
        width:299px;
    }
}

@media all and (max-width: 1530px) {
    body.logo_jubilee .header-main__logo-img {
        width:273px;
    }
}

@media all and (max-width: 1430px) {
    html.mskru body.logo_jubilee .header-main__logo-img {
        width:286px;
    }
}
@media all and (min-width: 1331px) and (max-width: 1380px) {
    html.mskru body.logo_jubilee .header-main__logo-img {
        width:273px;
    }
}

@media all and (min-width: 1251px) and (max-width: 1330px) {
    html.mskru body.logo_jubilee .header-main__logo-img {
        width:221px;
        margin-right:15px;
    }
}

@media all and (max-width: 1350px) {
    body.logo_jubilee .header-main__logo-img {
        width:247px;
    }
}
@media all and (max-width: 1250px) {
    body.logo_jubilee .header-main__logo-img {
        width:221px;
    }
}

@media all and (max-width: 400px) {
    body.logo_jubilee .header-main__logo-img {
        width:195px;
    }
}
/* -Logo 30 years jubelee */

