

/* Start:/local/css/style.css?1760094007414595*/
/****
 * Миксины, разное
 ****/
/****
 * Сетка (bootstrap сетка)
 ****/
/**
 * Переменные и миксины для слепого режима
 */
/**
 * Переменные
 **/
/**
 * Цвета
 **/
/**
 * Сетка
 **/
html {
  opacity: 1 !important;
}
#bx-panel ~ .header:not(.fixed) {
  top: 39px;
}
/****
 * Внешние либы, ресеты
 ****/
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a {
  outline-width: 0;
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
select {
  width: 100%;
}
button {
  cursor: pointer;
}
input[type="text"],
textarea {
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
label {
  cursor: pointer;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0 dotted ButtonText;
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/****
 * Шрифты
 ****/
@font-face {
  font-family: 'Effra';
  src: url('/local/css/fonts/Effra/Regular.woff2') format('woff2'), url('/local/css/fonts/Effra/Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra';
  src: url('/local/css/fonts/Effra/Bold.woff2') format('woff2'), url('/local/css/fonts/Effra/Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller';
  src: url('/local/css/fonts/Muller/Regular.woff2') format('woff2'), url('/local/css/fonts/Muller/Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller';
  src: url('/local/css/fonts/Muller/Bold.woff2') format('woff2'), url('/local/css/fonts/Muller/Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Попапы
 **/
.popup {
  width: 420px;
  display: none;
  position: relative;
  font: 16px 'Muller', Arial, sans-serif;
  box-sizing: border-box;
  padding: 51px 39px 60px;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  /*
     * Попап обратной связи
     */
  /*
     * Попап записи
     */
  /*
     * Попап выбора города
     */
  /*
     * Попап нового отзыва
     */
  /*
     * Попап отправки резюме
     */
  /*
    * Попап кастомной формы
     */
}
.popup input::-webkit-input-placeholder {
  color: #ccc;
}
.popup input:-moz-placeholder {
  color: #ccc;
}
.popup textarea::-webkit-input-placeholder {
  color: #ccc;
}
.popup textarea:-moz-placeholder {
  color: #ccc;
}
.popup .g-recaptcha {
  text-align: center;
}
@media (max-width: 599px) {
  .popup {
    padding: 60px 30px 50px;
  }
}
.popup .btn {
  width: 280px;
  outline: none;
  background: transparent;
  margin: 23px auto 0;
  display: block;
  padding: 0;
  color: #242424;
}
.popup .btn:before {
  z-index: 1;
}
.popup .btn:after {
  z-index: 0;
}
@media (max-width: 499px) {
  .popup .btn {
    width: 100%;
  }
}
.popup .popup-title {
  font: bold 34px 'Effra', Arial, sans-serif;
  text-align: center;
  margin-bottom: 14px;
}
.popup .agreement {
  text-align: center;
  font: 15px/24px 'Muller', Arial, sans-serif;
  color: #666;
  margin-top: 37px;
}
.blind-color-2 .popup .agreement {
  color: #000;
}
.blind-color-3 .popup .agreement {
  color: #063462;
}
.popup .agreement a {
  color: #666;
  background-position: 0 100%;
}
.blind-color-2 .popup .agreement a {
  color: #000;
}
.blind-color-3 .popup .agreement a {
  color: #063462;
}
.popup .agreement a:hover {
  transition: all 0.2s ease;
  opacity: 0.6;
}
.is-ie .popup .agreement .thin-lined {
  background-position: 0 100%;
}
.popup .popup-close {
  width: 65px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 0;
}
.popup .popup-close:before,
.popup .popup-close:after {
  transition: transform 0.5s ease;
  content: '';
  position: absolute;
  width: 27px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -19px;
  background: #ccc;
  transform: rotate(45deg);
}
.blind-color-2 .popup .popup-close:before,
.blind-color-2 .popup .popup-close:after {
  background: #000;
}
.blind-color-3 .popup .popup-close:before,
.blind-color-3 .popup .popup-close:after {
  background: #063462;
}
.popup .popup-close:after {
  transform: rotate(-45deg);
}
.popup .popup-close:hover:before {
  transform: rotate(135deg);
}
.popup .popup-close:hover:after {
  transform: rotate(405deg);
}
.popup.popup-feedback {
  width: 100%;
  max-width: 495px;
  margin: auto;
}
.popup.popup-feedback .btn {
  left: 50%;
  transform: translateX(-50%);
}
.popup.popup-appointment {
  width: 100%;
  max-width: 490px;
}
.popup.popup-appointment .btn {
  left: 50%;
  transform: translateX(-50%);
}
.popup.popup-appointment-iframe {
  width: 100%;
  height: auto;
  max-width: 590px;
  margin: auto;
  padding: 55px 0 40px;
}
.popup.popup-appointment-iframe .btn {
  left: 50%;
  transform: translateX(-50%);
}
.popup.popup-appointment-iframe .btn:before {
  z-index: 1;
}
.popup.popup-appointment-iframe .btn:after {
  z-index: 0;
}
@media (max-width: 600px) {
  .popup.popup-appointment-iframe {
    max-height: 100vh;
    overflow-y: scroll !important;
  }
}
.popup.popup-choose-city {
  width: 100%;
  max-width: 660px;
  padding-top: 57px;
  padding-left: 28px;
  padding-right: 28px;
  font: 18px 'Effra', Arial, sans-serif;
  margin: auto;
}
.popup.popup-choose-city .cities-list {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .popup.popup-choose-city .cities-list {
    max-height: 660px;
  }
}
.popup.popup-choose-city .baron-wrapper .track {
  width: 1px;
  background: #ccc;
  right: 18px;
}
.popup.popup-choose-city .baron-wrapper .bar {
  width: 3px !important;
  background: #aaa;
  right: -4px;
}
.popup.popup-choose-city .city-search-box {
  position: relative;
  display: flex;
  margin: 0 12px 24px;
}
.popup.popup-choose-city .city-search-box:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -2px -537px no-repeat;
  top: 14px;
  right: 20px;
  z-index: 3;
  pointer-events: none;
}
.popup.popup-choose-city .city-search-box input {
  width: 100%;
  height: 48px;
  outline: none;
  padding: 0 0 0 19px;
  border: 1px solid #ccc;
  z-index: 3;
  background: #fff;
}
.popup.popup-choose-city .city-search-box .lightbox {
  transition: 'opacity' 0.1s ease;
  width: 100%;
  position: absolute;
  top: 49px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.popup.popup-choose-city .city-search-box .lightbox p {
  padding: 5px 0;
}
.popup.popup-choose-city .city-search-box .lightbox p li {
  margin: 0;
  padding: 0;
}
.popup.popup-choose-city .city-search-box .lightbox p li a {
  transition: all 0.2s ease;
  display: block;
  padding: 5px 20px;
}
.popup.popup-choose-city .city-search-box .lightbox p li a.nothing {
  cursor: default;
}
.popup.popup-choose-city .city-search-box .lightbox p li a:not(.nothing):hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .popup.popup-choose-city .city-search-box .lightbox p li a:not(.nothing):hover {
    opacity: 1;
  }
}
.popup.popup-choose-city .city-search-box .lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.is-ios .popup.popup-choose-city {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 999px) {
  .popup.popup-choose-city {
    max-width: 100%;
  }
}
.popup.popup-choose-city .popup-title {
  margin-bottom: 18px;
}
@media (max-width: 499px) {
  .popup.popup-choose-city .popup-title {
    text-align: left;
  }
}
.popup.popup-choose-city .important {
  font: bold 20px/28px 'Effra', Arial, sans-serif;
  margin: 0 0 10px;
}
.popup.popup-choose-city .important a {
  font-weight: bold;
  font-size: 20px;
}
.popup.popup-choose-city .important:not(:first-child) {
  margin-top: 25px;
}
.popup.popup-choose-city .separator {
  width: 134px;
  height: 1px;
  background: #ccc;
  margin: 28px 0 41px 10px;
}
.popup.popup-choose-city .city-list {
  display: block;
  max-height: 100%;
  margin: 0 20px 0 3px;
}
.popup.popup-choose-city .city-list ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .popup.popup-choose-city .city-list {
    columns: 3;
  }
}
.popup.popup-choose-city li {
  margin-bottom: 10px;
  padding: 0 10px;
}
.popup.popup-choose-city li a {
  position: relative;
  display: inline-block;
  font: 18px/28px 'Effra', Arial, sans-serif;
  transition: none 0.2s ease;
}
.popup.popup-choose-city li a span {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 84% no-repeat;
  background-size: 100% 0;
}
.popup.popup-choose-city li a:hover span {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
.popup.popup-review {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 30px 20px;
}
.popup.popup-review .popup-title {
  margin-bottom: 27px;
}
.popup.popup-review label:not(.error) {
  margin: 0 0 6px;
  font: bold 18px/1 'Effra', Arial, sans-serif;
}
.popup.popup-review label:not(.error) .small {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 790px) and (min-width: 768px) {
  .popup.popup-review label:not(.error) .small {
    font-size: 14px;
  }
}
.popup.popup-review .inputs {
  display: flex;
  justify-content: space-between;
}
.popup.popup-review .inputs.row {
  flex-direction: row;
}
.popup.popup-review .inputs.row.review-row {
  margin-top: 10px;
}
.popup.popup-review .inputs.row .email-inp-review {
  margin-top: 20px;
}
.popup.popup-review .inputs.row .email-inp-review label:after {
  display: none;
}
@media (max-width: 767px) {
  .popup.popup-review .inputs.row {
    flex-wrap: wrap;
  }
}
.popup.popup-review .inputs.row > * {
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}
.popup.popup-review .inputs.col {
  flex-direction: column;
  width: 100%;
  margin: 0 10px;
}
.popup.popup-review .inputs.col > * {
  height: 100%;
}
@media (max-width: 767px) {
  .popup.popup-review .inputs.col.review-text {
    margin-bottom: 20px;
  }
}
.popup.popup-review .inputs.col.review-text .baron-wrapper {
  height: 277px;
}
.popup.popup-review .inputs.col.review-text .baron-wrapper textarea {
  height: 100%;
  resize: none;
}
.popup.popup-review .review-contacts input[type="text"] {
  margin-bottom: 0;
}
.popup.popup-review .phone-inp {
  padding-top: 21px;
}
.popup.popup-review .phone-inp label:after {
  display: none;
}
.popup.popup-review .phone-inp label span.dot:after {
  margin-left: 7px;
  content: "\2022";
  color: #666;
}
.popup.popup-review .phone-inp .error label span.dot:after {
  color: #fa413f;
}
.popup.popup-review .agreement {
  max-width: 600px;
  margin: 37px auto 0;
  font: 15px 'Muller', Arial, sans-serif;
  text-align: center;
}
.popup.popup-review .btn {
  width: 200px;
}
.popup.popup-review .attach-files {
  margin-top: 20px;
  position: relative;
}
.popup.popup-review .attach-files.filled .invitation {
  display: none;
}
.popup.popup-review .attach-files .error {
  left: 25px;
  bottom: -28px;
}
.popup.popup-review .attach-files .label {
  display: none;
}
@media (max-width: 767px) {
  .popup.popup-review .large-margin {
    margin-bottom: 20px;
  }
  .popup.popup-review .middle-margin {
    margin-bottom: 10px;
  }
}
.popup.popup-resume {
  width: 100%;
  max-width: 830px;
  margin: auto;
  padding: 60px 30px 60px;
}
@media (max-height: 800px) and (min-height: 600px) {
  .popup.popup-resume {
    padding: 40px 30px 25px;
  }
}
.popup.popup-resume .popup-title {
  margin-bottom: 27px;
}
.popup.popup-resume label {
  margin: 0 0 6px;
  font: bold 18px/24px 'Effra', Arial, sans-serif;
}
.popup.popup-resume label .small {
  font: 15px 'Effra', Arial, sans-serif;
}
.popup.popup-resume .inputs {
  display: flex;
  justify-content: space-between;
}
.popup.popup-resume .inputs .inp {
  margin-bottom: 27px;
}
@media (max-height: 800px) and (min-height: 600px) {
  .popup.popup-resume .inputs .inp {
    margin-bottom: 10px;
  }
}
.popup.popup-resume .inputs.row {
  flex-direction: row;
}
@media (max-width: 767px) {
  .popup.popup-resume .inputs.row {
    flex-wrap: wrap;
  }
}
.popup.popup-resume .inputs.row > * {
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}
.popup.popup-resume .inputs.col {
  flex-direction: column;
  width: 100%;
  margin: 0 10px;
}
.popup.popup-resume .inputs.col > * {
  height: 100%;
}
.popup.popup-resume .inputs .baron-wrapper {
  height: 100px;
}
.popup.popup-resume .inputs .baron-wrapper textarea {
  height: 100%;
  resize: none;
}
.popup.popup-resume .attach-files {
  position: relative;
}
.popup.popup-resume .attach-files.filled .invitation {
  display: none;
}
.popup.popup-resume .attach-files .error {
  left: 25px;
  bottom: -28px;
}
.popup.popup-resume .attach-files .label {
  display: none;
}
.popup.popup-resume .agreement {
  font: 15px 'Muller', Arial, sans-serif;
  text-align: center;
}
.popup.popup-resume .btn {
  width: 215px;
}
.popup.popup-question {
  width: 100%;
  max-width: 490px;
  padding: 60px 40px 40px;
  margin: auto;
}
.popup.popup-question .popup-title {
  margin-bottom: 29px;
}
.popup.popup-question .baron-wrapper {
  height: 130px;
}
.popup.popup-question .btn {
  width: 230px;
}
@media (max-width: 499px) {
  .popup.popup-question .large-margin {
    margin-bottom: 50px;
  }
}
.popup.popup-success {
  width: 100%;
  max-width: 490px;
  padding: 60px 39px 65px;
}
.popup.popup-success .popup-title {
  margin-bottom: 23px;
}
.popup.popup-success .popup-text {
  font: 18px/24px 'Muller', Arial, sans-serif;
}
.popup.popup-custom {
  width: 100%;
  max-width: 420px;
}
.popup.popup-custom .btn {
  display: block;
}
.is-ie.popup-review .review-text .baron-wrapper {
  height: 226px !important;
}
.popup.popup-review .inputs {
  display: flex;
  justify-content: space-between;
}
.blind-font-3 .popup.popup-review .inputs .inp,
.blind-font-2 .popup.popup-review .inputs .inp {
  margin-bottom: 26px !important;
}
.arise {
  display: none;
  width: 420px;
  top: 100%;
  margin-top: 12px;
  position: absolute;
  padding: 24px 20px 20px;
  overflow: visible;
  font: 18px 'Muller', Arial, sans-serif;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
}
@media (max-width: 400px) {
  .arise {
    text-align: center;
  }
}
.arise:before {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  top: -6px;
  left: 126px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
.arise:after {
  width: 20px;
  height: 12px;
  content: '';
  position: absolute;
  top: 0;
  left: 123px;
  background: #fff;
}
.arise.show {
  display: block;
}
.arise.approve-city {
  transition: all 0.2s ease;
  max-width: 290px;
}
.arise.approve-city .title {
  margin-bottom: 26px;
}
.arise.approve-city .title .city {
  font-weight: bold;
}
.arise.approve-city .approve {
  margin-right: 0;
  padding: 0 30px 25px;
  font-size: 18px;
  vertical-align: top;
}
.arise.approve-city .choose-other {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Effra', Arial, sans-serif;
  line-height: 16px;
  vertical-align: top;
  margin-left: 17px;
  font-size: 16px;
}
.arise.approve-city .btns-wrap {
  display: flex;
  align-items: center;
  padding-top: 30px;
  text-align: left;
}
.arise.approve-city .btns-wrap .city-small {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
}
.arise.approve-city .btns-wrap .btn {
  font-size: 16px;
  padding: 0 20px;
}
/****
 * Кифреймы и анимация
 ****/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes appearHeader {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes appearPage {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes blink {
  0% {
    transform: translate(-50%, -50%) scaleY(1);
  }
  35% {
    transform: translate(-50%, -50%) scaleY(0.15);
  }
  100% {
    transform: translate(-50%, -50%) scaleY(1);
  }
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 90%;
  height: 90%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
@media (max-width: 999px) {
  .fancybox-slide--iframe .fancybox-content {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small {
  content: '';
  width: 65px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.fancybox-close-small:before,
.fancybox-close-small:after {
  transition: transform 0.5s ease;
  content: '';
  position: absolute;
  width: 27px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -19px;
  background: #ccc;
  transform: rotate(45deg);
}
.blind-color-2 .fancybox-close-small:before,
.blind-color-2 .fancybox-close-small:after {
  background: #000;
}
.blind-color-3 .fancybox-close-small:before,
.blind-color-3 .fancybox-close-small:after {
  background: #063462;
}
.fancybox-close-small:after {
  transform: rotate(-45deg);
}
.fancybox-close-small:hover:before,
.fancybox-close-small:hover:after {
  background: #242424;
}
.fancybox-close-small:hover:before {
  transform: rotate(135deg);
}
.fancybox-close-small:hover:after {
  transform: rotate(405deg);
}
.tour-popup .fancybox-close-small {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 55px;
  background: #080808;
}
.tour-popup .fancybox-close-small:before,
.tour-popup .fancybox-close-small:after {
  width: 19px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #b3b3b3;
}
.tour-popup .fancybox-close-small:hover:before,
.tour-popup .fancybox-close-small:hover:after {
  background: #b3b3b3;
}
.tour-popup .fancybox-close-small:hover:before {
  transform: rotate(45deg);
}
.tour-popup .fancybox-close-small:hover:after {
  transform: rotate(-45deg);
}
.fancybox-close-small:hover:after {
  color: #555;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  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 {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen {
  display: none !important;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
.fancybox-navigation {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/* Фикс для кнопки закрытия в попапах */
.fancybox-content {
  overflow: visible !important;
}
.city-select-wrapper {
  position: relative;
}
.city-select-wrapper:after {
  display: none;
}
.city-select-wrapper .baron-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.city-select-wrapper .select2-container .select2-selection--single {
  border: none;
  height: auto;
}
.city-select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  display: inline;
}
.city-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242424;
  font: bold 34px 'Effra', Arial, sans-serif;
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 84% no-repeat;
  background-size: 100% 1px;
}
.city-select-wrapper .select2-container--default:not(.select2-container--disabled) .select2-selection--single .select2-selection__rendered:hover {
  background-size: 100% 0;
}
.city-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: -30px;
  height: 30px;
}
.city-select-wrapper .bar {
  right: 10px;
}
.city-select-wrapper .select2-container--open .select2-dropdown--below,
.city-select-wrapper .select2-container--open .select2-dropdown--above {
  width: 320px !important;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 499px) {
  .city-select-wrapper .select2-container--open .select2-dropdown--below,
  .city-select-wrapper .select2-container--open .select2-dropdown--above {
    transform: translateX(-25%);
  }
}
.select2-container {
  z-index: 10;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  user-select: none;
  outline: 0;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 21px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0;
}
.select2-selection__rendered > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2:not(.select2-container--disabled) .select2-selection__rendered:hover {
  opacity: 0.6;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
  max-height: 200px;
  overflow: hidden;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
}
.select2-results__option {
  font: 18px/24px 'Muller', Arial, sans-serif;
  padding: 12px 19px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open {
  z-index: 99993;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  font: 18px/50px 'Muller', Arial, sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 6px solid transparent;
  border-top: 6px solid #000;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #000;
  transform: translateY(-7px);
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  font: 18px 'Muller', Arial, sans-serif;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #b4b4b4;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  font: 18px/24px 'Muller', Arial, sans-serif;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #f3f3f3;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  font: 18px 'Muller', Arial, sans-serif;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #ccc;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #ccc;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #f3f3f3;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #f3f3f3;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #f3f3f3;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #f3f3f3;
}
.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
  border-color: #242424 !important;
}
.select2-search {
  display: none !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  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;
  outline: 0 !important;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  font-size: 0;
  border: 0;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}
.slick-arrow:hover:before {
  opacity: 0.6;
}
.slick-arrow:before {
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  width: 16px;
  height: 28px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -245.88px -249px no-repeat;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -8px;
}
.slick-prev {
  right: 100%;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.slick-prev:hover:before {
  transform: translateX(-4px) rotate(180deg);
}
.slick-next {
  left: 100%;
}
.slick-next:hover:before {
  transform: translateX(4px);
}
.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
}
.slick-dots li.slick-active button {
  cursor: default;
}
.slick-dots li.slick-active button:before {
  background: #999;
}
.slick-dots button {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  padding: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: transparent;
}
.slick-dots button:before {
  transition: background 0.2s ease;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
  background: #d9d9d9;
  border-radius: 50%;
}
.slick-dots button:hover:before {
  background: #ccc;
}
.blind .slick-arrow:not(.js-slider-prev):not(.js-slider-next) {
  display: none !important;
}
.baron-wrapper {
  position: relative;
}
@media (max-width: 999px) and (min-width: 768px) {
  .baron-wrapper {
    width: 30% !important;
  }
}
.baron-wrapper textarea {
  overflow-y: hidden;
}
.baron-wrapper .track {
  display: none;
}
.baron-wrapper.direction-h {
  padding-top: 20px;
}
.baron-wrapper.direction-h .scroll-h {
  margin-top: -20px;
}
.baron-wrapper.direction-h .scroll-h:before {
  transition: opacity 0.2s ease;
  content: '';
  pointer-events: none;
  z-index: 2;
  display: block;
  width: 100px;
  height: calc(100% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0;
}
.baron-wrapper.direction-h .scroll-h:after {
  transition: opacity 0.2s ease;
  content: '';
  pointer-events: none;
  z-index: 2;
  display: block;
  width: 100px;
  height: calc(100% - 17px);
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0;
}
.baron-wrapper.direction-h .scroll-h.has-left-fade:before {
  opacity: 1;
}
.baron-wrapper.direction-h .scroll-h.has-right-fade:after {
  opacity: 1;
}
.baron-wrapper.direction-v {
  width: auto !important;
  min-width: inherit !important;
  max-width: none !important;
}
.baron + .track {
  display: inherit;
  position: absolute;
}
.baron + .track .bar {
  position: relative;
  background: #999;
  cursor: pointer;
}
.baron.scroll-h {
  width: 100%;
  overflow-x: auto;
  /* ie 10+ */
  -ms-overflow-style: none;
  /* фф (свойство больше не работает, других способов тоже нет)*/
  overflow: -moz-scrollbars-none;
  /* хром, сафари */
}
.baron.scroll-h::-webkit-scrollbar {
  width: 0;
}
.baron.scroll-h + .track {
  bottom: 0;
  left: 0;
  right: 0;
  border-top-width: 1px;
  transform: translateY(5px);
}
.baron.scroll-h + .track .bar {
  height: 9px;
  transform: translateY(-5px);
}
.baron.scroll-v {
  height: 100%;
  overflow-y: auto;
  /* ie 10+ */
  -ms-overflow-style: none;
  /* фф (свойство больше не работает, других способов тоже нет)*/
  overflow: -moz-scrollbars-none;
  /* хром, сафари */
}
.baron.scroll-v::-webkit-scrollbar {
  width: 0;
}
.baron.scroll-v + .track {
  right: 0;
  top: 0;
  bottom: 0;
  border-left-width: 1px;
  transform: translateX(5px);
}
.baron.scroll-v + .track .bar {
  width: 8px;
  transform: translateX(-5px);
  position: relative;
}
.baron.scroll-v + .track .bar:after {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  width: 20px;
  height: 19px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -74px -513px no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.blind-color-2 .br-theme-fontawesome-stars .br-widget a {
  width: 20px;
  height: 19px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -106px -487px no-repeat;
}
.blind-color-3 .br-theme-fontawesome-stars .br-widget a {
  width: 20px;
  height: 19px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -98px -513px no-repeat;
}
.br-theme-fontawesome-stars .br-widget a:before {
  content: '';
  position: absolute;
  transition: opacity 0.2s ease;
  width: 20px;
  height: 19px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -26px -513px no-repeat;
  top: 0;
  left: 0;
  opacity: 0;
}
.blind-color-2 .br-theme-fontawesome-stars .br-widget a:before {
  width: 20px;
  height: 19px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -50px -513px no-repeat;
}
.blind-color-3 .br-theme-fontawesome-stars .br-widget a:before {
  width: 20px;
  height: 19px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -122px -513px no-repeat;
}
.br-theme-fontawesome-stars .br-widget a.br-active:before {
  opacity: 0.5;
}
.br-theme-fontawesome-stars .br-widget a.br-selected {
  cursor: default;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:before {
  opacity: 1;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  display: none;
}
/**
 * Custom Jivosite
 */
#jivo_chat_widget {
  display: none;
}
#jivo_custom_widget {
  width: 234px;
  height: 57px;
  position: fixed;
  right: 40px;
  bottom: 20px;
  color: #fff;
  background: linear-gradient(to bottom, #f5b8b3 0%, #f5e172 100%);
  border-radius: 57px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
  z-index: 30000;
  cursor: pointer;
  overflow: hidden;
}
#jivo_custom_widget:before {
  content: '';
  position: absolute;
  width: 193px;
  height: 31px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -268px -181px no-repeat;
  top: 13px;
  left: 23px;
}
@media (max-width: 999px) {
  #jivo_custom_widget {
    width: 63px;
    height: 63px;
    right: auto;
    left: 20px;
    bottom: 21px;
  }
  #jivo_custom_widget:before {
    left: auto;
    right: 15px;
    top: 16px;
  }
  .alt #jivo_custom_widget {
    width: 65px;
    height: 65px;
  }
  .alt #jivo_custom_widget:before {
    right: 17px;
    top: 17px;
  }
}
.jivo-custom-label {
  z-index: 40000 !important;
}
#jivo_custom_widget:hover {
  transform: translateY(-6px);
}
.alt #jivo_custom_widget {
  background: linear-gradient(to bottom, #a5d0f2 1%, #009ae2 100%);
}
#jivo-mouse-tracker {
  pointer-events: none !important;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 34px;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  transform: translateZ(0);
  font-size: 34px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}
.support-trigger {
  right: 30px;
  left: auto!important;
  z-index: 50!important;
  box-shadow: none!important;
}
@media (max-width: 999px) {
  .support-trigger {
    box-shadow: none;
    background: transparent;
    border-radius: initial;
    right: 50%;
    bottom: 0!important;
  }
  .support-trigger.show-trigger-menu .support-trigger-round-wrapper {
    transform: none !important;
  }
  .support-trigger .support-trigger-round-wrapper {
    width: 84px !important;
    height: 55px !important;
    background: radial-gradient(28.77px at 50% 100%, #46AEE1 0%, #4FAFE0 20.07%, #45ADE0 27.23%, #73BBE5 100%);
    border-radius: 32px 0 0 32px !important;
    right: 0;
    border-right: 1px solid #fff;
  }
  .support-trigger .support-trigger-round-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .support-trigger .support-trigger-round-icon:before {
    width: 28px;
    height: 25px;
    background: url(/local/css/../images/sprite.svg?70e9aeca) -393px -400px no-repeat;
    position: relative;
    content: '';
    display: block;
  }
}
@media (max-width: 999px) {
  .hide-consultant .support-trigger .support-trigger-round-wrapper {
    height: 36px!important;
    opacity: 0!important;
    width: 50vw!important;
  }
}
/****
 * Основные стили
 ****/
/**
 * Иконки
 */
.ico {
  display: inline-block;
}
.ico.ico-loft-pin {
  width: 14px;
  height: 18px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -146px -513px no-repeat;
}
.ico.ico-loft-callback {
  width: 16px;
  height: 20px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -86px -487px no-repeat;
}
.ico.ico-repeat {
  width: 26px;
  height: 26px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -123px -455px no-repeat;
}
.ico.ico-sibirix {
  width: 22px;
  height: 15px;
  background: url(/local/css/../images/sprite.png?65a069e9) -122px -152px no-repeat;
}
.ico.ico-adv-exp {
  width: 56px;
  height: 54px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -2px -455px no-repeat;
}
.ico.ico-adv-tech {
  width: 58px;
  height: 58px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -419px -308px no-repeat;
}
.ico.ico-adv-percent {
  width: 50px;
  height: 42px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -214px -181px no-repeat;
}
.ico.ico-play-review {
  width: 24px;
  height: 24px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -469px -370px no-repeat;
}
.ico.ico-rouble {
  width: 86px;
  height: 86px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -329px -308px no-repeat;
}
.ico.ico-hands {
  width: 86px;
  height: 76px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -2px no-repeat;
}
.ico.ico-zero-percents {
  width: 86px;
  height: 86px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -239px -308px no-repeat;
}
.ico.ico-rouble-small {
  width: 44px;
  height: 44px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -197px -400px no-repeat;
}
.ico.ico-hands-small {
  width: 46px;
  height: 40px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -160px -249px no-repeat;
}
.ico.ico-zero-percents-small {
  width: 46px;
  height: 46px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -147px -400px no-repeat;
}
.ico.ico-doc-download {
  width: 30px;
  height: 28px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -384px -256px no-repeat;
}
.ico.ico-doc-download-blue {
  width: 30px;
  height: 28px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -350px -256px no-repeat;
}
.ico.ico-operations-eye {
  width: 85px;
  height: 85px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -82px no-repeat;
}
.grid-row,
.container .row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-row:before,
.container .row:before,
.grid-row:after,
.container .row:after {
  content: " ";
  display: table;
}
.grid-row:after,
.container .row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 10px;
  padding-right: 10px;
}
/**
     * Телефон
    **/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 99.8%;
}
.col-xs-11 {
  width: 91.46666667%;
}
.col-xs-10 {
  width: 83.13333333%;
}
.col-xs-9 {
  width: 74.8%;
}
.col-xs-8 {
  width: 66.46666667%;
}
.col-xs-7 {
  width: 58.13333333%;
}
.col-xs-6 {
  width: 49.8%;
}
.col-xs-5 {
  width: 41.46666667%;
}
.col-xs-4 {
  width: 33.13333333%;
}
.col-xs-3 {
  width: 24.8%;
}
.col-xs-2 {
  width: 16.46666667%;
}
.col-xs-1 {
  width: 8.13333333%;
}
/**
     * Планшет
    **/
@media (min-width: 600px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 99.8%;
  }
  .col-sm-11 {
    width: 91.46666667%;
  }
  .col-sm-10 {
    width: 83.13333333%;
  }
  .col-sm-9 {
    width: 74.8%;
  }
  .col-sm-8 {
    width: 66.46666667%;
  }
  .col-sm-7 {
    width: 58.13333333%;
  }
  .col-sm-6 {
    width: 49.8%;
  }
  .col-sm-5 {
    width: 41.46666667%;
  }
  .col-sm-4 {
    width: 33.13333333%;
  }
  .col-sm-3 {
    width: 24.8%;
  }
  .col-sm-2 {
    width: 16.46666667%;
  }
  .col-sm-1 {
    width: 8.13333333%;
  }
}
/**
     * Маленький десктоп
    **/
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 99.8%;
  }
  .col-md-11 {
    width: 91.46666667%;
  }
  .col-md-10 {
    width: 83.13333333%;
  }
  .col-md-9 {
    width: 74.8%;
  }
  .col-md-8 {
    width: 66.46666667%;
  }
  .col-md-7 {
    width: 58.13333333%;
  }
  .col-md-6 {
    width: 49.8%;
  }
  .col-md-5 {
    width: 41.46666667%;
  }
  .col-md-4 {
    width: 33.13333333%;
  }
  .col-md-3 {
    width: 24.8%;
  }
  .col-md-2 {
    width: 16.46666667%;
  }
  .col-md-1 {
    width: 8.13333333%;
  }
}
/**
     * Десктоп
    **/
@media (min-width: 1000px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 99.8%;
  }
  .col-lg-11 {
    width: 91.46666667%;
  }
  .col-lg-10 {
    width: 83.13333333%;
  }
  .col-lg-9 {
    width: 74.8%;
  }
  .col-lg-8 {
    width: 66.46666667%;
  }
  .col-lg-7 {
    width: 58.13333333%;
  }
  .col-lg-6 {
    width: 49.8%;
  }
  .col-lg-5 {
    width: 41.46666667%;
  }
  .col-lg-4 {
    width: 33.13333333%;
  }
  .col-lg-3 {
    width: 24.8%;
  }
  .col-lg-2 {
    width: 16.46666667%;
  }
  .col-lg-1 {
    width: 8.13333333%;
  }
}
/**
 * Common
 **/
html {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
html.lock {
  overflow: hidden !important;
}
body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  color: #242424;
  font-family: 'Muller', Arial, sans-serif;
  background: #fff;
  overflow: hidden;
}
body.blind-color-2 > *:not(.blind-panel) {
  filter: grayscale(1);
}
body.blind-color-2 {
  color: #000;
}
body.blind-color-2 a {
  color: #000 !important;
}
body.blind-color-3 {
  color: #063462;
  background: #9dd1ff;
}
body.blind-color-3 a {
  color: #063462 !important;
}
body.blind-font-2 p {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  body.blind-font-2 p {
    font-size: 20px;
  }
}
body.blind-font-2 p a.link {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  body.blind-font-2 p a.link {
    font-size: 20px;
  }
}
body.blind-font-3 p {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  body.blind-font-3 p {
    font-size: 24px;
  }
}
body.blind-font-3 p a.link {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  body.blind-font-3 p a.link {
    font-size: 24px;
  }
}
body.compensate-for-scrollbar {
  margin-right: 0;
}
@media (max-width: 1080px) {
  body {
    width: 100%;
  }
}
body ::selection {
  color: #fff;
  background: #65afde;
  /* Safari */
}
body ::-moz-selection {
  color: #fff;
  background: #65afde;
  /* Firefox */
}
.page {
  position: relative;
  min-height: calc(100vh - 326px);
  box-sizing: border-box;
}
.blind .page {
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .page {
    animation: appearPage 0.6s ease 0.4s 1 normal both running;
  }
}
@media (max-width: 999px) {
  .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .page {
    padding-top: 70px;
    min-height: calc(100vh - 151px);
  }
}
.page-desc {
  padding: 0;
  color: #666;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.logo-num {
  font-size: 105%;
}
.is-mac .bg {
  filter: none !important;
}
.shape svg {
  width: 100%;
  overflow: visible;
}
.shape svg .shape-pattern {
  transition: opacity 0.4s ease;
}
.shape svg .shape-pattern.next {
  opacity: 0;
}
.sprite-sample {
  width: 28px;
  height: 28px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -245px -400px no-repeat;
  display: none !important;
}
input::-ms-clear {
  display: none;
}
.figure-icon {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
}
.figure-icon path {
  transition: all 0.2s ease;
  fill: #999;
}
.figure-icon.figure-3z path {
  fill: #96c7ee;
}
.figure-icon.figure-heart path {
  fill: #f5d313;
}
.figure-icon.figure-arc path {
  fill: #ee8fb1;
}
.figure-icon.figure-circle path {
  fill: #52b3e9;
}
.figure-icon.figure-arrow path {
  fill: #945e9e;
}
.figure-icon.figure-plus path {
  fill: #75c248;
}
.figure-icon.figure-eight path {
  fill: #e66c6a;
}
.figure-icon.figure-square path {
  fill: #dee728;
}
.figure-icon.figure-rhombus path {
  fill: #1ebcc5;
}
.figure-icon:hover.figure-3z path {
  fill: #96c7ee;
}
.figure-icon:hover.figure-heart path {
  fill: #f5d313;
}
.figure-icon:hover.figure-arc path {
  fill: #ee8fb1;
}
.figure-icon:hover.figure-circle path {
  fill: #52b3e9;
}
.figure-icon:hover.figure-arrow path {
  fill: #945e9e;
}
.figure-icon:hover.figure-plus path {
  fill: #75c248;
}
.figure-icon:hover.figure-eight path {
  fill: #e66c6a;
}
.figure-icon:hover.figure-square path {
  fill: #dee728;
}
.figure-icon:hover.figure-rhombus path {
  fill: #1ebcc5;
}
.expand-btn {
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.expand-btn:after {
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  width: 7px;
  height: 7px;
  right: 0;
  top: 50%;
  border-left: 1px solid #242424;
  border-bottom: 1px solid #242424;
  transform: rotate(-45deg) translateY(-50%);
}
.expand-btn.show:after {
  transform: rotate(135deg) translateY(-50%);
}
.no-items {
  display: block;
  padding: 70px 0 100px;
  text-align: center;
  font: bold 26px/1.2 'Muller', Arial, sans-serif;
}
.no-items .lined {
  background-position-y: 100%;
}
.blind {
  /**:focus {
        outline: 2px @gradientDarkBlue solid;
    }*/
  /*&.blind-color-2 {
        outline-color: #000;
    }

    &.blind-color-3 {
        outline-color: @blindDarkBlue;
    }*/
}
.blind input[type="text"]:focus,
.blind textarea:focus {
  outline: 0 !important;
}
.blind *:active {
  outline: 0 !important;
}
.jivo-mouse-tracker {
  pointer-events: none !important;
}
#supportTrigger {
  right: 60px;
  bottom: 60px;
}
/**
 * Links
 */
.is-ie a.dashed,
.is-ie b.dashed,
.is-ie a span.dashed,
.is-ie b span.dashed {
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 .is-ie a.dashed,
.blind-color-3 .is-ie b.dashed,
.blind-color-3 .is-ie a span.dashed,
.blind-color-3 .is-ie b span.dashed {
  background: repeating-linear-gradient(to right, #063462 0, #063462 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 .is-ie a.dashed,
.blind-color-2 .is-ie b.dashed,
.blind-color-2 .is-ie a span.dashed,
.blind-color-2 .is-ie b span.dashed {
  background: repeating-linear-gradient(to right, #000 0, #000 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.is-ie a.dashed.small-pad,
.is-ie b.dashed.small-pad,
.is-ie a span.dashed.small-pad,
.is-ie b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 .is-ie a.dashed.small-pad,
.blind-color-3 .is-ie b.dashed.small-pad,
.blind-color-3 .is-ie a span.dashed.small-pad,
.blind-color-3 .is-ie b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #063462 0, #063462 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 .is-ie a.dashed.small-pad,
.blind-color-2 .is-ie b.dashed.small-pad,
.blind-color-2 .is-ie a span.dashed.small-pad,
.blind-color-2 .is-ie b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #000 0, #000 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.is-ie a.lined,
.is-ie b.lined,
.is-ie a span.lined,
.is-ie b span.lined {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 65% no-repeat;
  background-size: 100% 2px;
  will-change: box-shadow;
  transition: none;
}
.blind-color-3 .is-ie a.lined,
.blind-color-3 .is-ie b.lined,
.blind-color-3 .is-ie a span.lined,
.blind-color-3 .is-ie b span.lined {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 65% no-repeat;
  background-size: 100% 2px;
}
.blind-color-2 .is-ie a.lined,
.blind-color-2 .is-ie b.lined,
.blind-color-2 .is-ie a span.lined,
.blind-color-2 .is-ie b span.lined {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 65% no-repeat;
  background-size: 100% 2px;
}
.is-ie a.lined.small-pad,
.is-ie b.lined.small-pad,
.is-ie a span.lined.small-pad,
.is-ie b span.lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 .is-ie a.lined.small-pad,
.blind-color-3 .is-ie b.lined.small-pad,
.blind-color-3 .is-ie a span.lined.small-pad,
.blind-color-3 .is-ie b span.lined.small-pad {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 .is-ie a.lined.small-pad,
.blind-color-2 .is-ie b.lined.small-pad,
.blind-color-2 .is-ie a span.lined.small-pad,
.blind-color-2 .is-ie b span.lined.small-pad {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.is-ie a.thin-lined,
.is-ie b.thin-lined,
.is-ie a span.thin-lined,
.is-ie b span.thin-lined {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 .is-ie a.thin-lined,
.blind-color-3 .is-ie b.thin-lined,
.blind-color-3 .is-ie a span.thin-lined,
.blind-color-3 .is-ie b span.thin-lined {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 .is-ie a.thin-lined,
.blind-color-2 .is-ie b.thin-lined,
.blind-color-2 .is-ie a span.thin-lined,
.blind-color-2 .is-ie b span.thin-lined {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.is-ie a.thin-lined.small-pad,
.is-ie b.thin-lined.small-pad,
.is-ie a span.thin-lined.small-pad,
.is-ie b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 .is-ie a.thin-lined.small-pad,
.blind-color-3 .is-ie b.thin-lined.small-pad,
.blind-color-3 .is-ie a span.thin-lined.small-pad,
.blind-color-3 .is-ie b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 .is-ie a.thin-lined.small-pad,
.blind-color-2 .is-ie b.thin-lined.small-pad,
.blind-color-2 .is-ie a span.thin-lined.small-pad,
.blind-color-2 .is-ie b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 65% no-repeat;
  background-size: 100% 1px;
}
.is-mac .btn i,
.is-ios .btn i {
  top: -2px;
}
.is-mac .blind .btn i,
.is-ios .blind .btn i {
  top: -2px;
}
a,
b {
  transition: all 0.2s ease;
  color: #242424;
  text-decoration: none;
}
a.dashed,
b.dashed,
a span.dashed,
b span.dashed {
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.dashed,
.blind-color-3 b.dashed,
.blind-color-3 a span.dashed,
.blind-color-3 b span.dashed {
  background: repeating-linear-gradient(to right, #063462 0, #063462 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.dashed,
.blind-color-2 b.dashed,
.blind-color-2 a span.dashed,
.blind-color-2 b span.dashed {
  background: repeating-linear-gradient(to right, #000 0, #000 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
a.dashed.small-pad,
b.dashed.small-pad,
a span.dashed.small-pad,
b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.dashed.small-pad,
.blind-color-3 b.dashed.small-pad,
.blind-color-3 a span.dashed.small-pad,
.blind-color-3 b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #063462 0, #063462 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.dashed.small-pad,
.blind-color-2 b.dashed.small-pad,
.blind-color-2 a span.dashed.small-pad,
.blind-color-2 b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #000 0, #000 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
a.lined,
b.lined,
a span.lined,
b span.lined {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 89% no-repeat;
  background-size: 100% 2px;
  will-change: box-shadow;
  transition: none;
}
.blind-color-3 a.lined,
.blind-color-3 b.lined,
.blind-color-3 a span.lined,
.blind-color-3 b span.lined {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 89% no-repeat;
  background-size: 100% 2px;
}
.blind-color-2 a.lined,
.blind-color-2 b.lined,
.blind-color-2 a span.lined,
.blind-color-2 b span.lined {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 89% no-repeat;
  background-size: 100% 2px;
}
a.lined.small-pad,
b.lined.small-pad,
a span.lined.small-pad,
b span.lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.lined.small-pad,
.blind-color-3 b.lined.small-pad,
.blind-color-3 a span.lined.small-pad,
.blind-color-3 b span.lined.small-pad {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.lined.small-pad,
.blind-color-2 b.lined.small-pad,
.blind-color-2 a span.lined.small-pad,
.blind-color-2 b span.lined.small-pad {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
a.thin-lined,
b.thin-lined,
a span.thin-lined,
b span.thin-lined {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.thin-lined,
.blind-color-3 b.thin-lined,
.blind-color-3 a span.thin-lined,
.blind-color-3 b span.thin-lined {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.thin-lined,
.blind-color-2 b.thin-lined,
.blind-color-2 a span.thin-lined,
.blind-color-2 b span.thin-lined {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
a.thin-lined.small-pad,
b.thin-lined.small-pad,
a span.thin-lined.small-pad,
b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.thin-lined.small-pad,
.blind-color-3 b.thin-lined.small-pad,
.blind-color-3 a span.thin-lined.small-pad,
.blind-color-3 b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.thin-lined.small-pad,
.blind-color-2 b.thin-lined.small-pad,
.blind-color-2 a span.thin-lined.small-pad,
.blind-color-2 b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
a.iconed,
b.iconed {
  position: relative;
  margin-left: 27px;
}
a.iconed .ico,
b.iconed .ico {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 9px;
}
a.dashed:hover,
a.dashed.small-pad:hover,
a.lined:hover,
a span.lined:hover,
a:hover span.lined,
a.lined.small-pad:hover,
a span.lined.small-pad:hover,
a:hover span.lined.small-pad,
a.thin-lined:hover,
a span.thin-lined:hover,
a:hover span.thin-lined,
a.thin-lined.small-pad:hover,
a span.thin-lined.small-pad:hover,
a:hover span.thin-lined.small-pad,
a span.dashed.small-pad:hover,
a:hover span.dashed.small-pad,
a span.dashed:hover,
a:hover span.dashed {
  background-size: 100% 0;
}
/**
 * Buttons
 */
.btn {
  position: relative;
  height: 50px;
  padding: 0 40px;
  color: #242424;
  text-align: center;
  font: bold 16px/54px 'Effra', Arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  background: transparent;
}
.btn:not(.blind-show) {
  display: inline-block;
}
.blind-font-2 .btn,
.blind-font-3 .btn {
  padding: 0 10px;
  line-height: 58px !important;
}
.blind-font-2 .btn {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .btn {
    font-size: 20px;
  }
}
.blind-font-3 .btn {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .btn {
    font-size: 24px;
  }
}
.blind-color-2 .btn {
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000;
}
.blind-color-2 .btn:hover,
.blind-color-2 .btn:focus {
  color: #000 !important;
  background: #fff !important;
  border: 2px solid #000;
}
.blind-color-3 .btn {
  color: #9dd1ff !important;
  background: #063462 !important;
  border: 2px solid #063462;
}
.blind-color-3 .btn:hover,
.blind-color-3 .btn:focus {
  color: #063462 !important;
  background: #9dd1ff !important;
  border: 2px solid #063462;
}
.btn i {
  position: relative;
  font-style: normal;
  z-index: 5;
}
.btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
.blind-color-2 .btn:after,
.blind-color-3 .btn:after {
  display: none;
}
.btn:before {
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #5783c1 1%, #65afde 30%, #efb0c3 100%);
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}
.blind-color-2 .btn:before,
.blind-color-3 .btn:before {
  display: none;
}
.btn.btn-white-border {
  color: #fff;
  font: bold 20px/47px 'Muller', Arial, sans-serif;
}
.btn.btn-white-border:after {
  border-color: #fff;
}
.btn.btn-white-border:before {
  display: none;
}
.btn.btn-white-border:hover,
.btn.btn-white-border:focus {
  opacity: 0.8;
}
.btn.btn-tag {
  padding: 0 21px;
  font: 18px/50px 'Muller', Arial, sans-serif;
}
.btn.btn-tag b {
  transition: all 0.2s ease;
  position: absolute;
  top: 12px;
  right: 42px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}
.blind-font-2 .btn.btn-tag b {
  top: 13px;
}
.blind-font-3 .btn.btn-tag b {
  top: 15px;
}
.btn.btn-tag b:before,
.btn.btn-tag b:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 12px;
  left: 10px;
  z-index: 99;
  transform: rotate(45deg);
}
.blind-color-3 .btn.btn-tag b:before,
.blind-color-3 .btn.btn-tag b:after {
  background: #9dd1ff;
}
.btn.btn-tag b:after {
  transform: rotate(135deg);
}
.btn.btn-tag.active {
  color: #fff;
}
.btn.btn-tag.active:not(.btn-tag-reset):not(.no-close) {
  padding-right: 40px;
}
.btn.btn-tag.active:before {
  opacity: 1;
  transform: none;
}
.btn.btn-tag.active b {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.btn.btn-tag.btn-tag-reset b {
  display: none;
}
.btn.btn-tag.btn-tag-reset.active {
  cursor: default;
}
@media (max-width: 599px) {
  .btn.btn-tag {
    height: 39px;
    line-height: 39px;
  }
  .blind .btn.btn-tag {
    height: 50px;
  }
  .btn.btn-tag b {
    top: 8px;
  }
}
.btn.color-bg {
  color: #fff;
}
.btn.color-bg:before {
  opacity: 1;
  transform: none;
}
.btn.color-bg:hover,
.btn.color-bg:focus {
  color: #242424;
}
.btn.color-bg:hover:before,
.btn.color-bg:focus:before {
  opacity: 0;
  transform: translateY(100%);
}
.btn.btn-white-bg:before {
  z-index: 1;
}
@media (max-width: 499px) {
  .blind-font-3 .btn-tag b {
    top: 13px !important;
  }
}
.is-mac .blind-font-3 .btn,
.is-ios .blind-font-3 .btn {
  line-height: 49px !important;
}
.is-mac .blind-font-2 .btn,
.is-ios .blind-font-2 .btn {
  line-height: 49px !important;
}
html.alt .btn:before {
  background: linear-gradient(to right, #a5d0f2 1%, #009ae2 100%);
}
a.btn:hover,
span.btn:hover,
button.btn:hover,
button.btn:focus,
button:hover .btn button:focus .btn {
  color: #fff;
}
a.btn:hover:before,
span.btn:hover:before,
button.btn:hover:before,
button.btn:focus:before,
button:hover .btn button:focus .btn:before {
  opacity: 1;
  transform: none;
}
/**
 * Inputs
 */
.form input[type="text"],
.form input[type="tel"],
.form textarea {
  transition: all 0.2s ease;
  border: 1px #ccc solid;
  outline: none;
}
.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
  border-color: #242424;
}
.form input[type="text"]:disabled,
.form input[type="tel"]:disabled,
.form textarea:disabled {
  background: #ebebe4;
}
.blind-font-2 .form input[type="text"],
.blind-font-2 .form input[type="tel"],
.blind-font-2 .form textarea,
.blind-font-3 .form input[type="text"],
.blind-font-3 .form input[type="tel"],
.blind-font-3 .form textarea {
  border-width: 2px;
}
.blind-color-2 .form input[type="text"],
.blind-color-2 .form input[type="tel"],
.blind-color-2 .form textarea {
  color: #000;
  border-color: #000;
}
.blind-color-2 .form input[type="text"]::placeholder,
.blind-color-2 .form input[type="tel"]::placeholder,
.blind-color-2 .form textarea::placeholder {
  color: #000;
}
.blind-color-3 .form input[type="text"],
.blind-color-3 .form input[type="tel"],
.blind-color-3 .form textarea {
  color: #063462;
  border-color: #063462;
  background: #9dd1ff;
}
.blind-color-3 .form input[type="text"]::placeholder,
.blind-color-3 .form input[type="tel"]::placeholder,
.blind-color-3 .form textarea::placeholder {
  color: #063462;
}
.form input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.form select {
  visibility: hidden;
}
.form input,
.form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 499px) {
  .form input,
  .form textarea {
    margin-bottom: 30px;
  }
}
.form input {
  padding: 0 19px;
  width: 100%;
  height: 50px;
  font: 18px 'Muller', Arial, sans-serif;
}
.form textarea {
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  resize: none;
  font: 18px 'Muller', Arial, sans-serif;
  padding: 15px 20px;
}
.form .form-title {
  margin-bottom: 14px;
  color: #000;
  font: 700 34px/1.2 'Effra', Arial, sans-serif;
}
.blind-color-2 .form .form-title {
  color: #000;
}
.blind-color-3 .form .form-title {
  color: #063462;
}
.form label {
  transition: opacity 0.2s ease;
}
.form label:not(.error) {
  font: bold 18px 'Effra', Arial, sans-serif;
  color: #666;
  display: block;
  margin-bottom: 3px;
  margin-top: 20px;
}
.blind-color-2 .form label:not(.error) {
  color: #000;
}
.blind-color-3 .form label:not(.error) {
  color: #063462;
}
.form label.error {
  position: absolute;
}
.form label.required:after {
  margin-left: 7px;
  content: "\2022";
  color: #666;
}
.blind-color-2 .form label.required:after {
  color: #000;
}
.blind-color-3 .form label.required:after {
  color: #063462;
}
.form label:hover {
  opacity: 0.8;
}
.form .inp {
  position: relative;
}
.form .error input,
.form .error textarea {
  border-color: #fa413f !important;
}
@media (max-width: 499px) {
  .form .error input,
  .form .error textarea {
    margin-bottom: 30px;
  }
}
.blind-color-2 .form .error input,
.blind-color-2 .form .error textarea {
  border-color: #000 !important;
}
.blind-color-3 .form .error input,
.blind-color-3 .form .error textarea {
  border-color: #063462 !important;
}
.form .error label.error {
  display: block;
  font: 15px 'Muller', Arial, sans-serif;
  color: #fa413f;
  margin-top: 5px;
  left: 0;
  bottom: -5px;
}
.blind-font-2 .form .error label.error,
.blind-font-3 .form .error label.error {
  bottom: -16px;
}
.blind-color-2 .form .error label.error {
  color: #000;
}
.blind-color-3 .form .error label.error {
  color: #063462;
}
@media (max-width: 499px) {
  .form .error label.error {
    bottom: -12px;
  }
  .blind-font-2 .form .error label.error,
  .blind-font-3 .form .error label.error {
    bottom: 0;
  }
}
.form .error textarea + label.error {
  bottom: -30px;
}
@media (max-width: 499px) {
  .form .error textarea + label.error {
    bottom: -45px;
  }
}
.blind-font-2 .form .error textarea + label.error,
.blind-font-3 .form .error textarea + label.error {
  bottom: -30px;
}
.form .error label:not(.error):after {
  margin-left: 7px;
  content: "\2022";
  color: #fa413f;
}
.blind-color-2 .form .error label:not(.error):after {
  color: #000 !important;
}
.blind-color-3 .form .error label:not(.error):after {
  color: #063462 !important;
}
.form .agreement {
  padding-bottom: 30px;
}
.form .g-recaptcha .custom-error {
  font: 15px 'Muller', Arial, sans-serif;
  color: #fa413f;
  margin: 5px auto 0;
}
.form .g-recaptcha > div {
  margin: 0 auto;
}
.form.form-custom .g-recaptcha {
  margin: 0 0 20px;
}
.form.form-custom .g-recaptcha > div {
  margin: 0;
}
.form.form-custom .g-recaptcha .custom-error {
  margin: 5px 0 0;
}
.form.form-calculator {
  max-width: calc(100% - 40px);
  margin-top: 51px;
  padding: 30px 20px 24px;
  background-color: #f2f2f2;
}
.form.form-calculator .row {
  flex-wrap: nowrap;
}
.form.form-calculator .form-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 9px;
}
.form.form-calculator .col-method {
  width: 48%;
}
.form.form-calculator .col-period {
  width: 24%;
}
.form.form-calculator .col-result {
  width: 20%;
}
.form.form-calculator .col {
  padding: 0 10px;
}
.form.form-calculator label:not(.error) {
  margin-bottom: 7px;
}
.form.form-calculator .calculator-result {
  position: relative;
  top: -12px;
  font-size: 41px;
  font-weight: 600;
  color: #242424;
  white-space: nowrap;
}
@media (max-width: 999px) {
  .form.form-calculator label:not(.error) {
    font-size: 16px;
  }
  .form.form-calculator .col-period {
    width: 20%;
  }
  .form.form-calculator .col-result {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .form.form-calculator .row {
    flex-direction: column;
  }
  .form.form-calculator .col {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 499px) {
  .form.form-calculator {
    max-width: 100%;
    margin-left: -20px;
  }
  .form.form-calculator label:not(.error) {
    font-size: 18px;
  }
  .form.form-calculator .form-title {
    margin-bottom: -1px;
    padding-bottom: 3px;
  }
  .form.form-calculator .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form.form-calculator .col-method label:not(.error) {
    margin-top: 20px;
  }
  .form.form-calculator .col-period label:not(.error) {
    margin-top: 18px;
  }
  .form.form-calculator .col-result label:not(.error) {
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .form.form-calculator .calculator-result {
    top: -8px;
  }
}
/**
 * GOOGLE MAP PIN
 */
.google-pin {
  width: 32px;
  height: 37px;
  margin-left: -32px !important;
  padding-top: 13px;
  color: #fff;
  text-align: center;
  font: bold 24px/1 'Effra', Arial, sans-serif;
}
/**
 * Floating buttons
 */
.floating-up {
  width: 60px;
  height: 60px;
  transition: all 0.2s ease;
  left: 60px;
  bottom: 30px;
  position: fixed;
  border-radius: 50px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
  z-index: 100;
}
.blind .floating-up {
  display: none !important;
}
@media (max-width: 999px) {
  .floating-up {
    display: none !important;
  }
}
.floating-up.show {
  display: block;
}
.floating-up:before {
  width: 60px;
  height: 60px;
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0;
  border-radius: 50px;
  background: linear-gradient(to top, #5783c1 1%, #65afde 30%, #efb0c3 100%);
}
.floating-up i:before,
.floating-up i:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 24px;
}
.floating-up i:before {
  border-color: #242424;
  top: 23px;
}
.floating-up i:after {
  border-color: #919191;
  top: 32px;
}
.floating-up:hover:before {
  opacity: 1;
}
.floating-up:hover i:before {
  border-color: #fff;
}
.floating-up:hover i:after {
  border-color: #dbdfed;
}
html.alt .floating-up:before {
  background: linear-gradient(to top, #a5d0f2 1%, #009ae2 100%) !important;
}
.aside-callback {
  transition: transform 0.2s ease;
  width: 84px;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 51;
  font-size: 0;
  background: radial-gradient(28.77px at 50% 100%, #46AEE1 0%, #4FAFE0 20.07%, #45ADE0 27.23%, #73BBE5 100%);
  border-radius: 0 32px 32px 0!important;
  border-left: 1px solid #fff;
  background-size: 100%;
  backface-visibility: hidden;
}
html[data-subdomain="moscow"] .aside-callback {
  background: #f2bbb7;
}
.aside-callback.text {
  font-size: 14px;
  width: auto;
  color: #fff;
  align-items: center;
  height: auto;
  padding: 10px;
  min-width: 130px;
  justify-content: center;
}
@media (max-width: 999px) {
  .aside-callback.text {
    display: flex;
  }
}
.aside-callback.text:before {
  display: none;
}
.aside-callback.consultant {
  right: 50%;
  left: auto;
  border-radius: 32px 0 0 32px!important;
  pointer-events: none;
}
.aside-callback .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 32px;
  max-height: 24px;
}
.aside-callback i {
  width: 84px;
  height: 55px;
  width: 28px;
  height: 25px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -393px -400px no-repeat;
  width: 84px!important;
  height: 55px!important;
  position: absolute;
  right: calc(100% + 1px);
  background: radial-gradient(28.77px at 50% 100%, #46AEE1 0%, #4FAFE0 20.07%, #45ADE0 27.23%, #73BBE5 100%) !important;
  border-radius: 32px 0 0 32px;
  pointer-events: none;
  display: block;
  border-right: 1px solid #fff;
}
html[data-subdomain="moscow"] .aside-callback i {
  background: #f2bbb7 !important;
}
.aside-callback i .consultant-icon {
  position: absolute;
  left: calc(50% + 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 32px;
  max-height: 24px;
}
@media (min-width: 1000px) {
  .aside-callback {
    display: none;
  }
}
.blind .aside-callback {
  display: none;
}
html.alt .aside-callback {
  border-radius: 50%;
}
/**
 * Aside Figures
 */
.aside-figure {
  transition: all 1.4s ease;
  width: 100px;
  height: 700px;
  position: absolute;
  right: 0;
  opacity: 0;
  overflow: hidden;
}
.blind .aside-figure {
  display: none;
}
.aside-figure .shape {
  width: 300px;
}
.aside-figure.left {
  left: 0;
  right: auto;
}
.aside-figure.left .shape {
  position: absolute;
  right: 0;
  top: 0;
}
.aside-figure.show {
  opacity: 1;
}
@media (max-width: 1200px) {
  .aside-figure {
    display: none;
  }
}
/**
 * Ссылка на файл
 */
.file-link {
  display: inline-block;
  font: bold 18px/24px 'Muller', Arial, sans-serif;
  text-align: left;
}
.file-link .ico-wrap {
  transition: transform 0.4s ease;
  display: block;
  margin-bottom: 8px;
  text-align: center;
}
.file-link .ico {
  margin-right: 20px;
}
.file-link .file-name {
  border-bottom: 1px dotted;
}
.file-link:hover .ico-wrap {
  transform: translateY(-4px);
}
.file-link:hover .file-name {
  border-color: transparent;
}
/**
 * Loading Content
 */
.loader-content {
  transition: all 0.2s ease;
}
.loader-content.loading {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
/**
 * Я.Карта
 */
.ymaps-2-1-68-ground-pane {
  filter: grayscale(1);
}
/**
 * HEADER NAV
 */
@media (max-width: 999px) {
  .is-mac .header .nav .nav-item,
  .is-ios .header .nav .nav-item {
    line-height: 69px;
  }
}
@media (max-width: 999px) {
  .is-mac .header .nav .btn,
  .is-ios .header .nav .btn {
    line-height: 66px;
  }
}
.header .nav-wrap {
  flex-basis: 100%;
  font: bold 18px 'Effra', Arial, sans-serif;
  margin-left: -10px;
}
.header .nav-wrap.nav-wrap-fixed {
  display: none;
}
@media (max-width: 999px) {
  .header .nav-wrap.nav-wrap-fixed {
    display: block;
  }
}
.header .nav-wrap.visible-desktop {
  margin: 0;
  flex-basis: auto;
  flex-shrink: 0;
}
.header .nav-wrap.appointment {
  margin-left: -5px !important;
}
.header .nav-wrap .btn {
  padding: 0 20px;
  font-size: 18px;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 999px) {
  .header .nav-wrap .btn {
    height: 69px;
    padding: 3px 18px 0;
    line-height: 68px;
    box-sizing: border-box;
  }
  .header .nav-wrap .btn:after {
    border-left-color: #e6e6e6;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .btn {
    display: none;
  }
}
@media (min-width: 1000px) {
  .header .nav-wrap {
    margin-right: 122px;
  }
}
@media (max-width: 999px) {
  .header .nav-wrap {
    width: 100%;
    border-top: 1px #e6e6e6 solid;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 270px;
    text-align: center;
    background: linear-gradient(to right, #9db4d6 0%, #e9b0c3 100%);
    border: 0;
    transform: translateX(-100%);
  }
}
@media (min-width: 768px) {
  .header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header .nav > li {
  position: relative;
}
.header .nav > li:hover .subnav {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header .nav .nav-item {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 10px 13px;
  vertical-align: middle;
  border: 1px transparent solid;
  box-sizing: border-box;
  z-index: 1;
}
.header .nav .nav-item:after {
  transition: opacity 0.2s ease;
  content: '';
  position: absolute;
  height: 2px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #242424;
  opacity: 0;
}
.header .nav .nav-item:hover:after {
  opacity: 1;
}
@media (max-width: 999px) {
  .header .nav .nav-item {
    height: 70px;
    line-height: 73px;
    padding: 0 15px;
  }
  .header .nav .nav-item:after {
    left: 22px;
    right: 22px;
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .header .nav .nav-item {
    display: block;
    height: 71px;
    margin: 0 30px;
    padding: 0;
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  }
  .header .nav .nav-item:after {
    display: none;
  }
}
.header .nav .nav-item-parent:hover .nav-item:after {
  opacity: 1;
}
.header .nav .btn {
  padding: 0 20px;
  font-size: 18px;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 999px) {
  .header .nav .btn {
    height: 69px;
    padding: 3px 18px 0;
    line-height: 68px;
    box-sizing: border-box;
  }
  .header .nav .btn:after {
    border-left-color: #e6e6e6;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
  }
}
@media (max-width: 767px) {
  .header .nav .btn {
    display: none;
  }
}
.header.fixed .nav-wrap.nav-wrap-fixed {
  display: block;
}
.header .subnav {
  transition: all 0.3s ease;
  position: absolute;
  width: 220px;
  top: 100%;
  left: -20px;
  margin-top: 8px;
  padding: 29px 20px 29px 30px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
.header .subnav:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 30px;
  top: -9px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  transform: rotate(45deg);
}
.header .subnav:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 14px;
  left: 25px;
  top: 0;
  background: #fff;
}
.header .subnav li.nav-section {
  display: none;
}
.header .subnav li:not(:last-child) a {
  padding-bottom: 18px;
}
.header .subnav .subnav-item {
  display: block;
}
.header .subnav .subnav-item > span {
  transition: all 0.2s ease;
  border-bottom: 1px transparent solid;
}
.header .subnav .subnav-item:hover > span {
  border-color: #242424;
}
@media (max-width: 767px) {
  .header .subnav {
    display: none;
  }
}
.header .secondary-nav {
  display: none;
  margin: 0 30px;
  padding: 30px 0 9px;
  font: 16px 'Effra', Arial, sans-serif;
  border-bottom: 1px #e6e6e6 solid;
}
.header .secondary-nav li {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .header .secondary-nav {
    display: block;
  }
}
.is-ie .header .nav .nav-item:after {
  bottom: 9px;
}
/**
 * Header Search Block
 **/
.is-mac .header .search-block input,
.is-ios .header .search-block input {
  line-height: 40px;
}
@media (max-width: 599px) {
  .is-mac .header .search-block input,
  .is-ios .header .search-block input {
    margin-top: 4px;
  }
}
.header .nav-wrap nav {
  transition: all 0.2s ease;
}
.header .nav-wrap.hide nav {
  opacity: 0;
}
.header .search-block {
  width: 45px;
  height: 51px;
  position: relative;
  display: none;
  margin-left: auto;
  background: #fff;
  will-change: width, transform;
  backface-visibility: hidden;
  z-index: 1;
}
.blind-color-3 .header .search-block {
  background: #9dd1ff;
}
.header .search-block.open .search-input-wrap {
  width: 720px;
}
@media (max-width: 1026px) {
  .header .search-block.open .search-input-wrap {
    width: 705px;
  }
}
@media (max-width: 998px) {
  .header .search-block.open .search-input-wrap {
    width: 728px;
  }
}
@media (max-width: 936px) {
  .header .search-block.open .search-input-wrap {
    width: 672px;
  }
}
@media (max-width: 880px) {
  .header .search-block.open .search-input-wrap {
    width: 625px;
  }
}
@media (max-width: 840px) {
  .header .search-block.open .search-input-wrap {
    width: 590px;
  }
}
@media (max-width: 800px) {
  .header .search-block.open .search-input-wrap {
    width: 560px;
  }
}
@media (max-width: 800px) {
  .header .search-block.open .search-input-wrap {
    width: 560px;
  }
}
@media (max-width: 767px) {
  .header .search-block.open .search-input-wrap {
    width: calc(100vw - 62px);
  }
}
.header .search-block.open input {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 999px) {
  .header .search-block {
    display: block;
    position: absolute;
    width: 75px;
    top: -66px;
    right: -31px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .header .search-block {
    transition: transform 0.3s ease;
    width: 49px;
    height: 60px;
    top: 7px;
    right: 3px;
  }
}
.header .search-block .search-trigger {
  transition: opacity 0.2s ease;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  backface-visibility: hidden;
  border: 0 !important;
  background: #fff;
  outline: 0 !important;
}
.blind-color-3 .header .search-block .search-trigger {
  background: #9dd1ff;
}
.header .search-block .search-trigger:hover {
  opacity: 0.5;
}
.header .search-block .search-trigger:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -2px -513px no-repeat;
}
@media (min-width: 1000px) {
  .header .search-block .search-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 999px) {
  .header .search-block .search-trigger {
    top: 15px;
  }
  .header .search-block .search-trigger:before {
    opacity: 0.7;
    left: -24px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .header .search-block .search-trigger {
    top: 0;
    right: 6px;
  }
  .header .search-block .search-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
  }
}
.header .search-block .search-input-wrap {
  transition: width 0.2s ease;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  background: #fff;
}
.blind-color-3 .header .search-block .search-input-wrap {
  background: #9dd1ff;
}
.header .search-block input {
  transition: all 0.2s ease;
  height: 40px;
  width: 100%;
  margin: 6px 0 0 0;
  font: 15px/48px 'Muller', Arial, sans-serif;
  border: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .header .search-block input {
    border-bottom: 3px #242424 solid;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .header .search-block input {
    padding-left: 11px;
  }
}
@media (max-width: 599px) {
  .header .search-block input {
    margin-top: 9px;
  }
}
/**
 * Header
 **/
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  backface-visibility: hidden;
  background: #fff;
  /**
     * HEAD
     */
}
.blind .header {
  display: none !important;
}
.blind-color-3 .header {
  background: #9dd1ff;
}
@media (max-width: 1080px) {
  .header {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header {
    animation: appearHeader 0.6s ease 0.4s 1 normal both running;
  }
}
.header.fixed {
  position: fixed;
}
.header.fixed .arise {
  margin-top: 150px;
}
.header.fixed .callback-block {
  display: none;
}
.header.fixed .head {
  padding-top: 0;
}
.header.fixed .head .head-inner {
  display: none;
  height: 100%;
}
.header.fixed .head .head-inner .callback-block {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.header.fixed .head .head-inner.head-inner-fixed {
  display: flex;
}
.header.fixed .head .head-inner.head-inner-fixed + .visible-desktop {
  display: none;
}
.header.fixed .head .head-inner.head-inner-fixed .hidden-fixed {
  display: none;
}
@media (min-width: 1000px) {
  .header.fixed {
    top: -55px;
  }
}
@media (min-width: 1000px) {
  .header.fixed .head .logo {
    width: 56px;
  }
  .alt .header.fixed .head .logo {
    width: 65px;
  }
  .header.fixed .head .phone-block {
    width: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header.fixed .nav-wrap {
    margin-left: 30px;
    margin-right: 0;
  }
}
.blind .header {
  position: relative !important;
}
.header .container {
  height: 100%;
}
.header .loft {
  height: 55px;
  font-size: 15px;
}
.blind-color-3 .header .loft {
  background: #9dd1ff;
}
@media (min-width: 1000px) {
  .header .loft {
    background: #f0f0f0;
  }
}
@media (max-width: 999px) {
  .header .loft {
    height: 79px;
  }
}
@media (max-width: 767px) {
  .header .loft {
    height: 0;
  }
}
.header .loft a {
  font-weight: bold;
}
@media (max-width: 999px) {
  .header .loft a {
    color: #5c6566;
  }
}
.header .loft .blind-toggle i {
  margin-left: 15px;
}
@media (max-width: 999px) {
  .header .loft .ico {
    opacity: 0.7;
  }
}
.blind .header .loft .ico {
  display: none;
}
.header .loft .loft-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.is-ie .header .loft .loft-inner {
  justify-content: space-around;
}
@media (min-width: 1000px) {
  .header .loft .loft-inner {
    align-items: center;
  }
}
@media (max-width: 999px) {
  .header .loft .loft-inner {
    padding: 27px 50px 0 180px;
    justify-content: space-around;
  }
}
.header .loft .city-block {
  position: relative;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.header .loft .city-block .ico-loft-pin {
  position: relative;
  top: 3px;
  left: 1px;
  margin-right: 7px;
}
.header .loft .city-block > .dashed {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 125px;
  vertical-align: bottom;
}
.header .loft .city-block > .dashed:hover {
  opacity: 0.65;
}
@media (min-width: 1000px) {
  .header .loft .city-block {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .header .loft .city-block span:not(.city) {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .loft .city-block {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .loft .city-block > *:not(.arise) {
    display: none !important;
  }
  .header .loft .city-block .arise.show {
    display: block !important;
  }
  .header .loft .city-block .arise {
    max-width: 100%;
    top: 70px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    z-index: 100;
  }
  .header .loft .city-block .arise:before,
  .header .loft .city-block .arise:after {
    display: none;
  }
}
@media (max-width: 499px) {
  .header .loft .city-block .arise .btn {
    display: block;
  }
}
.header .loft .phone-block {
  min-width: 200px;
  text-align: right;
}
@media (max-width: 999px) {
  .header .loft .phone-block {
    padding-top: 4px;
  }
}
.header .loft .time-block {
  margin-right: 64px;
}
@media (max-width: 999px) {
  .header .loft .time-block {
    display: none;
  }
}
@media (max-width: 999px) {
  .header .loft .arise {
    left: -71px;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .header .loft .arise {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .header .callback-block {
    padding-top: 4px;
    text-transform: capitalize;
  }
  .header .callback-block span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .callback-block {
    display: none;
  }
}
.header .callback-block a {
  font-size: 15px;
  font-weight: bold;
}
.header .callback-block a:hover {
  opacity: 0.65;
}
.header .callback-block a:hover .ico {
  transition: transform 1s ease;
  transform: rotate(-360deg);
}
@media (max-width: 999px) {
  .header .callback-block a {
    color: #5c6566;
  }
}
.header .phone-block a:hover {
  opacity: 0.65;
  text-decoration: none;
}
@media (max-width: 999px) {
  .header .phone-block {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header .phone-block {
    display: none;
  }
}
.header .socials {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .socials li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: top;
}
.header .socials path {
  transition: all 0.2s ease;
}
.header .socials a:not(.soc-in) path {
  fill: #999;
}
.header .socials .soc-in path:first-of-type {
  fill-opacity: 0;
}
.header .socials a:hover.soc-fb path {
  fill: #4867aa;
}
.header .socials a:hover.soc-vk path {
  fill: #6083a9;
}
.header .socials a:hover.soc-ok path {
  fill: #f58220;
}
.header .socials a:hover.soc-yt path {
  fill: #cd201f;
}
.header .socials a:hover.soc-tl path {
  fill: #08c;
}
.header .socials a:hover.soc-in path:last-child {
  fill: #833AB4;
}
.header .socials a:hover.soc-in path:first-of-type {
  fill-opacity: 1;
}
@media (min-width: 1000px) {
  .header .socials {
    margin: auto;
  }
}
@media (max-width: 999px) {
  .header .socials {
    width: 100%;
    order: 1;
    margin-bottom: 23px;
    padding-bottom: 12px;
    border-bottom: 1px #ccc solid;
  }
  .blind .header .socials {
    margin-bottom: 0;
    border: 0;
  }
  .header .socials li {
    margin: 0 21px;
  }
}
@media (max-width: 767px) {
  .header .socials {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .header .socials {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .header .socials li {
    margin: 0;
  }
}
.header .head {
  height: 113px;
  padding-top: 21px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .header .head {
    height: 70px;
    padding-top: 0;
  }
}
@media (max-width: 999px) {
  .header .head .container {
    padding: 0;
  }
}
.header .head .head-inner {
  height: 50%;
  display: flex;
  justify-content: space-between;
}
.header .head .head-inner.visible-desktop {
  display: none;
}
.header .head .head-inner.visible-desktop .search-block {
  display: block;
}
.header .head .head-inner.visible-desktop .blind-toggle i {
  margin-right: 0;
  margin-left: -9px;
  right: -9px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .header .head .head-inner {
    align-items: center;
  }
  .header .head .head-inner.visible-desktop {
    display: flex;
  }
}
.header .head .logo {
  transition: opacity 0.4s ease;
  width: 172px;
  height: 36px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -268px -216px no-repeat;
  display: block;
  flex-shrink: 0;
}
.alt .header .head .logo {
  width: 172px;
  height: 64px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -38px -181px no-repeat;
}
@media (max-width: 999px) {
  .header .head .logo {
    position: absolute;
    top: -58px;
    left: 12px;
    transform: scale(0.9);
  }
  .alt .header .head .logo {
    top: -72px;
  }
}
@media (max-width: 767px) {
  .header .head .logo {
    width: 60px;
    top: 16px;
    left: 58px;
  }
  .alt .header .head .logo {
    width: 65px;
    top: 4px;
  }
}
.header .head a.logo:hover {
  opacity: 0.6;
}
.header .head .phone-block {
  width: 0;
  flex-shrink: 0;
  font: bold 15px 'Muller', Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 999px) {
  .header .head .phone-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .head .phone-block {
    display: block;
    position: absolute;
    width: 140px;
    top: 25px;
    left: 130px;
  }
  .header .head .phone-block.visible-desktop {
    display: none;
  }
}
.header .head .phone-block a:hover {
  opacity: 0.8;
}
.header .head .visible-desktop.callback-block {
  flex-basis: 100%;
  text-align: center;
}
.header .head .visible-desktop.phone-block {
  flex-basis: 100%;
  flex-shrink: 1;
  text-align: center;
}
.header .head-info {
  display: none;
  padding: 29px 0 28px;
  color: #fff;
  text-align: center;
  font: 15px/24px 'Muller', Arial, sans-serif;
}
.header .head-info a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header .head-info {
    display: block;
  }
}
.header .hamburger {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
}
.header .hamburger i {
  transition: background 0.3s ease;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -1px;
  background: #242424;
}
.header .hamburger i:before,
.header .hamburger i:after {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #242424;
}
.header .hamburger i:before {
  top: -10px;
}
@media (max-width: 767px) {
  .header .hamburger {
    display: block;
  }
}
.header .visible-desktop {
  display: none;
}
.header .hidden-desktop {
  display: none;
}
@media (min-width: 1000px) {
  .header .visible-desktop {
    display: block;
  }
}
@media (max-width: 999px) {
  .header .hidden-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .head {
    padding-top: 0;
  }
  .header .hidden-desktop.callback-block {
    display: none;
  }
  .header .hidden-desktop.blind-toggle {
    display: none;
  }
}
.blind-toggle {
  position: relative;
}
.blind-toggle .tooltip {
  margin-left: 6px;
}
.blind-toggle.show .tooltip {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}
.blind-toggle:hover i:before {
  animation: blink 0.7s ease;
}
.blind-toggle:hover b {
  opacity: 0.65;
  background-size: 100% 0;
}
@media (max-width: 767px) {
  .blind-toggle {
    display: none;
  }
}
.blind-toggle i {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
}
.blind-toggle i:before {
  width: 22px;
  height: 14px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -214px -227px no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blind-toggle b {
  transition: color 0.5s ease;
  display: inline-block;
  padding-top: 13px;
  vertical-align: top;
}
@media (max-width: 999px) {
  .blind-toggle {
    position: relative;
    top: -9px;
  }
  .blind-toggle i {
    background: #f0f0f0;
  }
  .blind-toggle b {
    display: none !important;
  }
}
/**
 * Header
 **/
.alt .header-blind .logo {
  width: 221px;
  height: 81px;
  background: url('/local/css/../images/blind/logo/common.svg') 0 0 no-repeat;
}
@media (max-width: 999px) {
  .alt .header-blind .logo {
    width: 85px !important;
    margin-top: -14px !important;
  }
}
@media (max-width: 410px) {
  .alt .header-blind .logo {
    width: 230px !important;
    margin-top: -11px !important;
  }
}
@media (max-width: 410px) {
  .alt .header-blind .header-loft {
    padding-bottom: 7px;
  }
}
.alt .blind-color-1 .header-blind .logo {
  background-size: auto 100%;
}
@media (min-width: 1000px) {
  .alt .blind-color-1 .header-blind .logo {
    background-size: contain;
  }
}
.alt .blind-color-2 .header-blind .logo {
  background-image: url('/local/css/../images/blind/logo/black.png');
}
.alt .blind-color-3 .header-blind .logo {
  background-image: url('/local/css/../images/blind/logo/blue.png');
}
html:not(.alt) .header-blind .logo-bottom {
  margin-bottom: 13px;
}
.header-blind {
  display: none;
  position: relative;
  z-index: 50;
}
.header-blind .logo {
  width: 221px;
  height: 42px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 20px;
  background: url('/local/css/../images/blind/logo/3z-black.svg') 0 0 no-repeat;
  transition: none;
}
.blind-color-2 .header-blind .logo {
  background-image: url('/local/css/../images/blind/logo/3z-black.svg');
}
.blind-color-3 .header-blind .logo {
  background-image: url('/local/css/../images/blind/logo/3z-blue.svg');
}
.blind-font-2 .header-blind .logo-bottom {
  margin-top: 14px;
}
.blind-font-3 .header-blind .logo-bottom {
  margin-top: 18px;
}
.blind .header-blind {
  display: block;
}
.header-blind .header-loft {
  padding: 18px 0 5px;
  border-bottom: 2px #000 solid;
}
.is-mac .header-blind .header-loft,
.is-ios .header-blind .header-loft {
  padding-bottom: 4px;
}
@media (max-width: 999px) {
  .header-blind .header-loft {
    padding-bottom: 3px;
  }
}
@media (max-width: 410px) {
  .header-blind .header-loft {
    padding-bottom: 10px;
  }
}
.header-blind .header-loft .logo {
  display: none;
  width: 65px;
  margin: 8px 20px 0;
  transform: scale(0.8);
  /*.blind-color-1 & {
                width: 82px;
            }*/
}
@media (max-width: 999px) {
  .header-blind .header-loft .logo {
    display: block;
  }
}
@media (max-width: 700px) {
  .header-blind .header-loft .logo {
    margin-right: auto;
  }
}
@media (max-width: 410px) {
  .header-blind .header-loft .logo {
    width: 221px;
    margin-left: 10px;
  }
}
.header-blind .header-loft .loft-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 54px;
  margin-bottom: -8px;
}
.header-blind .header-loft .loft-row:last-child {
  justify-content: space-between;
}
@media (max-width: 999px) {
  .header-blind .header-loft .loft-row {
    flex-wrap: nowrap;
  }
}
.blind-color-3 .header-blind .header-loft {
  border-color: #063462;
}
.blind-font-2 .header-blind .header-loft {
  font-size: 23px;
}
.blind-font-3 .header-blind .header-loft {
  font-size: 27px;
}
@media (max-width: 999px) {
  .header-blind .loft-appo {
    margin-top: 3px;
  }
}
@media (max-width: 410px) {
  .header-blind .loft-appo {
    display: none;
  }
}
@media (max-width: 999px) {
  .header-blind .loft-city,
  .header-blind .loft-callback,
  .header-blind .loft-search,
  .header-blind .loft-blind {
    display: none;
  }
}
.header-blind .loft-city {
  margin-top: -3px;
}
.header-blind .loft-callback {
  margin-top: -3px;
}
@media (max-width: 910px) {
  .header-blind .loft-time {
    display: none;
  }
}
.blind .header-blind .loft-time span {
  display: none;
}
.header-blind .loft-phone {
  font-weight: bold;
}
@media (max-width: 700px) {
  .header-blind .loft-phone {
    display: none;
  }
}
.header-blind .header-content {
  padding: 20px 0;
}
@media (max-width: 999px) {
  .header-blind .header-content {
    display: none;
  }
}
.header-blind .header-content .container {
  display: flex;
}
.header-blind .header-content .nav-wrap li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.header-blind .header-content .nav-wrap li:not(.nav-item-parent):hover .nav-item {
  position: relative;
}
.header-blind .header-content .nav-wrap li:not(.nav-item-parent):hover .nav-item::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 2px;
  bottom: 3px;
  left: 10px;
  background: #242424;
}
.blind-color-3 .header-blind .header-content .nav-wrap li:not(.nav-item-parent):hover .nav-item::after {
  background: #063462;
}
.header-blind .header-content .nav-item-parent {
  position: relative;
  backface-visibility: hidden;
}
.header-blind .header-content .nav-item-parent:hover .subnav {
  opacity: 1;
  visibility: visible;
}
.header-blind .header-content .nav-item {
  display: block;
  height: 50px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  border-radius: 2px;
  backface-visibility: hidden;
}
.blind-font-2 .header-blind .header-content .nav-item {
  font-size: 26px;
}
.blind-font-3 .header-blind .header-content .nav-item {
  font-size: 32px;
}
.header-blind .header-content .nav-item.active {
  color: #fff !important;
}
.blind-color-1 .header-blind .header-content .nav-item.active,
.blind-color-2 .header-blind .header-content .nav-item.active {
  background: #000;
}
.blind-color-3 .header-blind .header-content .nav-item.active {
  color: #9dd1ff !important;
  background: #063462;
}
.header-blind .header-content .nav-item i {
  font-style: normal;
}
.header-blind .header-content .subnav {
  transition: all 0.5s ease;
  position: absolute;
  width: 380px;
  top: 100%;
  left: 50%;
  margin-top: 16px;
  padding: 34px 40px 16px 60px;
  transform: translateX(-50%);
  background: #000;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.blind-color-3 .header-blind .header-content .subnav {
  background: #063462;
}
.header-blind .header-content .subnav:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #000 transparent;
}
.blind-color-3 .header-blind .header-content .subnav:before {
  border-color: transparent transparent #063462 transparent;
}
.header-blind .header-content .subnav li {
  display: inline-block;
  margin-right: 30px;
  padding: 0 0 20px;
}
.header-blind .header-content .subnav .subnav-item {
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 18px;
}
.header-blind .header-content .subnav .subnav-item:hover {
  border-bottom: 2px solid;
  transition: none;
}
.blind-font-2 .header-blind .header-content .subnav .subnav-item {
  font-size: 22px;
}
.blind-font-3 .header-blind .header-content .subnav .subnav-item {
  font-size: 28px;
}
.blind-color-1 .header-blind .header-content .subnav .subnav-item,
.blind-color-2 .header-blind .header-content .subnav .subnav-item {
  color: #fff !important;
}
.blind-color-3 .header-blind .header-content .subnav .subnav-item {
  color: #9dd1ff !important;
}
.header-blind .burger {
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
  top: 7px;
  left: 0;
  z-index: 10;
}
@media (max-width: 999px) {
  .header-blind .burger {
    display: block;
  }
}
.header-blind .burger i {
  transition: background 0.3s ease;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  background: #242424;
}
.blind-color-2 .header-blind .burger i {
  background: #000;
}
.blind-color-3 .header-blind .burger i {
  background: #063462;
}
.header-blind .burger i:before,
.header-blind .burger i:after {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #242424;
}
.blind-color-2 .header-blind .burger i:before,
.blind-color-2 .header-blind .burger i:after {
  background: #000;
}
.blind-color-3 .header-blind .burger i:before,
.blind-color-3 .header-blind .burger i:after {
  background: #063462;
}
.header-blind .burger i:before {
  top: -10px;
}
.open-nav .header-blind .burger i {
  background: transparent;
}
.open-nav .header-blind .burger i:before,
.open-nav .header-blind .burger i:after {
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transform: rotate(45deg);
}
.open-nav .header-blind .burger i:after {
  transform: rotate(-45deg);
}
.header-blind .loft-search-pseudo {
  width: 284px;
}
@media (max-width: 999px) {
  .header-blind .loft-search-pseudo {
    display: none;
  }
}
.header-blind .loft-search {
  transition: width 0.2s ease;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 10;
}
.blind-color-3 .header-blind .loft-search {
  background: #9dd1ff;
}
.header-blind .loft-search.focus {
  width: calc(100% - 4px);
}
.loft-search {
  position: relative;
  width: 280px;
  height: 46px;
  border: 2px #000 solid;
  border-radius: 2px;
}
.loft-search ::placeholder {
  color: #000;
}
.blind-color-3 .loft-search {
  color: #063462;
}
.blind-color-3 .loft-search ::placeholder {
  color: #063462;
}
.loft-search input {
  width: 100%;
  height: 100%;
  padding: 0 45px 0 10px;
  font-weight: bold;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  vertical-align: top;
}
.loft-search button {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
.loft-search button svg {
  content: '';
  position: absolute;
  top: 4px;
  right: 5px;
}
.blind-color-3 .loft-search button svg path {
  fill: #063462;
}
/**
 * Footer
 **/
.is-mac .footer .footer-col a,
.is-ios .footer .footer-col a {
  display: inline-block;
  line-height: 16px;
}
.open-nav.blind .footer {
  display: none;
}
.footer .btn {
  display: none;
}
.blind .footer .footer-col-logo {
  height: 0;
}
.footer .blind-toggle-big {
  margin-bottom: 30px;
  padding: 0 5px;
  white-space: nowrap;
}
.blind-font-3 .footer .blind-toggle-big {
  font-size: 28px;
}
.footer .footer-nav {
  padding-bottom: 37px;
  font: 16px/1.75 'Effra', Arial, sans-serif;
}
@media (max-width: 999px) {
  .footer .footer-nav {
    padding-bottom: 20px;
  }
  .footer .footer-nav .col-md-2 {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav {
    padding-bottom: 12px;
  }
  .footer .footer-nav .col-md-2 {
    display: none;
  }
  .footer .footer-nav .footer-col {
    width: 33.33%;
  }
}
@media (max-width: 499px) {
  .footer .footer-nav .footer-col {
    width: 100%;
    display: none;
  }
  .footer .footer-nav .col-contacts {
    display: block;
  }
}
@media (max-width: 999px) {
  .blind .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav ul {
  padding-top: 34px;
}
.blind .footer .footer-nav ul {
  padding-top: 0;
  padding-bottom: 15px;
}
.footer .footer-nav li {
  padding-bottom: 12px;
}
.blind .footer .footer-nav li {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 3px;
  vertical-align: top;
}
.blind-font-2 .footer .footer-nav li {
  font-size: 24px;
}
.blind-font-3 .footer .footer-nav li {
  font-size: 30px;
  line-height: 1.3;
}
.footer .footer-nav li.list-title {
  font-weight: bold;
  font-size: 18px;
}
.blind .footer .footer-nav li.list-title {
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 24px;
}
.blind-font-2 .footer .footer-nav li.list-title {
  font-size: 24px;
}
.blind-font-3 .footer .footer-nav li.list-title {
  font-size: 30px;
}
.footer .footer-nav li.list-title a {
  border-color: transparent;
  border-width: 2px;
  line-height: 1;
}
.footer .footer-nav li.list-title a:hover {
  border-color: #242424;
}
@media (max-width: 599px) {
  .footer .footer-nav li:not(.list-title) {
    padding-bottom: 0;
    vertical-align: top;
  }
}
.footer .footer-nav a {
  border-bottom: 2px transparent solid;
}
@media (max-width: 599px) {
  .footer .footer-nav a {
    border-color: #242424;
  }
}
.footer .footer-nav a:hover {
  border-color: #242424;
}
.footer .footer-nav .btn {
  border-color: transparent !important;
}
.footer .footer-logo {
  width: 150px;
  height: 150px;
  position: relative;
  display: block;
  border: 0 !important;
}
.blind .footer .footer-logo {
  width: 100px;
  height: 100px;
}
.footer .footer-logo:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 50px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -367px no-repeat;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -40px;
  z-index: 10;
}
.blind .footer .footer-logo:before {
  width: 80px;
  height: 50px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -313px no-repeat;
}
.blind-color-3 .footer .footer-logo:before {
  width: 80px;
  height: 50px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -259px no-repeat;
}
@media (max-width: 999px) {
  .footer .footer-logo {
    transform: scale(0.8);
    transform-origin: 0 100%;
  }
}
.footer .footer-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 33px 0 15px;
  font: 14px/1.714 'Muller', Arial, sans-serif;
  border-top: 1px #ccc solid;
}
@media (max-width: 999px) {
  .footer .footer-info {
    padding-top: 18px;
  }
}
@media (max-width: 499px) {
  .footer .footer-info {
    font-size: 13px;
  }
}
.blind .footer .footer-info {
  border-top-width: 2px;
}
.blind-color-2 .footer .footer-info {
  border-color: #000;
}
.blind-color-3 .footer .footer-info {
  border-color: #063462;
}
.footer .footer-info .soc-name {
  display: none;
}
.blind-font-2 .footer .footer-info {
  font-size: 22px;
}
.blind-font-2 .footer .footer-info .socials .soc-name {
  padding-top: 0;
  margin-top: -3px;
}
.blind-font-2 .footer .footer-info .socials svg {
  transform: scale(1.2);
}
.blind-font-3 .footer .footer-info {
  font-size: 30px;
}
.blind-font-3 .footer .footer-info .socials {
  padding-top: 20px;
}
.blind-font-3 .footer .footer-info .socials li {
  padding-bottom: 10px;
}
.blind-font-3 .footer .footer-info .socials .soc-name {
  padding-top: 0;
  padding-left: 14px;
  margin-top: -5px;
}
.blind-font-3 .footer .footer-info .socials svg {
  transform: scale(2);
}
.blind-color-3 .footer .footer-info {
  border-color: #063462;
}
.blind .footer .footer-info .copyright {
  order: 1;
}
.blind .footer .footer-info .sibirix {
  order: 2;
  padding-bottom: 15px;
}
.blind .footer .footer-info .socials {
  order: 3;
  position: static;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 10px;
  text-align: left;
  transform: none;
}
.blind .footer .footer-info .socials li {
  margin: 0 20px 5px 0;
}
.blind .footer .footer-info .socials a {
  white-space: nowrap;
}
.blind .footer .footer-info .soc-name {
  display: inline-block;
  padding: 5px 0 0 5px;
  font-weight: bold;
  vertical-align: top;
}
.blind-color-2 .footer .footer-info path {
  fill: #000 !important;
}
.blind-color-3 .footer .footer-info path {
  fill: #063462 !important;
}
.footer .blind-toggle {
  display: flex;
  align-items: center;
  margin: 20px 0;
  border: 0 !important;
}
.footer .blind-toggle i {
  margin-right: 10px;
  background: #f0f0f0;
}
.footer .blind-toggle b {
  transition: all 0.2s ease;
  padding-top: 9px;
  line-height: 1.4;
}
.footer .blind-toggle:hover b {
  opacity: 0.6;
}
.blind .footer .blind-toggle {
  display: none;
}
.footer .copyright {
  order: 2;
  padding-bottom: 12px;
  margin-right: auto;
}
@media (min-width: 500px) {
  .footer .copyright {
    padding-right: 65px;
    padding-bottom: 20px;
  }
}
.blind-font-2 .footer .copyright,
.blind-font-3 .footer .copyright {
  padding-bottom: 0;
}
.footer .socials {
  text-align: center;
}
.footer .socials li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: top;
}
.footer .socials path {
  transition: all 0.2s ease;
}
.footer .socials a:not(.soc-in) path {
  fill: #999;
}
.footer .socials .soc-in path:first-of-type {
  fill-opacity: 0;
}
.footer .socials a:hover.soc-fb path {
  fill: #4867aa;
}
.footer .socials a:hover.soc-vk path {
  fill: #6083a9;
}
.footer .socials a:hover.soc-ok path {
  fill: #f58220;
}
.footer .socials a:hover.soc-yt path {
  fill: #cd201f;
}
.footer .socials a:hover.soc-tl path {
  fill: #08c;
}
.footer .socials a:hover.soc-in path:last-child {
  fill: transparent;
}
.footer .socials a:hover.soc-in path:first-of-type {
  fill-opacity: 1;
}
@media (min-width: 1000px) {
  .footer .socials {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 999px) {
  .footer .socials {
    width: 100%;
    order: 1;
    margin-bottom: 23px;
    padding-bottom: 12px;
    border-bottom: 1px #ccc solid;
  }
  .blind .footer .socials {
    margin-bottom: 0;
    border: 0;
  }
  .footer .socials li {
    margin: 0 21px;
  }
}
@media (max-width: 767px) {
  .footer .socials {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .footer .socials {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer .socials li {
    margin: 0;
  }
}
.footer .footer-sign-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer-sign {
  width: 100%;
  height: auto;
  margin-top: 10px;
  filter: grayscale(100%);
  text-align: center;
}
.footer .footer-sign > img {
  max-width: 100%;
  max-height: 100%;
}
.footer .sibirix {
  order: 3;
  position: relative;
  padding-right: 30px;
}
.footer .sibirix span {
  border-bottom: 2px solid;
}
.footer .sibirix .ico {
  display: block;
  position: absolute;
  top: 2px;
  right: 1px;
}
.footer .sibirix .ico.animated {
  display: none !important;
}
.blind .footer .sibirix .ico-sibirix {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.footer .sibirix:hover span {
  border-color: transparent;
}
.footer .sibirix.animated {
  padding-right: 30px;
}
.footer .sibirix.animated .ico {
  display: none;
}
.footer .sibirix.animated .ico.animated {
  width: 115px;
  height: 95px;
  display: block !important;
  background-position: 50% 50%;
  position: absolute;
  top: -37px;
  right: -48px;
}
.blind .footer .footer-col {
  width: 75.2%;
}
.blind .footer .footer-col-blind {
  margin-left: 24.8%;
}
.alt .footer .footer-logo {
  width: auto;
  height: auto;
  padding-top: 33px;
}
.alt .footer .footer-logo .js-shape {
  display: none !important;
}
.alt .footer .footer-logo:before {
  width: 172px;
  height: 64px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -38px -181px no-repeat;
  position: static;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  transform-origin: 0 0;
  transform: scale(0.9);
}
.alt .blind .footer .footer-logo {
  padding-top: 0;
}
.alt .blind-color-1 .footer .footer-logo:before {
  transform: none;
}
.alt .blind-color-2 .footer .footer-logo {
  width: 221px;
  height: 81px;
  background: url('/local/css/../images/blind/logo/black.png') 0 0 no-repeat;
}
.alt .blind-color-2 .footer .footer-logo:before {
  display: none;
}
.alt .blind-color-3 .footer .footer-logo {
  width: 221px;
  height: 81px;
  background: url('/local/css/../images/blind/logo/blue.png') 0 0 no-repeat;
}
.alt .blind-color-3 .footer .footer-logo:before {
  display: none;
}
@media (min-width: 1000px) {
  .is-mac .blind .footer .col-md-3,
  .is-ios .blind .footer .col-md-3 {
    width: 75%;
  }
}
.is-mac .blind .footer .footer-nav a,
.is-ios .blind .footer .footer-nav a {
  padding-bottom: 3px;
}
/**
 * Mobile Aside Nav
 **/
.is-mac .mobile-aside .nav a,
.is-mobile .mobile-aside .nav a {
  padding-top: 13px;
  padding-bottom: 10px;
}
.is-mac .mobile-aside .nav a.subnav-back,
.is-mobile .mobile-aside .nav a.subnav-back {
  padding-top: 26px;
}
.is-ios .mobile-aside .nav a.subnav-back {
  padding-top: 19px;
}
.is-ios .mobile-aside .nav a.subnav-back span {
  position: relative;
  top: 6px;
}
body:not(.fancybox-active) .mobile-aside {
  z-index: 300001;
}
.open-nav.blind {
  height: 100vh;
  overflow: hidden;
}
.open-nav.blind .page {
  background: #333;
}
.open-nav.blind .page > * {
  pointer-events: none;
  opacity: 0.2;
}
.open-nav.blind.blind-color-3 .page {
  background: #063462;
}
.mobile-aside {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 51;
  transform: translateX(-100%);
  opacity: 0;
}
.mobile-aside ul * {
  pointer-events: none;
}
.mobile-aside a {
  pointer-events: all !important;
}
@media (max-width: 999px) {
  .blind .mobile-aside {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile-aside {
    display: none;
  }
}
.mobile-aside.open {
  transform: none;
  opacity: 1;
}
.mobile-aside .mobile-aside-close {
  position: relative;
  margin: 30px 20px 20px;
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
}
.mobile-aside .mobile-aside-close:before,
.mobile-aside .mobile-aside-close:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #000;
  transform: rotate(45deg);
}
.mobile-aside .mobile-aside-close:after {
  transform: rotate(-45deg);
}
.blind-color-3 .mobile-aside .mobile-aside-close:before,
.blind-color-3 .mobile-aside .mobile-aside-close:after {
  background: #063462;
}
.blind .mobile-aside .aside-blind,
.blind .mobile-aside .loft-phone,
.blind .mobile-aside .loft-search,
.blind .mobile-aside .aside-contacts,
.blind .mobile-aside .aside-footer,
.blind .mobile-aside .aside-contacts-appo {
  display: block;
}
.blind-color-3 .mobile-aside {
  background: #9dd1ff;
}
.mobile-aside .aside-blind {
  display: none;
  padding: 35px 20px 20px;
}
.mobile-aside .aside-blind .btn {
  width: 100%;
}
.mobile-aside .aside-contacts {
  display: none;
  margin-top: 4px;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  border-top: 2px #000 solid;
}
.blind-font-2 .mobile-aside .aside-contacts {
  font-size: 22px;
}
.blind-font-3 .mobile-aside .aside-contacts {
  font-size: 30px;
}
.blind-color-3 .mobile-aside .aside-contacts {
  border-color: #063462;
}
.mobile-aside .aside-footer {
  display: none;
}
.mobile-aside .aside-footer .footer-info {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-aside .loft-phone {
  display: block;
  padding: 14px 0 16px;
}
.mobile-aside .loft-search {
  display: none;
  width: 100%;
  margin: 23px 0 20px;
}
.blind .mobile-aside .loft-search {
  display: block;
}
.mobile-aside .item-feedback {
  width: 100%;
  height: 72px;
  position: relative;
  padding-left: 83px;
  font: bold 18px/78px 'Effra', Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to left, #5784c1 0%, #67afde 26%, #e9b0c3 100%);
}
.is-ios .mobile-aside .item-feedback {
  line-height: 73px;
}
.blind .mobile-aside .item-feedback {
  display: none;
}
.mobile-aside .item-feedback .trigger {
  position: relative;
  top: 0;
  color: #fff;
}
.mobile-aside .item-feedback .close-aside-menu {
  width: 83px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.mobile-aside .item-feedback .close-aside-menu:after,
.mobile-aside .item-feedback .close-aside-menu:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  background: #242424;
  transform: rotate(45deg);
}
.mobile-aside .item-feedback .close-aside-menu:before {
  transform: rotate(-45deg);
}
.mobile-aside .nav {
  font: bold 18px/24px 'Effra', Arial, sans-serif;
}
.blind .mobile-aside .nav {
  position: relative;
  padding-top: 10px;
  border-top: 2px #000 solid;
}
.blind-color-3 .mobile-aside .nav {
  border-color: #063462;
}
.blind-font-2 .mobile-aside .nav {
  font-size: 24px;
}
.blind-font-3 .mobile-aside .nav {
  font-size: 32px;
  line-height: 34px;
}
.mobile-aside .nav a {
  display: block;
  padding: 26px 10px 20px 30px;
  border-bottom: 1px #f2f2f2 solid;
}
.mobile-aside .nav a.section {
  border-color: #666;
}
.blind .mobile-aside .nav a {
  border-bottom: 0;
}
.mobile-aside .nav-item-parent .nav-item {
  position: relative;
}
.mobile-aside .nav-item-parent .nav-item:before,
.mobile-aside .nav-item-parent .nav-item:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  top: 50%;
  right: 32px;
  margin: -1px 0 0 -11px;
  background: #000;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
.mobile-aside .nav-item-parent .nav-item:after {
  margin-top: 1px;
  transform: rotate(45deg);
}
.mobile-aside .nav-item-parent .nav-item.arrow-down:before,
.mobile-aside .nav-item-parent .nav-item.arrow-down:after {
  width: 3px;
  height: 14px;
  right: 36px;
  top: 34%;
}
.mobile-aside .nav-item-parent .nav-item.arrow-down:before {
  right: 44px;
}
.mobile-aside .subnav {
  transition: transform 0.2s ease;
  position: absolute;
  width: 100%;
  height: calc(100% - 72px);
  top: 72px;
  left: 0;
  z-index: 2;
  transform: translateX(100%);
  background: #fff;
}
.mobile-aside .subnav .subnav-item.section {
  font-size: 20px;
  padding: 25px 30px 15px;
}
.mobile-aside .subnav.show {
  transform: none;
}
.blind .mobile-aside .subnav {
  top: 0;
  z-index: 8;
  height: 100vh;
}
.blind-color-3 .mobile-aside .subnav {
  background: #9dd1ff;
}
.mobile-aside .subnav li:not(:first-child) {
  background: #fff;
}
.blind-color-3 .mobile-aside .subnav li:not(:first-child) {
  background: #9dd1ff;
}
.mobile-aside .subnav li:first-child {
  background: #f2f2f2;
}
.blind-color-2 .mobile-aside .subnav li:first-child {
  background: #000;
}
.blind-color-2 .mobile-aside .subnav li:first-child a span {
  color: #fff;
}
.blind-color-3 .mobile-aside .subnav li:first-child {
  background: #063462;
}
.blind-color-3 .mobile-aside .subnav li:first-child a span {
  color: #fff;
}
.mobile-aside .subnav .subnav-back {
  position: relative;
  height: 71px;
  box-sizing: border-box;
}
.mobile-aside .subnav .subnav-back:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.mobile-aside .subnav .subnav-back i {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 23px;
}
.mobile-aside .subnav .subnav-back i:before,
.mobile-aside .subnav .subnav-back i:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0 50%;
}
.blind-color-2 .mobile-aside .subnav .subnav-back i:before,
.blind-color-2 .mobile-aside .subnav .subnav-back i:after,
.blind-color-3 .mobile-aside .subnav .subnav-back i:before,
.blind-color-3 .mobile-aside .subnav .subnav-back i:after {
  background: #fff;
}
.mobile-aside .subnav .subnav-back i:after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.mobile-aside .secondary-nav-wrap {
  display: none;
}
.mobile-aside .secondary-nav {
  padding: 36px 0 5px 30px;
  font: 16px 'Effra', Arial, sans-serif;
}
.blind-font-2 .mobile-aside .secondary-nav {
  font-size: 23px;
}
.blind-font-3 .mobile-aside .secondary-nav {
  font-size: 27px;
}
.mobile-aside .secondary-nav li {
  padding-bottom: 25px;
}
.mobile-aside .secondary-nav li.mobile-head-hide {
  display: none;
}
.mobile-aside .secondary-nav:not(:last-of-type) {
  border-bottom: 1px #e6e6e6 solid;
}
.blind .mobile-aside .secondary-nav:not(:last-of-type) {
  border: 0;
}
.mobile-aside .aside-mobile-info {
  padding: 10px 36px;
  font: 15px/24px 'Muller', Arial, sans-serif;
  background: #f2f2f2;
}
.blind .mobile-aside .aside-mobile-info {
  padding: 10px 20px;
  background: transparent;
}
.blind .mobile-aside .aside-mobile-info .ico {
  display: none;
}
.blind .mobile-aside .aside-mobile-info .city-block {
  padding: 0 0 20px 0;
}
.blind-font-2 .mobile-aside .aside-mobile-info {
  font-size: 22px;
  line-height: 1;
}
.blind-font-3 .mobile-aside .aside-mobile-info {
  font-size: 29px;
  line-height: 1;
}
.mobile-aside .aside-mobile-info .ico {
  position: absolute;
}
.mobile-aside .aside-mobile-info .ico.ico-loft-pin {
  top: 2px;
  left: -3px;
}
.mobile-aside .aside-mobile-info .ico.ico-loft-callback {
  left: -26px;
  top: 0;
}
.mobile-aside .aside-mobile-info .city-block {
  position: relative;
  padding: 0 0 10px 20px;
}
.mobile-aside .aside-mobile-info .city-block a {
  font-weight: bold;
}
.mobile-aside .aside-mobile-info .callback-block {
  padding-bottom: 10px;
  font-weight: bold;
}
.mobile-aside .aside-mobile-info .callback-block .iconed {
  margin-left: 22px;
}
.blind .mobile-aside .aside-mobile-info .callback-block .iconed {
  margin-left: 0;
}
.mobile-aside .aside-mobile-info .phone-block {
  padding-left: 21px;
  font-weight: bold;
}
.mobile-aside .aside-mobile-info .time-block {
  padding: 0 0 8px 21px;
}
.mobile-aside .aside-contacts-appo {
  display: none;
  width: 100%;
  margin-top: 10px;
}
.mobile-aside .blind-toggle {
  display: block;
  margin: 20px 20px 0;
}
.mobile-aside .blind-toggle b {
  display: inline-block !important;
  padding-top: 10px;
}
.blind .mobile-aside .blind-toggle {
  display: none;
}
.is-ios .mobile-aside .blind-toggle {
  padding-bottom: 100px;
}
html.alt .mobile-aside .item-feedback {
  background: linear-gradient(to right, #a5d0f2 1%, #009ae2 100%) !important;
}
.clear-text {
  color: #666;
}
.blind-color-3 .clear-text {
  color: #063462;
}
.blind-color-2 .clear-text {
  color: #000;
}
.blind-no-image .clear-text iframe,
.blind-no-image .clear-text video,
.blind-no-image .clear-text figure,
.blind-no-image .clear-text img {
  display: none;
}
@media (max-width: 599px) {
  .clear-text .large-only {
    display: none;
  }
  .clear-text .small-only {
    display: table;
  }
}
@media (min-width: 600px) {
  .clear-text .large-only {
    display: table;
  }
  .clear-text .small-only {
    display: none;
  }
}
.clear-text a {
  font-weight: bold;
  color: #242424;
  border-bottom: 1px solid;
}
.clear-text a:hover {
  border-color: transparent;
}
.clear-text h1,
.clear-text .h1,
.clear-text h2,
.clear-text h3,
.clear-text h4,
.clear-text h5 {
  font: bold 56px 'Effra', Arial, sans-serif;
  color: #242424;
  line-height: 1.2;
}
.blind-color-2 .clear-text h1,
.blind-color-2 .clear-text .h1,
.blind-color-2 .clear-text h2,
.blind-color-2 .clear-text h3,
.blind-color-2 .clear-text h4,
.blind-color-2 .clear-text h5 {
  color: #000;
}
.blind-color-3 .clear-text h1,
.blind-color-3 .clear-text .h1,
.blind-color-3 .clear-text h2,
.blind-color-3 .clear-text h3,
.blind-color-3 .clear-text h4,
.blind-color-3 .clear-text h5 {
  color: #063462;
}
.clear-text h1 .glossary,
.clear-text .h1 .glossary,
.clear-text h2 .glossary,
.clear-text h3 .glossary,
.clear-text h4 .glossary,
.clear-text h5 .glossary {
  background: transparent;
  pointer-events: none;
  cursor: text;
}
.clear-text h1 .glossary .glossary-text,
.clear-text .h1 .glossary .glossary-text,
.clear-text h2 .glossary .glossary-text,
.clear-text h3 .glossary .glossary-text,
.clear-text h4 .glossary .glossary-text,
.clear-text h5 .glossary .glossary-text {
  opacity: 0 !important;
  visibility: hidden !important;
}
.clear-text h1,
.clear-text .h1 {
  font-size: 56px;
  margin-bottom: 8px;
}
.blind-font-2 .clear-text h1,
.blind-font-2 .clear-text .h1,
.blind-font-3 .clear-text h1,
.blind-font-3 .clear-text .h1 {
  font-size: 65px;
}
@media (max-width: 499px) {
  .clear-text h1,
  .clear-text .h1 {
    font-size: 44px;
  }
  .blind-font-2 .clear-text h1,
  .blind-font-2 .clear-text .h1,
  .blind-font-3 .clear-text h1,
  .blind-font-3 .clear-text .h1 {
    font-size: 33px;
  }
}
.clear-text h2 {
  font-size: 44px;
  margin-bottom: 10px;
}
.blind-font-3 .clear-text h2 {
  font-size: 55px;
}
@media (max-width: 499px) {
  .clear-text h2 {
    font-size: 34px;
  }
  .blind-font-3 .clear-text h2 {
    font-size: 34px;
  }
}
.clear-text h3,
.clear-text .h3 {
  font-size: 34px;
  margin-bottom: 10px;
}
@media (max-width: 499px) {
  .clear-text h3,
  .clear-text .h3 {
    font-size: 24px;
  }
}
.blind-font-2 .clear-text h3,
.blind-font-2 .clear-text .h3,
.blind-font-3 .clear-text h3,
.blind-font-3 .clear-text .h3 {
  font-size: 42px;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text h3,
  .blind-font-2 .clear-text .h3,
  .blind-font-3 .clear-text h3,
  .blind-font-3 .clear-text .h3 {
    font-size: 38px;
  }
}
.clear-text h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 499px) {
  .clear-text h4 {
    font-size: 18px;
  }
}
.blind-font-2 .clear-text h4 {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text h4 {
    font-size: 20px;
  }
}
.blind-font-3 .clear-text h4 {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text h4 {
    font-size: 24px;
  }
}
.clear-text h5 {
  padding-bottom: 24px;
  font-size: 18px;
}
@media (max-width: 499px) {
  .clear-text h5 {
    font-size: 15px;
  }
}
.blind-font-2 .clear-text h5 {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text h5 {
    font-size: 20px;
  }
}
.blind-font-3 .clear-text h5 {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text h5 {
    font-size: 24px;
  }
}
.clear-text p,
.clear-text ol,
.clear-text ul,
.clear-text blockquote,
.clear-text div {
  font: 17px/1.5 'Muller', Arial, sans-serif;
}
@media (max-width: 767px) {
  .clear-text p,
  .clear-text ol,
  .clear-text ul,
  .clear-text blockquote,
  .clear-text div {
    font-size: 15px;
  }
}
.blind-font-2 .clear-text p,
.blind-font-2 .clear-text ol,
.blind-font-2 .clear-text ul,
.blind-font-2 .clear-text blockquote,
.blind-font-2 .clear-text div {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text p,
  .blind-font-2 .clear-text ol,
  .blind-font-2 .clear-text ul,
  .blind-font-2 .clear-text blockquote,
  .blind-font-2 .clear-text div {
    font-size: 20px;
  }
}
.blind-font-3 .clear-text p,
.blind-font-3 .clear-text ol,
.blind-font-3 .clear-text ul,
.blind-font-3 .clear-text blockquote,
.blind-font-3 .clear-text div {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text p,
  .blind-font-3 .clear-text ol,
  .blind-font-3 .clear-text ul,
  .blind-font-3 .clear-text blockquote,
  .blind-font-3 .clear-text div {
    font-size: 24px;
  }
}
.clear-text p {
  margin-bottom: 25px;
}
.clear-text p.float-left {
  float: left;
  margin: 0 20px 25px 0;
}
.clear-text p.float-right {
  float: right;
  margin: 0 0 25px 20px;
}
.clear-text p.float-left,
.clear-text p.float-right {
  width: 50%;
}
@media (max-width: 499px) {
  .clear-text p.float-left,
  .clear-text p.float-right {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
}
.clear-text p.float-left img,
.clear-text p.float-right img {
  max-width: 100%;
  margin-top: 8px;
}
.clear-text p.float-left figure,
.clear-text p.float-right figure {
  margin: 0;
}
.clear-text p.float-left i,
.clear-text p.float-right i {
  margin-top: 8px;
}
.clear-text p + h1,
.clear-text p .h1,
.clear-text p + h2,
.clear-text p + h3,
.clear-text p + h4,
.clear-text p + h5 {
  margin-top: 40px;
}
.clear-text ol {
  list-style: none;
  counter-reset: point;
  margin-bottom: 40px;
}
.clear-text ol li {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}
.blind-font-2 .clear-text ol li {
  padding-left: 34px;
}
.blind-font-3 .clear-text ol li {
  padding-left: 34px;
}
.clear-text ol li:before {
  font: bold 18px 'Muller', Arial, sans-serif;
  color: #000;
  content: counter(point) '.';
  counter-increment: point 1;
  position: absolute;
  left: 0;
  top: 2px;
}
.blind-color-2 .clear-text ol li:before {
  color: #000;
}
.blind-color-3 .clear-text ol li:before {
  color: #063462;
}
.blind-font-2 .clear-text ol li:before {
  font-size: 26px;
  line-height: 1.3;
  top: 0;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text ol li:before {
    font-size: 20px;
  }
}
.blind-font-3 .clear-text ol li:before {
  font-size: 32px;
  line-height: 1.3;
  top: 0;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text ol li:before {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .clear-text ol li:before {
    top: 3px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .clear-text ol li {
    padding-left: 18px;
  }
}
.clear-text ul:not(.slick-dots) {
  list-style: none;
  counter-reset: point;
  margin-bottom: 40px;
}
.clear-text ul:not(.slick-dots) li {
  margin-bottom: 17px;
  padding-left: 30px;
  position: relative;
}
.blind-font-2 .clear-text ul:not(.slick-dots) li {
  padding-left: 34px;
}
.blind-font-3 .clear-text ul:not(.slick-dots) li {
  padding-left: 34px;
  word-break: break-word;
}
.clear-text ul:not(.slick-dots) li:before {
  font: bold 28px 'Muller', Arial, sans-serif;
  color: black;
  content: "\2022";
  position: absolute;
  left: 0;
  top: -4px;
}
.blind-color-3 .clear-text ul:not(.slick-dots) li:before {
  color: #063462;
}
.blind-font-2 .clear-text ul:not(.slick-dots) li:before {
  font-size: 26px;
  line-height: 1.3;
  top: 4px;
  left: 7px;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text ul:not(.slick-dots) li:before {
    font-size: 20px;
  }
}
.blind-font-3 .clear-text ul:not(.slick-dots) li:before {
  font-size: 32px;
  line-height: 1.3;
  top: 5px;
  left: 7px;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text ul:not(.slick-dots) li:before {
    font-size: 24px;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text ul:not(.slick-dots) li:before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .clear-text ul:not(.slick-dots) li {
    padding-left: 16px;
  }
  .clear-text ul:not(.slick-dots) li:before {
    top: -2px;
    font-size: 22px;
  }
}
.clear-text iframe {
  max-width: 100%;
}
.clear-text .video-responsive-wrap {
  max-width: 100%;
}
.clear-text .video-responsive-wrap .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.clear-text .video-responsive-wrap .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clear-text figure {
  max-width: 100%;
  margin: 0 0 20px;
}
.clear-text figure.float-left {
  float: left;
  margin: 0 20px 25px 0;
}
.clear-text figure.float-right {
  float: right;
  margin: 0 0 25px 20px;
}
.clear-text figure.float-left,
.clear-text figure.float-right {
  width: 50%;
}
@media (max-width: 499px) {
  .clear-text figure.float-left,
  .clear-text figure.float-right {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
}
.clear-text figure.float-left img,
.clear-text figure.float-right img {
  max-width: 100%;
  margin-top: 10px;
}
.clear-text figure.float-left figure,
.clear-text figure.float-right figure {
  margin: 0;
}
.clear-text figure.float-left i,
.clear-text figure.float-right i {
  margin-top: 8px;
}
.clear-text figure img {
  margin: 22px 0 12px 0;
}
.clear-text figure i {
  width: 100%;
  height: 350px;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  margin: 22px 0 12px 0;
}
.clear-text figure figcaption {
  font: 14px/23px 'Muller', Arial, sans-serif;
  letter-spacing: 0.025em;
  padding-bottom: 15px;
  border-bottom: #e6e6e6 1px solid;
}
.blind-color-3 .clear-text figure figcaption {
  border-color: #063462;
}
.blind-font-2 .clear-text figure figcaption {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text figure figcaption {
    font-size: 18px;
  }
}
.blind-font-3 .clear-text figure figcaption {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text figure figcaption {
    font-size: 20px;
  }
}
.clear-text img {
  max-width: 100%;
  margin: 0 0 60px;
}
.clear-text blockquote {
  color: black;
  margin: 50px 0 0;
  padding: 40px 0 70px 170px;
  position: relative;
  min-height: 70px;
}
.blind .clear-text blockquote {
  margin-bottom: 40px;
  padding: 40px 33px;
  background: #f2f2f2;
  border-radius: 10px;
  min-height: 100%;
}
.blind-color-3 .clear-text blockquote {
  background: #063462 !important;
  color: #9dd1ff !important;
}
@media (max-width: 999px) {
  .clear-text blockquote {
    padding: 40px 40px 70px 140px;
  }
}
@media (max-width: 599px) {
  .clear-text blockquote {
    margin: 20px 0 20px;
    padding: 20px 10px 10px 20px;
    background: #f2f2f2;
    border-radius: 10px;
  }
}
.clear-text blockquote .shape {
  max-width: 140px;
}
.clear-text blockquote .quote-pic {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 2;
}
@media (max-width: 599px) {
  .clear-text blockquote .quote-pic {
    display: none;
  }
}
.blind .clear-text blockquote .quote-pic {
  display: none;
}
.clear-text blockquote:after {
  content: '';
  position: absolute;
  background: url('/local/css/../images/text/quote-pattern.png');
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}
@media (max-width: 599px) {
  .clear-text blockquote:after {
    display: none;
  }
}
.blind .clear-text blockquote:after {
  display: none;
}
.clear-text blockquote .caption {
  max-width: 680px;
  position: relative;
  z-index: 3;
}
.blind .clear-text blockquote .caption {
  max-width: 100%;
}
.clear-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  position: relative;
}
.clear-text table.small-only th:not(.st-head-row-main) {
  padding: 25px 50px 27px 22px;
  position: relative;
}
.clear-text table.small-only th:not(.st-head-row-main):before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 9px;
  top: 50%;
  border: 1px solid #242424;
  border-radius: 50px;
  transform: translateY(-50%);
}
.blind-color-3 .clear-text table.small-only th:not(.st-head-row-main):before {
  border-color: #063462;
}
.clear-text table.small-only th:not(.st-head-row-main):after {
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  width: 12px;
  height: 12px;
  right: 14px;
  top: calc(50% - 4px);
  border-left: 1px solid #242424;
  border-bottom: 1px solid #242424;
  transform: rotate(-45deg) translateY(-50%);
}
.blind-color-3 .clear-text table.small-only th:not(.st-head-row-main):after {
  border-color: #063462;
}
.clear-text table.small-only th:not(.st-head-row-main).opened:after {
  transform: rotate(-225deg) translate(13px, -50%);
  top: calc(50% - 15px);
}
@media (min-width: 768px) {
  .clear-text table:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, #ebeff5, #fbf4e1, #fbe7e0, #faeae6);
    z-index: -1;
  }
  .blind .clear-text table:after {
    background: transparent;
  }
}
.clear-text table tr {
  background: #fff;
}
.blind-color-3 .clear-text table tr {
  background: transparent;
}
.clear-text table tr:hover {
  background: transparent;
}
.clear-text table tr:not(:first-child) {
  border-bottom: 1px solid #e6e6e6;
}
.blind-color-3 .clear-text table tr:not(:first-child) {
  border-color: #063462;
}
.clear-text table tr:not(:first-child) td {
  padding: 16px 22px;
  font: 15px 'Muller', Arial, sans-serif;
}
.blind-font-2 .clear-text table tr:not(:first-child) td {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text table tr:not(:first-child) td {
    font-size: 18px;
  }
}
.blind-font-3 .clear-text table tr:not(:first-child) td {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text table tr:not(:first-child) td {
    font-size: 20px;
  }
}
.clear-text table tr th {
  padding: 25px 22px 27px;
  text-align: left;
  font: bold 15px 'Muller', Arial, sans-serif;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}
.blind-font-2 .clear-text table tr th {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .clear-text table tr th {
    font-size: 18px;
  }
}
.blind-font-3 .clear-text table tr th {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .clear-text table tr th {
    font-size: 20px;
  }
}
.blind-color-3 .clear-text table tr th {
  border-color: #063462;
}
@media (max-width: 499px) {
  .clear-text table tr tr:first-child {
    display: none;
  }
}
.clear-text .images-slider {
  margin: 30px 0;
}
.clear-text .images-slider .slide-list:not(.slick-initialized) .slide-wrapper {
  display: none;
}
.clear-text .images-slider .slide-list:not(.slick-initialized) .slide-wrapper:first-child {
  display: block;
}
.clear-text .images-slider img {
  width: 100%;
}
.alt .clear-text table:after {
  background: linear-gradient(to right, #a7d2f4, #39adea);
}
.blind .clear-text table:after {
  background: transparent !important;
}
.is-ios .clear-text blockquote .quote-pic,
.is-mac .clear-text blockquote .quote-pic {
  max-width: 140px;
}
.is-ie .clear-text blockquote .quote-pic {
  left: -36px;
}
/**
 * Стили-модификаторы для режима слабовидящих
 **/
.blind-show {
  display: none;
}
.blind-no-image .blind-hide-image {
  display: none !important;
}
.blind-font-2 .blind-title {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind-font-2 .blind-title {
    font-size: 40px;
  }
}
.blind-font-3 .blind-title {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind-font-3 .blind-title {
    font-size: 40px;
  }
}
.blind-font-2 .blind-subtitle {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .blind-subtitle {
    font-size: 26px;
  }
}
.blind-font-3 .blind-subtitle {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .blind-subtitle {
    font-size: 30px !important;
  }
}
.blind-font-2 .blind-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .blind-text {
    font-size: 20px;
  }
}
.blind-font-3 .blind-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .blind-text {
    font-size: 24px;
  }
}
.blind-font-2 .blind-small {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .blind-small {
    font-size: 18px;
  }
}
.blind-font-3 .blind-small {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .blind-small {
    font-size: 20px;
  }
}
.blind-link {
  display: none;
}
.blind-img {
  display: none;
}
.blind .blind-show {
  display: block;
}
.blind .blind-hide {
  display: none !important;
}
.blind a.btn,
.blind span.btn,
.blind button.btn {
  color: #fff;
}
.blind a.btn::before,
.blind span.btn::before,
.blind button.btn::before {
  opacity: 1;
  transform: none;
}
.blind .blind-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.blind .blind-img {
  display: block;
  max-width: 100%;
}
.blind .shape,
.blind .shape-front,
.blind .shape-back {
  display: none;
}
.blind .full-width-wrapper .full-width-caption {
  height: auto !important;
  margin-bottom: 0;
  background-image: none !important;
}
.blind .full-width-wrapper .full-width-caption::after {
  content: none;
}
.blind .full-width-wrapper .full-width-caption .full-width-title {
  color: #242424;
}
.blind .useful-info {
  background-image: none !important;
  border: 2px #242424 solid !important;
}
.blind .useful-info .useful-text {
  max-width: none;
}
.blind .g-recaptcha > div {
  margin: 0;
}
.blind-font-2 .full-width-wrapper .full-width-caption .btn {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .full-width-wrapper .full-width-caption .btn {
    font-size: 20px;
  }
}
.blind-font-2 .page-desc {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .page-desc {
    font-size: 20px;
  }
}
.blind-font-2 .useful-info .useful-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .useful-info .useful-title {
    font-size: 26px;
  }
}
.blind-font-2 .useful-info .useful-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .useful-info .useful-text {
    font-size: 20px;
  }
}
.blind-font-2 .useful-info .btn {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .useful-info .btn {
    font-size: 20px;
  }
}
.blind-font-3 .full-width-wrapper .full-width-caption .btn {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .full-width-wrapper .full-width-caption .btn {
    font-size: 24px;
  }
}
.blind-font-3 .page-desc {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .page-desc {
    font-size: 24px;
  }
}
.blind-font-3 .useful-info .useful-title {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .useful-info .useful-title {
    font-size: 30px !important;
  }
}
.blind-font-3 .useful-info .useful-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .useful-info .useful-text {
    font-size: 24px;
  }
}
.blind-font-3 .useful-info .btn {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .useful-info .btn {
    font-size: 24px;
  }
}
.blind-font-2 .popup,
.blind-font-3 .popup {
  padding: 20px 39px 20px;
}
@media (max-width: 499px) {
  .blind-font-2 .popup,
  .blind-font-3 .popup {
    padding: 51px 20px 60px;
  }
}
.blind-font-2 .popup .popup-title,
.blind-font-3 .popup .popup-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .popup .popup-title,
  .blind-font-3 .popup .popup-title {
    font-size: 26px;
  }
}
.blind-font-2 .popup .form label,
.blind-font-3 .popup .form label {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .popup .form label,
  .blind-font-3 .popup .form label {
    font-size: 20px;
  }
}
.blind-font-2 .popup input[type="text"],
.blind-font-3 .popup input[type="text"],
.blind-font-2 .popup textarea,
.blind-font-3 .popup textarea {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .popup input[type="text"],
  .blind-font-3 .popup input[type="text"],
  .blind-font-2 .popup textarea,
  .blind-font-3 .popup textarea {
    font-size: 20px;
  }
}
.blind-font-2 .popup .form .inputs.row,
.blind-font-3 .popup .form .inputs.row {
  flex-direction: column;
}
.blind-font-2 .popup .form .inputs.row > .inp,
.blind-font-3 .popup .form .inputs.row > .inp {
  margin: 0 0 10px 0;
}
.blind-font-2 .popup .form .inputs.col,
.blind-font-3 .popup .form .inputs.col {
  margin: 0 0 10px 0;
}
.blind-font-2 .popup span.small,
.blind-font-3 .popup span.small {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .popup span.small,
  .blind-font-3 .popup span.small {
    font-size: 18px;
  }
}
.blind-font-2 .popup .select2-container--default .select2-selection--single .select2-selection__placeholder,
.blind-font-3 .popup .select2-container--default .select2-selection--single .select2-selection__placeholder,
.blind-font-2 .popup .select2-container--default .select2-selection--single .select2-selection__rendered,
.blind-font-3 .popup .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 26px;
  line-height: 1.3;
  line-height: 50px;
}
@media (max-width: 499px) {
  .blind-font-2 .popup .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .blind-font-3 .popup .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .blind-font-2 .popup .select2-container--default .select2-selection--single .select2-selection__rendered,
  .blind-font-3 .popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
  }
}
.blind-font-2 .popup .attach-files .invitation a.invitation-header,
.blind-font-3 .popup .attach-files .invitation a.invitation-header {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .popup .attach-files .invitation a.invitation-header,
  .blind-font-3 .popup .attach-files .invitation a.invitation-header {
    font-size: 26px;
  }
}
@media (min-width: 500px) {
  .blind-font-2 .popup .attach-files .invitation a.invitation-header i,
  .blind-font-3 .popup .attach-files .invitation a.invitation-header i {
    top: 6px;
  }
}
.blind-font-2 .popup .attach-files .invitation .conditions,
.blind-font-3 .popup .attach-files .invitation .conditions {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .popup .attach-files .invitation .conditions,
  .blind-font-3 .popup .attach-files .invitation .conditions {
    font-size: 20px;
  }
}
.blind-font-2 .popup .agreement,
.blind-font-3 .popup .agreement {
  font-size: 26px;
  line-height: 1.3;
  text-align: left;
  margin-top: 25px;
}
@media (max-width: 499px) {
  .blind-font-2 .popup .agreement,
  .blind-font-3 .popup .agreement {
    font-size: 20px;
  }
}
.blind-font-2 .popup button[type="submit"],
.blind-font-3 .popup button[type="submit"] {
  width: 100%;
}
.blind-font-2 .popup.popup-choose-city ul,
.blind-font-3 .popup.popup-choose-city ul {
  columns: 2;
}
@media (max-width: 499px) {
  .blind-font-2 .popup.popup-choose-city ul,
  .blind-font-3 .popup.popup-choose-city ul {
    columns: 1;
  }
}
.blind-font-2 .popup.popup-choose-city li,
.blind-font-3 .popup.popup-choose-city li {
  margin-bottom: 15px;
}
.blind-font-2 .popup.popup-choose-city li a,
.blind-font-3 .popup.popup-choose-city li a,
.blind-font-2 .popup.popup-choose-city .important,
.blind-font-3 .popup.popup-choose-city .important {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .popup.popup-choose-city li a,
  .blind-font-3 .popup.popup-choose-city li a,
  .blind-font-2 .popup.popup-choose-city .important,
  .blind-font-3 .popup.popup-choose-city .important {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .blind-font-2 .popup.popup-choose-city li a,
  .blind-font-3 .popup.popup-choose-city li a,
  .blind-font-2 .popup.popup-choose-city .important,
  .blind-font-3 .popup.popup-choose-city .important {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 499px) and (max-width: 499px) {
  .blind-font-2 .popup.popup-choose-city li a,
  .blind-font-3 .popup.popup-choose-city li a,
  .blind-font-2 .popup.popup-choose-city .important,
  .blind-font-3 .popup.popup-choose-city .important {
    font-size: 26px;
  }
}
.blind-color-2 .blind-img {
  border: 2px #242424 solid;
}
.blind-color-2 .page-desc {
  color: #242424;
}
.blind-color-2 .page-desc a {
  text-decoration: underline;
}
.blind-color-2 .popup .form input[type="text"]::placeholder,
.blind-color-2 .popup .form textarea::placeholder {
  color: #242424;
}
.blind-color-2 .popup .attach-files .invitation .conditions {
  color: #242424;
}
.blind-color-2 .popup .select2-container--default .select2-selection--single {
  border-color: #242424;
}
.blind-color-2 .popup .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #242424;
}
.blind-color-3 img {
  filter: grayscale(100%) sepia(100%) hue-rotate(170deg) !important;
}
.blind-color-3 .blind-img {
  border: 2px #063462 solid;
}
.blind-color-3 .full-width-wrapper .full-width-caption .full-width-title {
  color: #063462;
}
.blind-color-3 .page-desc {
  color: #063462;
}
.blind-color-3 .page-desc a {
  text-decoration: underline;
}
.blind-color-3 .useful-info {
  border: 2px #063462 solid !important;
}
.blind-color-3 .useful-info .useful-title,
.blind-color-3 .useful-info .useful-text {
  color: #063462;
}
.blind-color-3 .popup {
  background: #9dd1ff;
}
.blind-color-3 .popup .select2-container--default .select2-selection--single {
  background: #9dd1ff;
  border-color: #063462;
}
.blind-color-3 .popup .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #063462;
}
.blind-color-3 .popup .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top: 6px solid #063462;
}
.blind-color-3 .popup .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #063462;
}
.blind-color-3 .popup .attach-files .invitation a.invitation-header i {
  background: #063462;
}
.blind-color-3 .popup .attach-files .invitation a.invitation-header i::before,
.blind-color-3 .popup .attach-files .invitation a.invitation-header i::after {
  background: #9dd1ff;
}
.blind-color-3 .popup .attach-files .invitation .conditions {
  color: #063462;
}
/**
 * Slider Base Styles
 */
.is-mac .slider .slide-title.lined,
.is-ios .slider .slide-title.lined {
  background-position-y: 88%;
}
.is-ie .slider .slide-title.lined {
  background-position-y: 70%;
}
.slider .slide-title-wrap .slider-pager {
  display: none;
}
.slider .slide-title {
  font: bold 54px/1.103 'Effra', Arial, sans-serif;
}
.slider .slide-title.lined {
  background-position-y: 89%;
}
@media (max-width: 767px) {
  .slider .slide-title {
    font-size: 44px;
  }
}
@media (max-width: 599px) {
  .slider .slide-title {
    font-size: 36px;
  }
}
.slider .slide-subtitle {
  font: bold 24px/32px 'Muller', Arial, sans-serif;
}
.slider .slide-text {
  padding: 15px 0 20px;
  color: #666;
  font: 18px/1.556 'Muller', Arial, sans-serif;
  cursor: default;
}
.blind-color-3 .slider .slide-text {
  color: #063462;
}
.blind-color-2 .slider .slide-text {
  color: #000;
}
.slider .slide-text h1,
.slider .slide-text h2,
.slider .slide-text h3,
.slider .slide-text h4 {
  line-height: 1.1;
}
@media (max-width: 599px) {
  .slider .slide-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.slider .slide-note {
  color: #666;
  font: 15px/24px 'Muller', Arial, sans-serif;
}
.blind-color-3 .slider .slide-note {
  color: #063462;
}
.blind-color-2 .slider .slide-note {
  color: #000;
}
.blind-font-2 .slider .slide-note {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider .slide-note {
    font-size: 18px;
  }
}
.blind-font-3 .slider .slide-note {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider .slide-note {
    font-size: 20px;
  }
}
.slider .slide-note b {
  color: #242424;
}
.blind-color-3 .slider .slide-note b {
  color: #063462;
}
.blind-color-2 .slider .slide-note b {
  color: #000;
}
.slider .slider-pager {
  color: #b2b2b2;
  font: bold 14px/24px 'Muller', Arial, sans-serif;
}
.blind-color-3 .slider .slider-pager {
  color: #063462;
}
.blind-color-2 .slider .slider-pager {
  color: #000;
}
.slider .slider-pager .slider-pager-current {
  display: inline;
  min-width: 26px;
  color: #242424;
  font-size: 36px;
}
.blind-color-3 .slider .slider-pager .slider-pager-current {
  color: #063462;
}
.blind-color-2 .slider .slider-pager .slider-pager-current {
  color: #000;
}
.slider .clear-text ul {
  padding-top: 42px;
  color: #242424;
  font-weight: bold;
}
.blind-color-3 .slider .clear-text ul {
  color: #063462;
}
.blind-color-2 .slider .clear-text ul {
  color: #000;
}
.slider .clear-text ul .blind-font-2,
.blind-font-3 .slider .clear-text ul {
  padding-top: 0;
}
.blind-buttons {
  display: none;
}
.blind-color-3 .blind-buttons button::before {
  width: 16px;
  height: 28px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -62px -455px no-repeat;
}
.blind-buttons button:hover .blind-arrow-wrap {
  background: #242424;
}
.blind-color-3 .blind-buttons button:hover .blind-arrow-wrap {
  background: #063462;
}
.blind-color-3 .blind-buttons button:hover .blind-arrow-wrap path {
  fill: #9dd1ff !important;
}
.blind-color-2 .blind-buttons button:hover .blind-arrow-wrap {
  background: #000;
}
.blind-color-2 .blind-buttons button:hover .blind-arrow-wrap path {
  fill: #fff !important;
}
.blind-buttons button:hover .blind-arrow-wrap svg:nth-child(1) {
  display: none;
}
.blind-buttons button:hover .blind-arrow-wrap svg:nth-child(2) {
  display: block;
}
.blind-buttons .blind-arrow-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 65px;
  height: 97px;
  margin-bottom: 5px;
  border: 3px solid #242424;
  transition: background 0.2s ease;
}
.blind-color-3 .blind-buttons .blind-arrow-wrap {
  border: 3px solid #063462;
}
.blind-color-2 .blind-buttons .blind-arrow-wrap {
  border: 3px solid #000;
}
.blind-buttons .blind-arrow-wrap svg {
  transform: scale(1.8);
}
.blind-color-3 .blind-buttons .blind-arrow-wrap svg:nth-child(1) path {
  fill: #063462;
}
.blind-color-2 .blind-buttons .blind-arrow-wrap svg:nth-child(1) path {
  fill: #000;
}
.blind-buttons .blind-arrow-wrap svg:nth-child(2) {
  display: none;
}
.blind-buttons .slick-prev svg {
  transform: rotate(180deg) scale(1.8);
}
.blind .slide-title-wrap .slider-pager {
  display: inline;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blind .slide-title-wrap .slider-pager {
    margin-left: 5px;
  }
}
@media (max-width: 499px) {
  .blind .slide-title-wrap .slider-pager {
    display: block;
  }
}
.blind .blind-buttons {
  position: relative;
  display: flex;
}
.blind .blind-buttons .slick-arrow {
  position: relative;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  height: 60px;
  margin: 0 45px 0 0;
  padding: 0;
  opacity: 1;
}
.blind .blind-buttons .slick-arrow:last-child {
  margin: 0;
}
.blind .blind-buttons .slick-arrow::before {
  top: 0 !important;
  left: 6px !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}
.blind .blind-buttons .slick-arrow > span:last-child {
  font: 16px/1.5 'Muller', Arial, sans-serif;
}
.blind .slider-pager .slider-pager-current {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind .slider-pager .slider-pager-current {
    font-size: 40px;
  }
}
.blind .btns-wrap {
  text-align: left;
}
.blind-font-1 .slick-arrow {
  padding-top: 24px;
}
.blind-font-1 .slider-pager .slider-pager-total {
  font-size: 24px;
}
.blind-font-2 .slider .slide-title,
.blind-font-2 .slider .seo-title {
  font-size: 65px !important;
  line-height: 1.1 !important;
  line-height: 1 !important;
}
@media (max-width: 499px) {
  .blind-font-2 .slider .slide-title,
  .blind-font-2 .slider .seo-title {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .blind-font-2 .slider .slide-title,
  .blind-font-2 .slider .seo-title {
    word-wrap: break-word;
  }
}
.blind-font-2 .slide-subtitle {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .slide-subtitle {
    font-size: 26px;
  }
}
@media (max-width: 499px) {
  .blind-font-2 .slide-subtitle {
    word-wrap: break-word;
  }
}
.blind-font-2 .slide-text,
.blind-font-2 .seo-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slide-text,
  .blind-font-2 .seo-text {
    font-size: 20px;
  }
}
.blind-font-2 .slider-pager .slider-pager-current {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-pager .slider-pager-current {
    font-size: 40px;
  }
}
.blind-font-2 .slider-pager .slider-pager-total {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-pager .slider-pager-total {
    font-size: 20px;
  }
}
.blind-font-2 .blind-buttons .slick-arrow {
  height: auto;
}
.blind-font-2 .blind-buttons .slick-arrow::before {
  content: none;
}
.blind-font-2 .blind-buttons .slick-arrow .blind-arrow-wrap {
  display: flex;
}
.blind-font-2 .blind-buttons .slick-arrow > span:last-child {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 499px) {
  .blind-font-2 .blind-buttons .slick-arrow > span:last-child {
    font-size: 20px;
  }
}
.blind-font-3 .slider .slide-title,
.blind-font-3 .slider .seo-title {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind-font-3 .slider .slide-title,
  .blind-font-3 .slider .seo-title {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .slider .slide-title,
  .blind-font-3 .slider .seo-title {
    word-wrap: break-word;
  }
}
.blind-font-3 .slide-subtitle {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .slide-subtitle {
    font-size: 30px !important;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .slide-subtitle {
    word-wrap: break-word;
  }
}
.blind-font-3 .slide-text,
.blind-font-3 .seo-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slide-text,
  .blind-font-3 .seo-text {
    font-size: 24px;
  }
}
.blind-font-3 .slider-pager .slider-pager-current {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-pager .slider-pager-current {
    font-size: 40px;
  }
}
.blind-font-3 .slider-pager .slider-pager-total {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-pager .slider-pager-total {
    font-size: 24px;
  }
}
.blind-font-3 .blind-buttons .slick-arrow {
  height: auto;
}
.blind-font-3 .blind-buttons .slick-arrow::before {
  content: none;
}
.blind-font-3 .blind-buttons .slick-arrow .blind-arrow-wrap {
  display: flex;
}
.blind-font-3 .blind-buttons .slick-arrow > span:last-child {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 499px) {
  .blind-font-3 .blind-buttons .slick-arrow > span:last-child {
    font-size: 24px;
  }
}
.blind-color-3 .slide-subtitle {
  color: #063462;
}
.blind-color-3 .blind-buttons .slick-arrow > span:last-child {
  color: #063462;
}
.blind-color-2 .slide-subtitle {
  color: #000;
}
/**
 * Slider with figures [Main Page]
 */
.slider-figure-container {
  width: 100%;
}
.slider-figure-container:not(.loaded) {
  min-height: 693px;
}
@media (max-width: 999px) {
  .slider-figure-container:not(.loaded) {
    min-height: 555px;
  }
}
@media (max-width: 767px) {
  .slider-figure-container:not(.loaded) {
    min-height: auto;
    height: 56%;
  }
}
.slider-figure {
  position: relative;
  width: 100%;
  padding: 88px 0 70px;
}
@media (max-width: 999px) {
  .slider-figure {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .slider-figure {
    text-align: center;
  }
}
.slider-figure:hover .slick-arrow {
  opacity: 1;
}
.slider-figure .slick-arrow {
  transition: opacity 0.2s ease;
  width: 125px;
  left: 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .slider-figure .slick-arrow {
    display: none !important;
  }
}
.slider-figure .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slider-figure .slider {
  transition: opacity 0.4s ease;
  transition-delay: 0.4s;
  padding-bottom: 33px;
  opacity: 0;
}
.slider-figure .slider.slick-initialized {
  opacity: 1;
}
@media (max-width: 767px) {
  .slider-figure .slider {
    margin-top: -46px;
  }
}
.slider-figure .slide {
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-figure .slide-title-wrap {
    max-width: 400px;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .slider-figure .slide-title {
    font-size: 65px;
  }
}
@media (max-width: 999px) {
  .slider-figure .slide-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .slider-figure .slide-title {
    font-size: 38px;
  }
}
.slider-figure .slide-text {
  text-align: left;
}
@media (max-width: 767px) {
  .slider-figure .slide-text {
    max-width: 400px;
    margin: auto;
  }
}
.slider-figure .figures,
.slider-figure .static-image {
  position: relative;
  padding-bottom: 20px;
  top: -40px;
  left: -4px;
  user-select: none;
}
.slider-figure .figures.hide,
.slider-figure .static-image.hide,
.slider-figure .figures .shape.hide,
.slider-figure .static-image .shape.hide {
  position: absolute;
  opacity: 0;
}
@media (max-width: 767px) {
  .slider-figure .figures,
  .slider-figure .static-image {
    max-width: 400px;
    margin: auto;
  }
}
.slider-figure .static-image {
  width: 100%;
  height: 100%;
  max-height: 454px;
  text-align: center;
}
.slider-figure .static-image img {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .slider-figure .static-image {
    max-height: 434px;
  }
}
@media (max-width: 767px) {
  .slider-figure .static-image {
    max-height: 370px;
  }
}
@media (max-width: 499px) {
  .slider-figure .static-image {
    max-height: 350px;
  }
}
.slider-figure .slider-figure-pagination {
  margin-left: -8px;
  margin-top: -63px;
}
@media (max-width: 999px) {
  .slider-figure .slider-figure-pagination {
    text-align: center;
    margin-top: -20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slider-figure .slider-figure-pagination {
    display: none;
  }
}
.slider-figure .slider-figure-pagination li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.slider-figure .slider-figure-pagination .figure-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px transparent solid;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-3z {
  background: #96c7ee;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-heart {
  background: #f5d313;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-arc {
  background: #ee8fb1;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-circle {
  background: #52b3e9;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-arrow {
  background: #945e9e;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-plus {
  background: #75c248;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-eight {
  background: #e66c6a;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-square {
  background: #dee728;
}
.slider-figure .slider-figure-pagination .figure-icon.active.figure-rhombus {
  background: #1ebcc5;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-3z {
  border-color: #96c7ee;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-heart {
  border-color: #f5d313;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-arc {
  border-color: #ee8fb1;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-circle {
  border-color: #52b3e9;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-arrow {
  border-color: #945e9e;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-plus {
  border-color: #75c248;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-eight {
  border-color: #e66c6a;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-square {
  border-color: #dee728;
}
.slider-figure .slider-figure-pagination .figure-icon:hover:not(.active).figure-rhombus {
  border-color: #1ebcc5;
}
.slider-figure .slider-figure-pagination .figure-3z {
  line-height: 44px;
}
.slider-figure .slider-figure-pagination path {
  fill: #242424;
}
.slider-figure .slick-dots {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .slider-figure .slick-dots {
    display: none !important;
  }
}
.slider-figure .slick-dots li {
  margin: 0 4px;
}
.figure-icon path {
  transition: all 0.2s ease;
}
.figure-icon:hover.figure-3z feFlood {
  flood-color: #96c7ee;
}
.figure-icon:hover.figure-3z path {
  fill: #96c7ee;
}
.figure-icon:hover.figure-heart path {
  fill: #f5d313;
}
.figure-icon:hover.figure-arc path {
  fill: #ee8fb1;
}
.figure-icon:hover.figure-circle path {
  fill: #52b3e9;
}
.figure-icon:hover.figure-arrow path {
  fill: #945e9e;
}
.figure-icon:hover.figure-plus path {
  fill: #75c248;
}
.figure-icon:hover.figure-eight path {
  fill: #e66c6a;
}
.figure-icon:hover.figure-square path {
  fill: #dee728;
}
.figure-icon:hover.figure-rhombus path {
  fill: #1ebcc5;
}
.figure-icon.active {
  cursor: default;
}
.figure-icon.active path {
  fill: #fff !important;
}
.figure-icon.active feFlood {
  flood-color: #fff !important;
}
.is-ie .slider-figure .slide {
  padding-top: 5px;
}
.is-ie .slider-figure .slider-figure-pagination {
  margin-top: -20px;
}
.is-ie .slider-figure .figures .shape {
  height: 400px;
}
/**
 * Slider Direction [Main Page]
 */
.slider-direction {
  transition: opacity 0.4s ease;
  position: relative;
  transition-delay: 0.4s;
  width: 100%;
  padding: 54px 0 42px;
  margin-bottom: 70px;
}
@media (max-width: 999px) {
  .slider-direction {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .slider-direction {
    padding: 0;
    margin-bottom: 0;
  }
  .slider-direction .col-text {
    order: 2;
  }
  .slider-direction .col-figures {
    order: 1;
  }
}
@media (max-width: 599px) {
  .slider-direction .col-xs-12,
  .slider-direction .container {
    padding: 0;
  }
  .slider-direction .grid-row {
    margin: 0;
  }
}
.slider-direction .slick-slider,
.slider-direction .col-text,
.slider-direction .col-figures {
  position: static;
}
@media (min-width: 768px) {
  .slider-direction .slick-list {
    min-height: 570px;
  }
}
.slider-direction .slide-title-wrap {
  position: relative;
}
.slider-direction .slide-title-wrap .figure-icon {
  position: absolute;
  top: -56px;
  right: 3px;
  margin-left: 0;
  transform: scale(2.6);
  transform-origin: 100% 0;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .slider-direction .slide-title-wrap .figure-icon {
    left: -3px;
    right: auto;
    transform-origin: 0 0;
  }
}
@media (max-width: 599px) {
  .slider-direction .slide-title-wrap .figure-icon {
    top: -39px;
    transform: scale(1.7);
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .slider-direction .slide-title {
    font-size: 48px;
  }
}
.slider-direction .slide-text {
  padding: 12px 0 11px;
}
.slider-direction .slide-text ul {
  padding-top: 46px;
}
@media (max-width: 767px) {
  .slider-direction .slide-text ul {
    margin-bottom: 22px;
    padding-top: 24px;
  }
}
.slider-direction .figures {
  position: relative;
  max-width: 460px;
  margin: auto;
}
.slider-direction .figures .shape-back {
  position: absolute;
  top: 33px;
  left: 103px;
}
.slider-direction .figures .shape-front {
  position: relative;
  padding-top: 44px;
  z-index: 1;
}
.slider-direction .slide {
  padding: 65px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 599px) {
  .slider-direction .slide {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 599px) {
  .slider-direction .btn {
    width: 100%;
  }
}
.slider-direction .slick-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.slider-direction .slick-arrow {
  width: 133px;
  height: 500px;
}
@media (max-width: 1200px) {
  .slider-direction .slick-arrow {
    display: none !important;
  }
}
.slider-direction .slick-arrow.slick-prev {
  right: calc(100% - 20px);
}
.slider-direction .slick-arrow.slick-prev:before {
  left: 100%;
  margin-left: -40px;
}
.slider-direction .slick-arrow.slick-next {
  left: calc(100% - 20px);
}
.slider-direction .slick-arrow.slick-next:before {
  left: 0;
  margin-left: 25px;
}
.slider-direction .slick-arrow:before {
  margin-top: 60px;
}
.is-ie .slide-title-wrap .figure-icon {
  top: -50px;
  transform: none;
}
.is-ie .slide-title-wrap .figure-icon svg {
  transform: scale(2.6);
}
.is-ie .slider-direction .figures .shape {
  height: 400px;
}
.is-ie .slider-direction .slide-title-wrap .figure-icon {
  right: 19px;
}
/**
 * Slider Steps [Main Page]
 */
.slider-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 88px 0 90px;
}
@media (max-width: 999px) {
  .slider-steps {
    padding: 25px 0 40px;
  }
}
@media (max-width: 767px) {
  .slider-steps {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.slider-steps .slider {
  position: relative;
  width: 50%;
  padding: 6px 0 33px 30px;
  box-sizing: border-box;
  z-index: 10;
}
@media (max-width: 999px) {
  .slider-steps .slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-steps .slider {
    padding-left: 0;
  }
}
.slider-steps .figures {
  position: relative;
  width: 50%;
  padding-bottom: 40px;
  z-index: 11;
}
@media (max-width: 999px) {
  .slider-steps .figures {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slider-steps .figures {
    position: relative;
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 599px) {
  .slider-steps .figures {
    height: 350px;
  }
}
@media (max-width: 499px) {
  .slider-steps .figures {
    height: 310px;
  }
}
.slider-steps .shape {
  position: relative;
  max-width: 453px;
}
@media (max-width: 999px) {
  .slider-steps .shape {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 599px) {
  .slider-steps .shape {
    width: 320px;
  }
}
@media (max-width: 499px) {
  .slider-steps .shape {
    width: 280px;
  }
}
.slider-steps .slider-images {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider-steps .slider-images .slide-image,
.slider-steps .slider-images img {
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.slider-steps .slider-images .slide-image.active,
.slider-steps .slider-images img.active {
  opacity: 1;
}
@media (max-width: 599px) {
  .slider-steps .slider-images .slide-image {
    left: 50%;
    transform: translateX(-50%);
  }
}
.slider-steps .slider-outer {
  position: relative;
  margin-top: 24px;
  padding-left: 59px;
}
@media (max-width: 999px) {
  .slider-steps .slider-outer {
    margin-top: 40px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .slider-steps .slider-outer {
    margin: 62px auto 0;
    padding-left: 0;
  }
}
.slider-steps .hidden-col {
  padding: 50px 0 58px;
}
.slider-steps .hidden-col .slide-text {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .slider-steps .hidden-col {
    display: none;
  }
}
@media (max-width: 999px) {
  .slider-steps .slider-leading {
    min-height: 271px;
    padding-left: 320px;
  }
}
@media (max-width: 767px) {
  .slider-steps .slider-leading {
    display: none;
  }
}
.slider-steps .slide-text {
  padding-top: 17px;
}
.slider-steps .slider-pager {
  position: absolute;
  top: 9px;
  left: -2px;
}
.slider-steps .slick-arrow {
  height: 50px;
  top: 100%;
  left: -5px;
  margin-top: 6px;
}
.slider-steps .slick-arrow.slick-next {
  left: 32px;
}
.slider-steps .slick-arrow.slick-next:before {
  margin-top: -15px;
}
@media (max-width: 767px) {
  .slider-steps .slick-arrow {
    left: auto;
    right: 50%;
  }
  .slider-steps .slick-arrow.slick-next {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .slider-steps .slider-pager {
    bottom: 100%;
    top: auto;
    left: 50%;
    margin-bottom: 10px;
    transform: translateX(-50%);
  }
}
.is-ie .slider-steps .figures .shape {
  height: 486px;
}
/**
 * Slider Team [Main Page]
 */
.slider-team-container {
  width: 100%;
}
.slider-team-container:not(.loaded) {
  min-height: 830px;
}
@media (max-width: 999px) {
  .slider-team-container:not(.loaded) {
    min-height: 724px;
  }
}
@media (max-width: 767px) {
  .slider-team-container:not(.loaded) {
    min-height: 693px;
  }
}
@media (max-width: 599px) {
  .slider-team-container:not(.loaded) {
    min-height: 704px;
  }
}
@media (max-width: 499px) {
  .slider-team-container:not(.loaded) {
    min-height: 612px;
  }
}
.slider-team {
  padding: 30px 0 101px;
  text-align: center;
}
@media (max-width: 999px) {
  .slider-team {
    padding: 20px 0 60px;
  }
}
@media (max-width: 767px) {
  .slider-team {
    padding: 20px 0 40px;
  }
}
.slider-team .container {
  padding: 0;
}
.blind .slider-team .slider-pager {
  display: inline;
  margin-left: 20px;
}
.blind .slider-team .slide-title {
  display: inline;
}
.slider-team .slider-wrap {
  padding: 44px 0;
}
@media (max-width: 499px) {
  .slider-team .slider-wrap {
    padding-top: 0 !important;
  }
}
.blind .slider-team .slider-wrap {
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .slider-team .slider-wrap.alone .slick-list {
    padding: 0 !important;
  }
  .slider-team .slider-wrap.alone .slick-track {
    width: 100vw !important;
    transform: none !important;
  }
}
.slider-team .shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-team .shape-doctor,
.slider-team .shape-double,
.slider-team .shape-color {
  transition: all 0.6s ease;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  transform: scale(1.5);
  transform-origin: 50% 0;
}
.slider-team .shape-doctor .shape-picture,
.slider-team .shape-double .shape-picture,
.slider-team .shape-color .shape-picture {
  transition: all 0.6s ease;
}
@media (max-width: 499px) {
  .slider-team .shape-doctor,
  .slider-team .shape-double,
  .slider-team .shape-color {
    height: 410px;
    top: 0;
    transform: scale(0.8) !important;
  }
}
.is-ie .slider-team .shape-doctor,
.is-ie .slider-team .shape-double,
.is-ie .slider-team .shape-color {
  display: none;
}
.slider-team .shape-doctor .shape {
  transition: all 0.6s ease;
}
.slider-team .shape-doctor .shape-picture {
  transition: none 0.2s ease;
  x: 24%;
  y: 37%;
  left: 24%;
  top: 37%;
}
@media (max-width: 499px) {
  .slider-team .shape-doctor .shape-picture {
    x: 3%;
    left: 3%;
  }
}
.slider-team .slide {
  transition: all 0.6s ease;
  position: relative;
  width: 552px;
  height: 433px;
  text-align: left;
  will-change: transform;
}
@media (max-width: 499px) {
  .slider-team .slide {
    width: 100vw;
    transform: scale(1) !important;
  }
}
.is-ie .slider-team .slide {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: auto;
}
@media (max-width: 499px) {
  .is-ie .slider-team .slide {
    flex-direction: column;
  }
}
.slider-team .slide-ie {
  display: none;
}
.is-ie .slider-team .slide-ie {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-ie .slider-team .slide-ie > img {
  max-width: 100%;
  max-height: 100%;
}
.slider-team .slide:not(.slick-current) {
  transform: scale(0.5) translateX(340px);
}
@media (max-width: 999px) {
  .slider-team .slide:not(.slick-current) {
    opacity: 0;
    visibility: hidden;
  }
}
.slider-team .slide:not(.slick-current) .shape-doctor .shape-picture {
  x: -18%;
  y: 5%;
  left: -18%;
  top: 5%;
}
.slider-team .slide:not(.slick-current) .shape-double .shape-picture {
  y: -17%;
  x: 13%;
  width: 54%;
  top: -17%;
  left: 13%;
}
@media (max-width: 499px) {
  .slider-team .slide:not(.slick-current) .shape-double .shape-picture {
    y: -20px;
    x: 7%;
    width: 90%;
    top: -20px;
    left: 7%;
  }
}
.slider-team .slick-current {
  transform: none;
  transform-origin: 50% 50%;
}
.slider-team .slick-current + .slick-slide {
  transform: scale(0.5) translateX(-170px);
}
@media (max-width: 499px) {
  .slider-team .slick-current .shape-doctor {
    top: 7px;
  }
}
@media (max-width: 320px) {
  .slider-team .slick-current .shape-doctor {
    top: 13px;
  }
}
.slider-team .slick-current .shape-doctor .shape {
  top: auto;
  bottom: 155px;
}
@media (max-width: 499px) {
  .slider-team .slick-current .shape-double .shape-picture {
    y: -20px;
    x: 7%;
    width: 90%;
    top: -20px;
    left: 7%;
  }
}
.slider-team .slick-current .team-text-wrap {
  opacity: 1;
  visibility: visible;
}
.slider-team .team-text-wrap {
  position: absolute;
  width: 190px;
  top: 50px;
  left: 95px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 499px) {
  .slider-team .team-text-wrap {
    left: 100px;
    display: none;
  }
}
.slider-team .team-text-wrap .team-name {
  max-width: 160px;
}
.slider-team .team-text-wrap .team-name a {
  color: #fff;
  background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
  background-position-y: 88%;
}
.is-ie .slider-team .team-text-wrap .team-name a {
  color: #000;
}
.is-ie .slider-team .team-text-wrap {
  position: static;
  color: #000;
}
.slider-team .team-name {
  padding-bottom: 9px;
  font: bold 24px/32px 'Effra', Arial, sans-serif;
}
.slider-team .team-text {
  padding-bottom: 7px;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.slider-team .team-text.additional-text {
  font-size: 16px;
}
.slider-team .team-exp {
  font: bold 18px/28px 'Muller', Arial, sans-serif;
}
.blind-font-2 .slider-team .team-exp {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-team .team-exp {
    font-size: 18px;
  }
}
.blind-font-3 .slider-team .team-exp {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-team .team-exp {
    font-size: 20px;
  }
}
.slider-team .mobile-text {
  display: none;
  position: relative;
  z-index: 5;
  padding: 230px 20px 0;
}
@media (max-width: 499px) {
  .slider-team .mobile-text {
    display: block;
  }
  .is-ie .slider-team .mobile-text {
    padding: 20px 20px 50px;
  }
}
.slider-team .mobile-text .team-name {
  padding-bottom: 12px;
  font: bold 20px/28px 'Effra', Arial, sans-serif;
}
.blind-font-2 .slider-team .mobile-text .team-name {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-team .mobile-text .team-name {
    font-size: 20px;
  }
}
.blind-font-3 .slider-team .mobile-text .team-name {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-team .mobile-text .team-name {
    font-size: 24px;
  }
}
.slider-team .mobile-text .team-exp,
.slider-team .mobile-text .team-text {
  padding-bottom: 7px;
  font: 15px/28px 'Muller', Arial, sans-serif;
}
.blind-font-2 .slider-team .mobile-text .team-exp,
.blind-font-2 .slider-team .mobile-text .team-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-team .mobile-text .team-exp,
  .blind-font-2 .slider-team .mobile-text .team-text {
    font-size: 20px;
  }
}
.blind-font-3 .slider-team .mobile-text .team-exp,
.blind-font-3 .slider-team .mobile-text .team-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-team .mobile-text .team-exp,
  .blind-font-3 .slider-team .mobile-text .team-text {
    font-size: 24px;
  }
}
.slider-team .slick-dots {
  padding-top: 44px;
}
@media (max-width: 499px) {
  .slider-team .slick-dots {
    padding-top: 0;
    margin-top: -28px;
  }
}
@media (max-width: 499px) {
  .slider-team .slick-arrow {
    width: 50px;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .slider-team .slick-arrow:before {
    top: 150px;
  }
}
.slider-team .slick-prev {
  margin-right: 50px;
}
@media (max-width: 499px) {
  .slider-team .slick-prev {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .is-ie .slider-team .slick-prev {
    right: auto;
    left: 0;
  }
}
.slider-team .slick-next {
  margin-left: 50px;
}
@media (max-width: 499px) {
  .slider-team .slick-next {
    right: 0;
    left: auto;
    transform-origin: 100% 0;
  }
}
@media (max-width: 1200px) {
  .is-ie .slider-team .slick-next {
    left: auto;
    right: 0;
  }
}
/**
 * Slider Methods [Service Page]
 */
.slider-methods {
  padding-top: 8px;
  padding-bottom: 20px;
}
.blind .slider-methods {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .slider-methods .col-text {
    order: 2;
  }
  .slider-methods .col-figures {
    order: 1;
  }
}
.slider-methods .col-figures img {
  max-width: 100%;
  margin-bottom: 30px;
}
.blind-no-image .slider-methods .col-figures {
  display: none;
}
.blind-no-image .slider-methods .col-text {
  width: 100%;
}
.slider-methods .slide {
  overflow: visible;
}
.slider-methods .slide-title {
  font: bold 34px/1.2 'Effra', Arial, sans-serif;
}
@media (max-width: 999px) {
  .slider-methods .slide-title {
    font-size: 28px;
  }
}
.blind-font-2 .slider-methods .slide-title,
.blind-font-3 .slider-methods .slide-title {
  font-size: 60px;
}
@media (max-width: 599px) {
  .blind-font-2 .slider-methods .slide-title,
  .blind-font-3 .slider-methods .slide-title {
    font-size: 40px;
  }
}
.slider-methods .slide-price {
  padding: 6px 0 3px;
  color: #666;
  font: bold 18px/1.2 'Muller', Arial, sans-serif;
}
.blind-color-2 .slider-methods .slide-price {
  color: #000;
}
.blind-color-3 .slider-methods .slide-price {
  color: #063462;
}
.blind-font-2 .slider-methods .slide-price {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-methods .slide-price {
    font-size: 20px;
  }
}
.blind-font-3 .slider-methods .slide-price {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-methods .slide-price {
    font-size: 24px;
  }
}
.slider-methods .slide-text p:not(:last-child) {
  padding-bottom: 17px;
}
@media (max-width: 999px) {
  .slider-methods .slide-text {
    font-size: 15px;
  }
}
.blind-font-2 .slider-methods .slide-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-methods .slide-text {
    font-size: 20px;
  }
}
.blind-font-3 .slider-methods .slide-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-methods .slide-text {
    font-size: 24px;
  }
}
.slider-methods .btns-wrap {
  padding: 2px 0 40px;
}
.slider-methods .btns-wrap .btn {
  margin-right: 34px;
  padding: 0 30px;
}
@media (max-width: 999px) {
  .slider-methods .btns-wrap .btn {
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .slider-methods .btns-wrap .btn {
    width: 100%;
    margin-right: 0;
  }
}
.slider-methods .btns-wrap .link {
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  vertical-align: top;
  text-decoration: underline;
}
.slider-methods .btns-wrap .link:hover {
  text-decoration: none;
}
.blind .slider-methods .btns-wrap .link {
  margin-top: 0;
}
.blind-font-2 .slider-methods .btns-wrap .link {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .slider-methods .btns-wrap .link {
    font-size: 20px;
  }
}
.blind-font-3 .slider-methods .btns-wrap .link {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .slider-methods .btns-wrap .link {
    font-size: 24px;
  }
}
.slider-methods .figures {
  position: relative;
  display: block;
  transform-origin: 0 0;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .slider-methods .figures {
    max-width: 420px;
    margin: 0 27px 0 auto;
  }
}
@media (min-width: 768px) {
  .slider-methods .figures {
    padding-top: 30px;
  }
}
@media (max-width: 999px) {
  .slider-methods .figures {
    max-width: 500px;
    padding-bottom: 30px;
  }
}
.slider-methods .figures:hover .shape-video .shape:before {
  transform: scale(1.1);
}
.slider-methods .shape-video {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.slider-methods .shape-video.is-video .shape {
  position: relative;
}
.slider-methods .shape-video.is-video .shape:before {
  transition: transform 0.4s ease;
  content: '';
  position: absolute;
  width: 84px;
  height: 84px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -171px no-repeat;
  top: 50%;
  left: 50%;
  margin: -42px 0 0 -42px;
}
.slider-methods .shape-back {
  position: absolute;
  width: 100%;
  top: 23px;
  left: 22px;
}
@media (max-width: 999px) {
  .slider-methods .shape-back {
    left: 0;
  }
}
@media (max-width: 767px) {
  .slider-methods .shape-back {
    max-width: 530px;
    width: 80%;
    top: 0;
    left: 20px;
  }
}
.slider-methods .slick-arrow {
  width: 100px;
}
.slider-methods .slick-arrow:before {
  top: 240px;
}
@media (max-width: 1160px) {
  .slider-methods .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 499px) {
  .slider-methods .slick-arrow {
    width: 40px;
    height: 50px;
    display: inline-block !important;
    top: 107px;
  }
  .slider-methods .slick-arrow:before {
    top: 50%;
    left: 50%;
  }
  .slider-methods .slick-arrow.slick-prev {
    right: auto;
    left: -20px;
  }
  .slider-methods .slick-arrow.slick-prev:before {
    top: 50%;
    left: 50%;
  }
  .slider-methods .slick-arrow.slick-next {
    left: auto;
    right: -20px;
  }
}
.slider-methods-pager {
  margin-bottom: 43px !important;
}
@media (max-width: 499px) {
  .slider-methods-pager {
    display: flex;
    justify-content: center;
  }
}
.slider-methods-pager li {
  display: inline-block;
  max-width: 100%;
}
.slider-methods-pager li:not(:last-child) {
  margin-right: 6px;
}
@media (max-width: 499px) {
  .slider-methods-pager li.active {
    max-width: 240px;
    margin: 0;
  }
  .slider-methods-pager li:not(.active) {
    display: none;
  }
}
.slider-methods-pager a {
  position: relative;
  display: block;
  max-width: 100%;
  height: 46px;
  padding: 0 30px;
  font: bold 15px/46px 'Muller', Arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .slider-methods-pager a {
    padding: 0 14px;
  }
}
.blind-font-2 .slider-methods-pager a {
  height: 50px;
  padding: 0 20px;
  font-size: 26px;
}
.blind-font-3 .slider-methods-pager a {
  height: 50px;
  padding: 0 20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .blind-font-3 .slider-methods-pager a {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  .blind-font-3 .slider-methods-pager a {
    font-size: 19px;
  }
}
.slider-methods-pager a:before {
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px #e6e6e6 solid;
  box-sizing: border-box;
}
.blind-color-3 .slider-methods-pager a:before {
  border-color: #063462;
}
.blind-color-2 .slider-methods-pager a:before {
  border-color: #000;
}
.blind-font-2 .slider-methods-pager a:before,
.blind-font-3 .slider-methods-pager a:before {
  border-width: 2px;
}
.slider-methods-pager a:not(.active):hover:before {
  border-color: #242424;
}
.blind-color-3 .slider-methods-pager a:not(.active):hover:before {
  border-color: #063462;
}
.slider-methods-pager a.active {
  color: #242424;
  cursor: default;
}
.slider-methods-pager a.active:before {
  border: 2px #242424 solid;
}
.blind-color-3 .slider-methods-pager a.active:before {
  border-color: #063462;
}
.blind-color-2 .slider-methods-pager a.active:before {
  border-color: #000;
}
.blind-color-3 .slider-methods-pager a.active {
  color: #9dd1ff !important;
  background: #063462;
}
.blind-color-2 .slider-methods-pager a.active {
  color: #fff !important;
  background: #000;
}
.is-ie .slider-methods .figures .shape {
  height: 400px;
}
/****
 * Слайдер отзывов
 ****/
.is-mac .slider-reviews .slide-title .lined,
.is-ios .slider-reviews .slide-title .lined {
  background-position-y: 88%;
}
@media (max-width: 1200px) {
  .slider-reviews {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .slider-reviews {
    padding: 0 20px;
  }
  .slider-reviews .col-text {
    order: 2;
  }
  .slider-reviews .col-figures {
    order: 1;
  }
}
.blind .slider-reviews {
  padding: 0;
}
.blind .slider-reviews img.blind-show {
  margin-bottom: 20px;
}
.slider-reviews .col-figures img {
  max-width: 100%;
}
.blind .slider-reviews .col-figures {
  display: none;
}
.slider-reviews .slide {
  padding-top: 20px;
  overflow: hidden;
}
.slider-reviews .col-text {
  padding-bottom: 60px;
}
.blind .slider-reviews .col-text {
  width: 100%;
  padding-bottom: 20px;
}
.slider-reviews .slide-title {
  position: relative;
  padding-bottom: 32px;
  font: bold 44px/64px 'Effra', Arial, sans-serif;
  z-index: 5;
}
@media (max-width: 767px) {
  .slider-reviews .slide-title {
    font-size: 36px;
    line-height: 1.2;
  }
}
.slider-reviews .review-name {
  padding-bottom: 2px;
  font: bold 34px/44px 'Effra', Arial, sans-serif;
}
@media (max-width: 767px) {
  .slider-reviews .review-name {
    font-size: 28px;
    line-height: 1.2;
  }
}
.blind-font-2 .slider-reviews .review-name {
  font-size: 36px;
}
.blind-font-3 .slider-reviews .review-name {
  font-size: 42px;
}
.slider-reviews .review-city {
  padding-bottom: 3px;
  color: #242424;
  font-weight: 700;
}
.blind-color-2 .slider-reviews .review-city {
  color: #000;
}
.blind-color-3 .slider-reviews .review-city {
  color: #063462;
}
.blind-font-2 .slider-reviews .review-city {
  font-size: 22px;
}
.blind-font-3 .slider-reviews .review-city {
  font-size: 28px;
}
.slider-reviews .hidden-part {
  display: none;
}
.slider-reviews .review-text {
  padding-bottom: 30px;
}
.slider-reviews .show-video {
  margin-left: 37px;
  font: bold 18px 'Muller', Arial, sans-serif;
}
.slider-reviews .show-video .ico {
  margin-right: 12px;
}
.slider-reviews .figures {
  position: relative;
}
@media (min-width: 1000px) {
  .slider-reviews .figures {
    max-width: 280px;
    margin: 20px 27px 0 auto;
  }
}
@media (max-width: 999px) {
  .slider-reviews .figures {
    max-width: 280px;
    padding-bottom: 30px;
    margin: 20px auto;
    transform: translateX(15px);
  }
}
.slider-reviews .figures .shape-front {
  position: relative;
  z-index: 1;
}
.slider-reviews .figures .shape-back {
  position: absolute;
  width: 100%;
  top: -26px;
  left: 42px;
}
@media (max-width: 768px) {
  .slider-reviews .figures .shape-back {
    top: -14px;
    left: 34px;
  }
}
.slider-reviews .slick-arrow {
  width: 40px;
  height: 40px;
  top: 300px;
  left: -70px;
  margin-top: -50px;
}
.slider-reviews .slick-arrow.slick-next {
  left: auto;
  right: -70px;
}
@media (max-width: 1200px) {
  .slider-reviews .slick-arrow {
    left: -50px;
  }
  .slider-reviews .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .slider-reviews .slick-arrow {
    left: -40px;
  }
  .slider-reviews .slick-arrow.slick-next {
    right: -40px;
  }
}
.blind .slider-reviews .expand-link {
  font-weight: bold;
}
.clinic-reviews-block {
  margin-top: 47px;
  padding-bottom: 64px;
}
.clinic-reviews-block .slider-reviews .slick-track {
  display: flex;
  align-items: flex-end;
}
.clinic-reviews-block .slider-reviews .slide {
  padding-top: 104px;
}
.clinic-reviews-block .slider-reviews .slide:nth-child(2n+1) .review {
  padding-right: 10px;
}
.clinic-reviews-block .slider-reviews .slide:nth-child(2n) .review {
  padding-left: 10px;
}
.clinic-reviews-block .slider-reviews .slide-title {
  font-size: 24px;
}
.clinic-reviews-block .slider-reviews .slide-text {
  padding: 31px 64px 24px 38px;
  font-size: 15px;
  border: 1px solid black;
  letter-spacing: -0.05px;
  line-height: 1.6;
}
.clinic-reviews-block .slider-reviews .col-text {
  padding-bottom: 48px;
}
.clinic-reviews-block .slider-reviews .info-container {
  margin-top: 31px;
  display: flex;
}
.clinic-reviews-block .slider-reviews .info-container .image {
  width: 67px;
}
.clinic-reviews-block .slider-reviews .info-container .info {
  margin-left: 20px;
  padding-top: 11px;
}
.clinic-reviews-block .slider-reviews .info-container .info .review-name {
  font-size: 18px;
  line-height: normal;
}
.clinic-reviews-block .slider-reviews .info-container .info .review-city {
  margin-top: 6px;
}
/**
 * Standard Slider
 */
.slider-standard {
  transition: opacity 0.4s ease;
  transition-delay: 0.4s;
  width: 100%;
  padding: 0 0 40px;
  opacity: 0;
}
.slider-standard.slick-initialized {
  opacity: 1;
}
@media (max-width: 767px) {
  .slider-standard {
    padding: 0;
  }
  .slider-standard .col-text {
    order: 2;
  }
  .slider-standard .col-figures {
    order: 1;
    margin-bottom: 20px;
  }
}
.slider-standard .info {
  padding-top: 44px;
}
.slider-standard .slide-title {
  position: relative;
}
.slider-standard .slide-title.lined:hover {
  opacity: 0.8;
}
.slider-standard .slide-title .figure-icon {
  transition: all 0.3s ease;
  transition-delay: 0.4s;
  position: absolute;
  top: -60px;
  left: 100%;
  transform: scale(2.6) translateX(20px);
  margin-left: 30px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .slider-standard .slide-title .figure-icon {
    top: -14px;
    margin-left: 10px;
    transform: scale(1.4) translateX(20px);
  }
}
.slider-standard .slide-text {
  padding: 12px 0 11px;
}
.slider-standard .slide-text ul {
  padding-top: 51px;
}
.slider-standard .figures {
  position: relative;
  top: 25px;
  left: 4px;
  transform-origin: 0 50%;
}
@media (max-width: 999px) {
  .slider-standard .figures {
    transform: scale(0.9);
  }
}
.slider-standard .figures img {
  position: relative;
  max-width: 100%;
  z-index: 5;
}
.slider-standard .figures .shape {
  position: absolute;
  top: -25px;
  left: 93px;
}
@media (max-width: 767px) {
  .slider-standard .figures {
    text-align: center;
  }
  .slider-standard .figures svg {
    width: 360px;
  }
  .slider-standard .figures > div {
    display: none;
  }
  .slider-standard .figures img {
    display: inline-block;
  }
}
.slider-standard .slide {
  padding: 40px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.slider-standard .slide.slick-current .slide-title .figure-icon {
  transform: scale(2.6) translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .slider-standard .slide.slick-current .slide-title .figure-icon {
    transform: scale(1.4) translateX(0);
  }
}
.slider-standard .slick-arrow {
  width: 133px;
  height: 100%;
}
.slider-standard .slick-arrow:before {
  margin-top: -40px;
}
@media (max-width: 1200px) {
  .slider-standard .slick-arrow {
    display: none !important;
  }
}
/*
 * Карточка
 */
.article-card.dictionary-card .article-title {
  display: inline;
  line-height: 1.35;
}
@media (min-width: 1000px) {
  .article-card.dictionary-card .article-tag-wrapper {
    position: absolute;
    bottom: 40px;
  }
}
.article-card.dictionary-card img {
  float: right;
  padding: 0 0 10px 5px;
}
@media (max-width: 499px) {
  .article-card.dictionary-card img {
    width: 100%;
  }
}
/*
 *
 */
.similar-block {
  margin-top: 4px;
  margin-bottom: -40px;
  padding: 20px 0;
}
.similar-block .similar-title {
  font: bold 21px/1.4 'Effra', Arial, sans-serif;
  margin-bottom: 28px;
}
.blind-font-2 .similar-block .similar-title {
  font-size: 26px;
}
.blind-font-3 .similar-block .similar-title {
  font-size: 34px;
}
.similar-block .similar-list {
  margin-bottom: 30px;
  font-size: 16px;
}
.blind-font-2 .similar-block .similar-list {
  font-size: 22px;
}
.blind-font-3 .similar-block .similar-list {
  font-size: 28px;
}
.similar-block .similar-list li {
  padding-bottom: 10px;
}
.similar-block .similar-list a {
  color: #666;
  text-decoration: underline;
}
.similar-block .similar-list a:hover {
  text-decoration: none;
}
.similar-block .similar-service {
  display: block;
  margin-right: -5px;
}
.similar-block .similar-service:hover .similar-service-cover {
  transform: scale(1.06);
}
.similar-block .similar-service-image {
  display: block;
  position: relative;
  height: 159px;
  overflow: hidden;
}
.similar-block .similar-service-cover {
  transition: transform 0.8s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50% 50% / cover no-repeat;
  backface-visibility: hidden;
}
.similar-block .similar-service-name {
  display: block;
  margin-bottom: 31px;
  font: bold 21px/1.4 'Effra', Arial, sans-serif;
}
.blind-font-2 .similar-block .similar-service-name {
  font-size: 26px;
}
.blind-font-3 .similar-block .similar-service-name {
  font-size: 34px;
}
.similar-block .slider-doctors-container {
  display: flex;
  width: 100%;
}
.similar-block .slider-doctors-container .slider-doctors-images {
  width: 40%;
  height: 190px;
  flex-shrink: 0;
}
.similar-block .slider-doctors-container .slide {
  height: calc(100% - 100px);
  overflow: hidden;
}
.similar-block .slider-doctors-container .slider-doctors {
  width: calc(60% - 42px);
  padding: 10px 23px 9px;
  position: relative;
}
.similar-block .slider-doctors-container .slider-doctors a {
  font-weight: 600;
  line-height: 1.25;
}
.similar-block .slider-doctors-container .slider-doctors .slide-text {
  margin-top: 12px;
  margin-bottom: 25px;
}
.similar-block .slider-doctors-container .slider-doctors .slick-prev {
  height: 50px;
  top: calc(100% - 38px);
  left: 17px;
}
.similar-block .slider-doctors-container .slider-doctors .slick-next {
  height: 50px;
  top: calc(100% - 38px);
  left: 53px;
}
.similar-block .slider-doctors-container .slider-doctors .slick-dots {
  display: none !important;
}
@media (max-width: 599px) {
  .similar-block .similar-service {
    margin-top: 30px;
  }
}
/****
 * Верхний блок на странице Услуги
 ****/
.is-ie .service-head .bg,
.is-mobile .service-head .bg {
  filter: none;
  background-size: cover;
}
.is-ie .service-head .bg:before,
.is-mobile .service-head .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.46));
}
.is-ie .service-head svg,
.is-mobile .service-head svg {
  display: none !important;
}
.service-head {
  position: relative;
  min-height: 280px;
  height: calc(100vh - 168px - 70px);
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .service-head {
    height: 540px;
  }
}
@media (max-width: 999px) {
  .service-head {
    height: calc(100vw * 0.5);
  }
}
@media (max-width: 855px), (max-height: 700px) {
  .service-head {
    margin-bottom: 0;
  }
}
@media (max-height: 700px) {
  .service-head {
    height: calc(100vh - 168px);
  }
}
.blind .service-head {
  display: none;
}
.service-head svg {
  display: none;
  opacity: 0;
}
.service-head .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (min-width: 769px) and (min-height: 700px) {
  .service-head .bg {
    filter: blur(8px);
    background-size: auto 100%;
  }
  .service-head .bg + svg {
    display: block;
  }
}
.service-head .figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.service-head .figure path {
  transform: translate(600px, 100px);
}
.service-head .figure image {
  width: auto;
}
@media (max-width: 767px) {
  .service-head .figure {
    display: none;
  }
}
.service-head .container {
  display: flex;
  height: 100%;
  min-height: 280px;
  align-items: flex-end;
}
.service-head .service-head-title {
  max-width: 600px;
  padding-bottom: 36px;
  font: bold 56px/66px 'Effra', Arial, sans-serif;
  pointer-events: none;
  z-index: 20;
}
@media (max-width: 767px) {
  .service-head .service-head-title {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .service-head .service-head-title {
    padding-bottom: 13px;
    font-size: 36px;
  }
}
/****
 * Навигация на странице Услуги
 ****/
.service-nav {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 29px;
  font: bold 15px/1 'Muller', Arial, sans-serif;
  background: #f0f0f0;
  box-sizing: border-box;
  z-index: 50;
  backface-visibility: hidden;
}
@media (max-width: 855px), (max-height: 720px) {
  .service-nav {
    display: none;
  }
}
.blind .service-nav {
  display: none;
}
.service-nav ul {
  display: flex;
  justify-content: space-between;
}
.service-nav li:not(:last-child) {
  padding-right: 38px;
}
@media (max-width: 999px) {
  .service-nav li:not(:last-child) {
    padding-right: 16px;
  }
}
.service-nav .dashed {
  position: relative;
}
.service-nav .dashed:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: none;
  left: 0;
  bottom: -5px;
  background: #666;
}
.service-nav .dashed.active {
  color: #666;
  cursor: default;
  border-color: transparent;
}
.service-nav .dashed.active:before {
  display: block;
}
/****
 * Блок с преимуществами
 ****/
@media (min-width: 768px) {
  .service-adv-wrapper {
    position: relative;
    padding-bottom: 220px;
    width: 100%;
  }
}
.blind .service-adv .col-xs-12 {
  width: 100%;
}
.blind .service-adv .adv-icon {
  display: none;
}
.service-adv .block-title {
  padding-bottom: 35px;
  font: bold 44px/64px 'Effra', Arial, sans-serif;
}
@media (max-width: 767px) {
  .service-adv .block-title {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .service-adv .block-title {
    font-size: 36px;
    line-height: 1.2;
  }
}
.blind-font-2 .service-adv .block-title {
  font-size: 65px;
  line-height: 1.1;
  padding-bottom: 10px;
}
@media (max-width: 499px) {
  .blind-font-2 .service-adv .block-title {
    font-size: 40px;
  }
}
.blind-font-3 .service-adv .block-title {
  font-size: 65px;
  line-height: 1.1;
  padding-bottom: 10px;
}
@media (max-width: 499px) {
  .blind-font-3 .service-adv .block-title {
    font-size: 40px;
  }
}
.service-adv .adv-item {
  display: block;
  padding-bottom: 36px;
  text-align: center;
}
@media (max-width: 499px) {
  .service-adv .adv-item {
    display: flex !important;
    align-items: center;
    text-align: center !important;
  }
}
.service-adv .adv-item:hover .adv-icon {
  transform: translateY(-10px);
}
@media (max-width: 599px) {
  .service-adv .adv-item {
    padding-bottom: 10px;
    text-align: center;
  }
}
.blind .service-adv .adv-item {
  padding-left: 20px;
  text-align: left !important;
}
.service-adv a.adv-item {
  display: block;
}
.service-adv a.adv-item .adv-title span {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
.service-adv a.adv-item:hover .adv-title span {
  background: none;
}
.service-adv .adv-icon {
  transition: transform 0.3s ease;
  width: 107px;
  height: 107px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 39px;
  text-align: center;
  transform-origin: 50% 100%;
}
.service-adv .adv-icon:not(.no-border) {
  border: 2px #242424 solid;
  border-radius: 50%;
}
.service-adv .adv-icon .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .service-adv .adv-icon {
    margin-right: 20%;
    margin-bottom: 29px;
    transform: scale(0.8) !important;
  }
}
.service-adv .adv-icon .count {
  width: 23px;
  height: 23px;
  position: absolute;
  top: -3px;
  right: 10px;
  color: #fff;
  font: bold 16px/23px 'Muller', Arial, sans-serif;
  text-align: center;
  background: #f54040;
  border-radius: 50%;
}
.service-adv .adv-title {
  padding-bottom: 10px;
  font: bold 20px/1.2 'Effra', Arial, sans-serif;
}
.blind-font-2 .service-adv .adv-title {
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 0;
}
@media (max-width: 499px) {
  .blind-font-2 .service-adv .adv-title {
    font-size: 20px;
  }
}
.blind-font-3 .service-adv .adv-title {
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 0;
}
@media (max-width: 499px) {
  .blind-font-3 .service-adv .adv-title {
    font-size: 24px;
  }
}
.blind .service-adv .adv-title {
  position: relative;
}
.blind .service-adv .adv-title:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: -16px;
  background: #000;
  border-radius: 50%;
}
.blind-font-2 .service-adv .adv-title:before {
  width: 8px;
  height: 8px;
  top: 8px;
  left: -18px;
}
.blind-font-3 .service-adv .adv-title:before {
  width: 8px;
  height: 8px;
  top: 11px;
  left: -18px;
}
@media (max-width: 499px) {
  .blind-font-3 .service-adv .adv-title:before {
    top: 7px;
  }
}
.blind-color-3 .service-adv .adv-title:before {
  background: #063462;
}
.service-adv .adv-desc {
  color: #666;
  font: 15px/24px 'Muller', Arial, sans-serif;
}
.blind-color-2 .service-adv .adv-desc {
  color: #000;
}
.blind-color-3 .service-adv .adv-desc {
  color: #063462;
}
.blind-font-2 .service-adv .adv-desc {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .service-adv .adv-desc {
    font-size: 20px;
  }
}
.blind-font-3 .service-adv .adv-desc {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .service-adv .adv-desc {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .service-adv.can-float {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .service-adv.can-float.floating {
    width: 100vw;
    height: 80px;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    z-index: 50;
    background: #fff;
    border-top: 1px solid #f2f2f2;
  }
  .blind .service-adv.can-float.floating {
    display: none;
  }
  .service-adv.can-float.floating .grid-row {
    justify-content: space-between;
  }
  .service-adv.can-float.floating .adv-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: auto;
    margin: auto;
  }
  .service-adv.can-float.floating .adv-item:hover .adv-title span {
    background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 100% no-repeat;
    background-size: 100% 1px;
  }
  .service-adv.can-float.floating .adv-item .adv-title {
    font: bold 15px/1.2 'Muller', Arial, sans-serif;
    display: inline-block;
    padding-bottom: 0;
  }
  .service-adv.can-float.floating .adv-item .adv-title span {
    background-size: 0;
  }
  .service-adv.can-float.floating .adv-item .adv-icon {
    width: 95px;
    height: 95px;
    margin: 0;
    transform: scale(0.6);
    bottom: 22px;
  }
}
/****
 * Блок со слайдером докторов
 ****/
.service-doctors {
  position: relative;
  height: 680px;
  margin-bottom: 80px;
  background: #f2f2f2;
  overflow: hidden;
}
@media (max-width: 999px) {
  .service-doctors {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .service-doctors.alone .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .service-doctors.alone .slide {
    width: 100% !important;
  }
  .service-doctors.alone .slide img.front {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-doctors .container {
  height: 100%;
}
.service-doctors .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50% 50% no-repeat;
  filter: blur(1px);
}
.service-doctors .hole {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50% 50% no-repeat;
  z-index: 1;
  opacity: 0.6;
}
.service-doctors img {
  position: relative;
  z-index: 1;
}
.service-doctors .info-block {
  position: relative;
  max-width: 270px;
  padding-top: 150px;
  z-index: 1;
}
.service-doctors .info-block .slide-title {
  padding-bottom: 38px;
  font-size: 44px;
}
.service-doctors .info-block .name {
  font: bold 34px/1.294 'Effra', Arial, sans-serif;
}
@media (max-width: 499px) {
  .service-doctors .info-block .name {
    font-size: 20px;
  }
}
.service-doctors .info-block .slide-text {
  padding: 6px 0 14px;
  color: #242424;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
@media (max-width: 499px) {
  .service-doctors .info-block .slide-text {
    font-size: 15px;
    line-height: 1.2;
  }
}
.service-doctors .info-block .exp {
  font: bold 18px/1.2 'Muller', Arial, sans-serif;
}
@media (max-width: 499px) {
  .service-doctors .info-block .exp {
    font-size: 15px;
  }
}
.service-doctors .info-block .slick-arrow {
  height: 50px;
  top: 100%;
  left: -5px;
  margin-top: 25px;
}
.service-doctors .info-block .slick-arrow.slick-next {
  left: 30px;
}
.service-doctors .info-block .slick-arrow.slick-next:before {
  margin-top: -15px;
}
@media (max-width: 767px) {
  .service-doctors .info-block .slick-arrow {
    width: 72px;
    height: 425px;
    top: -26px;
  }
  .service-doctors .info-block .slick-arrow.slick-prev {
    left: -20px;
  }
  .service-doctors .info-block .slick-arrow.slick-next {
    left: auto;
    right: -20px;
  }
}
.service-doctors .slider-doctors-images {
  position: absolute;
  bottom: 0;
  right: -81px;
  width: 820px;
}
@media (max-width: 1020px) {
  .service-doctors .slider-doctors-images {
    right: -100px;
  }
}
@media (max-width: 999px) {
  .service-doctors .slider-doctors-images {
    right: -300px;
  }
}
@media (max-width: 910px) {
  .service-doctors .slider-doctors-images {
    right: -320px;
  }
}
@media (max-width: 850px) {
  .service-doctors .slider-doctors-images {
    right: -350px;
  }
}
@media (max-width: 770px) {
  .service-doctors .slider-doctors-images {
    right: -390px;
  }
}
.service-doctors .slider-doctors-images .slide {
  width: 390px;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.service-doctors .slider-doctors-images .slide img {
  position: absolute;
  top: 0;
  left: 0;
}
.service-doctors .slider-doctors-images .slide img.blurred {
  filter: blur(3px);
}
.service-doctors .slider-doctors-images .slide img.front {
  transition: opacity 0.2s ease;
}
.service-doctors .slider-doctors-images .slide:not(.slick-current) .front {
  opacity: 0;
}
@media (max-width: 999px) {
  .service-doctors .bg,
  .service-doctors .hole {
    width: calc(100% + 250px);
  }
}
@media (max-width: 850px) {
  .service-doctors .slider-doctors-images {
    right: -404px;
  }
}
@media (max-width: 767px) {
  .service-doctors {
    height: auto;
    margin-bottom: 30px;
    background: transparent;
  }
  .service-doctors .bg,
  .service-doctors .hole {
    width: 100%;
    height: 420px;
    left: 0;
    background-size: auto 100%;
  }
  .service-doctors .info-block {
    max-width: 100%;
    padding-top: 450px;
  }
  .service-doctors .slide-title {
    display: none;
  }
  .service-doctors .slider-doctors-images {
    width: 100%;
    top: 99px;
    right: 0;
  }
  .service-doctors .slider-doctors-images .slide {
    height: 320px;
  }
  .service-doctors .slider-doctors-images .slide img {
    height: 107%;
  }
  .service-doctors .slick-dots {
    padding-top: 30px;
  }
}
@media (max-width: 599px) {
  .service-doctors .bg,
  .service-doctors .hole {
    height: 350px;
  }
  .service-doctors .info-block {
    max-width: 100%;
    padding-top: 370px;
  }
  .service-doctors .slider-doctors-images {
    top: 89px;
  }
  .service-doctors .slider-doctors-images .slide {
    height: 260px;
  }
}
@media (max-width: 600px) {
  .service-doctors .slider-doctors-images .slide img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-doctors-mobile-title {
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .block-doctors-mobile-title {
    display: none;
  }
}
.block-doctors-mobile-title h2 {
  font: bold 44px/1.176 'Effra', Arial, sans-serif;
}
@media (max-width: 599px) {
  .block-doctors-mobile-title h2 {
    font-size: 34px;
  }
}
.is-mac .service-doctors .info-block .name.lined,
.is-ios .service-doctors .info-block .name.lined {
  background-position-y: 88%;
}
/****
 * Карточка результата поиска
 ****/
.result-card {
  border-top: 1px #e6e6e6 solid;
  padding: 37px 5px 37px 0;
}
.result-card:last-child {
  border-bottom: 1px #e6e6e6 solid;
}
.blind-font-2 .result-card,
.blind-font-3 .result-card {
  border-width: 2px;
}
.blind-color-2 .result-card {
  border-color: #000 !important;
}
.blind-color-3 .result-card {
  border-color: #063462 !important;
}
@media (max-width: 767px) {
  .result-card {
    padding: 29px 0 37px;
  }
}
.result-card .result-title {
  font: bold 24px 'Effra', Arial, sans-serif;
}
.blind-font-2 .result-card .result-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .result-card .result-title {
    font-size: 26px;
  }
}
.blind-font-3 .result-card .result-title {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .result-card .result-title {
    font-size: 30px !important;
  }
}
.result-card .result-text {
  font: 18px/27px 'Muller', Arial, sans-serif;
  color: #666;
  margin-bottom: 15px;
  padding-top: 7px;
}
.blind-font-2 .result-card .result-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .result-card .result-text {
    font-size: 20px;
  }
}
.blind-font-3 .result-card .result-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .result-card .result-text {
    font-size: 24px;
  }
}
.blind-color-2 .result-card .result-text {
  color: #000;
}
.blind-color-3 .result-card .result-text {
  color: #063462;
}
.result-card b {
  padding: 2px 5px 5px;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(45deg, #5783c1 1%, #65afde 30%, #efb0c3 100%);
}
.blind-color-2 .result-card b {
  color: #fff;
  background: #000;
}
.blind-color-3 .result-card b {
  color: #9dd1ff;
  background: #063462;
}
/*
 * Блок прикрепления файлов
 */
.popup .attach-files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 10px 35px;
}
.popup .attach-files .small {
  font: 15px 'Effra', Arial, sans-serif;
}
.popup .attach-files.has-files .invitation {
  display: none;
}
.popup .attach-files .invitation {
  padding-left: 25px;
  position: relative;
}
.popup .attach-files .invitation input[type=file] {
  display: none;
}
.popup .attach-files .invitation a.invitation-header {
  font: bold 18px/24px 'Effra', Arial, sans-serif;
  color: #666;
}
.popup .attach-files .invitation a.invitation-header i {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #666;
  border-radius: 50px;
}
.popup .attach-files .invitation a.invitation-header i:before,
.popup .attach-files .invitation a.invitation-header i:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popup .attach-files .invitation a.invitation-header i:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.popup .attach-files .invitation .conditions {
  font: 16px/1.2 'Effra', Arial, sans-serif;
  color: #ccc;
  padding-top: 10px;
}
.popup .attach-files .attached-file {
  border: 1px #ccc solid;
  position: relative;
  padding: 15px 45px 15px 55px;
  width: 147px;
  margin-right: 10px;
  display: none;
}
.popup .attach-files .attached-file:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 30px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -465px -181px no-repeat;
  left: 18px;
  top: 20px;
}
.popup .attach-files .attached-file .remove-file {
  position: absolute;
  right: 0;
  height: 100%;
  width: 45px;
  top: 0;
}
.popup .attach-files .attached-file .remove-file:before,
.popup .attach-files .attached-file .remove-file:after {
  content: '';
  position: absolute;
  transition: transform 0.5s ease;
  width: 18px;
  height: 1px;
  background: #242424;
  top: 50%;
  left: 9px;
  z-index: 99;
  transform: rotate(45deg);
}
.popup .attach-files .attached-file .remove-file:hover:before {
  transform: rotate(135deg);
}
.popup .attach-files .attached-file .remove-file:hover:after {
  transform: rotate(405deg);
}
.popup .attach-files .attached-file .remove-file:after {
  transform: rotate(135deg);
}
.popup .attach-files .filename {
  font: bold 15px 'Muller', Arial, sans-serif;
  word-wrap: break-word;
}
.popup .attach-files .filesize {
  font: 15px 'Muller', Arial, sans-serif;
}
.popup .attach-files.filled .attached-file {
  display: block;
}
/****
 * Блок о клинике на главной
 ****/
.section-about {
  padding: 60px 0 40px;
}
@media (max-width: 999px) {
  .section-about {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-about {
    padding-bottom: 0;
  }
  .section-about .col-xs-12:first-child {
    order: 2;
  }
  .section-about .col-xs-12:last-child {
    order: 1;
  }
}
.section-about .slider {
  position: relative;
  z-index: 2;
}
.section-about .slide-text {
  max-width: 420px;
}
.section-about ul {
  padding-top: 46px;
}
@media (max-width: 767px) {
  .section-about ul {
    padding-top: 24px;
  }
}
.section-about .figures {
  position: relative;
  max-width: 460px;
  margin: auto;
}
@media (max-width: 767px) {
  .section-about .figures {
    padding: 40px 0 30px;
  }
}
.section-about .shape-front {
  position: relative;
  z-index: 1;
}
.section-about .shape-back {
  position: absolute;
  top: -30px;
  left: 51px;
}
.section-about .shape-back .shape {
  position: relative;
  top: 20px;
  height: 400px;
}
@media (max-width: 767px) {
  .section-about .shape-back {
    top: -10px;
    left: 0;
  }
}
@media (max-width: 599px) {
  .section-about .shape-back {
    top: 0;
    transform: scale(1.5) translate(50px, 40px);
  }
}
@media (min-width: 768px) {
  .section-about .shape-back svg {
    width: 176%;
  }
}
.is-ie .section-about .figures .shape {
  height: 400px;
}
@media (max-width: 767px) {
  .is-mobile.is-ios .section-about .shape-back {
    left: 0;
    top: 0;
    width: 150%;
  }
}
@media (max-width: 599px) {
  .is-mobile.is-ios .section-about .shape-back {
    left: 5px;
    top: 10px;
    width: 100%;
  }
}
/****
 * Карточка c wave разделителем
 ****/
@media (max-width: 499px) {
  .wave-card .wave-text .btn {
    width: 100%;
  }
}
.wave-card.contact-card {
  margin-bottom: 40px;
}
.wave-card.contact-card .description-block {
  height: 350px;
}
@media (max-width: 999px) and (min-width: 500px) {
  .wave-card.contact-card .description-block {
    padding-bottom: 350px;
  }
}
.wave-card.contact-card .description-block .wave-text {
  width: 450px;
  font: 18px/30px 'Muller', Arial, sans-serif;
  color: #666;
}
@media (max-width: 999px) {
  .wave-card.contact-card .description-block .wave-text {
    width: 100%;
  }
}
.wave-card.contact-card .description-block .wave-text:after {
  right: -36px;
}
.wave-card.contact-card .description-block .wave-text .wave-icons {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
@media (max-width: 499px) {
  .wave-card.contact-card .description-block .wave-text .wave-icons .figure-icon {
    margin-left: 20px;
  }
}
.wave-card.contact-card .description-block .wave-text .wave-icons .figure-icon:not(:hover) path {
  fill: #999;
}
.wave-card.contact-card .description-block .wave-text .description {
  margin-bottom: 10px;
  line-height: 34px;
}
.wave-card.contact-card .description-block .wave-picture {
  background-size: cover;
}
.wave-card .wave-name {
  font: bold 34px 'Effra', Arial, sans-serif;
  margin-bottom: 27px;
  margin-top: 80px;
}
@media (max-width: 499px) {
  .wave-card .wave-name {
    font-size: 28px;
    margin-top: 35px;
  }
}
.wave-card .schedule-title {
  font: bold 18px/24px 'Muller', Arial, sans-serif;
  color: #666;
}
.wave-card .desc-phone {
  color: #666;
}
.wave-card .desc-phone:hover {
  color: #242424;
}
.wave-card .desc-phone.visible-md {
  display: none;
}
@media (max-width: 767px) {
  .wave-card .desc-phone {
    display: none;
  }
  .wave-card .desc-phone.visible-md {
    display: inline-block;
  }
}
.wave-card .description-block {
  position: relative;
  text-align: right;
  margin-bottom: 25px;
  height: 300px;
}
@media (max-width: 999px) {
  .wave-card .description-block {
    padding-bottom: 300px;
  }
}
.wave-card .description-block .wave-picture {
  height: 100%;
  width: 100%;
  z-index: -1;
  background: no-repeat 100% 0;
}
@media (max-width: 999px) {
  .wave-card .description-block .wave-picture {
    background-size: cover;
  }
}
.wave-card .description-block .wave-text {
  position: absolute;
  top: 0;
  height: 100%;
  width: 455px;
  font: 15px 'Muller', Arial, sans-serif;
  text-align: left;
  background: #f2f2f2;
  z-index: 5;
  padding: 45px 40px;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  .wave-card .description-block .wave-text {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .wave-card .description-block .wave-text {
    padding: 55px 20px;
  }
}
.wave-card .description-block .wave-text:after {
  content: '';
  position: absolute;
  width: 40px;
  height: calc(100% + 1px);
  top: -1px;
  right: -36px;
  background: url('/local/css/../images/wave/wave.svg') 0 0 no-repeat;
  background-size: auto 100%;
}
@media (max-width: 999px) {
  .wave-card .description-block .wave-text:after {
    display: none;
  }
}
.wave-card .description-block .wave-text .subtitle {
  font: bold 24px 'Effra', Arial, sans-serif;
}
@media (max-width: 499px) {
  .wave-card .description-block .wave-text .subtitle {
    font-size: 20px;
  }
}
.wave-card .description-block .wave-text .description {
  margin-bottom: 23px;
  line-height: 24px;
}
.wave-card .wave-tags {
  margin-bottom: 60px;
}
.wave-card .wave-tags a {
  font: 18px/36px 'Muller', Arial, sans-serif;
  color: #666;
}
.wave-card.contact-card {
  margin-bottom: 40px;
}
.wave-card.contact-card .slider-standard {
  padding-bottom: 0;
}
@media (max-width: 999px) {
  .wave-card.contact-card .description-block {
    padding-bottom: 350px;
  }
}
.wave-card.contact-card .description-block .wave-text {
  width: 450px;
  padding-bottom: 75px;
  font: 16px/30px 'Muller', Arial, sans-serif;
  color: #666;
}
@media (max-width: 999px) {
  .wave-card.contact-card .description-block .wave-text {
    width: 100%;
  }
}
.wave-card.contact-card .description-block .wave-text:after {
  width: 37px;
  height: 100%;
  left: auto;
  margin: 0;
  right: -35px;
  background-size: 575px;
}
.wave-card.contact-card .description-block .wave-text .wave-icons {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
@media (max-width: 499px) {
  .wave-card.contact-card .description-block .wave-text .wave-icons .figure-icon {
    margin-left: 20px;
  }
}
.wave-card.contact-card .description-block .wave-text .wave-icons .figure-icon:not(:hover) path {
  fill: #999;
}
.wave-card.contact-card .description-block .wave-text .description {
  margin-bottom: 10px;
  line-height: 24px;
}
.is-mac .wave-card .wave-name .lined,
.is-ios .wave-card .wave-name .lined {
  background-position-y: 88%;
}
.is-ie .wave-card .description-block .wave-text:after {
  left: 99%;
}
/****
 * Таблица с ценами
 ****/
.price {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .price {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.price .department.show > .department-name:before {
  transform: translateY(-75%) rotate(180deg);
}
@media (min-width: 600px) {
  .price .department.subsection .department-name {
    padding: 10px 15px 10px 75px;
  }
  .price .department.subsection .department-name:before {
    left: 45px;
  }
  .price .department.subsection .price-row {
    padding-left: 75px !important;
  }
}
.price .department .department-name {
  transition: all 0.2s ease;
  padding: 10px 40px 10px 45px;
  position: relative;
  display: block;
  border-top: 1px solid black;
  border-bottom: none;
}
.blind-color-3 .price .department .department-name {
  border-top: 1px solid #063462;
}
.price .department .department-name:hover {
  opacity: 0.75;
  cursor: pointer;
  background: linear-gradient(to right, #ebeff5, #fbf4e1, #fbe7e0, #faeae6);
  border-color: #000;
}
.blind-color-3 .price .department .department-name:hover {
  color: #9dd1ff !important;
  background: #063462 !important;
  border-color: #063462;
}
.blind-color-3 .price .department .department-name:hover::before {
  border-top: 6px solid #9dd1ff;
}
.blind-color-3 .price .department .department-name:hover.show::before {
  border-bottom: 6px solid #9dd1ff;
}
.price .department .department-name:before {
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  top: 50%;
  transform: translateY(-25%);
  left: 15px;
  border: 6px solid transparent;
  border-top: 6px solid #000;
}
.price .department .department-name .action-badge {
  position: absolute;
  top: 13px;
  right: -9px;
  cursor: default;
}
@media (max-width: 767px) {
  .price .department .department-name .action-badge {
    top: 11px;
  }
}
.price .department .department-wrapper {
  overflow: hidden;
  display: none;
}
.price .department .department-wrapper .row-wrapper:first-child .price-row {
  border-top: 1px solid #000;
}
.price .department .department-wrapper .row-wrapper .price-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 15px 10px 46px;
}
.blind-color-3 .price .department .department-wrapper .row-wrapper .price-row {
  border-bottom: 1px solid #063462;
}
@media (max-width: 599px) {
  .blind-font-3 .price .department .department-wrapper .row-wrapper .price-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .price .department .department-wrapper .row-wrapper .price-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.price .department .department-wrapper .row-wrapper .price-row:hover {
  background: linear-gradient(to right, #ebeff5, #fbf4e1, #fbe7e0, #faeae6);
}
.blind-color-3 .price .department .department-wrapper .row-wrapper .price-row:hover {
  color: #9dd1ff !important;
  background: #063462 !important;
  border-color: #063462;
}
.price .department .department-wrapper .row-wrapper .price-row.has-description {
  cursor: pointer;
}
.price .department .department-wrapper .row-wrapper .price-row .info {
  padding-left: 65px;
  position: relative;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .blind-font-3 .price .department .department-wrapper .row-wrapper .price-row .info {
    margin-top: 10px;
    padding-left: 30px;
  }
  .blind-font-3 .price .department .department-wrapper .row-wrapper .price-row .info .description-btn {
    left: 0;
  }
}
.price .department .department-wrapper .row-wrapper .price-row .info .description-btn,
.price .department .department-wrapper .row-wrapper .price-row .info .cost {
  display: inline-block;
}
.price .department .department-wrapper .row-wrapper .price-row .info .description-btn {
  position: absolute;
  left: 20px;
  border: none;
}
.price .department .department-wrapper .row-wrapper .price-row .info .description-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -62px -487px no-repeat;
}
.price .department .department-wrapper .row-wrapper .price-row .info .description-btn:hover {
  opacity: 0.5;
}
.blind-font-3 .price .department .department-wrapper .row-wrapper .price-row .info .description-btn {
  color: transparent !important;
}
.blind-color-3 .price .department .department-wrapper .row-wrapper .price-row .info .description-btn {
  filter: grayscale(100%) sepia(100%) hue-rotate(170deg);
}
.price .department .department-wrapper .row-wrapper > .description {
  position: relative;
  border-bottom: 1px solid black;
  padding: 10px 15px;
  display: none;
}
.price .department .department-wrapper .row-wrapper > .description:hover {
  background: linear-gradient(to right, #ebeff5, #fbf4e1, #fbe7e0, #faeae6);
}
.blind-color-3 .price .department .department-wrapper .row-wrapper > .description:hover {
  color: #9dd1ff;
  background: #063462 !important;
}
.price .department .department-wrapper .more-wrapper .show-more {
  padding: 10px 15px 10px 35px;
  display: block;
  position: relative;
  border-bottom: none;
  font-weight: normal;
}
.price .department .department-wrapper .more-wrapper .show-more:before,
.price .department .department-wrapper .more-wrapper .show-more:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  transition: all 0.2s ease;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: #000;
}
.price .department .department-wrapper .more-wrapper .show-more:after {
  transform: translateY(-50%) rotate(90deg);
}
.price .department .department-wrapper .more-wrapper.show .show-more:before {
  width: 0;
  height: 0;
}
.price .department .department-wrapper .more-wrapper.show .show-more:after {
  transform: translateY(-50%) rotate(360deg);
}
.price .department .department-wrapper .more-wrapper .more-services {
  display: none;
}
.price .name-wrap {
  display: inline-block;
  margin-right: 20px;
}
.price .action-service {
  display: inline-block;
  color: #666;
  font: 16px/1.2 'Muller', Arial, sans-serif;
  text-decoration: underline;
  border: 0;
}
.price .action-service:hover {
  text-decoration: none;
}
.price .action-row {
  position: relative;
  background: linear-gradient(to right, #eaeef4 1%, #faf4e3 40%, #fce7e2 100%);
}
.price .action-badge {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  top: -2px;
  margin: 0 25px 0 0;
  text-align: center;
  color: #fff;
  font: 12px/20px 'Muller', Arial, sans-serif;
  background: #fa413f;
  border: 0;
  border-radius: 50%;
}
.alt .price .department .department-name:hover,
.alt .price .department .department-wrapper .row-wrapper .price-row:hover,
.alt .price .department .department-wrapper .row-wrapper > .description:hover {
  background: linear-gradient(to right, #a7d2f4, #39adea);
}
/****
 * Тултип
 ****/
.tooltip-wrap {
  position: relative;
}
.tooltip-wrap.show .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
.tooltip {
  transition: all 0.2s ease;
  width: 180px;
  min-height: 20px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  font: 15px 'Muller', Arial, sans-serif;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(20px);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .tooltip {
    width: 135px;
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tooltip:not(.bubble-tooltip) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: auto;
    padding: 20px;
    bottom: auto;
    font-size: 15px;
    z-index: 101;
  }
  .tooltip:not(.bubble-tooltip):before,
  .tooltip:not(.bubble-tooltip):after {
    display: none;
  }
}
.tooltip:before {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
.tooltip:after {
  width: 20px;
  height: 12px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  background: #fff;
}
.tooltip.tooltip-bottom {
  top: 100%;
  bottom: auto;
  margin-top: 20px;
}
.tooltip.tooltip-bottom:before {
  top: -6px;
}
.tooltip.tooltip-bottom:after {
  top: 0;
}
/**
 * Тултипы словаря
 */
.glossary {
  position: relative;
  border-radius: 4px;
  background: rgba(249, 227, 166, 0.5);
}
.glossary .glossary {
  background: transparent;
  pointer-events: none;
  cursor: text;
}
.glossary .glossary .glossary-text {
  opacity: 0 !important;
  visibility: hidden !important;
}
.blind .glossary {
  background: transparent;
  pointer-events: none;
  cursor: text;
}
.blind .glossary .glossary-text {
  opacity: 0 !important;
  visibility: hidden !important;
}
.glossary .glossary-text {
  transition: all 0.2s ease;
  transition-delay: 0.3s;
  position: absolute;
  width: 260px;
  left: 50%;
  bottom: 100%;
  margin: 0 0 10px -130px;
  padding: 15px 20px;
  color: #242424;
  font: 13px/22px 'Muller', Arial, sans-serif;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
@media (max-width: 599px) {
  .glossary .glossary-text {
    position: fixed;
    width: 300px;
    top: 50%;
    bottom: auto;
    margin: 0 0 0 -150px;
    transform: translateY(-50%) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    z-index: 50;
  }
}
.glossary .glossary-text .glossary {
  padding: 0;
}
.glossary:hover .glossary-text {
  opacity: 1;
  visibility: visible;
  transform: none;
}
/**
 * Map Bubble
 */
.bubble {
  padding: 20px 10px 10px 10px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.bubble .figure-icon {
  margin: 0 8px;
}
.bubble .bubble-header {
  font: bold 24px 'Effra', Arial, sans-serif;
  margin-bottom: 12px;
}
.bubble .bubble-header .lined {
  background-position-y: 82%;
}
.bubble .bubble-props {
  padding-bottom: 8px;
  font: 15px/24px 'Muller', Arial, sans-serif;
}
.bubble .bubble-props .prop {
  position: relative;
  padding-left: 31px;
  margin-bottom: 13px;
}
.bubble .bubble-props .prop:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
}
.bubble .bubble-props .prop.schedule:before {
  width: 18px;
  height: 18px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -164px -513px no-repeat;
  margin-bottom: 13px;
}
.bubble .bubble-props .prop.schedule .schedule-label {
  font-weight: bold;
}
.bubble .bubble-props .prop.address:before {
  width: 14px;
  height: 18px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -146px -513px no-repeat;
}
.bubble .bubble-props .prop.phone:before {
  width: 20px;
  height: 17px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -199px -455px no-repeat;
}
.bubble .bubble-icons {
  text-align: center;
}
.bubble .bubble-icons .figure-icon:not(:hover) path {
  fill: #999;
}
.bubble .bubble-close {
  width: 29px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
}
.bubble .bubble-close:before,
.bubble .bubble-close:after {
  transition: transform 0.5s ease;
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -19px;
  background: #ccc;
  transform: rotate(45deg);
}
.bubble .bubble-close:after {
  transform: rotate(-45deg);
}
.bubble .bubble-close:hover:before,
.bubble .bubble-close:hover:after {
  background: #242424;
  transform: rotate(135deg);
}
.bubble .bubble-close:hover:after {
  transform: rotate(405deg);
}
/****
 * Пагинатор
 ****/
.pager {
  width: 100%;
  color: #000;
  position: relative;
  font: 20px 'Effra', Arial, sans-serif;
  text-align: center;
  margin: 40px 0 75px;
  backface-visibility: hidden;
}
@media (max-width: 770px) {
  .pager {
    margin: 40px 0 10px;
  }
}
.pager li.active span {
  background: linear-gradient(to right top, #79b9e1, #bbb4d1, #e5b0c6);
  border-radius: 50px;
  color: #fff;
}
.blind-color-2 .pager li.active span {
  background: #000 !important;
}
.blind-color-3 .pager li.active span {
  color: #9dd1ff !important;
  background: #063462 !important;
}
.pager a,
.pager span {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #000;
  text-align: center;
  line-height: 46px;
  backface-visibility: hidden;
}
.blind-font-2 .pager a,
.blind-font-2 .pager span {
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 56px;
}
.blind-font-3 .pager a,
.blind-font-3 .pager span {
  width: 56px;
  height: 56px;
  font-size: 34px;
  line-height: 64px;
}
.pager li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
  backface-visibility: hidden;
}
.pager li:not(.active):not(.arrow) {
  transition: all 0.2s ease;
}
.pager li:not(.active):not(.arrow):hover {
  transform: translateY(-5px);
}
.pager .arrow a {
  position: relative;
  display: inline-block;
}
.pager .arrow a::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 13px;
  border: 3px solid #000;
  transform: rotate(45deg);
}
.blind-color-3 .pager .arrow a::before {
  border: 3px solid #063462;
}
.blind-font-2 .pager .arrow a::before {
  top: 17px;
}
.blind-font-3 .pager .arrow a::before {
  top: 20px;
}
.pager .arrow a.prev {
  margin-right: 10px;
}
.pager .arrow a.next {
  margin-left: 15px;
}
.pager .arrow a.prev::before {
  border-right: 0;
  border-top: 0;
  left: 50%;
}
.pager .arrow a.next::before {
  border-left: 1px;
  border-bottom: 1px;
}
.pager .arrow a.prev:hover::before {
  transition: all 0.2s ease;
  transform: rotate(45deg) translate(-5px, 5px);
}
.pager .arrow a.next:hover::before {
  transition: all 0.2s ease;
  transform: rotate(45deg) translate(5px, -5px);
}
@media (max-width: 499px) {
  .pager li:not(.arrow):not(.active) {
    display: none;
  }
}
@media (max-width: 320px) {
  .pager li:not(.arrow):not(.active) {
    display: none;
  }
}
html.alt .pager li.active span {
  background: #019be3;
}
.is-mac .blind-font-2 .pager a,
.is-ios .blind-font-2 .pager a,
.is-mac .blind-font-2 .pager span,
.is-ios .blind-font-2 .pager span {
  line-height: 50px;
}
.is-mac .blind-font-3 .pager a,
.is-ios .blind-font-3 .pager a,
.is-mac .blind-font-3 .pager span,
.is-ios .blind-font-3 .pager span {
  line-height: 58px;
}
/**
 * Стили для формы на текстовой странице
 */
.blind-panel {
  display: none;
  width: 100%;
  z-index: 500;
  background: #333;
  filter: grayscale(0);
}
.blind .blind-panel {
  display: block;
}
.blind-panel .blind-panel-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  padding: 25px 0 0;
}
@media (max-width: 999px) {
  .blind-panel .blind-panel-content {
    justify-content: space-between;
    padding-top: 16px;
  }
}
@media (max-width: 540px) {
  .blind-panel .blind-panel-content {
    justify-content: center;
  }
}
.blind-panel .blind-panel-item {
  display: inline-block;
  vertical-align: bottom;
}
.blind-panel .blind-panel-fonts {
  display: none;
  margin: 0 39px 0 15px;
  padding-bottom: 15px;
}
@media (max-width: 999px) {
  .blind-panel .blind-panel-fonts {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 540px) {
  .blind-panel .blind-panel-fonts {
    margin: 0 0 10px 0;
  }
}
.blind-panel .blind-panel-font {
  width: 33px;
  height: 33px;
  margin-right: 20px;
  color: #fff !important;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 999px) {
  .blind-panel .blind-panel-font {
    margin-right: 14px;
  }
}
.blind-panel .blind-panel-font.active {
  color: #333 !important;
  background: #fff;
  cursor: default;
}
.blind-panel .blind-panel-font.v-2 {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: -4px;
}
.blind-panel .blind-panel-font.v-3 {
  width: 58px;
  height: 58px;
  position: relative;
  top: 4px;
  font-size: 54px;
  line-height: 58px;
}
.blind-panel .blind-panel-colors {
  margin-right: 58px;
  padding-bottom: 15px;
}
@media (max-width: 999px) {
  .blind-panel .blind-panel-colors {
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .blind-panel .blind-panel-colors {
    margin: 0 0 10px 0;
  }
}
.blind-panel .blind-panel-color {
  width: 62px;
  height: 55px;
  position: relative;
  margin-right: 26px;
  font-size: 30px;
  font-weight: bold;
  line-height: 63px;
  text-align: center;
  background: linear-gradient(to right, #efb0c3 0%, #eda153 100%);
  border: 1px #000 solid;
  border-bottom-width: 6px;
}
@media (max-width: 999px) {
  .blind-panel .blind-panel-color {
    margin-right: 16px;
  }
}
.blind-panel .blind-panel-color:before {
  content: '';
  position: absolute;
  display: none;
  width: calc(100% + 2px);
  height: calc(100% + 7px);
  top: 50%;
  left: 50%;
  margin-top: 2px;
  color: #333 !important;
  border: 8px #fff solid;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
.blind-panel .blind-panel-color.v-2 {
  color: #333 !important;
  background: #fff;
}
.blind-panel .blind-panel-color.v-3 {
  color: #063462;
  border-color: #063462;
  background: #9dd1ff;
}
.blind-panel .blind-panel-color.active {
  cursor: default;
}
.blind-panel .blind-panel-color.active:before {
  display: block;
}
.blind-panel .blind-panel-images {
  padding-bottom: 17px;
}
.blind-panel .blind-panel-image {
  color: #fff !important;
}
.blind-panel .blind-panel-image:hover span {
  border-color: transparent;
}
.blind-panel .blind-panel-image .icon {
  width: 62px;
  height: 62px;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  background: #000;
  border: 6px #fff solid;
  border-radius: 2px;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
}
.blind-panel .blind-panel-image .icon:before,
.blind-panel .blind-panel-image .icon:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -35px;
  background: #fff;
  transform: rotate(45deg);
}
.blind-panel .blind-panel-image .icon:after {
  transform: rotate(-45deg);
}
.blind-panel .blind-panel-image .icon .icon-image {
  width: 56px;
  height: 43px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -100px -249px no-repeat;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blind-panel .blind-panel-image .image-text {
  display: inline-block;
  padding-top: 15px;
  font-size: 24px;
  vertical-align: top;
}
@media (max-width: 999px) {
  .blind-panel .blind-panel-image .image-text {
    max-width: 160px;
    padding-top: 1px;
  }
}
.blind-panel .blind-panel-image .image-text span {
  border-bottom: 1px dashed;
}
.blind-panel .blind-panel-image .to-show-text {
  display: none;
}
.blind-panel .blind-panel-image.active .icon {
  background: #fff;
  border-width: 2px;
  border-color: #000;
  overflow: visible;
}
.blind-panel .blind-panel-image.active .icon:before,
.blind-panel .blind-panel-image.active .icon:after {
  display: none;
}
.blind-panel .blind-panel-image.active .icon .icon-image {
  display: block;
}
.blind-panel .blind-panel-image.active .to-hide-text {
  display: none;
}
.blind-panel .blind-panel-image.active .to-show-text {
  display: inline-block;
}
/**
 * Рейтинг
 */
.rating-stars {
  margin: 29px 0 18px;
  padding: 23px 0 6px;
  border-top: 1px #d1d1d1 solid;
  border-bottom: 1px #d1d1d1 solid;
  overflow: hidden;
}
.blind .rating-stars {
  padding: 28px 0 17px;
  border: 0;
}
.blind .rating-stars .col-xs-12 {
  width: 100%;
}
.blind-font-1 .rating-stars {
  padding-bottom: 8px;
}
.blind-color-2 .rating-stars {
  margin-bottom: 40px;
  background: #000;
}
.blind-color-3 .rating-stars {
  margin-bottom: 40px;
  padding: 28px 0 23px;
  background: #063462;
}
.rating-stars .rating-stars-mine,
.rating-stars .rating-stars-result {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.rating-stars .rating-stars-label {
  margin-right: 20px;
  color: #242424;
  font: bold 16px/1.2 'Muller', Arial, sans-serif;
  letter-spacing: 0.6px;
}
@media (max-width: 499px) {
  .rating-stars .rating-stars-label {
    margin-bottom: 3px;
  }
  .rating-stars .rating-stars-label > span {
    display: block;
  }
}
.blind-font-2 .rating-stars .rating-stars-label {
  padding-bottom: 10px;
  font-size: 24px;
}
.blind-font-3 .rating-stars .rating-stars-label {
  padding-bottom: 10px;
  font-size: 32px;
}
.blind-color-2 .rating-stars .rating-stars-label {
  color: #fff;
}
.blind-color-3 .rating-stars .rating-stars-label {
  color: #9dd1ff;
}
.blind-font-2 .rating-stars .rating-stars-bar {
  margin-left: 12px;
}
.blind-font-3 .rating-stars .rating-stars-bar {
  margin-left: 17px;
}
.rating-stars .rating-stars-success {
  display: none;
  color: #242424;
  font: bold 16px/1.2 'Muller', Arial, sans-serif;
}
.blind .rating-stars .rating-stars-mine {
  padding-bottom: 29px;
  margin-bottom: 25px;
  position: relative;
}
.blind .rating-stars .rating-stars-mine:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 1px;
  bottom: 0;
  left: -100%;
  background: #fff;
}
.blind-font-1 .rating-stars .rating-stars-mine {
  padding-bottom: 18px;
}
.blind-font-2 .rating-stars .rating-stars-mine {
  padding-bottom: 26px;
}
.blind-color-3 .rating-stars .rating-stars-mine:before {
  background: #9dd1ff;
}
.rating-stars .rating-stars-mine .br-widget a {
  margin-right: 9px;
}
.blind-font-2 .rating-stars .rating-stars-mine .br-widget a {
  margin-top: 3px;
  margin-right: 20px;
  transform: scale(1.6);
}
.blind-font-3 .rating-stars .rating-stars-mine .br-widget a {
  margin-top: 10px;
  margin-right: 40px;
  transform: scale(2.4);
}
.rating-stars .rating-stars-mine.done .rating-stars-success {
  display: block;
}
.blind-font-2 .rating-stars .rating-stars-mine.done .rating-stars-success {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .rating-stars .rating-stars-mine.done .rating-stars-success {
    font-size: 20px;
  }
}
.blind-font-3 .rating-stars .rating-stars-mine.done .rating-stars-success {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .rating-stars .rating-stars-mine.done .rating-stars-success {
    font-size: 24px;
  }
}
.blind-color-2 .rating-stars .rating-stars-mine.done .rating-stars-success {
  color: #fff;
}
.blind-color-3 .rating-stars .rating-stars-mine.done .rating-stars-success {
  color: #9dd1ff;
}
.rating-stars .rating-stars-mine.done .rating-stars-bar,
.rating-stars .rating-stars-mine.done .rating-stars-label {
  display: none;
}
.rating-stars .rating-stars-result .br-widget a {
  transform: scale(0.8);
}
.blind-font-2 .rating-stars .rating-stars-result .br-widget a {
  margin-top: 3px;
  margin-right: 20px;
  transform: scale(1.6);
}
.blind-font-3 .rating-stars .rating-stars-result .br-widget a {
  margin-top: 10px;
  margin-right: 40px;
  transform: scale(2.4);
}
/**
 * Стили для формы на текстовой странице
 */
.form-text {
  width: 100%;
  max-width: 490px;
  margin: auto;
}
.form-text .form-title {
  font: bold 34px 'Effra', Arial, sans-serif;
  text-align: center;
  padding-bottom: 14px;
}
.form-text .inp {
  position: relative;
}
.form-text .form .error label.error {
  bottom: -6px;
}
.form-text .agreement {
  padding-top: 10px;
}
.form-text .form label:not(.error) {
  margin-top: 10px;
}
/****
 * Карточка врача
 ****/
@media (min-width: 500px) {
  a.doctor-card:hover {
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  }
  .blind a.doctor-card:hover {
    box-shadow: none;
  }
}
a.doctor-card:hover .address-wrap .hover-btn-wrap {
  visibility: visible;
}
.useful-info + .doctor-card {
  margin-top: 40px;
  border-top: 1px #e6e6e6 solid;
}
.doctor-card {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  border-bottom: 1px #e6e6e6 solid;
  border-top: 1px #e6e6e6 solid;
}
.blind-color-2 .doctor-card {
  border-bottom: 1px #242424 solid;
  border-top: 1px #242424 solid;
}
.blind-color-3 .doctor-card {
  border-bottom: 1px #063462 solid;
  border-top: 1px #063462 solid;
}
@media (max-width: 767px) {
  .doctor-card {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 499px) {
  .doctor-card {
    padding: 40px 0 30px;
  }
}
.doctor-card:first-child {
  border-top: 1px #e6e6e6 solid;
}
.blind-color-3 .doctor-card:first-child {
  border-top: 1px #063462 solid;
}
.doctor-card .image {
  position: relative;
  width: 230px;
  flex-basis: 230px;
  flex-shrink: 0;
  margin: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .doctor-card .image {
    margin-right: 0 !important;
  }
}
.doctor-card .image .image-shape .shape {
  height: 233px;
}
.doctor-card .image .image-shape .shape-picture {
  x: 0;
  y: 0;
  width: 400px !important;
  height: 560px;
}
.doctor-card .image .video-trigger {
  transition: transform 0.4s ease;
  width: 56px;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 58px;
  height: 54px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -38px -249px no-repeat;
}
.doctor-card .image .video-trigger:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 24px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -447px -370px no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%) scale(1.1);
}
.doctor-card .image .video-trigger:hover {
  transform: translateY(-3px);
}
.doctor-card .info {
  flex-basis: 100%;
}
.doctor-card .doctor-header {
  width: 100%;
  padding-top: 24px;
  font: bold 24px 'Effra', Arial, sans-serif;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 1000px) {
  .doctor-card .doctor-header .name-wrapper {
    max-width: 350px;
  }
}
.doctor-card .doctor-header .name-wrapper .name {
  pointer-events: none;
}
@media (max-width: 999px) {
  .doctor-card .doctor-header {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .doctor-card .doctor-header {
    padding-top: 0;
    position: static;
  }
}
.doctor-card .doctor-header .icons {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-right: 18px;
  padding-top: 22px;
}
@media (max-width: 999px) {
  .doctor-card .doctor-header .icons {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .doctor-card .doctor-header .icons {
    right: 0;
    top: 12px;
  }
}
@media (max-width: 767px) {
  .doctor-card .doctor-header .icons .figure-icon {
    margin-left: 0;
  }
}
.doctor-card .doctor-header .icons .figure-icon:not(:hover) path {
  fill: #999;
}
.doctor-card .doctor-header .icons .tooltip {
  margin-bottom: 6px;
}
.doctor-card .status {
  padding-bottom: 19px;
  font: 18px 'Muller', Arial, sans-serif;
}
.doctor-card .experience,
.doctor-card .quote {
  font: 15px 'Muller', Arial, sans-serif;
  color: #666;
}
.doctor-card .experience {
  padding-bottom: 18px;
}
.doctor-card .quote {
  display: inline-block;
  background: #f2f2f2;
  padding: 9px;
  margin: -4px 0 16px;
}
.doctor-card .address-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doctor-card .address-wrap .info-wrapper > div {
  margin-bottom: 10px;
  font: 15px 'Muller', Arial, sans-serif;
}
.doctor-card .address-wrap .address {
  color: #666;
  position: relative;
}
.doctor-card .address-wrap .hover-btn-wrap {
  visibility: hidden;
  align-self: flex-end;
}
@media (max-width: 999px) {
  .doctor-card .address-wrap .hover-btn-wrap {
    visibility: visible;
  }
}
@media (max-width: 499px) {
  .doctor-card .address-wrap .hover-btn-wrap {
    width: 100%;
    text-align: left;
  }
}
.doctor-card .request-text {
  padding-bottom: 5px;
  color: #666;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.doctor-card .request-text .hidden {
  display: none;
}
@media (max-width: 999px) {
  .doctor-card .request-text .dashed {
    background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
    background-size: 100% 1px;
  }
}
.doctor-card .request-text-trigger,
.doctor-card .request-answer-trigger {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
.doctor-card .spacer {
  flex-grow: 10;
}
@media (max-width: 767px) {
  .doctor-card .spacer {
    display: none;
  }
}
.doctor-card.request-card {
  padding-bottom: 15px;
  color: #666;
  font: 15px/1.2 'Muller', Arial, sans-serif;
}
.doctor-card.request-card .image {
  margin-right: 45px;
}
.doctor-card.request-card .address {
  margin: 0 0 14px;
}
.doctor-card.request-card .address .ico-loft-pin {
  position: relative;
  bottom: -2px;
  margin-right: 8px;
  opacity: 0.6;
}
.doctor-card .answer {
  position: relative;
  margin-top: 36px;
  min-height: 100px;
  padding: 38px 0 17px 112px;
  color: #666;
  border-top: 1px #e6e6e6 solid;
  box-sizing: border-box;
}
.doctor-card .answer .answer-image {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 33px;
  left: 2px;
  overflow: hidden;
}
.doctor-card .answer .answer-image:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 50px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -498px -367px no-repeat;
  top: 38%;
  left: 33%;
  transform: scale(0.6) translate(-50%, -50%);
}
.alt .doctor-card .answer .answer-image:before {
  width: 88px;
  height: 88px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -147px -308px no-repeat;
  top: 0;
  left: 0;
  transform: none;
}
.alt .doctor-card .answer .answer-image .shape {
  display: none;
}
.doctor-card .answer .answer-title {
  color: #242424;
  padding-bottom: 7px;
  font: bold 19px/1.2 'Muller', Arial, sans-serif;
}
.doctor-card .answer .answer-subtitle {
  padding-bottom: 13px;
  font: 15px/1.2 'Muller', Arial, sans-serif;
}
.doctor-card .answer .answer-text {
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.blind .doctor-card {
  align-items: center;
}
@media (max-width: 767px) {
  .blind .doctor-card {
    justify-content: flex-start;
  }
}
.blind .doctor-card .doctor-header {
  padding-top: 0;
}
.blind .doctor-card .address {
  padding-left: 0;
}
.blind .doctor-card .address::before {
  content: none;
}
.blind .doctor-card .request-text .hidden {
  display: inline;
}
.blind-font-2 .section-header {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .section-header {
    font-size: 26px;
  }
}
.blind-font-2 .doctor-cards-wrapper .doctor-card .doctor-header,
.blind-font-2 .container .doctor-card .doctor-header,
.blind-font-2 .doctor-cards-wrapper .doctor-card .answer-title,
.blind-font-2 .container .doctor-card .answer-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  .blind-font-2 .doctor-cards-wrapper .doctor-card .doctor-header,
  .blind-font-2 .container .doctor-card .doctor-header,
  .blind-font-2 .doctor-cards-wrapper .doctor-card .answer-title,
  .blind-font-2 .container .doctor-card .answer-title {
    font-size: 26px;
  }
}
.blind-font-2 .doctor-cards-wrapper .doctor-card .status,
.blind-font-2 .container .doctor-card .status {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .doctor-cards-wrapper .doctor-card .status,
  .blind-font-2 .container .doctor-card .status {
    font-size: 20px;
  }
}
.blind-font-2 .doctor-cards-wrapper .doctor-card .experience,
.blind-font-2 .container .doctor-card .experience,
.blind-font-2 .doctor-cards-wrapper .doctor-card .address,
.blind-font-2 .container .doctor-card .address {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .doctor-cards-wrapper .doctor-card .experience,
  .blind-font-2 .container .doctor-card .experience,
  .blind-font-2 .doctor-cards-wrapper .doctor-card .address,
  .blind-font-2 .container .doctor-card .address {
    font-size: 18px;
  }
}
@media (max-width: 499px) {
  .blind-font-2 .doctor-cards-wrapper .doctor-card .answer,
  .blind-font-2 .container .doctor-card .answer {
    padding-left: 50px;
  }
}
.blind-font-2 .doctor-cards-wrapper .doctor-card .request-text,
.blind-font-2 .container .doctor-card .request-text,
.blind-font-2 .doctor-cards-wrapper .doctor-card .answer-text,
.blind-font-2 .container .doctor-card .answer-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .doctor-cards-wrapper .doctor-card .request-text,
  .blind-font-2 .container .doctor-card .request-text,
  .blind-font-2 .doctor-cards-wrapper .doctor-card .answer-text,
  .blind-font-2 .container .doctor-card .answer-text {
    font-size: 20px;
  }
}
.blind-font-2 .doctor-cards-wrapper .doctor-card .answer-subtitle,
.blind-font-2 .container .doctor-card .answer-subtitle {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .doctor-cards-wrapper .doctor-card .answer-subtitle,
  .blind-font-2 .container .doctor-card .answer-subtitle {
    font-size: 18px;
  }
}
.blind-font-3 .section-header {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .blind-font-3 .section-header {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .section-header {
    word-break: break-word;
  }
}
.blind-font-3 .doctor-cards-wrapper .doctor-card .doctor-header,
.blind-font-3 .container .doctor-card .doctor-header,
.blind-font-3 .doctor-cards-wrapper .doctor-card .answer-title,
.blind-font-3 .container .doctor-card .answer-title {
  font-size: 44px !important;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  .blind-font-3 .doctor-cards-wrapper .doctor-card .doctor-header,
  .blind-font-3 .container .doctor-card .doctor-header,
  .blind-font-3 .doctor-cards-wrapper .doctor-card .answer-title,
  .blind-font-3 .container .doctor-card .answer-title {
    font-size: 30px !important;
  }
}
.blind-font-3 .doctor-cards-wrapper .doctor-card .status,
.blind-font-3 .container .doctor-card .status {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .doctor-cards-wrapper .doctor-card .status,
  .blind-font-3 .container .doctor-card .status {
    font-size: 24px;
  }
}
.blind-font-3 .doctor-cards-wrapper .doctor-card .experience,
.blind-font-3 .container .doctor-card .experience,
.blind-font-3 .doctor-cards-wrapper .doctor-card .address,
.blind-font-3 .container .doctor-card .address {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .doctor-cards-wrapper .doctor-card .experience,
  .blind-font-3 .container .doctor-card .experience,
  .blind-font-3 .doctor-cards-wrapper .doctor-card .address,
  .blind-font-3 .container .doctor-card .address {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .doctor-cards-wrapper .doctor-card .answer,
  .blind-font-3 .container .doctor-card .answer {
    padding-left: 50px;
  }
}
.blind-font-3 .doctor-cards-wrapper .doctor-card .request-text,
.blind-font-3 .container .doctor-card .request-text,
.blind-font-3 .doctor-cards-wrapper .doctor-card .answer-text,
.blind-font-3 .container .doctor-card .answer-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .doctor-cards-wrapper .doctor-card .request-text,
  .blind-font-3 .container .doctor-card .request-text,
  .blind-font-3 .doctor-cards-wrapper .doctor-card .answer-text,
  .blind-font-3 .container .doctor-card .answer-text {
    font-size: 24px;
  }
}
.blind-font-3 .doctor-cards-wrapper .doctor-card .answer-subtitle,
.blind-font-3 .container .doctor-card .answer-subtitle {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .doctor-cards-wrapper .doctor-card .answer-subtitle,
  .blind-font-3 .container .doctor-card .answer-subtitle {
    font-size: 20px;
  }
}
.blind-color-2 .doctor-card .doctor-header,
.blind-color-2 .doctor-card .answer-title {
  color: #242424;
}
.blind-color-2 .request-text,
.blind-color-2 .answer-text,
.blind-color-2 .answer-subtitle {
  color: #242424;
}
.blind-color-3 .doctor-card .doctor-header,
.blind-color-3 .doctor-card .answer-title {
  color: #063462;
}
.blind-color-3 .doctor-card .experience,
.blind-color-3 .doctor-card .address {
  color: #063462;
}
.blind-color-3 .answer {
  border-top: 1px #71b3f6 solid;
}
.blind-color-3 .request-text,
.blind-color-3 .answer-text,
.blind-color-3 .answer-subtitle {
  color: #063462;
}
.blind-no-image .doctor-card .name-wrapper {
  max-width: none;
}
/****
 * Карточка faq
 ****/
html.alt .faq-card.hover-colored:hover .visible-wrapper {
  background: linear-gradient(to right, #a5d0f2, #009ae2);
}
.faq-card {
  border-top: 1px #e6e6e6 solid;
  padding: 32px 50px 20px 0;
}
.blind .faq-card {
  padding: 32px 0 10px 0;
}
.blind-color-2 .faq-card {
  border-color: #000;
}
.blind-color-3 .faq-card {
  border-color: #063462;
}
@media (max-width: 767px) {
  .faq-card {
    padding-right: 0;
  }
}
.faq-card.hover-colored {
  padding: 0;
}
.faq-card.hover-colored:hover .visible-wrapper {
  background: linear-gradient(to right, #ebeff5, #fbf4e1, #fbe7e0, #faeae6);
}
.faq-card.hover-colored .visible-wrapper {
  padding: 32px 50px 39px 5px;
  cursor: pointer;
}
.faq-card:last-child {
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 50px;
}
.blind-color-2 .faq-card:last-child {
  border-color: #000;
}
.blind-color-3 .faq-card:last-child {
  border-color: #063462;
}
.faq-card .visible-wrapper.show .question-wrapper:before {
  transform: translateY(-50%);
}
.faq-card .question-wrapper {
  position: relative;
  padding-left: 85px;
}
.faq-card .question-wrapper:before {
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  width: 33px;
  height: 33px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -444px -216px no-repeat;
  left: 0;
  top: 50%;
  transform: rotate(-180deg) translateY(50%);
}
@media (max-width: 599px) {
  .faq-card .question-wrapper:before {
    top: 17px;
  }
}
.blind .faq-card .question-wrapper:before {
  display: none;
}
@media (max-width: 599px) {
  .faq-card .question-wrapper {
    padding-left: 40px;
  }
}
.blind .faq-card .question-wrapper {
  padding-left: 0;
}
.faq-card .question-wrapper .question {
  font: 18px/1.4em 'Muller', Arial, sans-serif;
  display: inline;
}
.blind .faq-card .question-wrapper .question {
  pointer-events: none;
  border: 0;
}
.blind-font-2 .faq-card .question-wrapper .question {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .faq-card .question-wrapper .question {
    font-size: 26px;
  }
}
.blind-font-3 .faq-card .question-wrapper .question {
  font-weight: bold;
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .faq-card .question-wrapper .question {
    font-size: 30px !important;
  }
}
@media (max-width: 599px) {
  .faq-card .question-wrapper .question {
    padding-bottom: 25px;
  }
}
.faq-card .question-wrapper .suptext {
  color: #666;
  padding-top: 10px;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
@media (max-width: 767px) {
  .faq-card .question-wrapper .suptext {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .faq-card .question-wrapper .suptext {
    margin-left: -40px;
  }
  .blind .faq-card .question-wrapper .suptext {
    margin-left: 0;
  }
}
.blind-font-2 .faq-card .question-wrapper .suptext {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .faq-card .question-wrapper .suptext {
    font-size: 20px;
  }
}
.blind-font-3 .faq-card .question-wrapper .suptext {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .faq-card .question-wrapper .suptext {
    font-size: 24px;
  }
}
.blind-color-2 .faq-card .question-wrapper .suptext {
  color: #000;
}
.blind-color-3 .faq-card .question-wrapper .suptext {
  color: #063462;
}
.faq-card .answer {
  display: none;
}
.blind .faq-card .answer {
  display: block;
  border: 0;
}
.blind .faq-card .answer .block {
  padding-left: 0;
}
.faq-card .answer blockquote {
  font: 16px/1.45 'Muller', Arial, sans-serif;
}
@media (max-width: 599px) {
  .faq-card .answer blockquote {
    margin: 0;
    padding: 40px 20px 10px;
    border-radius: 0;
  }
}
/**
 * MAP SECTION
 */
.is-mac .section-map .section-title .lined,
.is-ios .section-map .section-title .lined {
  background-position-y: 88%;
}
.section-map {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.section-map.no-pins {
  display: none;
}
.section-map .section-title {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
  z-index: 5;
}
@media (max-width: 767px) {
  .section-map .section-title {
    font-size: 44px !important;
  }
}
@media (max-width: 599px) {
  .section-map .section-title {
    font-size: 34px !important;
  }
}
.section-map .map {
  width: 100%;
  height: 560px;
  background: #eee;
}
/**
 * SEO SECTION
 */
.is-mac .section-seo .seo-title.lined,
.is-ios .section-seo .seo-title.lined,
.is-mac .section-seo .seo-title a,
.is-ios .section-seo .seo-title a {
  background-position-y: 88%;
}
.section-seo {
  padding: 80px 0 100px;
  text-align: center;
}
@media (max-width: 999px) {
  .section-seo {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-seo {
    padding: 40px 0 0;
  }
}
.section-seo .seo-title {
  font: bold 56px/1.103 'Effra', Arial, sans-serif;
}
.section-seo .seo-title.lined {
  background-position-y: 77%;
}
@media (max-width: 767px) {
  .section-seo .seo-title {
    font-size: 44px;
  }
}
@media (max-width: 599px) {
  .section-seo .seo-title {
    font-size: 36px;
  }
}
.section-seo .seo-text {
  padding-top: 10px;
  color: #666;
  text-align: left;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.blind-color-2 .section-seo .seo-text {
  color: #000;
}
.blind-color-3 .section-seo .seo-text {
  color: #063462;
}
.section-seo .seo-hidden {
  display: none;
}
.section-seo .btns-wrap {
  padding-top: 33px;
}
.section-seo .btns-wrap .btn {
  padding: 0 22px;
}
@media (max-width: 767px) {
  .section-seo .btns-wrap .btn {
    width: 100%;
  }
}
/****
 * Баннер в начале страницы
 ****/
.full-width-wrapper .full-width-caption {
  position: relative;
  height: 330px;
  margin-bottom: 50px;
  padding: 37px 0;
  background: 50% 50% no-repeat;
  background-size: cover !important;
  box-sizing: border-box;
}
.blind .full-width-wrapper .full-width-caption {
  padding: 20px 0 0;
}
.full-width-wrapper .full-width-caption:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 60%);
}
.full-width-wrapper .full-width-caption .container {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.full-width-wrapper .full-width-caption .full-width-title {
  position: relative;
  max-width: 100%;
  font: bold 56px/1.2 'Effra', Arial, sans-serif;
  color: #fff;
  z-index: 3;
}
@media (max-width: 769px) {
  .full-width-wrapper .full-width-caption .full-width-title {
    display: none;
  }
}
.full-width-wrapper .full-width-caption .btn {
  position: relative;
  top: -13px;
  padding: 0 29px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
.full-width-wrapper .full-width-caption .btn:after {
  display: none;
}
.full-width-wrapper .pulled-out-title {
  display: none;
  margin-bottom: 20px;
}
.full-width-wrapper .pulled-out-title .full-width-title {
  padding-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
}
.blind-font-3 .full-width-wrapper .pulled-out-title .full-width-title {
  font-size: 40px;
}
@media (max-width: 769px) {
  .full-width-wrapper .pulled-out-title {
    display: block;
  }
}
/****
 * Полезная информация
 ****/
.useful-infos {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .useful-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .useful-infos .useful-info {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .useful-infos .useful-info:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 499px) {
  .useful-infos {
    padding: 0 10px;
    width: 100%;
  }
}
.useful-info {
  width: 100%;
  min-height: 280px;
  position: relative;
  display: block;
  padding: 58px 34px 44px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  border-bottom: none !important;
}
@media (max-width: 499px) {
  .useful-info.small-colored {
    padding: 45px 20px 40px;
  }
}
@media (max-width: 499px) {
  .useful-info.small-colored .useful-image {
    background: center right no-repeat;
  }
  .useful-info.small-colored .useful-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}
.useful-info:hover {
  opacity: 0.9;
}
.useful-info .useful-image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
}
.useful-info .useful-link-wrapper {
  display: block;
  max-width: 300px;
  padding-left: 4px;
  font: bold 34px/44px 'Effra', Arial, sans-serif;
  color: #000;
}
@media (max-width: 599px) {
  .useful-info .useful-link-wrapper {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .useful-info .useful-link-wrapper {
    max-width: 250px;
    color: #fff;
  }
  .useful-info .useful-link-wrapper .useful-link.thin-lined.small-pad {
    background: linear-gradient(120deg, #fff 0%, #fff 100%) 0 84% no-repeat;
    background-size: 100% 1px;
  }
}
.useful-info .useful-title {
  display: block;
  max-width: 360px;
  padding-bottom: 4px;
  color: #000;
  font: bold 34px/44px 'Effra', Arial, sans-serif;
}
.useful-info .useful-text {
  display: block;
  max-width: 380px;
  padding: 0 0 22px 4px;
  color: #666;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.useful-info .btn {
  margin-left: 5px;
  padding: 0 30px;
  font-size: 18px;
}
.useful-info:hover .useful-link {
  text-decoration: none;
}
/****
 * Фильтр
 ****/
.filter {
  margin-bottom: 30px;
}
.filter .filter-header {
  font: bold 22px 'Effra', Arial, sans-serif;
  margin-bottom: 18px;
}
.filter .btn-tag {
  margin: 0 16px 17px 0;
  backface-visibility: hidden;
}
@media (max-width: 999px) {
  .filter .btn-tag {
    margin: 0 9px 9px 0;
  }
}
.blind .filter .filter-header {
  align-items: center;
}
.blind .filter .filter-header .reset-filter {
  top: 0;
  height: auto;
}
@media (max-width: 1023px) {
  .blind .filter .filter-row {
    flex-direction: column !important;
  }
  .blind .filter .filter-row .baron-wrapper.direction-v {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .blind .filter .filter-row {
    max-width: none !important;
  }
}
@media (max-width: 499px) {
  .blind .filter .filter-row input {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .blind .filter .filter-row span.select2.select2-container {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .blind .filter .form input {
    width: 100% !important;
  }
}
.blind-font-2 .filter .filter-header {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .filter .filter-header {
    font-size: 26px;
  }
}
.blind-font-2 .filter .filter-header .reset-filter {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .filter .filter-header .reset-filter {
    font-size: 18px;
  }
}
.blind-font-2 .filter .filter-header .reset-filter::before,
.blind-font-2 .filter .filter-header .reset-filter::after {
  top: 16px;
  background: #242424;
}
.blind-font-2 .filter .filter-buttons .btn.btn-tag {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .filter .filter-buttons .btn.btn-tag {
    font-size: 20px;
  }
}
.blind-font-2 .filter .filter-buttons .btn.btn-tag i {
  top: -5px;
}
.blind-font-2 .filter .select2-selection__rendered {
  font-size: 26px;
  line-height: 1.3;
  line-height: 48px;
}
@media (max-width: 499px) {
  .blind-font-2 .filter .select2-selection__rendered {
    font-size: 20px;
  }
}
.blind-font-2 .filter .form input {
  font-size: 26px;
  line-height: 1.3;
  border-width: 1px;
}
@media (max-width: 499px) {
  .blind-font-2 .filter .form input {
    font-size: 20px;
  }
}
.blind-font-2 .select2-results__option {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .select2-results__option {
    font-size: 20px;
  }
}
.blind-font-2 .select2-container--default .select2-results__option--highlighted {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .select2-container--default .select2-results__option--highlighted {
    font-size: 20px;
  }
}
.blind-font-3 .filter .filter-header {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .filter .filter-header {
    font-size: 30px !important;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .filter .filter-header {
    font-size: 36px !important;
  }
}
.blind-font-3 .filter .filter-header .reset-filter {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .filter .filter-header .reset-filter {
    font-size: 20px;
  }
}
.blind-font-3 .filter .filter-header .reset-filter::before,
.blind-font-3 .filter .filter-header .reset-filter::after {
  top: 18px;
  background: #063462;
}
@media (max-width: 499px) {
  .blind-font-3 .filter .filter-header .reset-filter::before,
  .blind-font-3 .filter .filter-header .reset-filter::after {
    top: 16px;
  }
}
.blind-font-3 .filter .filter-buttons .btn.btn-tag {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .filter .filter-buttons .btn.btn-tag {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .blind-font-3 .filter .filter-buttons .btn.btn-tag {
    font-size: 18px !important;
  }
}
.blind-font-3 .filter .filter-buttons .btn.btn-tag i {
  top: -5px;
}
.blind-font-3 .filter .select2-selection__rendered {
  font-size: 32px;
  line-height: 1.3;
  line-height: 48px;
}
@media (max-width: 499px) {
  .blind-font-3 .filter .select2-selection__rendered {
    font-size: 24px;
  }
}
.blind-font-3 .filter .form input {
  font-size: 32px;
  line-height: 1.3;
  border-width: 1px;
}
@media (max-width: 499px) {
  .blind-font-3 .filter .form input {
    font-size: 24px;
  }
}
.blind-font-3 .select2-results__option {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .select2-results__option {
    font-size: 20px;
  }
}
.blind-font-3 .select2-container--default .select2-results__option--highlighted {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .select2-container--default .select2-results__option--highlighted {
    font-size: 20px;
  }
}
.blind-color-2 .select2-container--default .select2-selection--single {
  border: 1px solid #242424;
}
.blind-color-2 .select2-container--open .select2-dropdown--below {
  border: 1px solid #242424;
}
.blind-color-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242424;
}
.blind-color-2 .select2-container--default .select2-results__option[aria-selected=true] {
  color: #646464;
}
.blind-color-2 .select2-container--default .select2-results__option--highlighted {
  color: #242424;
  background: #8a8a8a;
}
.blind-color-2 .baron + .track .bar {
  background: #242424;
}
.blind-color-3 .filter .select2-container--default .select2-selection--single {
  background: #9dd1ff;
  border: 1px #063462 solid;
}
.blind-color-3 .filter .select2-selection__rendered {
  color: #063462;
  background: #9dd1ff;
}
.blind-color-3 .filter .form input {
  color: #063462;
  background: #9dd1ff;
}
.blind-color-3 .filter .form input::placeholder {
  color: #063462;
}
.blind-color-3 .select2-container--open .select2-dropdown--below {
  background: #9dd1ff;
  border: 1px solid #063462;
}
.blind-color-3 .select2-container--default .select2-results__option[aria-selected=true] {
  color: #0d74da;
}
.blind-color-3 .select2-container--default .select2-results__option--highlighted {
  background: #37a1ff;
}
.blind-color-3 .baron + .track .bar {
  background: #063462;
}
/****
 * Иконки с преимуществами
 ****/
.foot-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  padding: 40px 60px 20px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .foot-icons {
    justify-content: center;
  }
}
.foot-icons .icon-item {
  text-align: center;
  padding-top: 110px;
  position: relative;
  max-width: 250px;
  margin-bottom: 60px;
  font: bold 20px/19px 'Effra', Arial, sans-serif;
}
@media (max-width: 800px) {
  .foot-icons .icon-item {
    max-width: 180px;
  }
}
@media (max-width: 599px) {
  .foot-icons .icon-item {
    min-width: 300px;
  }
}
.foot-icons .icon-item .ico {
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.foot-icons .icon-item:hover .ico {
  transform: translate(-50%, -10px);
}
.foot-icons .icon-item:hover span.thin-lined {
  background-size: 100% 0;
}
.foot-icons .icon-item img {
  margin-bottom: 25px;
}
/****
 * Блок с количеством операций
 ****/
.section-operations {
  color: #242424;
  text-align: center;
}
@media (max-width: 767px) {
  .section-operations {
    padding: 0;
  }
}
.section-operations .operations-counter {
  font: bold 80px/1 'Effra', Arial, sans-serif;
}
@media (min-width: 768px) {
  .section-operations .operations-counter {
    margin-bottom: -12px;
  }
}
@media (max-width: 767px) {
  .section-operations .operations-counter {
    font-size: 120px;
  }
}
@media (max-width: 599px) {
  .section-operations .operations-counter {
    font-size: 80px;
  }
}
.section-operations .operations-text {
  padding-bottom: 34px;
  font: bold 16px/1.2 'Effra', Arial, sans-serif;
}
@media (max-width: 767px) {
  .section-operations .operations-text {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .section-operations .operations-text {
    font-size: 24px;
  }
}
/*
 * Карточка публикации
 */
.article-card.journal-card {
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  .article-card.journal-card {
    margin-bottom: 20px;
  }
}
.article-card.journal-card .article-title {
  display: block;
  margin-bottom: 11px;
  font: bold 24px/1.4 'Effra', Arial, sans-serif;
}
.article-card.journal-card .article-title img {
  margin-bottom: 15px;
  padding-left: 0;
  width: 100%;
}
.article-card.journal-card .article-date {
  margin-bottom: 21px;
  padding-left: 36px;
}
.article-card.journal-card .article-date i {
  left: 0;
}
.article-card.journal-card .article-text {
  margin-bottom: 30px;
}
.article-card.journal-card .article-tag-wrapper .article-tag :before {
  left: 0;
}
.journal-pager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .journal-pager {
    justify-content: center;
  }
}
.blind-color-2 .journal-pager {
  border-width: 2px;
  border-color: #000;
}
@media (max-width: 999px) {
  .blind-color-2 .journal-pager {
    border-bottom: 0;
  }
}
.blind-color-3 .journal-pager {
  border-width: 2px;
  border-color: #063462;
}
@media (max-width: 999px) {
  .blind-color-3 .journal-pager {
    border-bottom: 0;
  }
}
.journal-pager .prev,
.journal-pager .next {
  max-width: 260px;
  position: relative;
}
.blind-font-2 .journal-pager .prev,
.blind-font-2 .journal-pager .next,
.blind-font-3 .journal-pager .prev,
.blind-font-3 .journal-pager .next {
  max-width: 100%;
}
@media (max-width: 767px) {
  .journal-pager .prev,
  .journal-pager .next {
    padding: 0 85px;
  }
}
@media (max-width: 499px) {
  .journal-pager .prev,
  .journal-pager .next {
    padding: 0 40px;
  }
}
.journal-pager .prev:before,
.journal-pager .next:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 28px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -245.88px -249px no-repeat;
  top: 50%;
}
.journal-pager .prev:hover span,
.journal-pager .next:hover span {
  background-size: 100% 0;
}
.journal-pager .prev span,
.journal-pager .next span {
  font: bold 18px/28px 'Muller', Arial, sans-serif;
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-font-2 .journal-pager .prev span,
.blind-font-2 .journal-pager .next span {
  font-size: 26px;
  line-height: 36px;
}
.blind-font-3 .journal-pager .prev span,
.blind-font-3 .journal-pager .next span {
  font-size: 32px;
  line-height: 46px;
}
.journal-pager .prev .article-date,
.journal-pager .next .article-date {
  margin-top: 18px;
}
.journal-pager .prev .article-date:before,
.journal-pager .next .article-date:before {
  left: 0;
}
@media (min-width: 768px) {
  .journal-pager .prev {
    padding-left: 85px;
  }
}
@media (max-width: 767px) {
  .journal-pager .prev {
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .journal-pager .prev {
    display: none;
  }
}
.journal-pager .prev:before {
  transition: all 0.2s ease;
  transform: rotate(180deg) translateY(50%);
  left: 0;
}
@media (min-width: 1000px) {
  .journal-pager .prev:hover:before {
    transform: rotate(180deg) translate(15px, 50%);
  }
}
.blind-font-2 .journal-pager .prev + .next,
.blind-font-3 .journal-pager .prev + .next {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .journal-pager .next {
    padding-right: 85px;
  }
}
.journal-pager .next:before {
  transition: all 0.2s ease;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 499px) {
  .journal-pager .next:after {
    transition: all 0.2s ease;
    content: '';
    position: absolute;
    width: 16px;
    height: 28px;
    background: url(/local/css/../images/sprite.svg?70e9aeca) -245.88px -249px no-repeat;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    left: 0;
  }
}
@media (min-width: 1000px) {
  .journal-pager .next:hover:before {
    transform: translate(15px, -50%);
  }
}
.blind-font-2 .articles-row .col-xs-12,
.blind-font-3 .articles-row .col-xs-12 {
  width: 100%;
}
.blind-font-2 .articles-row .card:after,
.blind-font-3 .articles-row .card:after {
  display: none;
}
.blind-color-2 .articles-row .card:after {
  border-color: #000 !important;
}
.blind-color-3 .articles-row .card:after {
  border-color: #063462 !important;
}
.article-card {
  box-sizing: border-box;
}
.article-card .article-title {
  font: bold 22px/1.5 'Effra', Arial, sans-serif;
  display: inline-block;
}
.article-card .article-title .shape {
  max-width: 300px;
  height: 100%;
}
.blind-font-2 .article-card .article-title {
  font-size: 38px !important;
  line-height: 1.2 !important;
}
.blind-font-3 .article-card .article-title {
  font-size: 48px !important;
  line-height: 1.2 !important;
}
@media (max-width: 499px) {
  .blind-font-3 .article-card .article-title {
    font-size: 36px !important;
  }
}
.article-card img {
  display: block;
}
.blind-no-image .article-card img {
  display: none;
}
.article-card .no-image {
  height: 212px;
  margin-bottom: 18px;
}
.article-card .article-text {
  font: 18px/1.5 'Muller', Arial, sans-serif;
  color: #5b5b5b;
  margin-bottom: 30px;
}
.blind-font-2 .article-card .article-text {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  .blind-font-2 .article-card .article-text {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .blind-font-2 .article-card .article-text {
    margin-bottom: 20px;
  }
}
.blind-font-3 .article-card .article-text {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (max-width: 499px) {
  .blind-font-3 .article-card .article-text {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .blind-font-3 .article-card .article-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .blind-font-3 .article-card .article-text {
    margin-bottom: 10px;
  }
}
.blind-color-2 .article-card .article-text {
  color: #000;
}
.blind-color-3 .article-card .article-text {
  color: #063462;
}
.article-date {
  font: 15px/1.2 'Muller', Arial, sans-serif;
  color: #919191;
  padding-left: 36px;
  position: relative;
}
.article-date:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -216px -487px no-repeat;
  left: 0;
  top: 0;
}
.blind .article-date:before {
  display: none;
}
.blind .article-date {
  padding-left: 0 !important;
}
.blind-font-2 .article-date {
  font-size: 20px !important;
}
.blind-font-3 .article-date {
  font-size: 26px !important;
}
.blind-color-2 .article-date {
  color: #000;
}
.blind-color-3 .article-date {
  color: #063462;
}
.article-tag {
  font: normal 15px 'Muller', Arial, sans-serif !important;
  border-bottom: none !important;
  color: #333;
  padding-left: 12px;
  position: relative;
}
.blind-font-2 .article-tag {
  padding-left: 17px;
  font-size: 20px !important;
}
.blind-font-3 .article-tag {
  padding-left: 20px;
  font-size: 24px !important;
}
.article-tag:hover {
  opacity: 0.6;
}
.article-tag:before {
  content: '#';
  position: absolute;
  left: 0;
  top: 0;
}
/****
 * Хлебные крошки
 ****/
.breadcrumbs {
  color: #242424;
  font: 15px/21px 'Muller', Arial, sans-serif;
}
.blind-font-2 .breadcrumbs {
  font-size: 20px;
  line-height: 28px;
}
.blind-font-3 .breadcrumbs {
  font-size: 26px;
  line-height: 32px;
}
.blind-color-2 .breadcrumbs {
  color: #000;
}
.blind-color-3 .breadcrumbs {
  color: #063462;
}
.blind-color-3 .breadcrumbs li:before,
.blind-color-3 .breadcrumbs li:after {
  top: 66% !important;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin: 0 13px 13px 0;
  padding-right: 45px;
  vertical-align: top;
}
.breadcrumbs li > span,
.breadcrumbs li a:hover {
  opacity: 0.6;
}
.blind-color-2 .breadcrumbs li > span,
.blind-color-2 .breadcrumbs li a:hover,
.blind-color-3 .breadcrumbs li > span,
.blind-color-3 .breadcrumbs li a:hover {
  opacity: 1;
}
.breadcrumbs li > span {
  position: relative;
}
@media (max-width: 499px) {
  .breadcrumbs li {
    margin: 0 0 15px;
    padding-right: 40px;
  }
}
.breadcrumbs li:not(:last-child):before {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #bfb7d3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 499px) {
  .breadcrumbs li:not(:last-child):before {
    right: 6px;
  }
}
.blind-color-2 .breadcrumbs li:not(:last-child):before {
  background: #000;
  opacity: 0.5;
}
.blind-color-3 .breadcrumbs li:not(:last-child):before {
  background: #063462;
  opacity: 0.5;
}
.breadcrumbs li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 3px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #bfb7d3;
}
@media (max-width: 499px) {
  .breadcrumbs li:not(:last-child):after {
    right: 8px;
  }
}
.blind-color-2 .breadcrumbs li:not(:last-child):after {
  background: #242424;
  opacity: 0.5;
}
.blind-color-3 .breadcrumbs li:not(:last-child):after {
  background: #063462;
  opacity: 0.5;
}
.breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
/****
 * Слайдер ассортимента на странице услуги
 ****/
@media (max-width: 599px) {
  .block-assortment {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .block-assortment .slider .slide-title {
    font-size: 44px;
  }
}
.block-assortment .slider-team {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .block-assortment .slider-team {
    padding-bottom: 0;
  }
}
.block-assortment .slider-team .slider-wrap {
  padding-top: 35px;
}
.block-assortment .slider-team .team-text-wrap {
  width: 160px;
  pointer-events: all;
}
.block-assortment .slider-team .team-name {
  padding-bottom: 0;
}
.block-assortment .slider-team .team-text {
  top: 105px;
  padding: 14px 0;
  font: 15px/24px 'Muller', Arial, sans-serif;
}
.block-assortment .slider-team .team-exp {
  font: 15px/24px 'Muller', Arial, sans-serif;
}
.block-assortment .shape-picture {
  y: -13%;
  x: 44%;
}
.is-ios .block-assortment .shape-picture {
  transform: translateX(-40%);
}
/****
 * Блок с заболеваниями на странице услуги
 ****/
.block-diseases {
  padding: 0 0 20px;
}
.block-diseases .block-title {
  padding-bottom: 6px;
  font: bold 44px/1.2 'Effra', Arial, sans-serif;
}
@media (max-width: 499px) {
  .block-diseases .block-title {
    font-size: 34px;
  }
}
.blind-font-2 .block-diseases .block-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .block-diseases .block-title {
    font-size: 26px;
  }
}
.blind-font-3 .block-diseases .block-title {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .block-diseases .block-title {
    font-size: 30px !important;
  }
}
.block-diseases .block-text {
  color: #666;
  font: 18px/28px 'Muller', Arial, sans-serif;
}
.blind-font-2 .block-diseases .block-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .block-diseases .block-text {
    font-size: 20px;
  }
}
.blind-font-3 .block-diseases .block-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .block-diseases .block-text {
    font-size: 24px;
  }
}
.blind-color-2 .block-diseases .block-text {
  color: #000;
}
.blind-color-3 .block-diseases .block-text {
  color: #063462;
}
@media (max-width: 767px) {
  .block-diseases .block-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.block-diseases .diseases-wrap {
  padding-top: 33px;
}
.block-diseases .faq-card .question {
  font-size: 23px;
  padding-bottom: 0;
}
.block-diseases .faq-card .slider-methods .btns-wrap {
  padding-bottom: 18px;
}
.block-diseases .faq-card:last-child {
  padding-right: 0;
  margin-bottom: 20px;
}
.block-diseases .block-methods {
  padding: 23px 0 0 0;
}
@media (min-width: 600px) {
  .block-diseases .block-methods {
    padding-left: 85px;
  }
}
.block-diseases .block-methods .slider-methods .slide-title {
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
}
.blind-font-2 .block-diseases .block-methods .slider-methods .slide-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-2 .block-diseases .block-methods .slider-methods .slide-title {
    font-size: 26px;
  }
}
.blind-font-3 .block-diseases .block-methods .slider-methods .slide-title {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .blind-font-3 .block-diseases .block-methods .slider-methods .slide-title {
    font-size: 30px !important;
  }
}
/****
 * Блок Показания на странице услуги
 ****/
.block-indications {
  padding-bottom: 44px;
}
@media (max-width: 999px) {
  .block-indications {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .block-indications .col-text {
    order: 2;
  }
  .block-indications .col-figures {
    order: 1;
  }
}
.blind-no-image .block-indications .col-text {
  width: 100%;
}
.block-indications .col-figures img {
  max-width: 100%;
  margin-bottom: 30px;
}
.blind-no-image .block-indications .col-figures {
  display: none;
}
@media (max-width: 999px) {
  .block-indications .text-desktop {
    display: none;
  }
}
.block-indications .text-mobile {
  order: 3;
  display: none;
}
@media (max-width: 999px) {
  .block-indications .text-mobile {
    display: block;
  }
}
.block-indications .figures {
  position: relative;
}
@media (min-width: 1000px) {
  .block-indications .figures {
    max-width: 420px;
    margin: 0 27px 0 auto;
  }
}
@media (min-width: 768px) {
  .block-indications .figures {
    padding-top: 96px;
  }
}
@media (max-width: 999px) {
  .block-indications .figures {
    padding-bottom: 30px;
  }
}
.block-indications .figures .shape-front {
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.block-indications .figures .shape-back {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 73px;
  left: 33px;
}
@media (max-width: 999px) {
  .block-indications .figures .shape-back {
    left: 0;
  }
}
@media (max-width: 767px) {
  .block-indications .figures .shape-back {
    width: 94%;
    top: -20px;
  }
}
.is-ie .block-indications .figures .shape {
  height: 400px;
}
/****
 * Слайдер шагов на странице услуги
 ****/
.slider-service-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 60px 0 40px;
}
@media (max-width: 999px) {
  .slider-service-steps {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .slider-service-steps {
    padding-top: 0;
    flex-wrap: wrap;
  }
}
.blind .slider-service-steps {
  padding-bottom: 0;
}
.blind .slider-service-steps .figures {
  order: 2;
}
@media (max-width: 999px) {
  .blind .slider-service-steps .figures {
    display: none;
  }
}
.blind .slider-service-steps .slider {
  order: 1;
  padding-left: 0;
  padding-right: 30px;
}
.blind .slider-service-steps .shape-back {
  display: none !important;
}
.slider-service-steps .shape-front,
.slider-service-steps .shape {
  display: block;
}
.blind-no-image .slider-service-steps .shape-front,
.blind-no-image .slider-service-steps .shape {
  display: none;
}
.slider-service-steps .slider {
  position: relative;
  width: 50%;
  padding: 6px 0 33px 30px;
  box-sizing: border-box;
  z-index: 10;
}
@media (max-width: 999px) {
  .slider-service-steps .slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-service-steps .slider {
    padding-left: 0;
  }
}
.blind-no-image .slider-service-steps .slider {
  width: 100%;
  padding: 0 0 20px;
}
.slider-service-steps .figures {
  position: relative;
  width: 50%;
  padding-bottom: 40px;
  z-index: 11;
}
@media (max-width: 999px) {
  .slider-service-steps .figures {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slider-service-steps .figures {
    position: relative;
    width: 100%;
    max-width: 500px;
  }
}
.blind-no-image .slider-service-steps .figures {
  display: none;
}
.slider-service-steps .shape {
  position: relative;
}
.slider-service-steps .shape.shape-back {
  position: absolute;
  top: -31px;
  left: -6px;
  transform: scaleX(-1);
}
.slider-service-steps .shape.shape-front {
  z-index: 1;
  position: relative;
}
.slider-service-steps .slider-outer {
  position: relative;
  margin-top: 24px;
  padding-left: 59px;
  /*.blind-font-2 &,
        .blind-font-3 & {
            padding-top: 80px;
        }*/
}
@media (max-width: 1200px) {
  .slider-service-steps .slider-outer {
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  .slider-service-steps .slider-outer {
    margin-top: 40px;
    margin-left: -30px;
    padding-right: 59px;
  }
  .blind .slider-service-steps .slider-outer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slider-service-steps .slider-outer {
    margin: 62px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blind .slider-service-steps .slider-outer {
  margin-top: 0;
  padding: 0;
}
.blind .slider-service-steps .slider-outer .blind-buttons {
  margin-top: 20px;
}
.slider-service-steps .hidden-col {
  padding: 50px 0 58px;
}
.slider-service-steps .hidden-col .slide-text {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .slider-service-steps .hidden-col {
    display: none;
  }
}
.blind .slider-service-steps .hidden-col {
  padding-bottom: 10px;
}
@media (max-width: 999px) {
  .slider-service-steps .slider-leading {
    min-height: 271px;
    padding-left: 320px;
  }
}
@media (max-width: 767px) {
  .slider-service-steps .slider-leading {
    display: none;
  }
}
.blind .slider-service-steps .slider-leading {
  min-height: auto;
  padding-left: 0;
}
@media (min-width: 768px) {
  .slider-service-steps .slide-title {
    font: bold 44px/54px 'Effra', Arial, sans-serif;
  }
}
.slider-service-steps .slide-text {
  padding-top: 17px;
}
.slider-service-steps .slider-pager {
  display: inline;
  margin-left: 15px;
}
.slider-service-steps .slick-arrow {
  height: 50px;
  top: 100px;
  left: -45px;
  margin-top: 6px;
}
.slider-service-steps .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.slider-service-steps .slick-arrow.slick-next:before {
  margin-top: -15px;
}
@media (max-width: 999px) {
  .slider-service-steps .slick-arrow {
    top: 70px;
  }
  .slider-service-steps .slick-arrow.slick-next {
    right: -45px;
  }
}
@media (max-width: 767px) {
  .slider-service-steps .slick-arrow {
    left: -35px;
  }
  .slider-service-steps .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .slider-service-steps .slider-pager {
    bottom: 100%;
    top: auto;
    left: 50%;
    margin-bottom: 10px;
    transform: translateX(-50%);
  }
}
.blind .slider-service-steps .js-shape {
  display: block;
  filter: grayscale(100%) sepia(100%) hue-rotate(170deg);
}
.blind .slider-service-steps .js-shape svg {
  overflow: hidden;
}
.blind .slider-service-steps .js-shape g {
  clip-path: none;
}
.blind .slider-service-steps .js-shape image {
  width: 100%;
  height: 100%;
}
.is-ie .slider-service-steps .figures .shape {
  height: 400px;
}
.is-mac .main-page .section-title.lined,
.is-ios .main-page .section-title.lined {
  background-position-y: 88%;
}
/**
 * Main Page
 */
@media (min-width: 600px) {
  .main-page .page {
    padding-top: 168px;
  }
}
.main-page.blind .page {
  padding-top: 0;
}
.main-page .section-title {
  font: bold 56px/1.103 'Effra', Arial, sans-serif;
}
@media (max-width: 599px) {
  .main-page .section-title {
    font-size: 44px;
  }
}
@media (max-width: 599px) {
  .main-page .section-map .map {
    position: static;
    height: 370px;
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .main-page .section-seo,
  .main-page .section-map {
    display: none !important;
  }
}
.main-page .section-benefits .ha-center {
  justify-content: center;
}
.main-page .section-benefits .slide {
  padding: 0 20px;
  margin-bottom: 40px;
}
.main-page .section-benefits .slide .value {
  text-align: center;
  line-height: 1;
}
.main-page .section-benefits .slide .description {
  font-size: 16px;
  font-weight: bold;
  color: #242424;
  text-align: left;
}
@media (max-width: 767px) {
  .main-page .slider-direction .slick-dots {
    position: static;
    transform: none;
    margin: 0 auto 50px;
  }
}
@media (max-width: 499px) {
  .main-page .slider-team {
    top: 7px;
  }
}
@media (max-width: 499px) and (max-width: 499px) {
  .main-page .slider-team .slider-wrap {
    margin-top: 24px;
  }
}
.main-page.blind .slider-figure {
  padding: 30px 0 40px;
}
@media (max-width: 767px) {
  .main-page.blind .slider-figure {
    padding: 70px 0 25px;
  }
}
.main-page.blind .slider-figure .col-xs-12:nth-child(2) {
  width: 100%;
}
.main-page.blind .slider-figure .slider {
  padding-bottom: 20px;
}
.main-page.blind .slider-figure .slide-title-wrap {
  text-align: left;
}
@media (max-width: 767px) {
  .main-page.blind .slider-figure .slide-title-wrap {
    max-width: none;
    margin: 0;
  }
}
.main-page.blind .slider-figure .slide-text {
  text-align: left;
}
@media (max-width: 767px) {
  .main-page.blind .slider-figure .slide-text {
    max-width: none;
    margin: 0;
  }
}
.main-page.blind .slider-figure .slick-dots {
  display: none !important;
}
.main-page.blind .slider-figure > button.slick-arrow {
  display: none;
}
.main-page.blind .slider-direction {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .main-page.blind .slider-direction {
    padding: 40px 0 0;
  }
}
.main-page.blind .slider-direction .col-text {
  width: 100%;
}
.main-page.blind .slider-direction .slick-list {
  min-height: 0 !important;
}
.main-page.blind .slider-direction .slick-dots {
  display: none !important;
}
.main-page.blind .slider-direction .container > button.slick-arrow {
  display: none;
}
@media (max-width: 599px) {
  .main-page.blind .slider-direction .blind-buttons {
    padding-left: 20px;
  }
}
.main-page.blind .slider-direction .slide {
  padding-top: 0;
}
.main-page.blind .section-operations {
  padding: 26px 0 48px;
}
@media (max-width: 767px) {
  .main-page.blind .section-operations {
    padding: 25px 0 0;
  }
  .main-page.blind .section-operations .operations-text {
    padding-bottom: 0;
  }
}
.main-page.blind .section-operations .container {
  text-align: left;
}
.main-page.blind .slider-steps {
  padding: 44px 0 70px;
}
@media (max-width: 767px) {
  .main-page.blind .slider-steps {
    padding: 25px 0 0;
  }
}
.main-page.blind .slider-steps .slick-slider > button {
  display: none !important;
}
.main-page.blind .slider-steps .slider-leading {
  min-height: 0;
  padding: 0;
}
.main-page.blind .slider-steps .slider-outer {
  margin: 0;
  padding-left: 0;
  padding-bottom: 20px;
}
.main-page.blind .slider-steps .slider {
  width: 100%;
  padding-left: 0;
}
.main-page.blind .slider-steps .slider-pager {
  position: static;
  transform: none !important;
  display: inline;
  margin-left: 15px;
}
.main-page.blind .section-about {
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .main-page.blind .section-about {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-page.blind .section-about .figures {
    margin: 0;
  }
}
.main-page.blind .section-about .slide-text ul {
  width: 200%;
}
@media (max-width: 767px) {
  .main-page.blind .section-about .slide-text {
    max-width: none;
  }
  .main-page.blind .section-about .slide-text ul {
    width: 100%;
  }
}
.main-page.blind .slider-team {
  padding: 40px 0 45px;
}
@media (max-width: 767px) {
  .main-page.blind .slider-team {
    padding: 25px 0;
  }
}
.main-page.blind .slider-team .container {
  padding: 0 20px;
  text-align: left;
}
.main-page.blind .slider-team .slide {
  box-sizing: border-box;
  width: 405px;
  height: auto;
  margin: 0 100px 0 0;
  padding-bottom: 25px;
  transform: none;
}
@media (max-width: 499px) {
  .main-page.blind .slider-team .slide {
    width: 280px;
  }
}
.main-page.blind .slider-team .slider-pager {
  display: inline;
  margin-left: 20px;
}
.main-page.blind .slider-team .blind-img {
  max-height: 300px;
}
.main-page.blind .slider-team .mobile-text {
  display: block;
  padding: 30px 0 0;
}
.main-page.blind .slider-team .slider-wrap {
  padding: 44px 0 0;
}
.main-page.blind .slider-team .slider-wrap > button {
  display: none !important;
}
.main-page.blind .slider-team .slick-dots {
  display: none !important;
}
@media (max-width: 499px) {
  .main-page.blind .slider-team .slick-arrow {
    transform: none !important;
  }
}
.main-page.blind .section-seo {
  padding: 45px 0 87px;
}
@media (max-width: 767px) {
  .main-page.blind .section-seo {
    padding: 25px 0 60px;
  }
}
.main-page.blind .section-seo .seo-title {
  text-align: left;
}
.main-page.blind-font-2 .slider-steps .slider-pager-current {
  font-size: 36px;
  line-height: 1.2;
  line-height: 1;
}
@media (max-width: 499px) {
  .main-page.blind-font-2 .slider-steps .slider-pager-current {
    font-size: 26px;
  }
}
.main-page.blind-font-2 .slider-steps .slider-pager-total {
  font-size: 20px;
  line-height: 1.3;
  line-height: 1;
}
@media (max-width: 499px) {
  .main-page.blind-font-2 .slider-steps .slider-pager-total {
    font-size: 18px;
  }
}
.main-page.blind-font-2 .section-seo .seo-title {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .main-page.blind-font-2 .section-seo .seo-title {
    font-size: 40px;
  }
}
.main-page.blind-font-2 .section-seo .seo-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .main-page.blind-font-2 .section-seo .seo-text {
    font-size: 20px;
  }
}
.main-page.blind-font-3 .slider-steps .slider-pager-current {
  font-size: 44px !important;
  line-height: 1.2;
  line-height: 1;
}
@media (max-width: 499px) {
  .main-page.blind-font-3 .slider-steps .slider-pager-current {
    font-size: 30px !important;
  }
}
.main-page.blind-font-3 .slider-steps .slider-pager-total {
  font-size: 24px;
  line-height: 1.3;
  line-height: 1;
}
@media (max-width: 499px) {
  .main-page.blind-font-3 .slider-steps .slider-pager-total {
    font-size: 20px;
  }
}
.main-page.blind-font-3 .section-operations .operations-text {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .main-page.blind-font-3 .section-operations .operations-text {
    font-size: 30px !important;
  }
}
.main-page.blind-font-3 .section-seo .seo-title {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .main-page.blind-font-3 .section-seo .seo-title {
    font-size: 40px;
  }
}
.main-page.blind-font-3 .section-seo .seo-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .main-page.blind-font-3 .section-seo .seo-text {
    font-size: 24px;
  }
}
.main-page.blind-color-3 .section-operations {
  color: #063462;
}
.main-page.blind-color-3 .section-seo .seo-text {
  color: #063462;
}
.main-page.blind-color-2 .loft {
  background: #fff;
}
.main-page.blind-color-2 .blind-buttons .slick-arrow > span:last-child {
  color: #000;
}
.main-page.blind-color-2 .section-operations {
  color: #000;
}
.main-page.blind-no-image .section-about .col-xs-12:nth-child(1) {
  width: 100%;
}
.main-page.blind-no-image .section-about .col-xs-12:nth-child(1) .slide-text {
  max-width: none;
}
.is-ie .odometer-value {
  position: relative;
  top: 15px;
}
@media (max-width: 499px) {
  .doctor-page h1 {
    font-size: 38px;
  }
}
.doctor-page h3 {
  font-size: 28px;
  margin-bottom: 29px;
}
.doctor-page .clinic-reviews-block {
  margin-top: 70px;
}
.doctor-page .clinic-reviews-block .slider-reviews .slick-track {
  align-items: flex-start;
}
.doctor-page .clinic-reviews-block .slider-reviews .slide {
  padding-top: 0;
}
.doctor-page .doctor-appointment-form {
  display: flex;
  margin-top: 47px;
  margin-bottom: 52px;
  padding: 31px 28px 24px 30px;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  color: #000;
}
.doctor-page .doctor-appointment-form .clinic-wrapper {
  margin-bottom: 5px;
}
.doctor-page .doctor-appointment-form .clinic-wrapper b {
  color: #000;
}
.doctor-page .doctor-appointment-form .btn {
  padding: 0 31px;
  background: white;
  border-bottom: 0;
  font-size: 18px;
  line-height: 56px;
}
.doctor-page .doctor-detail-container {
  display: flex;
}
.doctor-page .doctor-detail-container .doctor-image {
  margin: 30px 30px 0 0;
}
.doctor-page .doctor-detail-container .doctor-detail {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
  align-content: baseline;
  justify-content: space-between;
  margin-left: 37px;
  padding-left: 20px;
}
.doctor-page .doctor-detail-container .doctor-detail .property {
  width: 46%;
  margin-top: 24px;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #242424;
}
.doctor-page .doctor-detail-container .doctor-detail .property:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 7px;
}
.doctor-page .doctor-detail-container .doctor-detail .property.department:before {
  width: 19px;
  height: 22px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -474px -400px no-repeat;
}
.doctor-page .doctor-detail-container .doctor-detail .property.post:before {
  width: 18px;
  height: 22px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -153px -455px no-repeat;
}
.doctor-page .doctor-detail-container .doctor-detail .property.exp_year:before {
  width: 17px;
  height: 26px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -82px -455px no-repeat;
}
.doctor-page .doctor-detail-container .doctor-detail .property.exp_operations:before {
  width: 26px;
  height: 15px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -534px -421px no-repeat;
}
.doctor-page .doctor-detail-container .doctor-detail .property.specialization:before {
  width: 22px;
  height: 22px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -448px -400px no-repeat;
}
.doctor-page .doctor-detail-container .doctor-detail .property.qualification:before {
  width: 19px;
  height: 23px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -425px -400px no-repeat;
}
.doctor-page .doctor-detail-container .doctor-detail .property .label {
  font-weight: 600;
}
@media (max-width: 999px) {
  .doctor-page .doctor-appointment-form {
    flex-direction: column;
  }
  .doctor-page .doctor-detail-container .doctor-detail .property {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .doctor-page .doctor-detail-container {
    flex-direction: column;
  }
  .doctor-page .doctor-detail-container .doctor-detail {
    margin-left: 15px;
  }
  .doctor-page .doctor-detail-container .doctor-detail .property {
    width: 100%;
  }
}
/**
 * Список врачей
 **/
.doctors-page .page {
  padding-top: 189px;
}
@media (max-width: 999px) {
  .doctors-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .doctors-page .page {
    padding-top: 70px;
  }
}
.doctors-page.blind .page {
  padding-top: 40px;
}
.doctors-page .breadcrumbs {
  padding-bottom: 30px;
}
.doctors-page .caption,
.doctors-page .link {
  font: 18px/28px 'Muller', Arial, sans-serif;
  color: #666;
  letter-spacing: 0.001em;
}
@media (max-width: 767px) {
  .doctors-page .doctor-cards-wrapper .doctor-card .image {
    padding-bottom: 30px;
  }
}
.doctors-page .doctor-cards-wrapper + .section-header {
  padding-top: 60px;
}
.doctors-page .caption {
  margin-bottom: 9px;
}
.doctors-page .link {
  text-decoration: underline;
}
.doctors-page .link:hover {
  opacity: 0.6;
}
.doctors-page .filter {
  position: relative;
  margin: 50px 0 20px;
}
.doctors-page .filter .filter-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font: bold 20px 'Effra', Arial, sans-serif;
  margin-bottom: 16px;
}
.doctors-page .filter .filter-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .doctors-page .filter .filter-row {
    flex-wrap: wrap;
    max-width: 320px;
  }
}
@media (min-width: 1024px) {
  .doctors-page .filter .filter-row input,
  .doctors-page .filter .filter-row span.select2.select2-container {
    width: 320px !important;
  }
}
@media (max-width: 1024px) {
  .doctors-page .filter .filter-row input,
  .doctors-page .filter .filter-row span.select2.select2-container {
    min-width: 210px !important;
  }
}
@media (max-width: 599px) {
  .doctors-page .filter .filter-row input,
  .doctors-page .filter .filter-row span.select2.select2-container {
    font-size: 16px;
    min-width: 88vw !important;
    margin: 10px 0;
  }
}
@media (max-width: 499px) {
  .doctors-page .filter .filter-row input,
  .doctors-page .filter .filter-row span.select2.select2-container {
    font-size: 14px;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .doctors-page .filter .filter-row input {
    width: 270px;
  }
}
@media (max-width: 599px) {
  .doctors-page .filter .filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding-right: 30px;
  }
  .doctors-page .filter .filter-row .select2:not(.select2-container--disabled) .select2-selection__rendered:hover {
    font-size: 16px;
    padding-right: 30px;
  }
}
@media (max-width: 499px) {
  .doctors-page .filter .filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .doctors-page .filter .filter-row .select2:not(.select2-container--disabled) .select2-selection__rendered:hover {
    font-size: 14px;
  }
}
.doctors-page .filter .reset-filter {
  position: relative;
  height: 18px;
  top: 2px;
  right: 0;
  font: 15px 'Muller', Arial, sans-serif;
  padding-right: 22px;
}
.doctors-page .filter .reset-filter:after,
.doctors-page .filter .reset-filter:before {
  content: '';
  position: absolute;
  transition: transform 0.2s ease;
  width: 15px;
  height: 1px;
  right: 0;
  top: 10px;
  background: #666;
}
.doctors-page .filter .reset-filter:after {
  transform: rotate(45deg);
}
.doctors-page .filter .reset-filter:before {
  transform: rotate(-45deg);
}
.doctors-page .filter .reset-filter:hover:before,
.doctors-page .filter .reset-filter:hover:after {
  background: #242424;
}
.doctors-page .filter .reset-filter:hover:before {
  transform: rotate(135deg);
}
.doctors-page .filter .reset-filter:hover:after {
  transform: rotate(405deg);
}
.doctors-page .useful-info {
  margin: 40px 0 0;
}
.doctors-page .section-header {
  font: bold 34px 'Effra', Arial, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .doctors-page .section-header {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .doctors-page .select2-results__option {
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
  }
}
@media (max-width: 499px) {
  .doctors-page .select2-results__option {
    font-size: 14px;
  }
}
.is-ie .doctor-card .doctor-header span.lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 70% no-repeat;
  background-size: 100% 1px;
}
.is-ie .doctor-card:hover .doctor-header span.lined.small-pad {
  background-size: 100% 0;
}
.is-ie .useful-info .useful-link.thin-lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 70% no-repeat;
  background-size: 100% 1px;
}
.is-ie .useful-info:hover .useful-link.thin-lined.small-pad {
  background-size: 100% 0;
}
/**
 * Список услуг
 **/
.medical-services-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .medical-services-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .medical-services-page .page {
    padding-top: 70px;
  }
}
.medical-services-page.blind .page {
  padding-top: 0;
}
.medical-services-page .picture {
  width: 100%;
  margin-bottom: 50px;
}
.medical-services-page .wave-card .wave-tags a.thin-lined,
.medical-services-page .wave-card .wave-tags span.thin-lined {
  background: linear-gradient(120deg, #666 0%, #666 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.medical-services-page .wave-card .wave-tags a.thin-lined.small-pad,
.medical-services-page .wave-card .wave-tags span.thin-lined.small-pad {
  background: linear-gradient(120deg, #666 0%, #666 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
.medical-services-page .wave-card .wave-tags a.thin-lined:hover,
.medical-services-page .wave-card .wave-tags span.thin-lined:hover {
  background-size: 100% 0;
}
.medical-services-page .floating-up {
  bottom: 100px;
}
.medical-services-page .service-adv .adv-item {
  display: block !important;
}
/**
 * Список публикаций
 **/
.journal-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .journal-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .journal-page .page {
    padding-top: 70px;
  }
}
.journal-page.blind .page {
  padding-top: 40px;
}
.journal-page .lead-caption {
  margin-bottom: 45px;
  font: 18px/1.2 'Muller', Arial, sans-serif;
  color: #919191;
}
.journal-page .lead-caption .btn {
  margin: 0 auto 50px auto;
  width: 230px;
  display: block;
}
.journal-page .articles-row .card {
  padding-bottom: 40px;
  position: relative;
}
.journal-page .articles-row .card:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ccc;
  bottom: 40px;
  width: 95%;
}
.journal-page .pager {
  margin: 40px 0;
}
.journal-page .useful-info {
  margin: 0 0 75px;
}
@media (max-width: 767px) {
  .journal-page .useful-info {
    margin-bottom: 20px;
  }
}
.journal-page .article-card a:hover span.thin-lined {
  background-size: 100% 0;
}
html.alt .journal-page .filter-buttons .btn:before {
  background: #019be3;
}
/**
 * Детальная публикации
 **/
.journal-detail-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .journal-detail-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .journal-detail-page .page {
    padding-top: 70px;
  }
}
.journal-detail-page.blind .page {
  padding-top: 40px;
  padding-bottom: 30px;
}
.journal-detail-page .article-subtitle {
  margin-bottom: 15px;
}
.journal-detail-page .article-subtitle .article-date {
  margin-right: 10px;
}
.journal-detail-page .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.journal-detail-page .to-articles {
  margin-left: auto;
}
.blind.journal-detail-page .to-articles {
  margin-left: 0;
}
.to-articles {
  font: 15px/47px 'Muller', Arial, sans-serif;
  color: #5b5b5b;
  padding: 0 60px;
}
.to-articles:hover {
  color: #fff;
}
@media (max-width: 499px) {
  .to-articles {
    width: 100%;
  }
}
.blind-font-2 .to-articles,
.blind-font-3 .to-articles {
  padding: 0 20px;
  line-height: 52px !important;
}
.blind-font-2 .to-articles {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .to-articles {
    font-size: 20px;
  }
}
.blind-font-3 .to-articles {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .to-articles {
    font-size: 24px;
  }
}
/**
 * Text Page
 */
.text-page.blind .page {
  padding-top: 30px;
}
.text-page .page {
  padding: 210px 0 60px;
}
@media (max-width: 499px) {
  .text-page .page {
    padding-bottom: 0;
  }
}
@media (max-width: 999px) {
  .text-page .page {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .text-page .page {
    padding-top: 120px;
  }
}
.text-page .breadcrumbs {
  padding-bottom: 30px;
}
.text-page .doctor-image {
  position: relative;
  width: 230px;
  flex-basis: 230px;
  flex-shrink: 0;
  margin: 0 0 30px 30px;
  float: right;
}
@media (max-width: 767px) {
  .text-page .doctor-image {
    float: none;
    margin: 30px auto;
  }
}
.text-page .doctor-image .image-shape .shape {
  height: 233px;
}
.text-page .doctor-image .image-shape .shape-picture {
  x: 0;
  y: 0;
  width: 400px !important;
  height: 560px;
}
.text-page .doctor-image .video-trigger {
  transition: transform 0.4s ease;
  width: 56px;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 58px;
  height: 54px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -38px -249px no-repeat;
}
.text-page .doctor-image .video-trigger:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 24px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -447px -370px no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%) scale(1.1);
}
.text-page .doctor-image .video-trigger:hover {
  transform: translateY(-3px);
}
@media (max-width: 999px) {
  .text-page .service-adv .block-title {
    text-align: left;
  }
}
.text-page .service-adv .can-float.floating .adv-item .adv-icon {
  bottom: 22px;
}
.text-page .service-adv .can-float.floating .adv-item .adv-title {
  line-height: 90px;
}
@media (max-width: 599px) {
  .text-page .service-adv .adv-item {
    flex-wrap: wrap;
  }
  .text-page .service-adv .adv-item .adv-icon {
    flex-shrink: 0;
    margin: 0 auto 15px;
  }
  .text-page .service-adv .adv-item .adv-title {
    margin-top: 20px;
  }
}
@media (max-width: 499px) {
  .text-page .service-adv .adv-item .adv-title {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .text-page .service-adv .adv-item .adv-icon {
    transform-origin: 50% 50%;
  }
}
.text-page .dictionary-appointment-form {
  display: flex;
  margin-top: 47px;
  margin-bottom: 52px;
  padding: 31px 28px 24px 30px;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  color: #000;
}
.text-page .dictionary-appointment-form .btn {
  padding: 10px 31px;
  background: #fff;
  border-bottom: 0;
  font-size: 18px;
  min-height: 50px;
  line-height: 1.5;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .text-page .dictionary-appointment-form {
    flex-direction: column;
  }
  .text-page .dictionary-appointment-form .btn-wrapper {
    margin-top: 30px;
  }
}
.text-page form .starrequired {
  font-size: 0;
}
.text-page form .starrequired:after {
  margin-left: 7px;
  content: "\2022";
  font-size: 19px;
  color: #666;
}
.blind-color-2 .text-page form .starrequired:after {
  color: #000;
}
.blind-color-3 .text-page form .starrequired:after {
  color: #063462;
}
.text-page form:not(.custom) label.required:after {
  content: none;
}
/**
 * Faq Page
 */
.faq-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .faq-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .faq-page .page {
    padding-top: 70px;
  }
}
.faq-page.blind .page {
  padding-top: 40px;
}
.faq-page .faq-section-title {
  font: bold 34px 'Effra', Arial, sans-serif;
  margin-bottom: 20px;
}
.faq-page .lead-caption {
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 45px;
}
.faq-page .lead-caption .btn {
  margin: 30px auto;
  width: 230px;
  display: block;
}
.faq-page .useful-infos {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 499px) {
  .faq-page .useful-infos {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .faq-page .useful-infos .useful-info:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .faq-page .useful-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .faq-page .useful-infos .useful-info {
    margin-bottom: 20px;
    margin-left: -20px;
  }
}
.faq-page.blind .lead-caption .btn {
  width: 270px;
  margin: 30px auto 30px 0;
}
@media (max-width: 499px) {
  .faq-page.blind .lead-caption .btn {
    width: 230px;
  }
}
.faq-page.blind .faq-card.hover-colored:hover .visible-wrapper {
  background: none;
  opacity: 0.8;
}
@media (max-width: 599px) {
  .faq-page.blind .faq-card .question::before {
    top: 24px;
  }
}
@media (max-width: 499px) {
  .faq-page.blind .faq-card .question::before {
    top: 17px;
  }
}
.faq-page.blind .faq-card .answer blockquote {
  margin: 0 0 40px;
}
.faq-page.blind-font-2 .faq-section-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .faq-page.blind-font-2 .faq-section-title {
    font-size: 26px;
  }
}
.faq-page.blind-font-2 .faq-card .question {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .faq-page.blind-font-2 .faq-card .question {
    font-size: 20px;
  }
}
.faq-page.blind-font-3 .faq-section-title {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .faq-page.blind-font-3 .faq-section-title {
    font-size: 30px !important;
  }
}
.faq-page.blind-font-3 .faq-card .question {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .faq-page.blind-font-3 .faq-card .question {
    font-size: 24px;
  }
}
.faq-page.blind-color-3 .lead-caption {
  border-color: #063462;
}
.faq-page.blind-color-3 .faq-card {
  border-color: #063462;
}
/**
 * 404
 **/
.not-found-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .not-found-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .not-found-page .page {
    padding-top: 70px;
  }
}
.not-found-page .page .clear-text:not(.not-found-text) {
  padding-top: 50px;
}
.not-found-page.blind .page {
  padding-top: 0;
}
.not-found-page .page-title {
  padding: 60px 0 30px;
  font: bold 56px/1.2 'Effra', Arial, sans-serif;
}
@media (max-width: 999px) {
  .not-found-page .page-title {
    padding-top: 40px;
    font-size: 42px;
  }
}
@media (max-width: 999px) {
  .not-found-page .page-title {
    font-size: 38px;
  }
}
.not-found-page .aside-callback {
  display: none !important;
}
.not-found-page .full-width-caption {
  margin-bottom: 47px;
}
.not-found-page .not-found-text {
  color: #242424;
}
.not-found-page .not-found-text a {
  color: #242424;
}
.not-found-page .not-found-text h3 {
  margin-bottom: 28px;
}
.not-found-page .not-found-text p {
  line-height: 25px;
}
.not-found-page .btns-wrap {
  padding-top: 28px;
  text-align: center;
}
.not-found-page .btns-wrap .btn {
  padding: 0 67px;
  font-size: 18px;
}
.not-found-page .btns-wrap .btn.hide {
  opacity: 0;
  pointer-events: none;
}
.not-found-page .btns-wrap .btn.approve {
  margin-right: 0;
}
.not-found-page.blind .not-found-text p {
  line-height: 1.5;
}
.not-found-page.blind .not-found-text p:nth-child(2) {
  display: none;
}
.not-found-page.blind .not-found-game-wrap .not-found-shape,
.not-found-page.blind .not-found-game-wrap .table-block,
.not-found-page.blind .not-found-game-wrap .figure,
.not-found-page.blind .not-found-game-wrap .repeat {
  display: none;
}
.not-found-page.blind .not-found-game-wrap .score-block {
  width: 100%;
}
.not-found-page.blind .not-found-game-wrap .block-files {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 80px;
}
@media (max-width: 999px) {
  .not-found-page.blind .not-found-game-wrap .block-files {
    flex-direction: column;
    padding: 60px 0 60px 20px;
  }
}
.not-found-page.blind .not-found-game-wrap .file-link {
  max-width: none;
  margin: 0 50px 0 0;
}
@media (max-width: 999px) {
  .not-found-page.blind .not-found-game-wrap .file-link {
    margin: 0 0 60px 0;
  }
}
.not-found-page.blind .not-found-game-wrap .file-link .ico-wrap {
  text-align: left;
}
.not-found-page.blind-font-2 .file-name {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .not-found-page.blind-font-2 .file-name {
    font-size: 20px;
  }
}
.not-found-page.blind-font-2 .ico {
  margin: 0 0 0 6px;
  padding-left: 1px;
  transform: scale(1.5);
}
.not-found-page.blind-font-3 .file-name {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .not-found-page.blind-font-3 .file-name {
    font-size: 24px;
  }
}
.not-found-page.blind-font-3 .block-files .file-link .ico {
  margin: 0 0 0 14px;
  padding-left: 2px;
  transform: scale(2);
}
.not-found-page.blind-color-3 .block-files .file-link .ico:nth-child(1) {
  display: none;
}
.not-found-page.blind-color-3 .block-files .file-link .ico:nth-child(2) {
  display: inline-block;
}
.not-found-game-wrap a {
  text-decoration: none;
  border: 0;
}
.not-found-game-wrap.freeze {
  pointer-events: none;
}
.not-found-game-wrap.freeze .table-block,
.not-found-game-wrap.freeze .score-block .figure {
  opacity: 0.8;
}
.not-found-game-wrap.stop .not-found-game .not-found-shape .final-text {
  display: block;
}
.not-found-game-wrap .block-files {
  pointer-events: all;
  padding: 57px 0 0 10px;
}
.not-found-game-wrap .block-files .file-link {
  max-width: 140px;
  margin: 0 14px 35px;
}
.not-found-game-wrap .block-files .file-link .ico:nth-child(2) {
  display: inline-block;
}
.not-found-game-wrap .block-files .file-link .ico:nth-child(2) {
  display: none;
}
@media (max-width: 999px) {
  .not-found-game-wrap {
    margin: 0 -20px;
  }
}
.not-found-game {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.not-found-game .not-found-shape {
  position: absolute;
  min-width: 316px;
  width: 100%;
  max-width: 500px;
  top: 66px;
  left: 50%;
  margin-left: -105px;
  transform: translateX(-50%);
}
@media (max-width: 999px) {
  .not-found-game .not-found-shape {
    top: 0;
  }
}
@media (max-width: 767px) {
  .not-found-game .not-found-shape {
    margin-left: 0;
  }
}
.not-found-game .not-found-shape.show {
  z-index: 1;
}
.not-found-game .not-found-shape .shape-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  text-align: center;
  box-sizing: border-box;
  pointer-events: all;
}
.not-found-game .not-found-shape .final-text {
  display: none;
  width: 100%;
  max-width: 450px;
  padding: 0 20px;
  color: #fff;
  font: bold 20px/50px 'Muller', Arial, sans-serif;
}
.not-found-game .not-found-shape .final-text .btn {
  margin: 0 14px;
  padding: 0 19px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .not-found-game .not-found-shape .final-text {
    top: 55%;
    padding: 0 60px;
    font-size: 16px;
    line-height: 26px;
  }
  .not-found-game .not-found-shape .final-text .btn {
    display: block;
    max-width: 230px;
    margin: 5px auto;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .not-found-game {
    flex-wrap: wrap;
    margin-top: -35px;
  }
}
.not-found-game .table-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 746px;
}
@media (max-width: 767px) {
  .not-found-game .table-block {
    width: 100%;
    margin-top: 40px;
  }
}
.not-found-game .symbol {
  transition: opacity 0.2s ease;
  position: relative;
  display: inline-block;
  width: 33%;
  height: 202px;
  padding: 0;
  margin-bottom: 40px;
  color: #333;
  text-align: center;
  font: bold 200px/1 'Muller', Arial, sans-serif;
  background: transparent;
  border: 0;
  outline: 0;
}
.not-found-game .symbol:hover {
  opacity: 0.8;
}
@media (max-width: 999px) {
  .not-found-game .symbol {
    height: 122px;
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .not-found-game .symbol {
    margin-bottom: 20px;
    font-size: 80px;
  }
}
.not-found-game .z {
  background: linear-gradient(45deg, #b2cccd 0%, #e6e826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.not-found-game .score-block {
  width: 235px;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found-game .score-block {
    width: 100%;
  }
}
.not-found-game .score-block .figure {
  position: relative;
  margin-bottom: 83px;
  padding: 39px 0 70px;
}
.not-found-game .score-block .figure .shape {
  position: absolute;
  width: 100%;
  max-width: 228px;
  top: -15px;
  left: -2px;
}
@media (max-width: 999px) {
  .not-found-game .score-block .figure .shape {
    top: -2px;
  }
}
@media (max-width: 767px) {
  .not-found-game .score-block .figure .shape {
    left: 50%;
    margin-left: -114px;
  }
}
.not-found-game .score-block .repeat {
  position: relative;
  font: bold 18px/24px 'Muller', Arial, sans-serif;
  backface-visibility: hidden;
  pointer-events: all;
}
.not-found-game .score-block .repeat span {
  transition: transform 0.4s ease;
  display: block;
  position: relative;
}
.not-found-game .score-block .repeat .ico {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -12px;
  animation: spin 1s ease 0s infinite normal both paused;
  transform-origin: 13.7px 12.7px;
}
.not-found-game .score-block .repeat.animate {
  cursor: default;
}
.not-found-game .score-block .repeat.animate .ico {
  animation-play-state: running;
}
.not-found-game .score-block .repeat:hover span {
  transform: translateY(-4px);
}
.not-found-game .score-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px 15px;
  font: 18px/24px 'Muller', Arial, sans-serif;
  border-bottom: 1px #242424 solid;
}
.not-found-game .score-value {
  position: relative;
  z-index: 1;
  font: bold 60px/1 'Muller', Arial, sans-serif;
}
.game-symbol {
  width: 141px;
  height: 143px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -2px -308px no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -71px 0 0 -70px;
}
.game-symbol.right {
  transform: rotate(180deg);
}
@media (max-width: 999px) {
  .game-symbol.right {
    transform: scale(0.7) rotate(180deg);
  }
}
@media (max-width: 767px) {
  .game-symbol.right {
    transform: scale(0.4) rotate(180deg);
  }
}
@media (max-width: 999px) {
  .game-symbol {
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .game-symbol {
    transform: scale(0.4);
  }
}
.is-ie .not-found-game .z {
  background: transparent;
  color: #e6e826;
}
/**
 * Страница отзывов клиентов
 **/
.requests-page .page {
  padding-top: 168px;
}
@media (min-width: 1000px) {
  .requests-page .page {
    padding-bottom: 40px;
  }
}
@media (max-width: 999px) {
  .requests-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .requests-page .page {
    padding-top: 70px;
  }
}
.requests-page.blind .page {
  padding-top: 40px;
}
.requests-page .pager {
  margin-bottom: 20px;
}
.requests-page .page-desc {
  padding-bottom: 30px;
}
.requests-page .image-shape {
  display: block;
  padding-bottom: 20px;
}
.requests-page .useful-info {
  margin: 40px 0 40px;
}
.requests-page .useful-info .useful-title {
  display: inline;
}
.requests-page .useful-info .useful-text {
  padding-left: 0;
}
.requests-page .useful-info .btn {
  margin-left: 0;
}
.requests-page .doctor-card .image-shape image {
  width: 100%;
  height: 100%;
  x: 0;
  y: 0;
}
@media (max-width: 499px) {
  .requests-page .doctor-card .answer {
    margin-top: 35px;
    padding: 35px 0 17px 25px;
  }
}
@media (max-width: 499px) {
  .requests-page .doctor-card .answer-image {
    display: none;
  }
}
@media (max-width: 499px) {
  .requests-page .doctor-card .answer-hidden {
    display: none;
  }
}
@media (min-width: 500px) {
  .requests-page .doctor-card .request-answer-trigger {
    display: none;
  }
}
/**
 * Справочник пациента
 **/
.dictionary-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .dictionary-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .dictionary-page .page {
    padding-top: 70px;
  }
}
.dictionary-page.blind .page {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .dictionary-page .full-width-caption {
    margin-bottom: 0;
  }
}
.dictionary-page .filter {
  margin: 18px 0;
}
.dictionary-page .grid-row .card {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 18px;
}
.dictionary-page .grid-row .card:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ccc;
  bottom: 25px;
  width: 95%;
}
@media (max-width: 999px) {
  .dictionary-page .grid-row .card:after {
    bottom: 0;
  }
}
.dictionary-page .useful-infos {
  display: flex;
}
@media (max-width: 767px) {
  .dictionary-page .useful-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dictionary-page .useful-infos .useful-info {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .dictionary-page .useful-infos .useful-info:not(:last-child) {
    margin-right: 20px;
  }
}
.dictionary-page .useful-info {
  margin: 0 0 50px;
}
.dictionary-page .pager {
  margin: 0 0 45px;
}
.alphabet-filter {
  padding: 23px 0 12px;
  margin-bottom: 26px;
  background: #f0f0f0;
}
.blind-color-2 .alphabet-filter {
  background: #000;
}
.blind-color-3 .alphabet-filter {
  background: #063462;
}
@media (max-width: 599px) {
  .blind .alphabet-filter .container {
    text-align: center;
  }
}
.alphabet-filter .row-letters {
  padding-bottom: 6px;
  cursor: default;
  text-align: left;
}
.blind-font-2 .alphabet-filter .row-letters {
  padding-top: 18px;
}
.blind-font-3 .alphabet-filter .row-letters {
  padding-top: 8px;
}
@media (max-width: 999px) {
  .alphabet-filter .row-letters,
  .alphabet-filter .row-numbers {
    display: inline;
  }
}
.alphabet-filter a {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin: 0 1px 10px 0;
  color: #242424;
  font: bold 17px/36px 'Effra', Arial, sans-serif;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
}
.blind .alphabet-filter a {
  background: transparent !important;
}
.blind-font-2 .alphabet-filter a {
  font-size: 26px;
  line-height: 1.1;
}
.blind-font-3 .alphabet-filter a {
  width: 40px;
  font-size: 36px;
  line-height: 1.1;
}
.blind-color-1 .alphabet-filter a.active {
  color: #242424 !important;
}
.blind-color-2 .alphabet-filter a {
  color: #fff !important;
}
.blind-color-2 .alphabet-filter a.disabled {
  opacity: 0.5;
}
.blind-color-3 .alphabet-filter a {
  color: #9dd1ff !important;
}
.blind-color-3 .alphabet-filter a.disabled {
  opacity: 0.5;
}
.alphabet-filter a:before {
  transition: transform 0.2s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: linear-gradient(to right, #71bae3 0%, #e9b0c5 100%);
  border-radius: 50%;
  transform: scale(0);
}
.alt .alphabet-filter a:before {
  background: #009ae2;
}
.blind .alphabet-filter a:before {
  display: none !important;
}
.alphabet-filter a span {
  position: relative;
  z-index: 1;
}
.alphabet-filter a.disabled {
  color: #6e6e6e;
  cursor: default;
}
.alphabet-filter a.active {
  color: #fff;
  background: linear-gradient(to right, #71bae3 0%, #e9b0c5 100%);
}
.alt .alphabet-filter a.active {
  background: #009ae2;
}
.alphabet-filter a:not(.disabled):not(.active):hover:before {
  transform: none;
}
.letter-flag {
  margin-bottom: 30px;
}
.letter-flag i {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: -2px;
  color: #fff;
  font: bold 26px/50px 'Effra', Arial, sans-serif;
  text-align: center;
  background: linear-gradient(to right, #f5d75b 0%, #ecb9cc 100%);
  border-radius: 50%;
}
.alt .letter-flag i {
  background: #009ae2;
}
.blind-font-2 .letter-flag i {
  width: 50px;
  height: 50px;
  font-size: 34px;
  line-height: 60px;
}
.blind-font-3 .letter-flag i {
  width: 56px;
  height: 56px;
  font-size: 38px;
  line-height: 70px;
}
.blind-color-2 .letter-flag i {
  background: #000;
}
.blind-color-3 .letter-flag i {
  color: #9dd1ff;
  background: #063462;
}
.is-ie .letter-flag i {
  line-height: 54px;
}
.is-ios .blind-font-2 .letter-flag i {
  line-height: 56px;
}
.is-ios .blind-font-3 .letter-flag i {
  line-height: 56px !important;
}
.is-ios .letter-flag i {
  line-height: 36px;
}
.is-ios .alphabet-filter a {
  line-height: 30px;
}
.is-mac .blind-font-2 .letter-flag i {
  line-height: 50px;
}
.is-mac .blind-font-3 .letter-flag i {
  line-height: 56px;
}
.is-mac .letter-flag i {
  line-height: 40px;
}
.is-mac .alphabet-filter a {
  line-height: 30px;
}
/**
 * Болезни
 **/
.diseases-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .diseases-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .diseases-page .page {
    padding-top: 70px;
  }
}
.diseases-page.blind .page {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .diseases-page .full-width-caption {
    margin-bottom: 0;
  }
}
.diseases-page .filter {
  margin: 18px 0;
}
.diseases-page .grid-row .card {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 35px;
}
.diseases-page .grid-row .card:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ccc;
  bottom: 25px;
  width: 95%;
}
@media (max-width: 999px) {
  .diseases-page .grid-row .card:after {
    bottom: 0;
  }
}
.diseases-page .useful-infos {
  display: flex;
}
@media (max-width: 767px) {
  .diseases-page .useful-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .diseases-page .useful-infos .useful-info {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .diseases-page .useful-infos .useful-info:not(:last-child) {
    margin-right: 20px;
  }
}
.diseases-page .useful-info {
  margin: 0 0 50px;
}
.diseases-page .pager {
  margin: 0 0 45px;
}
/**
 * Страница услуги
 **/
@media (min-width: 854px) {
  .service-page {
    padding-bottom: 70px;
  }
}
.service-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .service-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .service-page .page {
    padding-top: 70px;
  }
}
.service-page.blind .page {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 599px) {
  .service-page.blind-font-3 .block-title {
    padding-bottom: 0;
  }
  .service-page.blind-font-3 .service-adv .adv-item .adv-title:before {
    top: 9px;
  }
}
.service-page .page-desc {
  padding: 52px 0 40px;
}
@media (max-width: 999px) {
  .service-page .page-desc {
    padding: 30px 0 20px;
  }
}
@media (min-width: 768px) {
  .service-page .page-desc p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.service-page .block h2 {
  margin-bottom: 15px;
}
.service-page .block ul,
.service-page .block ol {
  margin-bottom: 16px;
  line-height: 28px;
}
.service-page .block ul li,
.service-page .block ol li {
  margin-bottom: 15px;
}
.service-page .block p {
  line-height: 28px;
}
.service-page .block-reviews {
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .service-page .block-reviews {
    padding-bottom: 50px;
  }
}
.service-page .block-reviews .expand-btn {
  width: 100px;
}
.service-page .block-reviews .expand-btn a {
  color: #666;
}
@media (max-width: 999px) {
  .service-page .service-adv .block-title {
    text-align: left;
  }
}
.service-page .service-adv .adv-item {
  text-align: left !important;
}
@media (max-width: 599px) {
  .service-page .service-adv .adv-item {
    flex-wrap: wrap;
  }
  .service-page .service-adv .adv-item .adv-icon {
    flex-shrink: 0;
    margin: 0 0 15px;
  }
  .service-page .service-adv .adv-item .adv-title {
    margin-top: 20px;
  }
}
@media (max-width: 499px) {
  .service-page .service-adv .adv-item .adv-title {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .service-page .service-adv .adv-item .adv-icon {
    transform-origin: 0 50%;
  }
}
.service-page .slider-team {
  padding-bottom: 90px;
}
.service-page:not(.blind) .slider-team:not(.slider-accessories) {
  display: none;
}
.service-page.blind .page-desc {
  padding-top: 20px;
}
.service-page.blind .block ul,
.service-page.blind .block ol,
.service-page.blind .block p {
  line-height: 1.5;
}
.service-page.blind .slider-methods .slide-title {
  display: inline;
}
.service-page.blind .slider-team {
  padding: 40px 0 45px;
}
.service-page.blind .slider-team .container {
  padding: 0 20px;
  text-align: left;
}
.service-page.blind .slider-team .slide {
  box-sizing: border-box;
  width: 405px;
  height: auto;
  margin: 0 100px 0 0;
  padding-bottom: 25px;
  transform: none;
}
@media (max-width: 999px) {
  .service-page.blind .slider-team .slide {
    margin-right: 0;
  }
}
@media (max-width: 499px) {
  .service-page.blind .slider-team .slide {
    width: 280px;
  }
}
.service-page.blind .slider-team .blind-img {
  max-height: 300px;
}
.service-page.blind .slider-team .mobile-text {
  display: block;
  padding: 30px 0 0;
}
.service-page.blind .slider-team .slider-wrap > button {
  display: none !important;
}
.service-page.blind .slider-team .slick-dots {
  display: none !important;
}
@media (max-width: 499px) {
  .service-page.blind .slider-team .slick-arrow {
    transform: none !important;
  }
}
.service-page.blind-font-2 .slider-team .team-name,
.service-page.blind-font-2 .slider-team .team-name a {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .service-page.blind-font-2 .slider-team .team-name,
  .service-page.blind-font-2 .slider-team .team-name a {
    font-size: 26px;
  }
}
.service-page.blind-font-2 .slider-team .team-text {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .service-page.blind-font-2 .slider-team .team-text {
    font-size: 20px;
  }
}
.service-page.blind-font-2 .slider-team .team-text {
  padding-bottom: 15px;
}
.service-page.blind-font-2 .slider-team .team-exp {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .service-page.blind-font-2 .slider-team .team-exp {
    font-size: 20px;
  }
}
.service-page.blind-font-2 .slider-methods .slide-subtitle {
  font-size: 26px !important;
  line-height: 1.3 !important;
}
@media (max-width: 499px) {
  .service-page.blind-font-2 .slider-methods .slide-subtitle {
    font-size: 20px;
  }
}
.service-page.blind-font-3 .slider-team .team-name,
.service-page.blind-font-3 .slider-team .team-name a {
  font-size: 44px !important;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .service-page.blind-font-3 .slider-team .team-name,
  .service-page.blind-font-3 .slider-team .team-name a {
    font-size: 30px !important;
  }
}
.service-page.blind-font-3 .slider-team .team-text {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .service-page.blind-font-3 .slider-team .team-text {
    font-size: 24px;
  }
}
.service-page.blind-font-3 .slider-team .team-text {
  padding-bottom: 15px;
}
.service-page.blind-font-3 .slider-team .team-exp {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .service-page.blind-font-3 .slider-team .team-exp {
    font-size: 24px;
  }
}
.service-page.blind-font-3 .slider-methods .slide-subtitle {
  font-size: 32px !important;
  line-height: 1.3 !important;
}
@media (max-width: 499px) {
  .service-page.blind-font-3 .slider-methods .slide-subtitle {
    font-size: 24px;
  }
}
/****
 * Результаты поиска
 ****/
.search-results-page .page {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .search-results-page .page {
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .search-results-page .page {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.search-results-page .pager {
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-results-page .page-desc {
  padding-bottom: 33px;
}
.search-results-page .search {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .search-results-page .search {
    margin-bottom: 10px;
  }
}
.search-results-page .search .search-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-results-page .search .search-icon:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  width: 20px;
  height: 20px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -2px -513px no-repeat;
  transition: all 0.2s ease;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  z-index: 1;
}
.search-results-page .search .search-icon:hover:before {
  opacity: 0.6;
}
.search-results-page .search .search-string {
  padding-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .search-results-page .slider-standard .slide {
    padding: 0 0 10px;
  }
}
.search-results-page .service-adv-wrapper {
  padding-bottom: 0;
}
.search-results-page .service-adv {
  padding-top: 42px;
}
.blind.search-results-page .page-desc .thin-lined {
  background: none;
}
.blind.search-results-page .slider-standard {
  display: none;
}
.blind.search-results-page .service-adv-wrapper {
  display: none;
}
/**
 * Вакансии
 **/
.vacancy-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .vacancy-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .vacancy-page .page {
    padding-top: 70px;
  }
}
.vacancy-page.blind .page {
  padding-top: 40px;
}
.vacancy-page .breadcrumbs {
  padding-bottom: 30px;
}
.vacancy-page .desc-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .vacancy-page .desc-wrapper {
    flex-wrap: nowrap;
  }
}
.vacancy-page .desc-wrapper img {
  float: right;
}
@media (max-width: 800px) {
  .vacancy-page .desc-wrapper img {
    display: none;
  }
}
.vacancy-page .desc-wrapper .page-desc {
  flex-basis: 100%;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .vacancy-page .desc-wrapper .page-desc {
    order: 2;
  }
}
.vacancy-page .desc-wrapper .page-desc a {
  color: #666;
}
.vacancy-page .desc-wrapper .page-desc p {
  margin-bottom: 15px;
}
.vacancy-page .desc-wrapper .page-desc .expand-btn {
  width: 100px;
}
.vacancy-page .desc-wrapper .page-desc .expanding-text {
  display: none;
}
.vacancy-page .desc-wrapper .desc-picture {
  flex-shrink: 1;
  margin-left: 50px;
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .vacancy-page .desc-wrapper .desc-picture {
    margin-left: 0;
    padding-top: 0;
  }
}
.vacancy-page .desc-wrapper .desc-picture img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .vacancy-page .desc-wrapper .desc-picture img {
    max-width: 100%;
  }
}
.vacancy-page .filter {
  margin-bottom: 40px;
}
.vacancy-page .section-header {
  font: bold 31px 'Effra', Arial, sans-serif;
  margin-bottom: 29px;
}
.vacancy-page .doctor-cards-wrapper .doctor-card {
  padding: 30px;
}
.vacancy-page .doctor-cards-wrapper .doctor-card:last-child {
  margin-bottom: 60px;
}
.vacancy-page .doctor-cards-wrapper .doctor-card .doctor-header {
  padding-top: 0;
  line-height: 29px;
  color: #242424;
}
.vacancy-page .doctor-cards-wrapper .doctor-card .doctor-header .name {
  font-size: 20px;
}
.vacancy-page .doctor-cards-wrapper .doctor-card .status {
  margin-top: 18px;
  line-height: 29px;
  color: #242424;
}
@media (max-width: 499px) {
  .vacancy-page .doctor-cards-wrapper .doctor-card .status {
    display: none;
  }
}
.vacancy-page .doctor-cards-wrapper .doctor-card .more {
  margin: 10px 0 20px;
}
@media (min-width: 500px) {
  .vacancy-page .doctor-cards-wrapper .doctor-card .more {
    display: none;
  }
}
@media (max-width: 599px) {
  .vacancy-page .doctor-cards-wrapper .doctor-card .address {
    margin-bottom: 15px;
  }
}
.vacancy-page a.lined {
  background: linear-gradient(120deg, #666 0%, #666 100%) 0 100% no-repeat;
  background-size: 100% 1px;
  will-change: box-shadow;
  transition: none;
}
.vacancy-page a.lined:hover {
  background-size: 100% 0;
}
.vacancy-page .no-wrap {
  white-space: pre;
}
.vacancy-page .loading {
  opacity: 0.6;
  pointer-events: none;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .doctor-header span {
  font-size: inherit;
  line-height: 1;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .status {
  padding: 20px 0;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .address-wrap {
  align-items: center;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .address {
  padding-left: 0;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .address::before {
  content: none;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .hover-btn-wrap {
  visibility: visible;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .hover-btn-wrap .btn {
  color: #fff;
}
.vacancy-page.blind .doctor-cards-wrapper .doctor-card .hover-btn-wrap .btn::before {
  opacity: 1;
  transform: none;
}
.vacancy-page.blind-font-2 .doctor-cards-wrapper .doctor-card .status {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .vacancy-page.blind-font-2 .doctor-cards-wrapper .doctor-card .status {
    font-size: 20px;
  }
}
.vacancy-page.blind-font-2 .doctor-cards-wrapper .doctor-card .address {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .vacancy-page.blind-font-2 .doctor-cards-wrapper .doctor-card .address {
    font-size: 18px;
  }
}
.vacancy-page.blind-font-3 .doctor-cards-wrapper .doctor-card .status {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .vacancy-page.blind-font-3 .doctor-cards-wrapper .doctor-card .status {
    font-size: 24px;
  }
}
.vacancy-page.blind-font-3 .doctor-cards-wrapper .doctor-card .address {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .vacancy-page.blind-font-3 .doctor-cards-wrapper .doctor-card .address {
    font-size: 20px;
  }
}
.vacancy-page.blind-no-image .desc-wrapper img {
  display: none;
}
/**
 * Контакты
 **/
.contacts-page .aside-figure:first-of-type {
  display: none !important;
}
.contacts-page .page {
  padding-top: 189px;
  padding-bottom: 40px;
}
@media (max-width: 999px) {
  .contacts-page .page {
    padding-top: 149px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contacts-page .page {
    padding-top: 70px;
  }
}
.contacts-page .page-desc {
  padding-bottom: 0;
}
.contacts-page .full-width-map {
  min-height: 350px;
  height: 465px;
  margin-bottom: 47px;
  padding: 37px 0;
}
@media (max-width: 999px) {
  .contacts-page .full-width-map {
    height: calc(100vw*.5);
  }
}
.contacts-page .full-width-map .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts-page .full-width-map:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
}
.contacts-page .full-width-map .container {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-page .full-width-map .fullwidth-title {
  position: relative;
  font: bold 56px/1.2 'Effra', Arial, sans-serif;
  color: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
  .contacts-page .full-width-map .fullwidth-title {
    font-size: 40px;
  }
}
@media (max-width: 769px) {
  .contacts-page .full-width-map .fullwidth-title {
    display: none;
  }
}
.contacts-page .pulled-out-title {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .contacts-page .pulled-out-title {
    display: block;
  }
}
.contacts-page .pulled-out-title .fullwidth-title {
  font: bold 32px/1.2 'Effra', Arial, sans-serif;
  color: #242424;
}
@media (max-width: 999px) {
  .contacts-page .wave-card.contact-card .description-block {
    height: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 499px) {
  .contacts-page .wave-card.contact-card .description-block {
    margin: 0 -20px;
  }
}
@media (max-width: 999px) {
  .contacts-page .wave-card.contact-card .description-block .wave-text {
    padding: 30px 20px 18px;
  }
}
.contacts-page .wave-card.contact-card .description-block .wave-text:after {
  background-size: 100% 100%;
}
@media (max-width: 999px) {
  .contacts-page .wave-card.contact-card .description-block .wave-text .wave-icons {
    bottom: 10px;
  }
}
@media (max-width: 999px) {
  .contacts-page .wave-card.contact-card .description-block .wave-picture {
    background-position: 50% 50%;
  }
}
@media (max-width: 999px) {
  .contacts-page .wave-card.contact-card .description-block .wave-icons {
    position: static;
    text-align: center;
  }
}
.contacts-page .wave-card.contact-card .open-tour {
  transition: opacity 0.2s ease;
  width: 78px;
  height: 32px;
  background: url(/local/css/../images/sprite.svg?70e9aeca) -268px -256px no-repeat;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 0;
}
.contacts-page .wave-card.contact-card .open-tour + .slider .slick-dots {
  right: 114px;
}
.contacts-page .wave-card.contact-card .open-tour:hover {
  opacity: 0.8;
}
@media (max-width: 999px) {
  .contacts-page .wave-card.contact-card .open-tour {
    display: inline-block;
    bottom: auto;
    right: 10px;
  }
  .contacts-page .wave-card.contact-card .open-tour + .slider .slick-dots {
    right: 50%;
  }
}
.contacts-page .slider {
  height: 100%;
}
@media (max-width: 999px) {
  .contacts-page .slider {
    padding-bottom: 0;
  }
}
.contacts-page .slider .slick-list {
  height: 350px !important;
}
@media (max-width: 999px) {
  .contacts-page .slider .slick-list {
    height: calc(100vw*.6) !important;
  }
}
.contacts-page .slider .slick-arrow {
  display: none !important;
}
.contacts-page .slider .slide {
  padding: 0;
}
.contacts-page .slider .slick-track {
  height: 100%;
}
.contacts-page .slider .slick-dots {
  width: 260px;
  position: absolute;
  bottom: 49px;
  right: 23px;
  text-align: right;
}
@media (max-width: 999px) {
  .contacts-page .slider .slick-dots {
    right: 50%;
    bottom: 20px;
    text-align: center;
    transform: translateX(50%);
  }
}
@media (max-width: 999px) {
  .contacts-page .slider .wave-text {
    max-width: 100%;
  }
}
.contacts-page .city-select-wrapper .select2-container--open .baron-wrapper.direction-v {
  width: 318px !important;
  max-width: none !important;
  min-width: 318px;
}
.contacts-page .city-select-wrapper .select2-container--default .select2-selection--single {
  border: none;
}
.contacts-page .gm-style-iw {
  overflow: hidden !important;
  line-height: 1.35;
  white-space: nowrap;
}
.contacts-page .wave-name {
  margin: 50px 0 27px;
  font: bold 34px 'Effra', Arial, sans-serif;
}
@media (max-width: 767px) {
  .contacts-page .wave-name {
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .contacts-page .wave-name {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .contacts-page .wave-name .city-select-wrapper {
    display: block;
  }
  .contacts-page .wave-name .city-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
  }
}
.contacts-page .wave-name .select2-dropdown {
  width: auto !important;
}
.contacts-page .wave-name .select2-container {
  vertical-align: top;
}
.contacts-page .wave-name .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  margin-top: -5px;
}
.contacts-page .wave-name .select2-container .select2-selection__arrow b {
  margin: 0;
}
.contacts-page.blind .page {
  padding-top: 0;
}
.contacts-page.blind .full-width-map {
  height: auto;
  min-height: 0;
  margin-bottom: 0;
}
.contacts-page.blind .full-width-map::after {
  content: none;
}
.contacts-page.blind .full-width-map .map {
  display: none;
}
.contacts-page.blind .fullwidth-title {
  color: #000;
}
.contacts-page.blind .select2-container--default .select2-selection--single {
  background: none;
}
.contacts-page.blind .wave-card.contact-card {
  margin-bottom: 100px;
}
.contacts-page.blind .wave-card.contact-card .description-block {
  height: auto;
}
@media (max-width: 499px) {
  .contacts-page.blind .wave-card.contact-card .description-block {
    margin: 0;
  }
}
.contacts-page.blind .wave-card.contact-card .slider {
  position: absolute;
  top: 0;
  left: 450px;
  max-width: 450px;
  height: 250px;
}
@media (max-width: 940px) {
  .contacts-page.blind .wave-card.contact-card .slider {
    position: static;
    margin-bottom: 20px;
  }
}
.contacts-page.blind .wave-card.contact-card .slider .slick-list {
  height: 250px!important;
}
.contacts-page.blind .wave-card.contact-card .slider .slick-dots {
  display: none !important;
}
.contacts-page.blind .wave-card.contact-card .wave-text {
  position: static;
  height: auto;
  min-height: 250px;
  padding: 0 25px 0 0;
  background: none;
}
.contacts-page.blind .wave-card.contact-card .wave-text::after {
  content: none;
}
.contacts-page.blind .wave-card.contact-card .wave-text .description {
  margin-bottom: 20px;
}
.contacts-page.blind .wave-card.contact-card .wave-picture {
  max-width: 450px;
}
.contacts-page.blind .wave-card.contact-card .blind-buttons {
  position: absolute;
  top: 280px;
  left: 450px;
}
@media (max-width: 940px) {
  .contacts-page.blind .wave-card.contact-card .blind-buttons {
    position: static;
    margin-bottom: 20px;
  }
}
.contacts-page.blind .wave-card.contact-card .blind-buttons + .wave-text {
  min-height: 340px;
}
.contacts-page.blind .wave-card.contact-card .blind-services {
  margin-top: 20px;
  text-align: left;
}
.contacts-page.blind .wave-card.contact-card .blind-services ul {
  padding: 20px 20px 10px 20px;
  border: 2px solid #242424;
}
.contacts-page.blind .wave-card.contact-card .blind-services li {
  display: inline-block;
  margin-bottom: 15px;
}
.contacts-page.blind .wave-card.contact-card .blind-services li:not(:last-child) {
  margin-right: 50px;
}
.contacts-page.blind-font-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font: bold 56px 'Effra', Arial, sans-serif;
}
.contacts-page.blind-font-2 .wave-name {
  font: bold 56px 'Effra', Arial, sans-serif;
}
.contacts-page.blind-font-2 .wave-card.contact-card .wave-text .subtitle {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-2 .wave-card.contact-card .wave-text .subtitle {
    font-size: 26px;
  }
}
.contacts-page.blind-font-2 .wave-card.contact-card .wave-text .description {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-2 .wave-card.contact-card .wave-text .description {
    font-size: 20px;
  }
}
.contacts-page.blind-font-2 .wave-card.contact-card .wave-text .schedule-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-2 .wave-card.contact-card .wave-text .schedule-title {
    font-size: 26px;
  }
}
.contacts-page.blind-font-2 .wave-card.contact-card .blind-buttons + .wave-text {
  min-height: 423px;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-2 .wave-card.contact-card .blind-buttons + .wave-text {
    min-height: 1px;
  }
}
.contacts-page.blind-font-2 .wave-card.contact-card .blind-services li {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-2 .wave-card.contact-card .blind-services li {
    font-size: 20px;
  }
}
.contacts-page.blind-font-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font: bold 56px 'Effra', Arial, sans-serif;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font: bold 44px 'Effra', Arial, sans-serif;
  }
}
.contacts-page.blind-font-3 .wave-name {
  font: bold 56px 'Effra', Arial, sans-serif;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .wave-name {
    font: bold 44px 'Effra', Arial, sans-serif;
    word-break: break-word;
  }
}
.contacts-page.blind-font-3 .wave-card.contact-card .wave-text .subtitle {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .wave-card.contact-card .wave-text .subtitle {
    font-size: 26px;
  }
}
.contacts-page.blind-font-3 .wave-card.contact-card .wave-text .description {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .wave-card.contact-card .wave-text .description {
    font-size: 24px;
  }
}
.contacts-page.blind-font-3 .wave-card.contact-card .wave-text .schedule-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .wave-card.contact-card .wave-text .schedule-title {
    font-size: 26px;
  }
}
.contacts-page.blind-font-3 .wave-card.contact-card .blind-buttons + .wave-text {
  min-height: 432px;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .wave-card.contact-card .blind-buttons + .wave-text {
    min-height: 1px;
  }
}
.contacts-page.blind-font-3 .wave-card.contact-card .blind-services li {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .contacts-page.blind-font-3 .wave-card.contact-card .blind-services li {
    font-size: 24px;
  }
}
.contacts-page.blind-color-2 .wave-card.contact-card .wave-text .schedule-title {
  color: #000;
}
.contacts-page.blind-color-2 .wave-card.contact-card .wave-text .description {
  color: #000;
}
.contacts-page.blind-color-2 .wave-card.contact-card .blind-services ul {
  border: 2px solid #000;
}
.contacts-page.blind-color-3 .fullwidth-title {
  color: #063462;
}
.contacts-page.blind-color-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #063462;
}
.contacts-page.blind-color-3 .select2-container .select2-selection__arrow b {
  border-top: 6px solid #063462;
}
.contacts-page.blind-color-3 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #063462;
}
.contacts-page.blind-color-3 .wave-card.contact-card .wave-text .schedule-title {
  color: #063462;
}
.contacts-page.blind-color-3 .wave-card.contact-card .wave-text .description {
  color: #063462;
}
.contacts-page.blind-color-3 .wave-card.contact-card .wave-picture {
  filter: grayscale(100%) sepia(100%) hue-rotate(170deg);
}
.contacts-page.blind-color-3 .wave-card.contact-card .blind-services ul {
  border: 2px solid #063462;
}
.contacts-page.blind-no-image .wave-card.contact-card .wave-text {
  width: 100%;
  min-height: 0;
}
.contacts-page.blind-no-image .wave-card.contact-card .blind-buttons + .wave-text {
  min-height: 0;
}
.is-ie .wave-card .wave-name .select2-container .select2-selection__arrow {
  margin-top: 0;
}
/**
 * Страница акции
 **/
.shares-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .shares-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .shares-page .page {
    padding-top: 70px;
  }
}
.shares-page.blind .page {
  padding-top: 40px;
}
.shares-page .lead-caption {
  margin-bottom: 45px;
  font: 18px/1.2 'Muller', Arial, sans-serif;
  color: #919191;
}
.shares-page .lead-caption .btn {
  margin: 0 auto 50px auto;
  width: 230px;
  display: block;
}
.shares-page .btn:before {
  background: linear-gradient(45deg, #e9864b 1%, #f5dc3a 100%);
}
.shares-page .articles-row .card {
  position: relative;
}
.shares-page .articles-row .card:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ccc;
  bottom: 40px;
  width: 95%;
}
.shares-page .articles-row .article-card .article-img-title img {
  width: 100%;
  margin-bottom: 18px;
}
.shares-page .articles-row .article-card .article-img-title .gray {
  filter: grayscale(100%);
}
.shares-page .articles-row .article-card .article-title {
  font: bold 20px/27px 'Effra', Arial, sans-serif;
  margin-bottom: 15px;
}
.shares-page .articles-row .article-card .article-title .gray {
  filter: grayscale(100%);
}
.shares-page .articles-row .article-card .article-date {
  font: 14px/1.2 'Muller', Arial, sans-serif;
  margin-bottom: 50px;
}
.shares-page .articles-row .article-card .no-image {
  margin-bottom: 18px;
}
.shares-page .articles-row .article-card .article-tag {
  font-size: 14px !important;
}
.shares-page .articles-row .article-card a:hover span.thin-lined {
  background-size: 100% 0;
}
.shares-page .useful-info {
  margin-bottom: 50px;
}
.shares-page .filter,
.shares-page .article-tag-wrapper {
  display: none;
}
.blind-font-2.shares-page .articles-row .article-card .article-tag {
  font-size: 20px !important;
}
.blind-font-3.shares-page .articles-row .article-card .article-tag {
  font-size: 24px !important;
}
/**
 * Детальная акции
 **/
.shares-detail-page .page {
  padding-top: 168px;
}
@media (max-width: 999px) {
  .shares-detail-page .page {
    padding-top: 149px;
  }
}
@media (max-width: 767px) {
  .shares-detail-page .page {
    padding-top: 70px;
  }
}
.shares-detail-page.blind .page {
  padding-top: 40px;
  padding-bottom: 30px;
}
.shares-detail-page h4 {
  margin-bottom: 27px;
}
@media (max-width: 767px) and (min-width: 500px) {
  .shares-detail-page blockquote {
    padding: 40px 40px 55px 170px;
  }
}
@media (max-width: 599px) {
  .shares-detail-page blockquote {
    margin: 20px 0 20px;
    padding: 20px 10px 10px 20px;
    background: #f2f2f2;
    border-radius: 10px;
  }
}
.shares-detail-page .article-subtitle {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .shares-detail-page .article-subtitle {
    flex-wrap: wrap;
  }
}
.shares-detail-page .article-subtitle .article-date {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .shares-detail-page .article-subtitle .article-date {
    margin-bottom: 10px;
  }
}
.shares-detail-page .article-subtitle .tags-wrapper {
  max-width: 65%;
}
@media (max-width: 767px) {
  .shares-detail-page .article-subtitle .tags-wrapper {
    padding-left: 12px;
  }
}
.shares-detail-page .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .shares-detail-page .journal-pager {
    margin-top: 80px;
  }
}
.shares-detail-page .article-tag {
  display: none;
}
/**
 * Common
 **/
/**
 * Links
 */
a,
b {
  transition: all 0.2s ease;
  color: #242424;
  text-decoration: none;
}
a.dashed,
b.dashed,
a span.dashed,
b span.dashed {
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.dashed,
.blind-color-3 b.dashed,
.blind-color-3 a span.dashed,
.blind-color-3 b span.dashed {
  background: repeating-linear-gradient(to right, #063462 0, #063462 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.dashed,
.blind-color-2 b.dashed,
.blind-color-2 a span.dashed,
.blind-color-2 b span.dashed {
  background: repeating-linear-gradient(to right, #000 0, #000 4px, transparent 4px, transparent 6px) 0 100% no-repeat;
  background-size: 100% 1px;
}
a.dashed.small-pad,
b.dashed.small-pad,
a span.dashed.small-pad,
b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #242424 0, #242424 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.dashed.small-pad,
.blind-color-3 b.dashed.small-pad,
.blind-color-3 a span.dashed.small-pad,
.blind-color-3 b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #063462 0, #063462 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.dashed.small-pad,
.blind-color-2 b.dashed.small-pad,
.blind-color-2 a span.dashed.small-pad,
.blind-color-2 b span.dashed.small-pad {
  background: repeating-linear-gradient(to right, #000 0, #000 4px, transparent 4px, transparent 6px) 0 88% no-repeat;
  background-size: 100% 1px;
}
a.lined,
b.lined,
a span.lined,
b span.lined {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 89% no-repeat;
  background-size: 100% 2px;
  will-change: box-shadow;
  transition: none;
}
.blind-color-3 a.lined,
.blind-color-3 b.lined,
.blind-color-3 a span.lined,
.blind-color-3 b span.lined {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 89% no-repeat;
  background-size: 100% 2px;
}
.blind-color-2 a.lined,
.blind-color-2 b.lined,
.blind-color-2 a span.lined,
.blind-color-2 b span.lined {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 89% no-repeat;
  background-size: 100% 2px;
}
a.lined.small-pad,
b.lined.small-pad,
a span.lined.small-pad,
b span.lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.lined.small-pad,
.blind-color-3 b.lined.small-pad,
.blind-color-3 a span.lined.small-pad,
.blind-color-3 b span.lined.small-pad {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.lined.small-pad,
.blind-color-2 b.lined.small-pad,
.blind-color-2 a span.lined.small-pad,
.blind-color-2 b span.lined.small-pad {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 84% no-repeat;
  background-size: 100% 1px;
}
a.thin-lined,
b.thin-lined,
a span.thin-lined,
b span.thin-lined {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.thin-lined,
.blind-color-3 b.thin-lined,
.blind-color-3 a span.thin-lined,
.blind-color-3 b span.thin-lined {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.thin-lined,
.blind-color-2 b.thin-lined,
.blind-color-2 a span.thin-lined,
.blind-color-2 b span.thin-lined {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 100% no-repeat;
  background-size: 100% 1px;
}
a.thin-lined.small-pad,
b.thin-lined.small-pad,
a span.thin-lined.small-pad,
b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #242424 0%, #242424 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
.blind-color-3 a.thin-lined.small-pad,
.blind-color-3 b.thin-lined.small-pad,
.blind-color-3 a span.thin-lined.small-pad,
.blind-color-3 b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #063462 0%, #063462 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
.blind-color-2 a.thin-lined.small-pad,
.blind-color-2 b.thin-lined.small-pad,
.blind-color-2 a span.thin-lined.small-pad,
.blind-color-2 b span.thin-lined.small-pad {
  background: linear-gradient(120deg, #000 0%, #000 100%) 0 85% no-repeat;
  background-size: 100% 1px;
}
a.iconed,
b.iconed {
  position: relative;
  margin-left: 27px;
}
a.iconed .ico,
b.iconed .ico {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 9px;
}
a.dashed:hover,
a.dashed.small-pad:hover,
a.lined:hover,
a span.lined:hover,
a:hover span.lined,
a.lined.small-pad:hover,
a span.lined.small-pad:hover,
a:hover span.lined.small-pad,
a.thin-lined:hover,
a span.thin-lined:hover,
a:hover span.thin-lined,
a.thin-lined.small-pad:hover,
a span.thin-lined.small-pad:hover,
a:hover span.thin-lined.small-pad,
a span.dashed.small-pad:hover,
a:hover span.dashed.small-pad,
a span.dashed:hover,
a:hover span.dashed {
  background-size: 100% 0;
}
/**
 * Buttons
 */
.expand-btn {
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.expand-btn:after {
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  width: 7px;
  height: 7px;
  right: 0;
  top: 50%;
  border-left: 1px solid #242424;
  border-bottom: 1px solid #242424;
  transform: rotate(-45deg) translateY(-50%);
}
.expand-btn.show:after {
  transform: rotate(135deg) translateY(-50%);
}
.btn {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 40px;
  color: #242424;
  text-align: center;
  font: bold 14px/54px 'Effra', Arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.blind-font-2 .btn,
.blind-font-3 .btn {
  padding: 0 10px;
  line-height: 58px !important;
}
.blind-font-2 .btn {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-2 .btn {
    font-size: 20px;
  }
}
.blind-font-3 .btn {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 499px) {
  .blind-font-3 .btn {
    font-size: 24px;
  }
}
.blind-color-2 .btn {
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000;
}
.blind-color-2 .btn:hover {
  color: #000 !important;
  background: #fff !important;
  border: 2px solid #000;
}
.blind-color-3 .btn {
  color: #9dd1ff !important;
  background: #063462 !important;
  border: 2px solid #063462;
}
.blind-color-3 .btn:hover {
  color: #063462 !important;
  background: #9dd1ff !important;
  border: 2px solid #063462;
}
.btn i {
  position: relative;
  font-style: normal;
  z-index: 5;
}
.btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px #ccc solid;
  box-sizing: border-box;
  z-index: -2;
}
.blind-color-2 .btn:after,
.blind-color-3 .btn:after {
  display: none;
}
.btn:before {
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #5783c1 1%, #65afde 30%, #efb0c3 100%);
  opacity: 0;
  transform: translateY(100%);
  z-index: -1;
}
.blind-color-2 .btn:before,
.blind-color-3 .btn:before {
  display: none;
}
.btn.btn-white-border {
  color: #fff;
  font: bold 20px/47px 'Muller', Arial, sans-serif;
}
.btn.btn-white-border:after {
  border-color: #fff;
}
.btn.btn-white-border:before {
  display: none;
}
.btn.btn-white-border:hover {
  opacity: 0.8;
}
.btn.btn-tag {
  padding: 0 21px;
  font: 18px/50px 'Muller', Arial, sans-serif;
}
.btn.btn-tag b {
  transition: all 0.2s ease;
  position: absolute;
  top: 12px;
  right: 42px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}
.blind-font-2 .btn.btn-tag b {
  top: 13px;
}
.blind-font-3 .btn.btn-tag b {
  top: 15px;
}
.btn.btn-tag b:before,
.btn.btn-tag b:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 12px;
  left: 10px;
  z-index: 99;
  transform: rotate(45deg);
}
.blind-color-3 .btn.btn-tag b:before,
.blind-color-3 .btn.btn-tag b:after {
  background: #9dd1ff;
}
.btn.btn-tag b:after {
  transform: rotate(135deg);
}
.btn.btn-tag.active {
  color: #fff;
}
.btn.btn-tag.active:not(.btn-tag-reset):not(.no-close) {
  padding-right: 40px;
}
.btn.btn-tag.active:before {
  opacity: 1;
  transform: none;
}
.btn.btn-tag.active b {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.btn.btn-tag.btn-tag-reset b {
  display: none;
}
.btn.btn-tag.btn-tag-reset.active {
  cursor: default;
}
@media (max-width: 599px) {
  .btn.btn-tag {
    height: 39px;
    line-height: 39px;
  }
  .blind .btn.btn-tag {
    height: 50px;
  }
  .btn.btn-tag b {
    top: 8px;
  }
}
.btn.btn-primary {
  background-color: transparent;
  background-image: none;
}
.btn.btn-navigate-submit {
  white-space: normal;
  line-height: 1;
  padding: 3px 20px 0;
}
.btn.btn-default {
  transition: all 0.2s ease;
  background: none;
  background-color: transparent;
  color: #242424;
}
.btn.btn-default:hover {
  background: linear-gradient(45deg, #5783c1 1%, #65afde 30%, #efb0c3 100%);
}
.btn.btn-default:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px #ccc solid;
  box-sizing: border-box;
  z-index: -2;
}
.blind-color-2 .btn.btn-default:after,
.blind-color-3 .btn.btn-default:after {
  display: none;
}
.btn.btn-calendar-back,
.btn.btn-free-time {
  background-color: transparent;
  background-image: none;
  color: #242424;
}
.btn.btn-calendar-back:after,
.btn.btn-free-time:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px #ccc solid;
  box-sizing: border-box;
  z-index: -2;
}
.blind-color-2 .btn.btn-calendar-back:after,
.blind-color-2 .btn.btn-free-time:after,
.blind-color-3 .btn.btn-calendar-back:after,
.blind-color-3 .btn.btn-free-time:after {
  display: none;
}
.btn.btn-calendar-back:before,
.btn.btn-free-time:before {
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #5783c1 1%, #65afde 30%, #efb0c3 100%);
  opacity: 0;
  transform: translateY(100%);
  z-index: -1;
}
.blind-color-2 .btn.btn-calendar-back:before,
.blind-color-2 .btn.btn-free-time:before,
.blind-color-3 .btn.btn-calendar-back:before,
.blind-color-3 .btn.btn-free-time:before {
  display: none;
}
.btn.btn-calendar-back:hover:after,
.btn.btn-free-time:hover:after {
  opacity: 0;
}
.btn.btn-calendar-back:hover:before,
.btn.btn-free-time:hover:before {
  opacity: 1;
}
.btn.btn-free-time {
  line-height: 54px !important;
}
.btn.btn-free-time:hover {
  color: #fff !important;
}
.btn.btn-free-time:before {
  top: -50px;
}
.datepicker {
  border-radius: 0;
}
a.btn:hover,
span.btn:hover,
button.btn:hover,
button:hover .btn {
  color: #fff;
}
a.btn:hover:before,
span.btn:hover:before,
button.btn:hover:before,
button:hover .btn:before {
  opacity: 1;
  transform: none;
}
/**
 * Inputs
 */
.i3z-form .i3z-form-slide > label:not(.error) {
  margin-top: 10px;
}
.i3z-form .i3z-form-slide .row {
  margin-left: -5px;
  margin-right: -5px;
}
.i3z-form .i3z-form-slide .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 499px) {
  .i3z-form .i3z-form-slide .col-xs-4 {
    width: 100%;
  }
}
.i3z-form .i3z-form-slide .i3z-form-price {
  margin-bottom: -1px;
}
.i3z-form .i3z-form-slide .timeslot-container {
  text-align: left;
}
.i3z-form .i3z-form-slide .timeslot-wrap {
  height: 100%;
  text-align: center;
}
.i3z-form .i3z-form-slide .timeslot-wrap label:not(.error) {
  margin-top: 3px !important;
}
.i3z-form .i3z-form-slide .btn-timeslot {
  display: inline-flex;
  justify-content: center;
  line-height: 3;
}
.i3z-form .i3z-form-slide .btn-timeslot.active {
  line-height: 3.5;
}
.i3z-form .i3z-form-slide .btn-timeslot.active:after {
  display: none;
}
.i3z-form .i3z-form-slide .g-recaptcha {
  margin-top: 60px;
}
.i3z-form .i3z-form-slide .btn-navigate-submit {
  margin-top: 30px;
  margin-bottom: -20px;
}
.i3z-form .form-control {
  height: 50px;
  border-radius: 0;
}
.i3z-form select.form-control::-webkit-scrollbar {
  width: 8px;
  color: #999;
}
.i3z-form input[type="text"],
.i3z-form textarea {
  transition: all 0.2s ease;
  border: 1px #ccc solid;
}
.blind-font-2 .i3z-form input[type="text"],
.blind-font-2 .i3z-form textarea,
.blind-font-3 .i3z-form input[type="text"],
.blind-font-3 .i3z-form textarea {
  border-width: 2px;
}
.blind-color-2 .i3z-form input[type="text"],
.blind-color-2 .i3z-form textarea {
  color: #000;
  border-color: #000;
}
.blind-color-2 .i3z-form input[type="text"]::placeholder,
.blind-color-2 .i3z-form textarea::placeholder {
  color: #000;
}
.blind-color-3 .i3z-form input[type="text"],
.blind-color-3 .i3z-form textarea {
  color: #063462;
  border-color: #063462;
  background: #9dd1ff;
}
.blind-color-3 .i3z-form input[type="text"]::placeholder,
.blind-color-3 .i3z-form textarea::placeholder {
  color: #063462;
}
.i3z-form input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.i3z-form input,
.i3z-form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
}
.i3z-form input:focus,
.i3z-form textarea:focus {
  border-color: #242424;
  box-shadow: none !important;
}
@media (max-width: 499px) {
  .i3z-form input,
  .i3z-form textarea {
    margin-bottom: 30px;
  }
}
.i3z-form input {
  padding: 0 19px 1px;
  width: 100%;
  height: 50px;
  font: 15px 'Muller', Arial, sans-serif;
}
.i3z-form textarea {
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  resize: none;
  font: 18px 'Muller', Arial, sans-serif;
  padding: 15px 20px;
}
.i3z-form .form-title {
  margin-bottom: 14px;
  color: #000;
  font: 700 34px/1.2 'Effra', Arial, sans-serif;
}
.blind-color-2 .i3z-form .form-title {
  color: #000;
}
.blind-color-3 .i3z-form .form-title {
  color: #063462;
}
.i3z-form label {
  transition: opacity 0.2s ease;
}
.i3z-form label:not(.error) {
  font: bold 18px 'Effra', Arial, sans-serif;
  color: #666;
  display: block;
  margin-bottom: 3px;
  margin-top: 20px;
}
.blind-color-2 .i3z-form label:not(.error) {
  color: #000;
}
.blind-color-3 .i3z-form label:not(.error) {
  color: #063462;
}
.i3z-form label.error {
  position: absolute;
}
.i3z-form label.required:after {
  margin-left: 7px;
  content: "\2022";
  color: #666;
}
.blind-color-2 .i3z-form label.required:after {
  color: #000;
}
.blind-color-3 .i3z-form label.required:after {
  color: #063462;
}
.i3z-form label:hover {
  opacity: 0.8;
}
.i3z-form .inp {
  position: relative;
}
.i3z-form .error input,
.i3z-form .error textarea {
  border-color: #fa413f !important;
}
@media (max-width: 499px) {
  .i3z-form .error input,
  .i3z-form .error textarea {
    margin-bottom: 30px;
  }
}
.blind-color-2 .i3z-form .error input,
.blind-color-2 .i3z-form .error textarea {
  border-color: #000 !important;
}
.blind-color-3 .i3z-form .error input,
.blind-color-3 .i3z-form .error textarea {
  border-color: #063462 !important;
}
.i3z-form .error label.error {
  display: block;
  font: 15px 'Muller', Arial, sans-serif;
  color: #fa413f;
  margin-top: 5px;
  left: 0;
  bottom: -5px;
}
.blind-font-2 .i3z-form .error label.error,
.blind-font-3 .i3z-form .error label.error {
  bottom: -16px;
}
.blind-color-2 .i3z-form .error label.error {
  color: #000;
}
.blind-color-3 .i3z-form .error label.error {
  color: #063462;
}
@media (max-width: 499px) {
  .i3z-form .error label.error {
    bottom: -12px;
  }
  .blind-font-2 .i3z-form .error label.error,
  .blind-font-3 .i3z-form .error label.error {
    bottom: 0;
  }
}
.i3z-form .error textarea + label.error {
  bottom: -30px;
}
@media (max-width: 499px) {
  .i3z-form .error textarea + label.error {
    bottom: -45px;
  }
}
.blind-font-2 .i3z-form .error textarea + label.error,
.blind-font-3 .i3z-form .error textarea + label.error {
  bottom: -30px;
}
.i3z-form .error label:not(.error):after {
  margin-left: 7px;
  content: "\2022";
  color: #fa413f;
}
.blind-color-2 .i3z-form .error label:not(.error):after {
  color: #000 !important;
}
.blind-color-3 .i3z-form .error label:not(.error):after {
  color: #063462 !important;
}
.i3z-form .agreement {
  padding-bottom: 30px;
}
.i3z-form .g-recaptcha .custom-error {
  font: 15px 'Muller', Arial, sans-serif;
  color: #fa413f;
  margin: 5px auto 0;
}
.i3z-form .g-recaptcha > div {
  margin: 0 auto;
}
.i3z-form.form-custom .g-recaptcha {
  margin: 0 0 20px;
}
.i3z-form.form-custom .g-recaptcha > div {
  margin: 0;
}
.i3z-form.form-custom .g-recaptcha .custom-error {
  margin: 5px 0 0;
}
.i3z-form .chosen-container .chosen-single {
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
}
.i3z-form .chosen-container .chosen-single span {
  height: 50px;
  line-height: 45px;
}
.i3z-form .chosen-container .chosen-single div b {
  position: absolute;
  top: 9px;
  right: -4px;
}
.i3z-form .chosen-container ul li:nth-child(3) {
  margin-bottom: 30px;
  position: relative;
}
.i3z-form .chosen-container ul li:nth-child(3):after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 15px 0 5px;
  left: 0;
  bottom: -20px;
  pointer-events: none;
}
.i3z-form .chosen-search input {
  height: initial;
}

/* End */


/* Start:/local/templates/.default/style.css?1758187477752*/
.stand__notification {
    position: fixed;
    height: 30px;
    width: 30px;
    background-color: gray;
    top: 50px;
    right: 5px;
    z-index: 99999999999;
    color: white;
    border-radius: 16px;
    text-align: center;
    font-size: x-large;
}

@media (min-width: 767px) {
    .header .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.RUTUBE {
    margin-top: 2px;
}

.RUTUBE {
    background-image: url('/local/templates/.default/../../images/rutube-mono.png');
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}
.RUTUBE:hover {
    background-image: url('/local/templates/.default/../../images/rutube-logo-color.png');
}
/* End */


/* Start:/local/components/triz/personal.widget/templates/.default/style.css?1733132035332*/


.header .personal_widget {
    display: none
}

@media (min-width: 600px) {
    .header .personal_widget {
        display:block
    }
	
	.header .loft .phone-block {
		min-width: 200px;
		text-align: right;
		flex-grow: 1;
		padding: 15px;
	}
}

.aside-mobile-info .personal_widget {display: flex;justify-content: space-between;}
/* End */
/* /local/css/style.css?1760094007414595 */
/* /local/templates/.default/style.css?1758187477752 */
/* /local/components/triz/personal.widget/templates/.default/style.css?1733132035332 */
