﻿@charset "UTF-8";
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url(./fonts/slick.eot);
  src:
    url(./fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(./fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: 0 0;
  color: transparent;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.twentytwenty-container {
  -ms-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay,
.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.twentytwenty-after-label,
.twentytwenty-before-label {
  transition-property: opacity;
}
.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: 0 0;
}
.twentytwenty-container * {
  box-sizing: content-box;
}
.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  transition-property: background;
  background: 0 0;
  z-index: 25;
}
.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow:
    0 3px 0 #fff,
    0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow:
    0 -3px 0 #fff,
    0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow:
    3px 0 0 #fff,
    0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow:
    -3px 0 0 #fff,
    0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}
/*! Bootstrap v3.4.1 (https://getbootstrap.com/) Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend,
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src:
    url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.42857143;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6 {
  margin-top: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
}
.mark {
  padding: 0.2em;
}
.text-left,
th {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  font-size: 17.5px;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code,
kbd,
pre {
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
pre code,
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  color: #777;
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
fieldset {
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: inherit;
  color: #333;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  width: 100%;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.checkbox.disabled label,
.form-control[disabled],
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .form-control,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  display: block;
}
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox label,
.radio label {
  min-height: 20px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-group-sm .form-control,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg select.form-control,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover {
  color: #333;
}
.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus {
  color: #333;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-xs {
  line-height: 1.5;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.alert > p + p,
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  float: left;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified,
.input-group {
  display: table;
  border-collapse: separate;
}
.btn-group-justified {
  width: 100%;
  table-layout: fixed;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon {
  white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-justified > li,
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.tab-content > .tab-pane {
  display: none;
}
.navbar-brand > img,
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .btn-link,
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover,
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .btn-link,
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li,
.pagination {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pager li,
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.birthday__text p span {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.media {
  margin-top: 15px;
}
.list--checked li:first-child,
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default,
.well blockquote {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  appearance: none;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow,
.popover > .arrow:after {
  border-width: 11px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
fieldset,
img {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
a img,
fieldset,
img {
  border: none;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
  outline: none;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.modal-auth {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-auth.open {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: auto;
  background: rgba(6, 46, 79, 0.8);
}
.modal-schedule-doctor-small .modal__checkbox {
  margin-bottom: 0;
}
.modal-schedule-doctor-small.open {
  display: -ms-flexbox;
  display: flex;
}
.modal-schedule-doctor,
.modal-schedule-doctor-small {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  height: 100%;
  width: 100%;
  overflow-x: scroll;
  overflow-y: auto;
  background: rgba(6, 46, 79, 0.8);
}
.modal-schedule-doctor .modal__checkbox {
  margin-bottom: 0;
}
.modal-done__btn-icon svg,
.modal-schedule-doctor.open {
  display: -ms-flexbox;
  display: flex;
}
.modal-schedule-doctor__content {
  width: 900px;
  margin: 0 auto;
  height: 100%;
}
.modal-schedule-doctor__wrapper {
  background: #fff;
  border: 1px solid #bac7de;
  padding: 40px;
  margin: 60px 0;
  position: relative;
  width: 100%;
}
.modal-schedule-doctor__input {
  max-width: 440px;
  margin: 0 auto;
}
.modal-schedule-doctor__input .modal__submit {
  max-width: 100%;
}
.modal-schedule-doctor__input .help-block {
  color: #ff2b2b;
}
.modal-schedule-doctor__input .form-item {
  margin-bottom: 16px;
}
.modal-schedule-doctor__input .form-item.ready {
  border: 1px solid #a8a779;
}
.modal-schedule-doctor__input .form-item.disabled {
  border: 1px solid #c4c4c4;
}
.modal-schedule-doctor__input .form-item.has-error input {
  border: 1px solid #ff2b2b;
}
.modal-schedule-doctor__input form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-schedule-doctor__input input[type="text"] {
  width: 100%;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  padding: 16px 24px;
}
.modal-schedule-doctor__input input[type="text"]:focus {
  border: 1px solid #a8a779;
}
.modal-schedule-doctor__input textarea {
  width: 100%;
  resize: none;
  height: 300px;
}
.modal-auth__input input,
.modal-schedule-doctor__input select,
.modal-schedule-doctor__input textarea {
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  padding: 16px 24px;
}
.modal-schedule-doctor__input select {
  color: #737373;
  width: 100%;
}
.modal-schedule-doctor__top {
  margin-bottom: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-schedule-doctor__form-item {
  margin-bottom: 16px;
}
.modal-schedule-doctor__title {
  font-weight: 400;
  font-size: 32px;
  color: #a8a779;
  width: 100%;
}
.modal-auth__content {
  width: 900px;
  background: #fff;
  border: 1px solid #bac7de;
  padding: 40px;
}
.modal-auth__title {
  font-weight: 400;
  font-size: 32px;
  color: #a8a779;
}
.modal-auth__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-auth__text,
.modal-auth__top {
  margin-bottom: 24px;
}
.modal-auth__add,
.modal-auth__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
}
.modal-auth__add a {
  text-decoration: underline;
  color: #a8a779;
}
.modal-auth__input input {
  width: 360px;
  margin-bottom: 24px;
}
.modal__submit {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  max-width: 360px;
  margin-bottom: 24px;
}
.block-feedback-form__wrapper button:hover,
.modal__submit:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.modal-done__icon,
.modal__close-btn,
.modal__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__close-btn {
  cursor: pointer;
  border: 1px solid #bac7de;
  min-width: 55px;
  min-height: 55px;
  border-radius: 90px;
}
.modal-done__icon {
  background: #54678d;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
.modal-done__title {
  font-weight: 400;
  font-size: 32px;
  color: #a8a779;
  text-align: left;
}
.modal-done__top {
  margin-bottom: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-done__img img {
  width: 100%;
}
.modal-done__row-title {
  font-weight: 400;
  font-size: 36px;
  color: #a8a779;
  margin-bottom: 11px;
}
.modal-done__row-subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #a8a779;
}
.modal-done__date {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  margin-bottom: 8px;
}
.modal-done__address {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.modal-done__btn {
  text-align: center;
  margin-top: 64px;
}
.modal-done__btn-link {
  padding: 18px;
  width: 347px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a8a779;
  border-radius: 100px;
}
.block-bg-text__content h3,
.modal-done__btn-text {
  font-weight: 700;
  font-size: 16px;
  color: #a8a779;
  line-height: 1;
}
.modal-done__btn-icon {
  margin-right: 16px;
}
.modal-done {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-done.open {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: auto;
  background: rgba(6, 46, 79, 0.8);
}
.modal-done__content {
  width: 900px;
  background: #fff;
  border: 1px solid #bac7de;
  padding: 40px 40px 56px;
}
.modal-done__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.modal-done__row {
  margin-bottom: 20px;
}
.modal-done__text {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
}
.promo-modal .modal-content,
.reviews-modal .modal-content {
  padding: 50px 40px;
}
.block-feedback-form__wrapper button,
.modal-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.block-bg-text__content,
.block-qr-codes .block-qr-codes__item .block-qr-codes__item-text,
.modal-schedule__inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@font-face {
  font-family: "Circe-Regular";
  src:
    url(../fonts/Circe-Regular.woff2) format("woff2"),
    url(../fonts/Circe-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe-Bold";
  src:
    url(../fonts/Circe-Bold.woff2) format("woff2"),
    url(../fonts/Circe-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe-Light";
  src:
    url(../fonts/Circe-Light.woff2) format("woff2"),
    url(../fonts/Circe-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe-ExtraBold";
  src:
    url(../fonts/Circe-ExtraBold.woff2) format("woff2"),
    url(../fonts/Circe-ExtraBold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.block-bg-text__content {
  gap: 12px;
  background: #bac7de;
  padding: 27px 32px;
}
.block-bg-text__content h3 {
  font-size: 20px;
  line-height: 28px;
}
.block-attention-text__content p,
.block-bg-text__content p {
  color: #54678d;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.block-attention-text__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.block-attention-text__content svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  width: 44px;
}
.form-control,
img[src$=".jpg"],
img[src$=".png"] {
  height: auto;
}
body {
  font-family: "Circe-Regular", sans-serif;
  color: #323232;
  font-size: 16px;
  scroll-behavior: smooth;
}
.bg-white {
  background: #fff !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.block-qr-codes .row {
  row-gap: 20px;
}
.block-qr-codes .block-qr-codes__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.block-qr-codes .block-qr-codes__item .block-qr-codes__item-text {
  gap: 4px;
}
.block-qr-codes .block-qr-codes__item .block-qr-codes__item-text p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #a8a779;
}
.block-qr-codes .block-qr-codes__item .block-qr-codes__item-text a {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: underline;
  color: #a8a779;
}
.block-feedback-form__wrapper {
  background: #a8a779;
  padding: 48px 221px;
}
.block-feedback-form__wrapper button {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
}
.block-feedback-form__wrapper select,
.block-feedback-form__wrapper textarea {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
  height: 50px;
  border-radius: 5px;
}
.block-feedback-form__wrapper textarea {
  height: 100px;
  padding: 16px 24px;
  resize: none;
  margin-bottom: 24px;
}
.block-feedback-form__wrapper input[type="text"]:-ms-input-placeholder,
.block-feedback-form__wrapper textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
}
.block-certificate-form__content form input[type="text"]::placeholder,
.block-certificate-form__content form textarea::placeholder,
.block-feedback-form__wrapper input[type="text"]::placeholder,
.block-feedback-form__wrapper textarea::placeholder,
.modal-form input[type="email"]::placeholder,
.modal-form input[type="tel"]::placeholder,
.modal-form input[type="text"]::placeholder,
.modal-form textarea::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
}
.block-feedback-form__wrapper .form-checkbox label {
  cursor: pointer;
  gap: 5px;
  color: #fff !important;
}
.block-feedback-form__wrapper .form-checkbox label a {
  color: #fff !important;
}
.block-feedback-form__wrapper input[type="text"] {
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
  height: 50px;
  padding: 0 24px;
}
.block-feedback-form__wrapper .block-feedback-form__title {
  text-align: center;
}
.block-feedback-form__wrapper .block-feedback-form__title h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fbfcff;
  margin-bottom: 4px;
}
.block-feedback-form__wrapper .block-feedback-form__title p,
.page__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fbfcff;
}
.page__text {
  line-height: 24px;
  text-align: left;
  color: #222;
}
.block-dropdowns-tabs .tabs__caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.block-dropdowns-tabs .tabs__title {
  color: #a8a779;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  background: #e1e8f4;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.2s;
}
.block-dropdowns-tabs .tabs__title:hover {
  background: #bac7de;
}
.block-dropdowns-tabs .tabs__title.active {
  background: #bac7de;
  font-family: inherit;
}
.block-nums .block-nums__list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.block-nums .block-nums__list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.block-nums .block-nums__list ul li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #a8a779;
}
.block-nums .block-nums__list ul li span {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  background: #bac7de;
  height: 54px;
  width: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  color: #a8a779;
}
.block-banner .block-banner__content {
  max-width: 900px;
  margin: 0 auto;
  min-height: 173px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 44px 30px;
}
.block-banner .block-banner__content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #a8a779;
  max-width: 360px;
}
.block-banner .block-banner__content.block-banner__content--mobile {
  display: none;
  min-height: 228px;
  background-position: 100% bottom;
  background-size: cover;
  padding: 25px 14px;
}
.block-banner .block-banner__content.block-banner__content--mobile p {
  font-size: 16px;
  line-height: 20px;
}
.page-text .section__title,
.page-text h3 {
  margin-bottom: 20px;
}
.page-text a {
  color: #a8a779;
}
.page-text p,
.page-text ul {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.page-text p {
  margin: 20px 0;
}
.page-text h3 {
  color: #a8a779;
}
.page-text ul {
  padding-left: 20px;
  list-style-type: disc;
  overflow: visible;
  margin-top: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 10px;
}
.page-text ul.list-dash {
  list-style-type: none;
}
.page-text ul.list-dash > li:before {
  content: "—";
  position: relative;
  left: -5px;
}
.modal-top h3,
.page-text ol,
.page-text p,
.page-text ul {
  font-weight: 400;
  text-align: left;
}
.modal-top,
.page-text ol,
.page-text ul {
  display: -ms-flexbox;
  display: flex;
}
.page-text ol {
  margin-top: 5px;
  list-style: none;
  counter-reset: li;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.page-text ol ol,
.page-text ol ul {
  margin-left: 30px;
}
.page-text ol > li:before {
  color: #a8a779;
  font-weight: 600;
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.modal-top {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal-top h3 {
  font-size: 32px;
  line-height: 32px;
  color: #a8a779;
  width: 100%;
}
.modal-900 .modal-dialog {
  width: 900px;
  margin: 20px auto;
}
.modal-900 .modal-content {
  padding: 50px 40px;
}
.modal-body {
  padding: 0;
}
.modal-form {
  max-width: 440px;
  margin: 40px auto 0;
}
.modal-form .form-item.has-error input {
  border: 1px solid #ff2b2b;
}
.modal-form .help-block {
  color: #ff2b2b;
}
.modal-form .form-item__select {
  position: relative;
}
.modal-form .form-item__select:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-bottom-left-radius: 2px;
  -ms-transform: rotate(-45deg) translate(50%, 0%);
  transform: rotate(-45deg) translate(50%, 0%);
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: transform ease-in-out 100ms;
}
.modal-form input[type="email"],
.modal-form input[type="tel"],
.modal-form input[type="text"],
.modal-form select {
  font-weight: 400;
  line-height: 18px;
  color: #111;
  padding: 5px 24px;
  height: 50px;
  width: 100%;
  border: 1px solid #bac7de;
  border-radius: 5px;
}
.modal-form select {
  background-color: #fff;
  appearance: none;
  font-size: 17px;
}
.modal-form input[type="email"],
.modal-form input[type="tel"],
.modal-form input[type="text"] {
  font-size: 18px;
}
.modal-form input[type="email"]:-ms-input-placeholder,
.modal-form input[type="tel"]:-ms-input-placeholder,
.modal-form input[type="text"]:-ms-input-placeholder,
.modal-form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
}
.modal-form .modal__submit,
.program-page__text img {
  max-width: 100%;
}
.modal-form textarea {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #bac7de;
  border-radius: 5px;
  height: 114px;
  resize: none;
}
.price-toggle {
  cursor: pointer;
}
.icon-2-hours,
.icon-24,
.icon-24-hours-delivery {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-24 {
  fill: #a8a779;
}
.icon-365,
.icon-account {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-account {
  fill: initial;
}
.icon-accuracy,
.icon-acne {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-advantage-1,
.icon-advantage-2 {
  width: 1.25em;
  height: 1em;
  fill: initial;
}
.icon-advantage-2 {
  width: 0.87em;
}
.icon-advantage-3,
.icon-advantage-4 {
  width: 2.14em;
  height: 1em;
  fill: initial;
}
.icon-advantage-4 {
  width: 1.43em;
}
.icon-advantage-5,
.icon-advantage-6 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-advantage-6 {
  width: 0.87em;
}
.icon-aging {
  width: 0.56em;
  height: 1em;
  fill: #a8a779;
}
.icon-alert-2,
.icon-alert-3,
.icon-alert-4 {
  width: 1em;
  height: 1em;
  fill: #082b53;
}
.icon-alert-4 {
  fill: #f1842c;
}
.icon-alert,
.icon-anasteziya {
  width: 1em;
  height: 1em;
  fill: #ff8300;
}
.icon-anasteziya {
  fill: #fff;
}
.icon-app-store--dark {
  width: 3em;
  height: 1em;
  fill: #a6a6a6;
}
.icon-app-store,
.icon-app-store-menu {
  width: 3.13em;
  height: 1em;
  fill: #fff;
}
.icon-app-store {
  fill: #7f8da9;
}
.icon-arr-white {
  width: 0.95em;
  height: 1em;
  fill: initial;
}
.icon-arrow-bread {
  width: 0.78em;
  height: 1em;
  fill: #222;
}
.icon-arrow-calendar {
  width: 1.39em;
  height: 1em;
  fill: #a8a779;
}
.icon-arrow-chevron-down {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-arrow-left-2 {
  width: 1.33em;
  height: 1em;
  fill: #a8a779;
}
.icon-arrow-more,
.icon-arrow-nav {
  width: 0.77em;
  height: 1em;
  fill: initial;
}
.icon-arrow-nav {
  width: 0.95em;
}
.icon-arrow-points,
.icon-arrow-right-2 {
  width: 1.35em;
  height: 1em;
  fill: #a8a779;
}
.icon-arrow-right-2 {
  width: 1.33em;
}
.icon-arrow-right {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-attention {
  width: 0.23em;
  height: 1em;
  fill: #a8a779;
}
.icon-baby,
.icon-baby-face {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-baby {
  width: 1.02em;
}
.icon-back,
.icon-back-2,
.icon-bag {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-back,
.icon-bag {
  width: 0.58em;
}
.icon-bag {
  width: 1.27em;
  fill: #a8a779;
}
.icon-bag2,
.icon-bazovoe,
.icon-beauty-treatment,
.icon-beremennost,
.icon-blood-cell {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-blood-cell {
  fill: #a8a779;
}
.icon-blood,
.icon-blue-warning {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-blue-warning {
  width: 1.06em;
}
.icon-body-mapping {
  width: 0.71em;
  height: 1em;
  fill: initial;
}
.icon-book,
.icon-brain {
  width: 0.98em;
  height: 1em;
  fill: #a8a779;
}
.icon-brain {
  width: 1em;
}
.icon-breast {
  width: 0.86em;
  height: 1em;
}
.icon-bumps {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-calendar-2,
.icon-calendar-3 {
  width: 1.06em;
  height: 1em;
  fill: #a8a779;
}
.icon-calendar-3 {
  width: 0.94em;
}
.icon-calendar-4,
.icon-calendar-dark {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-calendar-dark {
  fill: #111;
}
.icon-calendar,
.icon-call-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-call,
.icon-call-dark {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-call {
  fill: #fff;
}
.icon-calorie-counting {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-card {
  width: 1.27em;
  height: 1em;
  fill: #fff;
}
.icon-cardiology,
.icon-care {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-care {
  fill: #a8a779;
}
.icon-career,
.icon-cellulite,
.icon-certificate,
.icon-charity {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-charity {
  fill: initial;
}
.icon-check-2 {
  width: 1.41em;
  height: 1em;
  fill: #fff;
}
.icon-check-3 {
  width: 1.5em;
  height: 1em;
  fill: #a8a779;
}
.icon-check-up {
  width: 1em;
  height: 1em;
  fill: #000;
}
.icon-check {
  width: 0.98em;
  height: 1em;
  fill: #a8a779;
}
.icon-checklist {
  width: 1em;
  height: 1em;
  fill: #000;
}
.icon-child,
.icon-child-2,
.icon-children,
.icon-clinic-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-clinic {
  width: 0.87em;
  height: 1em;
  fill: initial;
}
.icon-clock-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-clock,
.icon-close {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-comfort {
  width: 1.1em;
  height: 1em;
  fill: #a8a779;
}
.icon-company,
.icon-consultant {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-control {
  width: 0.93em;
  height: 1em;
  fill: initial;
}
.icon-cosmetic,
.icon-cosmetology {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-couple,
.icon-cramps {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-cramps {
  width: 1em;
}
.icon-cross,
.icon-cross-warning {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-cross {
  fill: #333;
}
.icon-cutlery,
.icon-deadline {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-debt,
.icon-depilation {
  width: 1em;
  height: 1em;
  fill: #ff1f00;
}
.icon-depilation {
  fill: #a8a779;
}
.icon-develop,
.icon-diagnosis {
  width: 1em;
  height: 1em;
  fill: #7f8da9;
}
.icon-diagnosis {
  fill: #a8a779;
}
.icon-diagnostics {
  width: 1.13em;
  height: 1em;
  fill: initial;
}
.icon-diamonds,
.icon-discount,
.icon-do-not-touch,
.icon-doc {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-doctor-2 {
  width: 0.88em;
  height: 1em;
}
.icon-doctor-3,
.icon-doctor-woman {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-doctor-woman {
  fill: #fff;
}
.icon-doctor,
.icon-document,
.icon-document-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-done {
  width: 1.3em;
  height: 1em;
  fill: initial;
}
.icon-dzen,
.icon-ear,
.icon-earache,
.icon-eco-new {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-eco1,
.icon-eco2,
.icon-eco3 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-eco3 {
  fill: #a8a779;
}
.icon-ecology {
  width: 0.98em;
  height: 1em;
  fill: #fff;
}
.icon-electrocardiogram {
  width: 1.12em;
  height: 1em;
  fill: #a8a779;
}
.icon-Endocrinology,
.icon-Endovascular_surgery,
.icon-email {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-eye,
.icon-eye-light {
  width: 1.5em;
  height: 1em;
  fill: #fff;
}
.icon-eye {
  width: 1.13em;
  fill: #a8a779;
}
.icon-eyebrow,
.icon-face,
.icon-family,
.icon-fertilization,
.icon-fertilnost,
.icon-fetus,
.icon-file {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-file {
  width: 1.02em;
}
.icon-filters,
.icon-filters-2 {
  width: 1.41em;
  height: 1em;
  fill: #a8a779;
}
.icon-filters {
  width: 0.96em;
}
.icon-first-aid-kit {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-format,
.icon-gastoenterology {
  width: 1.25em;
  height: 1em;
  fill: #a8a779;
}
.icon-gastoenterology {
  width: 1em;
}
.icon-genetic,
.icon-girl {
  width: 1.38em;
  height: 1em;
  fill: #a8a779;
}
.icon-girl {
  width: 1em;
}
.icon-globe,
.icon-golovnaya_bol {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-golovnaya_bol {
  fill: #a8a779;
}
.icon-google-play--dark {
  width: 3.4em;
  height: 1em;
  fill: #fff;
}
.icon-google-play-menu {
  width: 3.4em;
  height: 1em;
  fill: #bac7de;
}
.icon-google-play {
  width: 3.38em;
  height: 1em;
  fill: #fff;
}
.icon-gortan,
.icon-growth,
.icon-guarantee {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-gymnast-diet,
.icon-hand {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-hand {
  width: 1em;
}
.icon-handshake,
.icon-hat {
  width: 1em;
  height: 1em;
  fill: #f1842c;
}
.icon-hat {
  width: 1.12em;
  fill: #ed2f2f;
}
.icon-healthcare,
.icon-healthcare-2,
.icon-healthcare-3,
.icon-healthcare-4 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-hearing,
.icon-hearing-aid {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-heart-2 {
  width: 1.11em;
  height: 1em;
  fill: #a8a779;
}
.icon-heart,
.icon-heart-rate {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-heart {
  width: 1.25em;
}
.icon-hepatology,
.icon-hh {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-hh {
  width: 1.29em;
  fill: initial;
}
.icon-home,
.icon-home-2 {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-home {
  width: 1em;
}
.icon-hospital-building {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-hospital {
  width: 1.67em;
  height: 1em;
  fill: initial;
}
.icon-imac,
.icon-immune-system,
.icon-immunity,
.icon-info {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-info {
  fill: initial;
}
.icon-innovation,
.icon-jaw {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-k31-big-2,
.icon-k31-big-3 {
  width: 2.04em;
  height: 1em;
  fill: #a8a779;
}
.icon-k31-big-3 {
  width: 2.03em;
}
.icon-k31-big {
  width: 2.05em;
  height: 1em;
  fill: initial;
}
.icon-k31,
.icon-k31-logo {
  width: 2.2em;
  height: 1em;
  fill: #8993a6;
}
.icon-k31 {
  width: 7.95em;
  fill: #a8a779;
}
.icon-kidneys,
.icon-kids,
.icon-kompl-obsl-densp,
.icon-kompleksnoe-obsl,
.icon-laser,
.icon-laser-pen,
.icon-lechenie_boly {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-lechenie_boly {
  width: 1.04em;
}
.icon-link,
.icon-list-before {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-list-before {
  width: 1.38em;
}
.icon-list {
  width: 0.81em;
  height: 1em;
  fill: #fff;
}
.icon-liver,
.icon-load {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-load {
  fill: #000;
}
.icon-logo--1 {
  width: 2.19em;
  height: 1em;
  fill: #a8a779;
}
.icon-logo--3,
.icon-logo--4 {
  width: 2.19em;
  height: 1em;
  fill: #004f61;
}
.icon-logo--4 {
  fill: #5f6b82;
}
.icon-logo--white {
  width: 2.13em;
  height: 1em;
  fill: #fff;
}
.icon-logo-2 {
  width: 2.16em;
  height: 1em;
  fill: #a8a779;
}
.icon-logo-dark {
  width: 2.17em;
  height: 1em;
  fill: #a8a779;
}
.icon-logo-hello {
  width: 1em;
  height: 1em;
  fill: url(#a);
}
.icon-logo-main {
  width: 2.17em;
  height: 1em;
  fill: #fff;
}
.icon-logo {
  width: 2.13em;
  height: 1em;
  fill: #a8a779;
}
.icon-loud-speaker,
.icon-luch_terapia,
.icon-luch_terapia-2,
.icon-lungs {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-lungs {
  width: 1.26em;
}
.icon-magnifier-2,
.icon-magnifier-3 {
  width: 1.04em;
  height: 1em;
  fill: initial;
}
.icon-magnifier-3 {
  width: 1em;
}
.icon-magnifier,
.icon-mammology,
.icon-man,
.icon-map-2,
.icon-map-address {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-map-address {
  fill: initial;
}
.icon-map,
.icon-map-marker-alt-solid {
  width: 0.75em;
  height: 1em;
  fill: initial;
}
.icon-map {
  width: 1.38em;
  fill: #a8a779;
}
.icon-massage,
.icon-massage-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-massage {
  width: 1.34em;
}
.icon-maxillofacial_surgery,
.icon-measurement {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-measurement {
  width: 1.02em;
}
.icon-med-invest-group {
  width: 3.76em;
  height: 1em;
  fill: url(#a);
}
.icon-medical-tools {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-medicine-2,
.icon-medicine-3 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-medicine-4 {
  width: 1.08em;
  height: 1em;
}
.icon-medicine,
.icon-metall,
.icon-methods,
.icon-micro,
.icon-migrane {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-migrane {
  fill: #fff;
}
.icon-migren {
  width: 0.96em;
  height: 1em;
  fill: initial;
}
.icon-mnogoplodnaya_beremennost {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-modal-close {
  width: 1.04em;
  height: 1em;
  fill: #fff;
}
.icon-moment,
.icon-more {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-more {
  fill: initial;
}
.icon-mri,
.icon-mrt-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-mrt,
.icon-mrt-dark {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-mrt {
  fill: #fff;
}
.icon-muzhskoye_obsledovaniye {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-neck,
.icon-neiro,
.icon-nephrology {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-nephrology {
  width: 1.02em;
}
.icon-neurology,
.icon-neurology-2,
.icon-neurosurgery,
.icon-no-shouting,
.icon-nose,
.icon-note {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-note {
  width: 1.38em;
}
.icon-oborudovanie {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-oborudovanie2 {
  width: 0.83em;
  height: 1em;
  fill: #a8a779;
}
.icon-obsl-gen,
.icon-obsl-s-gen-testom,
.icon-oncology {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-onko-urolog,
.icon-onkology {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-online,
.icon-online-2 {
  width: 1.25em;
  height: 1em;
  fill: #a8a779;
}
.icon-online {
  width: 1.5em;
}
.icon-on_home,
.icon-oper,
.icon-ophthalmologist,
.icon-oral-health,
.icon-organ,
.icon-osteopathy,
.icon-osteoporoz,
.icon-otolaryngologist,
.icon-paper,
.icon-parking {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-parking {
  fill: #fff;
}
.icon-patient,
.icon-patronage {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-pdf,
.icon-pdf-2 {
  width: 1em;
  height: 1em;
  fill: #e5252a;
}
.icon-pdf {
  fill: #000;
}
.icon-pediatrics {
  width: 0.75em;
  height: 1em;
  fill: initial;
}
.icon-percent,
.icon-phlebology {
  width: 0.96em;
  height: 1em;
  fill: #a8a779;
}
.icon-phlebology {
  width: 1em;
}
.icon-phone-2,
.icon-phone-3 {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-phone-3 {
  fill: initial;
}
.icon-phone-call {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-phone {
  width: 1.14em;
  height: 1em;
  fill: initial;
}
.icon-pills {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-pin,
.icon-pin-orange {
  width: 1em;
  height: 1em;
  fill: #f1842c;
}
.icon-pin {
  fill: #818181;
}
.icon-plastic_surgery,
.icon-play {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-play {
  fill: #fff;
}
.icon-podgotovka_sad-shkola,
.icon-pohudenie_16-25,
.icon-pohudenie_26-35,
.icon-pohudenie_40,
.icon-pohudenie_7-15 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-pohudenie_komfort {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-popup-2 {
  width: 1.75em;
  height: 1em;
  fill: #091d24;
}
.icon-popup-light {
  width: 1.56em;
  height: 1em;
  fill: #fff;
}
.icon-popup {
  width: 1.6em;
  height: 1em;
  fill: #a8a779;
}
.icon-postakne,
.icon-premium,
.icon-prevention,
.icon-proctology,
.icon-progress {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-progress {
  fill: initial;
}
.icon-protection,
.icon-psychotherapy,
.icon-psyhology,
.icon-puzzle,
.icon-quartz,
.icon-question-btn {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-question-btn {
  width: 0.94em;
}
.icon-question,
.icon-radiation {
  width: 1em;
  height: 1em;
  fill: #e1e8f4;
}
.icon-radiation {
  fill: #a8a779;
}
.icon-rash {
  width: 0.9em;
  height: 1em;
  fill: #000;
}
.icon-reception,
.icon-rehabilitation,
.icon-reset,
.icon-rheumatology,
.icon-sad,
.icon-safe {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-sale {
  width: 0.97em;
  height: 1em;
  fill: #a8a779;
}
.icon-satisfaction,
.icon-say-no,
.icon-scratch,
.icon-search {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-search {
  fill: #fff;
}
.icon-seboreia,
.icon-secure {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-sensor {
  width: 0.73em;
  height: 1em;
  fill: initial;
}
.icon-skin,
.icon-sleep,
.icon-small-intestine,
.icon-smartphone,
.icon-smartphone-2,
.icon-smoking,
.icon-snowflake-1 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-snowflake-1 {
  fill: url(#a);
}
.icon-snowflake-2,
.icon-snowflake-3 {
  width: 1em;
  height: 1em;
  fill: url(#b);
}
.icon-snowflake-4,
.icon-snowflake-5 {
  width: 1em;
  height: 1em;
  fill: url(#a);
}
.icon-snowflake-5 {
  fill: url(#b);
}
.icon-snowflake-6,
.icon-snowflake-7 {
  width: 1em;
  height: 1em;
  fill: url(#a);
}
.icon-snowflake,
.icon-solidarity {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-solidarity {
  fill: #f1842c;
}
.icon-somatic,
.icon-sore-throat,
.icon-stacionar,
.icon-star-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-star-blank {
  width: 1.09em;
  height: 1em;
  fill: initial;
}
.icon-star-half-stroke {
  width: 1em;
  height: 1em;
  fill: #ffb919;
}
.icon-star-rate {
  width: 1.06em;
  height: 1em;
  fill: #f1842c;
}
.icon-star {
  width: 1.09em;
  height: 1em;
  fill: initial;
}
.icon-stat_mamoy,
.icon-stethoscope {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-stethoscope {
  width: 1.02em;
}
.icon-stomatology,
.icon-success {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-success {
  width: 1.45em;
}
.icon-sun,
.icon-surgery-tools {
  width: 1.31em;
  height: 1em;
  fill: #a8a779;
}
.icon-surgery-tools {
  width: 1em;
}
.icon-surgery,
.icon-tablets {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-tablets {
  width: 1.14em;
}
.icon-tattoo-machine,
.icon-team {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-teeth-protection,
.icon-telegram-2 {
  width: 0.82em;
  height: 1em;
  fill: #a8a779;
}
.icon-telegram-2 {
  width: 1em;
}
.icon-telegram,
.icon-telegram-upd {
  width: 0.96em;
  height: 1em;
  fill: #fff;
}
.icon-telegram {
  width: 1.25em;
}
.icon-Therapy,
.icon-telemedicine {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-Therapy {
  width: 1.02em;
}
.icon-time {
  width: 1.33em;
  height: 1em;
  fill: #a8a779;
}
.icon-toes,
.icon-tomography {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-tomography {
  fill: initial;
}
.icon-traumatology {
  width: 1.02em;
  height: 1em;
  fill: #a8a779;
}
.icon-trust,
.icon-urolog {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-urology-1,
.icon-urology-2 {
  width: 0.98em;
  height: 1em;
  fill: #a8a779;
}
.icon-urolog_45,
.icon-user-2 {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-user-2 {
  fill: #fff;
}
.icon-user {
  width: 0.88em;
  height: 1em;
  fill: initial;
}
.icon-uterus,
.icon-vaccinated,
.icon-vedenie_beremennosti {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-video {
  width: 1.16em;
  height: 1em;
  fill: initial;
}
.icon-virus-2 {
  width: 0.98em;
  height: 1em;
  fill: #fff;
}
.icon-virus,
.icon-virus-3 {
  width: 0.97em;
  height: 1em;
  fill: #a8a779;
}
.icon-virus {
  width: 1.02em;
}
.icon-vk-upd {
  width: 0.96em;
  height: 1em;
  fill: #fff;
}
.icon-vk,
.icon-voice,
.icon-vospalenie {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.icon-wallet,
.icon-wallet-2 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-wallet {
  fill: #a8a779;
}
.icon-whatsapp-2,
.icon-whatsapp-dark {
  width: 1em;
  height: 1em;
  fill: #43d854;
}
.icon-whatsapp-dark {
  fill: #a8a779;
}
.icon-whatsapp,
.icon-whatsapp-upd {
  width: 0.96em;
  height: 1em;
  fill: #fff;
}
.icon-whatsapp {
  width: 1em;
}
.icon-woman,
.icon-woman-1,
.icon-work-from-home {
  width: 1em;
  height: 1em;
  fill: #a8a779;
}
.out,
ol,
ul {
  overflow: hidden;
}
.site-container {
  max-width: 1300px;
  width: 100%;
}
.site-container--mini {
  max-width: 965px;
  width: 100%;
}
.main-container {
  max-width: 1560px;
  width: 100%;
}
.fs20 {
  font-size: 20px !important;
  line-height: 30px !important;
}
.img-left {
  margin: 0 20px 15px 0;
}
.img-right {
  margin: 0 0 15px 20px;
}
.btn {
  color: #fff;
  font-family: Circe-Bold, sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  background: #a8a779;
  border-color: #a8a779;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn:focus {
  outline: none !important;
  color: #fff;
}
.btn--md {
  font-size: 16px;
  padding: 8px;
  min-width: 142px;
}
.btn--transparent {
  background: #fff;
  color: #323232;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
  border-color: transparent;
}
.btn--transparent:focus,
.btn--transparent:hover {
  background: #a8a779;
  color: #fff;
}
.btn--bordered {
  border: 1px solid #ebebeb;
  background: 0 0;
}
.btn--bordered:focus,
.btn--bordered:hover {
  background: #ebebeb;
  color: #a8a779;
}
.btn--orange {
  background: #eb9c46;
  color: #fff;
  border-color: #eb9c46;
}
.btn--orange-2,
.btn--orange-3 {
  border-color: #ff8300;
  background: #ff8300;
  color: #fff;
}
.btn--orange-3 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
}
.btn + .btn,
.form-group label + label {
  margin-left: 20px;
}
.btn-sm {
  font-size: 1.5rem;
  line-height: 1.5;
}
.btn-white {
  background-color: #fff;
  color: #a8a779;
  border-color: #fff;
}
.btn-white:hover {
  background-color: #fff;
  color: #000;
}
.btn-white:focus,
.btn-white:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a8a779;
}
.btn .icon-whatsapp {
  font-size: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
.link--price {
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  font-family: Circe-Bold, sans-serif;
  color: inherit;
}
.link--pdf {
  background: url(../icons/pdf.svg) 0 50% no-repeat;
  padding-left: 35px;
  color: inherit;
  font-size: 18px;
  line-height: 24px;
}
.toast {
  width: 240px;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast__close {
  position: absolute;
  top: 13px;
  right: 14px;
  font-size: 12px;
}
.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list--checked li {
  font-size: 24px;
  line-height: 30px;
  padding-left: 28px;
  position: relative;
  margin-top: 16px;
}
.list--checked li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 7px;
  left: 0;
  background: url(../icons/done.svg) 50% 50% no-repeat;
}
.list--checked li a {
  color: inherit;
  text-decoration: underline;
}
.modal__text {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.modal__text h2,
.modal__text h3 {
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #a8a779;
}
.modal__text h2 {
  font-family: Circe-ExtraBold, sans-seri;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 36px;
}
.modal__text h3 {
  line-height: 32px;
}
.modal__text b,
.modal__text h3 {
  font-family: Circe-Bold, sans-serif;
}
.modal__text hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 2px solid #a8a779;
}
.modal__text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.modal__text h3,
.modal__text ul li {
  margin-bottom: 12px;
}
.modal__text ul li:before {
  content: "• ";
}
.modal__btn {
  min-width: 286px;
}
.modal__btn-holder .btn {
  margin: 0 15px 15px 0;
}
.modal__btn.btn--bordered {
  background: 0 0;
  border: 2px solid #a8a779;
  color: #a8a779;
  border-radius: 100px;
  font-size: 20px;
  line-height: 150%;
  padding: 10px;
}
.modal__title {
  font-family: Circe-ExtraBold, sans-seri;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 32px;
}
.modal__form {
  max-width: 607px;
  margin: 0 auto;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 36px;
  font-size: 30px;
}
.modal--2 .modal-dialog {
  max-width: 860px;
  width: 100%;
}
.modal--2 .modal-body {
  padding: 73px 45px;
}
.modal--2 .modal__text {
  color: #a8a779;
}
.modal--3 .modal-dialog {
  max-width: 1300px;
  width: 100%;
}
.modal--3 .modal-body {
  padding: 60px 64px;
}
.modal--form .modal-dialog {
  max-width: 860px;
  width: 100%;
}
.modal--form .modal-body {
  padding: 75px 65px;
}
.logo,
.logo:hover {
  color: inherit;
}
.logo__desc,
.logo__picture {
  display: inline-block;
  vertical-align: middle;
}
.logo__desc {
  margin-left: 15px;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.03em;
}
.logo:hover {
  text-decoration: none;
}
.hamburger {
  width: 38px;
  height: 38px;
  position: relative;
}
.add-menu,
.hamburger__inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hamburger__inner,
.hamburger__inner:after,
.hamburger__inner:before {
  width: 100%;
  height: 3px;
  background: #323232;
  margin: auto;
  position: absolute;
}
.hamburger__inner:after,
.hamburger__inner:before {
  content: "";
  height: 100%;
  left: 0;
  right: 0;
}
.hamburger__inner:before {
  top: -14px;
}
.hamburger__inner:after {
  bottom: -14px;
}
.add-menu {
  position: fixed;
  z-index: 1007;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateX(-170px);
  transform: translateX(-170px);
  background: rgba(65, 65, 65, 0.5);
}
.add-menu .icon--search {
  opacity: 0.4;
}
.js-add-menu--open {
  opacity: 1;
  visibility: visible;
}
.add-menu .live-search__list {
  padding: 2.5em;
}
.add-menu__left.add-menu__left--slide,
.js-add-menu--open {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.social__item {
  margin-top: 15px;
}
.social__item:first-child {
  margin-top: 0;
}
.social__item-link {
  font-size: 20px;
  color: inherit;
}
.social__item-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
}
.social__item-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.social__item-icon .icon-whatsapp {
  font-size: 21px;
}
.social__item-icon .icon-telegram {
  font-size: 16px;
}
.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
.socials__item {
  margin-left: 30px;
}
.socials__item:first-child {
  margin-left: 0;
}
.socials__link {
  transition: 0.2s;
}
.socials__link .icon {
  font-size: 48px;
  fill: #54678d;
}
.socials__link:hover .icon {
  fill: #a8a779;
}
.nav {
  font-size: 1.25em;
  line-height: 1.875em;
}
.nav a {
  color: inherit;
  display: inline-block;
  margin-right: 50px;
}
.nav a:last-child {
  margin-right: 0;
}
.nav a:hover {
  text-decoration: none;
}
.nav a:after,
.phone:after {
  content: "";
  height: 1px;
  background: #323232;
  width: 100%;
  display: block;
  margin-top: -9px;
}
.phone {
  font-size: 1.25em;
  position: relative;
}
.phone:after {
  margin-top: -5px;
}
.phone,
.phone:hover {
  text-decoration: none;
  color: inherit;
}
.phone__icon {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 46px;
  color: #fff;
  background: #a8a779;
  border-radius: 50%;
  text-align: center;
}
.cabinet__icon .icon,
.phone__icon .icon {
  fill: #fff;
}
.phone--btn {
  border: 1px solid #000;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 20px;
  font-family: Circe-Bold, sans-serif;
}
.hero-slider .slick-arrow:before,
.phone--btn:after {
  content: none;
}
.cabinet__icon {
  display: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 10px #00000029;
}
.tabs {
  clear: both;
}
.tabs__content {
  font-size: 1em;
  display: none;
  padding: 1.875em 0;
}
.tabs__content.active {
  display: block;
}
.tabs__title {
  font-size: 2.5em;
  line-height: 1.2em;
  text-decoration: underline;
  color: #7f8da9;
  display: inline-block;
  margin-right: 65px;
  cursor: pointer;
}
.tabs__title.active {
  font-family: Circe-Bold, sans-serif;
  color: #a8a779;
}
.tabs--buttons .tabs__caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.tabs--buttons .tabs__title {
  color: #a8a779;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: #e1e8f4;
  padding: 10px 11px;
  border-radius: 30px;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.2s;
  min-width: 60px;
  text-align: center;
}
.tabs--buttons .tabs__title.active {
  background: #a8a779;
  color: #fff;
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #a8a779;
}
.hero:before,
.start-screen__slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 35, 63, 0.4);
}
.hero,
.hero__container {
  position: relative;
}
.hero__breadcrumbs {
  margin-bottom: 3.2rem;
}
.hero__title {
  font-size: 4.5em;
  letter-spacing: -0.025em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 21px;
}
.hero__desc {
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: -0.025em;
}
.hero-slider {
  margin-top: 152px;
}
.hero-slider__container {
  height: 100%;
  padding-top: 67px;
}
.hero-slider__slider {
  position: relative;
}
.hero-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero-slider .slick-slide {
  height: inherit !important;
}
.hero-slider .slick-arrow {
  width: 32px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}
.hero-slider .slick-arrow .icon {
  font-size: 24px;
}
.hero-slider .slick-next {
  left: 50%;
  right: auto;
  margin-left: 780px;
}
.hero-slider .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 780px;
}
.hero-slider__item {
  min-height: 468px;
  color: #a8a779;
  position: relative;
}
.hero-slider__item-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slider__item-picture--md,
.hero-slider__item-picture--xl,
.hero-slider__item-picture--xs {
  display: none;
}
.hero-slider__item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-slider__item-desc,
.hero-slider__item-title {
  font-size: 44px;
  line-height: 120%;
  margin-bottom: 24px;
  color: inherit;
  width: 60%;
}
.hero-slider__item-desc {
  font-size: 24px;
  letter-spacing: 0.01em;
  width: 50%;
}
.hero-slider__item--light {
  color: #fff;
}
.hero-slider__bottom {
  margin-top: -90px;
  margin-bottom: 54px;
  width: 100%;
}
.hero-slider__bottom-wrap {
  display: -ms-flexbox;
  display: flex;
}
.hero-slider__note {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-right: 27px;
  position: absolute;
  bottom: 35px;
  margin-left: 120px;
}
.actual--2 .actual__slider .slider__note a,
.actual-item2__note a,
.courses__list a,
.hero-slider__note a,
.services__list a,
.treatment-item__note a,
.treatment-item__title a {
  color: inherit;
  text-decoration: underline;
}
.hero-slider__dots .slick-dots {
  position: static;
}
.actual--2 .actual__slider .slick-dots li,
.hero-slider__dots .slick-dots li {
  margin: 0;
}
.hero-slider__dots .slick-dots li button:before {
  height: 11px;
  width: 11px;
  font-size: 0;
  background: 0 0;
  border: 1px solid #a8a779;
  border-radius: 50%;
  opacity: 1;
}
.hero-slider__dots .slick-dots li.slick-active button:before,
.hero-slider__main
  .hero-slider__dots
  .slick-dots
  li.slick-active
  button:before {
  background: #a8a779;
}
.hero-slider__address-items {
  display: -ms-flexbox;
  display: flex;
}
.hero-slider__address-item:first-child {
  margin-left: 0;
  margin-top: 0;
}
.start-screen {
  color: #fff;
}
.start-screen__slider .slick-slider {
  margin-bottom: 0;
}
.start-screen__slider .slick-dots {
  bottom: 36px;
}
.actual__slider .slick-dots li button:before,
.gallery__slider .slick-dots li button:before,
.start-screen__slider .slick-dots li button:before {
  height: 11px;
  width: 11px;
  font-size: 0;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.actual__slider .slick-dots li.slick-active button:before,
.gallery__slider .slick-dots li.slick-active button:before,
.start-screen__slider .slick-dots li.slick-active button:before {
  background: #fff;
}
.start-screen__slider .slide {
  height: 850px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
.start-screen__container {
  height: 100%;
  position: relative;
}
.start-screen__content {
  position: absolute;
  left: 15px;
  bottom: 91px;
}
.start-screen__title {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 7px;
}
.start-screen__desc {
  font-size: 1.875em;
  line-height: 1.2em;
}
.snowflake-1 {
  background: url(../icons/snowflake-1.svg) 50% 50% no-repeat;
  width: 68px;
  height: 68px;
  background-size: contain;
}
.snowflake-2 {
  background: url(../icons/snowflake-2.svg) 50% 50% no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.snowflake-3 {
  background: url(../icons/snowflake-3.svg) 50% 50% no-repeat;
  width: 73px;
  height: 73px;
  background-size: contain;
}
.snowflake-4 {
  background: url(../icons/snowflake-4.svg) 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  background-size: contain;
}
.snowflake-5 {
  background: url(../icons/snowflake-5.svg) 50% 50% no-repeat;
  width: 52px;
  height: 52px;
  background-size: contain;
}
.snowflake-6 {
  background: url(../icons/snowflake-6.svg) 50% 50% no-repeat;
  width: 63px;
  height: 63px;
  background-size: contain;
}
.snowflake-7 {
  background: url(../icons/snowflake-7.svg) 50% 50% no-repeat;
  width: 54px;
  height: 54px;
  background-size: contain;
}
.first-screen {
  color: #a8a779;
  background: linear-gradient(180deg, #fff 0%, #ebebeb 100%) 0% 0% no-repeat;
  padding-top: 13.75em;
  padding-bottom: 6.375em;
  position: relative;
}
.first-screen__top {
  margin-bottom: 5em;
}
.first-screen__bottom:after,
.first-screen__top:after {
  content: " ";
  display: table;
  clear: both;
}
.first-screen__logo {
  float: left;
  width: 53.7%;
  position: relative;
  z-index: 1;
}
.first-screen__desc {
  font-size: 6.125em;
  line-height: 98px;
  border-left: 2px solid #014691;
  padding-left: 14px;
  padding-top: 54px;
  padding-bottom: 53px;
  float: right;
  width: 46.3%;
  position: relative;
}
.first-screen__desc-text {
  position: relative;
  z-index: 1;
}
.first-screen__features {
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  width: 46%;
}
.first-screen__addresses {
  margin-top: 5.1875em;
  float: left;
  width: 43%;
  padding-left: 9px;
}
.first-screen__btn-holder {
  position: absolute;
  right: 0;
  top: 15px;
}
.first-screen__btn {
  min-width: 194px;
  border-radius: 100px;
  padding: 14px 14px 11px;
}
.first-screen__snowflake-1 {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: -56px;
}
.first-screen__snowflake-2 {
  position: absolute;
  bottom: 100%;
  margin-bottom: 40px;
  left: 11px;
}
.first-screen__snowflake-3,
.first-screen__snowflake-4 {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
  right: 80px;
}
.first-screen__snowflake-4 {
  margin-bottom: 37px;
  right: 8px;
}
.first-screen__snowflake-5 {
  position: absolute;
  left: 100%;
  top: -20px;
}
.first-screen__snowflake-6 {
  position: absolute;
  left: 55%;
  bottom: -18px;
}
.first-screen__snowflake-7 {
  position: absolute;
  left: 67%;
  bottom: 12px;
}
.first-screen--2 {
  padding-top: 13.15em;
  padding-bottom: 5.15em;
}
.first-screen--2 .first-screen__logo {
  width: auto;
  margin-top: -5px;
  padding-left: 16px;
}
.first-screen--2 .first-screen__desc {
  width: 49.34%;
  font-size: 90px;
  line-height: 100%;
  padding-left: 19px;
  padding-top: 49px;
}
.first-screen--2 .first-screen__top {
  margin-bottom: 3.4em;
}
.first-screen--2 .first-screen__addresses {
  padding: 0;
  width: 100%;
  margin: 0 0 0 14px;
}
.first-screen--2 .first-screen__address-item {
  display: inline-block;
  margin-left: 63px;
  position: relative;
}
.first-screen--2 .first-screen__address-item:before,
.first-screen--3 .first-screen__address-item:before {
  content: "";
  display: block;
  width: 2px;
  height: 68px;
  background: #818181;
  position: absolute;
  left: -34px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.first-screen--2 .first-screen__address-item:first-child {
  margin-left: 0;
}
.first-screen--2 .first-screen__address-item:first-child:before,
.first-screen--3 .first-screen__address-item:first-child:before {
  content: none;
}
.first-screen--3 {
  padding-top: 8.3em;
  padding-bottom: 4.35em;
}
.first-screen--3 .first-screen__desc {
  font-size: 80px;
  line-height: 100%;
  border-left: 0;
  padding: 0;
  margin: -22px 0 0;
  width: 50%;
}
.first-screen--3 .first-screen__logo {
  width: 50%;
}
.first-screen--3 .first-screen__top {
  margin-bottom: 3.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.first-screen--3 .first-screen__bottom {
  position: relative;
}
.first-screen--3 .first-screen__addresses {
  margin: 0;
  width: 100%;
  padding: 0 194px 0 0;
  font-size: 0;
}
.first-screen--3 .first-screen__address-item {
  display: inline-block;
  margin-left: 9.2%;
  position: relative;
}
.first-screen--3 .first-screen__address-item:first-child {
  margin-left: 0;
  margin-top: 0;
}
.first-screen--main {
  display: none;
}
.address-item2 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.address-item2__icon {
  margin-right: 5px;
  color: #f8982a;
  font-size: 20px;
}
.address-item2__text {
  font-size: 1.25em;
  line-height: 1.2em;
  text-decoration: underline;
}
.address-item3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.address-item3__icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  width: 25px;
  -ms-flex-pack: center;
  justify-content: center;
}
.address-item3__icon .icon {
  color: #818181;
  font-size: 25px;
}
.address-item3__title {
  color: #222;
  font-family: Circe-Bold, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.address-item3__text {
  font-size: 1.625em;
  line-height: 1.2em;
  color: #222;
  position: relative;
}
.address-item3__text:after,
.address-item4__text:after,
.address-item5__text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
  margin-top: -5px;
}
.address-item3__text:after,
.address-item4__text:after {
  background: #222;
}
.address-item4 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 71px;
  text-align: left;
}
.address-item4:hover {
  text-decoration: none;
}
.address-item4__icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  width: 25px;
  -ms-flex-pack: center;
  justify-content: center;
}
.address-item4__icon .icon {
  color: #818181;
  font-size: 25px;
}
.address-item4__content {
  margin-top: 13px;
}
.address-item4__title {
  color: #222;
  font-family: Circe-Bold, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}
.address-item4__text {
  font-size: 20px;
  line-height: 130%;
  color: #222;
  position: relative;
}
.address-item5 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  min-height: 71px;
}
.address-item5:hover {
  text-decoration: none;
}
.address-item5__icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  width: 25px;
  -ms-flex-pack: center;
  justify-content: center;
}
.address-item5__icon .icon {
  color: inherit;
  font-size: 25px;
}
.address-item5__title {
  color: inherit;
  font-family: Circe-Bold, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}
.address-item5__text {
  font-size: 20px;
  line-height: 130%;
  color: inherit;
  position: relative;
  text-decoration: none;
}
.address-item5__text:after {
  background: #5f6b82;
}
.page-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 9.0625em;
  padding-bottom: 5.5em;
  transition: padding 0.5s ease;
}
.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 35, 63, 0.4);
}
.page-title,
.page-title__container {
  position: relative;
}
.page-title__breadcrumbs {
  margin-bottom: 3.2rem;
}
.page-title__title {
  font-size: 4.5em;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 21px;
}
.actual {
  background: #a8a779;
  color: #fff;
  padding: 3rem 0;
}
.actual__title {
  font-size: 3.4375em;
  line-height: 66px;
  margin-bottom: 44px;
  margin-top: 8px;
}
.actual__slider {
  margin: 0 -15px;
}
.actual__slider .slick-slide {
  padding: 0 15px;
}
.actual__slider .slick-dots {
  bottom: -39px;
}
.actual--2 {
  padding: 53px 0 49px;
}
.actual--2 .actual__slider {
  margin: 0;
  position: relative;
}
.actual--2 .actual__slider .slick-slide {
  padding: 0;
}
.actual--2 .actual__slider .slick-dots {
  position: relative;
  bottom: 0;
}
.actual--2 .actual__slider .slider__slides {
  margin-bottom: 0;
}
.actual--2 .actual__slider .slider__dots {
  margin-right: 11px;
}
.actual--2 .actual__slider .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 78px;
  bottom: 8px;
}
.actual--2 .actual__slider .slider__next {
  background: url(../img/arrow-right-bold--white.png) 50% 50% no-repeat;
}
.actual--2 .actual__slider .slider__note {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-right: 24px;
}
.accordion--2 .accordion__title br,
.actual--main {
  display: none;
}
.actual-item {
  padding: 25px 20px;
  position: relative;
  border-left: 1px solid #fff;
}
.actual-item:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: -15px;
  background: #fff;
  position: absolute;
}
.actual-item__link,
.actual-item__link:hover {
  color: inherit;
}
.actual-item__text {
  font-size: 1.875em;
  line-height: 45px;
}
.actual-item__text:after {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 22px;
  right: 0;
  background: url(../img/arrow-right--white.png) 50% 50% no-repeat;
}
.actual-item2 {
  padding: 0 20px;
}
.actual-item2__title {
  font-size: 41px;
  line-height: 120%;
  margin-bottom: 17px;
}
.actual-item2__desc {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 71px;
}
.actual-item2__desc p {
  margin-bottom: 7px;
}
.actual-item2__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.actual-item2__btn {
  padding: 14px 14px 11px;
  min-width: 194px;
}
.actual-item2__note {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-left: auto;
  padding-right: 196px;
}
.entry {
  padding: 3rem 0;
}
.entry__content {
  font-size: 1.5em;
  line-height: 1.2em;
}
.entry__content p {
  margin-bottom: 44px;
}
.treatment {
  background: #ebebeb;
  padding: 3rem 0;
}
.treatment__row {
  margin-top: 83px;
}
.courses__list li:first-child,
.services__list li:first-child,
.treatment__row:first-child {
  margin-top: 0;
}
.treatment__header {
  margin-bottom: 63px;
}
.treatment__title {
  display: inline-block;
  margin-right: 13px;
}
.treatment__picture {
  margin-bottom: 15px;
}
.treatment__text {
  font-size: 1.25em;
  line-height: 1.25em;
}
.treatment__text p {
  margin-bottom: 30px;
}
.treatment-item {
  margin-bottom: 15px;
  display: inline-block;
}
.treatment-item__number {
  font-family: Circe-Bold, sans-serif;
  font-size: 40px;
  color: #a8a779;
  text-align: center;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 42px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.treatment-item__content {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.treatment-item__icon {
  width: 40px;
  margin-right: 24px;
}
.treatment-item__icon .icon {
  font-size: 40px;
}
.treatment-item__title {
  font-family: Circe-Bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #a8a779;
  margin-bottom: 16px;
}
.treatment-item__note {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #a8a779;
}
.section-title {
  font-size: 2.25em;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  font-family: Circe-Bold, sans-serif;
}
.courses {
  padding-top: 3.75em;
  padding-bottom: 7.3125em;
}
.courses__title {
  margin-bottom: 44px;
}
.courses__slider {
  margin: 0 -15px;
}
.courses__slider .slick-arrow {
  width: 38px;
  height: 38px;
  top: 100%;
  -ms-transform: none;
  transform: none;
  margin-top: 30px;
}
.advantages .slick-arrow:before,
.courses__slider .slick-arrow:before,
.features__wrap .slick-arrow:before,
.gallery__slider .slick-center .gallery__picture:before,
.gallery__thumbs .slick-arrow:before,
.interior__thumbs .slick-arrow:before,
.jq-selectbox.changed .jq-selectbox__select:before,
.news-slider__slider .slick-arrow:before,
.services__slider .slick-arrow:before,
.specialists__slider .slick-arrow:before {
  content: none;
}
.courses__slider .slick-prev {
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  background-size: contain;
  left: auto;
  right: 50%;
  margin-right: 15px;
}
.courses__slider .slick-next {
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  background-size: contain;
  right: auto;
  left: 50%;
  margin-left: 15px;
}
.courses__list {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 15px;
}
.courses__list li,
.services__list li {
  margin-top: 42px;
}
.services {
  background: #a8a779;
  color: #fff;
  padding-top: 3.625em;
  padding-bottom: 7.6875em;
}
.services__title {
  margin-bottom: 44px;
}
.services__slider {
  margin: 0 -15px;
}
.services__slider .slick-arrow {
  width: 38px;
  height: 38px;
  top: 100%;
  -ms-transform: none;
  transform: none;
  margin-top: 30px;
}
.services__slider .slick-prev {
  background: url(../img/arrow-left--white.png) 50% 50% no-repeat;
  background-size: contain;
  left: auto;
  right: 50%;
  margin-right: 15px;
}
.services__slider .slick-next {
  background: url(../img/arrow-right--white.png) 50% 50% no-repeat;
  background-size: contain;
  right: auto;
  left: 50%;
  margin-left: 15px;
}
.services__slider .slick-track {
  margin-left: 0;
}
.services__list {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 15px;
}
.content {
  padding: 3rem 0;
}
.content__text {
  font-size: 1.25em;
  line-height: 1.875em;
  margin-bottom: 88px;
}
.content--main {
  padding-bottom: 0;
}
.specialists {
  margin-bottom: 3rem;
}
.specialists__header {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.specialists__title {
  display: inline-block;
  margin-right: 16px;
}
.specialists__slider {
  margin: 0 -15px;
}
.specialists__slider .slick-slide {
  padding: 0 15px;
}
.specialists__slider .slick-arrow {
  width: 38px;
  height: 38px;
  top: 125px;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}
.specialists__slider .slick-prev {
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  background-size: contain;
  left: 25px;
}
.specialists__slider .slick-next {
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  background-size: contain;
  right: 25px;
}
.specialists__slider-nav {
  display: inline-block;
  vertical-align: bottom;
  margin-left: auto;
}
.news-slider {
  margin-bottom: 3rem;
}
.news-slider__header {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.news-slider__title {
  display: inline-block;
  margin-right: 16px;
}
.news-slider__picture {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
}
.news-slider__slider {
  margin: 0 -15px;
}
.news-slider__slider .slick-slide {
  padding: 0 15px;
}
.news-slider__slider .slick-arrow {
  width: 38px;
  height: 38px;
  top: 125px;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}
.news-slider__slider .slick-prev {
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  background-size: contain;
  left: 25px;
}
.news-slider__slider .slick-next {
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  background-size: contain;
  right: 25px;
}
.news-slider__slider-nav {
  display: inline-block;
  vertical-align: bottom;
  margin-left: auto;
}
.news-slider__reviews {
  position: absolute;
  bottom: 20px;
  font-size: 1em;
  padding: 0.5em 0.9375em;
  left: 20px;
}
.news-slider__body {
  padding: 0.9375em 1.25em;
}
.news-slider__name {
  font-family: Circe-Bold, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 8px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.news-slider__about {
  text-align: right;
  font-style: italic;
  color: #999;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  font-size: 1em;
}
.about {
  margin-bottom: 65px;
}
.news-slider__item,
.specialist {
  margin-bottom: 30px;
}
.specialist__picture,
.thumbs a {
  position: relative;
  display: inline-block;
}
.specialist__btn,
.specialist__reviews {
  position: absolute;
  bottom: 20px;
  font-size: 1em;
  padding: 0.5em 0.9375em;
}
.specialist__reviews {
  left: 20px;
}
.specialist__btn {
  right: 20px;
}
.specialist__body {
  padding: 0.9375em 1.25em;
}
.specialist__name {
  font-family: Circe-Bold, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 8px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.specialist__about {
  line-height: 1.4em;
  margin-bottom: 0.5em;
  font-size: 1em;
}
.specialist--2 .specialist__body {
  padding: 30px 0;
}
.specialist--2 .specialist__name {
  margin-bottom: 13px;
}
.interior__header {
  margin-bottom: 60px;
}
.interior__slider {
  margin-bottom: 40px;
}
.interior__slider .slide__img {
  margin: 0 auto;
}
.interior__slider .slick-dots li {
  margin: 0;
}
.interior__title {
  display: inline-block;
  margin-right: 16px;
}
.interior__thumbs {
  max-width: 494px;
  margin: 0 auto;
}
.interior__thumbs .slick-arrow {
  width: 38px;
  height: 38px;
}
.interior__thumbs .slick-prev {
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  left: -48px;
}
.interior__thumbs .slick-next {
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  right: -48px;
}
.gallery__thumbs .slick-current a:before,
.interior__thumbs .slick-current a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #323232;
}
.thumbs a {
  display: block;
  width: 74px;
  height: 50px;
  margin: 0 5px;
}
.gallery {
  padding-bottom: 3rem;
  position: relative;
}
.gallery__title {
  display: inline-block;
  margin-right: 16px;
}
.gallery__header {
  margin-bottom: 20px;
}
.gallery__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.gallery__picture {
  margin: 0 15px;
  position: relative;
}
.gallery__picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 35, 63, 0.75);
}
.gallery__slider .slick-dots {
  bottom: 36px;
}
.gallery__thumbs {
  max-width: 600px;
  margin-left: auto;
  margin-right: 50px;
  width: 100%;
}
.gallery__thumbs .slick-arrow {
  width: 38px;
  height: 38px;
}
.gallery__thumbs .slick-prev {
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  left: -48px;
}
.gallery__thumbs .slick-next {
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  right: -48px;
}
.gallery_index .gallery__thumbs {
  margin-right: auto;
  margin-top: 20px;
}
.features__title {
  margin-bottom: 66px;
}
.features__wrap {
  background: #a8a779;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  padding: 2em 1em 3.6875em;
}
.features__wrap .slick-arrow,
.review__desc:after {
  width: 38px;
  height: 38px;
}
.features__wrap .slick-prev {
  background: url(../img/arrow-left--white.png) 50% 50% no-repeat;
  background-size: contain;
  left: 15px;
}
.features__wrap .slick-next {
  background: url(../img/arrow-right--white.png) 50% 50% no-repeat;
  background-size: contain;
  right: 15px;
}
.feature {
  text-align: center;
  margin: 30px 10px;
}
.feature__title {
  font-size: 1em;
  line-height: 1.5em;
}
.feature__icon {
  margin-bottom: 26px;
  font-size: 0.875em;
}
.feature__icon .icon {
  fill: #fff;
  font-size: 3em;
}
.feature2 {
  text-align: center;
  margin-bottom: 28px;
}
.feature2__icon {
  margin-bottom: 18px;
  min-height: 62px;
}
.feature2__icon .icon {
  fill: #014691;
}
.feature2__icon .icon-hospital {
  font-size: 42px;
}
.feature2__icon .icon-clinic,
.feature2__icon .icon-diagnostics,
.feature2__icon .icon-pediatrics {
  font-size: 55px;
}
.feature2__text {
  font-size: 20px;
}
.reviews__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.reviews__title {
  display: inline-block;
  margin-right: 13px;
}
.reviews__slider {
  margin: 0 -15px 65px;
}
.reviews__slider-nav {
  display: inline-block;
  vertical-align: bottom;
  margin-left: auto;
}
.reviews__slider .slick-arrow {
  width: 38px;
  height: 38px;
  top: 125px;
  -ms-transform: none;
  transform: none;
  z-index: 1;
  position: absolute;
  font-size: 0;
}
.reviews__slider .slick-next-widget {
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  background-size: contain;
  right: 25px;
}
.reviews__slider .slick-prev-widget {
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  background-size: contain;
  left: 25px;
}
.reviews__btn {
  background: #f89828;
  color: #fff;
  font-family: Circe-Bold, sans-serif;
  font-size: 1.25em;
  padding: 0.625em 1.25em;
  border-radius: 25px;
}
.review {
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
  margin: 15px;
  padding: 0.75em 1.1875em 1.125em 1.5625em;
}
.review__desc,
.review__name {
  font-size: 1.25em;
  line-height: 1.875em;
}
.review__desc {
  margin-bottom: 30px;
  position: relative;
  min-height: 13em;
  max-height: 13em;
  overflow: hidden;
}
.review__desc:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  background: #fff url(../img/arrow-right.png) 50% 50% no-repeat;
}
.review__desc.open {
  max-height: 150em;
}
.review__name {
  font-family: Circe-Bold, sans-serif;
  text-align: right;
}
.review-item {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.review-item__name {
  font-family: Circe-Bold, sans-serif;
}
.review-item__date {
  font-family: Circe-Light, sans-serif;
}
.contacts-item {
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 1em;
  padding: 6px;
  border-radius: 18px;
  width: 225px;
}
.contacts-item:hover {
  text-decoration: none;
}
.contacts-item--orange {
  background: #f89828;
  color: #fff;
}
.contacts-item--blue:hover,
.contacts-item--orange:hover {
  color: #fff;
}
.contacts-item--blue {
  background: #a8a779;
  color: #fff;
}
.contacts-item--blue:focus {
  color: #a8a779;
  text-decoration: none;
  background-color: #fff;
}
.contacts-item--white {
  background: #fff;
  color: #323232;
  border: 1px solid #969696;
}
.contacts-item--white:hover {
  color: #323232;
}
.contacts-item .search__input {
  font-size: 1rem;
  padding: 0 3.375rem 0 0.8125rem;
  background: #fff;
}
.contacts-item .search__submit {
  left: auto;
  right: 0;
  top: -0.4em;
}
.slider__prev,
.slider__prev-widget {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow-left.png) 50% 50% no-repeat;
  cursor: pointer;
}
.slider__prev-widget {
  margin-right: 46px;
}
.slider__next,
.slider__next-widget {
  display: inline-block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
}
.slider__slide .specialist {
  margin-bottom: 0;
}
.form__btn {
  background: #a8a779;
  color: #fff;
  font-family: Circe-Bold, sans-serif;
  font-size: 1.25em;
  padding: 0.625em 1.25em;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
}
.form__subtitle {
  margin: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: Circe-Regular, sans-serif;
  color: #a8a779;
}
.form__group {
  margin-bottom: 20px;
}
.form__input {
  font-weight: 400;
  font-family: Circe, sans-serif;
  font-size: 20px;
  line-height: 100%;
  padding: 12px 15px;
  color: #323232;
  height: auto;
  border: 1px solid #a2a2a2;
  border-radius: 8px;
}
.form__input:-ms-input-placeholder {
  color: #a2a2a2;
}
.form__input::placeholder {
  color: #a2a2a2;
}
.form__label {
  font-family: Circe, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.form__note {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-top: 24px;
}
.form__note a {
  color: inherit;
}
.form__file {
  margin-bottom: 40px;
  text-align: left;
}
.form__file-custom {
  height: auto;
}
.form__file-title {
  font-size: 18px;
  line-height: 26px;
  opacity: 0.7;
  margin-bottom: 20px;
}
.doctor__text ul,
.form__file-names {
  margin-bottom: 24px;
}
.form__file-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.form__file-item:first-child {
  margin-top: 0;
}
.form__file-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
}
.form__file-delete {
  font-size: 0;
  margrin-left: 4px;
  padding: 8px;
  cursor: pointer;
}
.form__file-delete .icon {
  font-size: 12px;
}
.form__file-label {
  cursor: pointer;
  font-family: Circe, sans-serif;
  font-weight: 400;
  display: block;
  border: 2px solid #a8a779;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.02em;
  max-width: 247px;
  padding: 16px;
  color: #a8a779;
  position: relative;
  overflow: visible;
}
.form__file-input {
  display: none !important;
}
.form__checkboxes {
  margin: 24px 0 36px;
}
.input,
.nav-sticky {
  width: 100%;
  background: #fff;
}
.input {
  font-size: 1.25em;
  border-radius: 25px;
  color: #000;
  outline: none;
  border: 1px solid #a8a779;
  height: auto;
  padding: 10px 20px;
  display: block;
}
select.input {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  appearance: none;
}
.nav-sticky {
  bottom: 0;
  left: 0;
  border-top: 1px solid #b4b4b4;
  display: none;
  padding: 10px 0 15px;
  z-index: 1;
}
.nav-sticky--fixed {
  position: fixed;
}
.nav-sticky__item {
  text-align: center;
  width: 25%;
}
.nav-sticky__item a {
  color: #323232;
}
.nav-sticky__icon {
  width: 31px;
  height: 31px;
  margin: 0 auto 5px;
}
.nav-sticky__icon--whatsapp {
  background: url(../img/ico-whatsapp.png) 50% 50% no-repeat;
  background-size: contain;
}
.nav-sticky__icon--parking {
  background: #a8a779;
  border-radius: 5px;
  color: #fff;
  font-size: 2.01375em;
  font-family: Circe-Bold, sans-serif;
  line-height: 2.25em;
}
.nav-sticky__title {
  font-size: 0.625em;
}
.block-tags {
  padding: 3rem 0 1rem !important;
}
.advantages {
  color: #fff;
  background: #a8a779;
  margin-bottom: 40px;
  padding: 3rem 0 2.8rem;
}
.advantages .slick-arrow {
  width: 38px;
  height: 38px;
}
.advantages .slick-prev {
  background: url(../img/arrow-left--white.png) 50% 50% no-repeat;
  background-size: contain;
  left: 15px;
}
.advantages .slick-next {
  background: url(../img/arrow-right--white.png) 50% 50% no-repeat;
  background-size: contain;
  right: 15px;
}
.advantage {
  text-align: center;
}
.advantage__title {
  font-size: 1.75em;
  line-height: 1.2em;
}
.advantage__icon {
  margin-bottom: 21px;
}
.advantage__icon .icon {
  fill: #fff;
  font-size: 48px;
}
.location__header {
  margin-bottom: 20px;
}
.location__title {
  display: inline-block;
  margin-right: 13px;
}
.location__addresses,
.location__wrap {
  height: 650px;
  display: -ms-flexbox;
  display: flex;
}
.location__addresses {
  background: #a8a779;
  color: #fff;
  height: 100%;
  width: 33%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
.location__map {
  height: 100%;
  width: 67%;
  -ms-flex-order: 2;
  order: 2;
}
.location--2 .location__wrap {
  height: auto;
  position: relative;
}
.location--2 .location__addresses,
.location--2 .location__addresses .addresses {
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.location--2 .location__addresses {
  padding: 45px 45px 45px 15px;
  width: 50%;
}
.location--2 .location__addresses .addresses {
  margin-left: auto;
  width: 595px;
  display: -ms-flexbox;
  display: flex;
}
.location--2 .location__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.location--3,
.location--4,
.location--6 {
  padding-top: 77px;
}
.location--3 .location__header {
  margin-bottom: 28px;
}
.location--3 .location__wrap {
  position: relative;
  height: auto;
}
.location--3 .location__addresses {
  width: 50%;
  background: #a8a779;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 45px 66px 45px 45px;
}
.location--3 .location__map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
}
.location--4 .location__header {
  margin-bottom: 28px;
}
.location--4 .location__wrap {
  position: relative;
  height: 370px;
}
.location--4 .location__addresses {
  width: 40%;
  background: #a8a779;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 45px 66px 45px 45px;
}
.location--4 .location__map {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
}
.location--5 {
  padding-top: 0;
  position: relative;
}
.location--5 .location__title {
  display: block;
  margin: 0 0 40px;
  text-align: left;
}
.location--5 .location__title + .addresses {
  margin-left: 0;
}
.location--5 .location__wrap {
  height: 507px;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
}
.location--5 .location__addresses {
  width: 50%;
  background: #fff;
  color: #111;
  padding: 0;
  display: block;
  height: auto;
}
.location--5 .location__map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  margin: 0;
}
.location--6 .location__header {
  margin-bottom: 28px;
}
.location--6 .location__wrap {
  position: relative;
  height: auto;
}
.location--6 .location__addresses {
  width: 50%;
  background: #a8a779;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 45px 66px 45px 45px;
}
.location--6 .location__map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
}
.location--light .location__addresses {
  background: #fff;
  color: #222;
}
.addresses {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
}
.addresses:first-child {
  margin-left: 0;
}
.addresses__col {
  width: 50%;
  padding-left: 30px;
}
.addresses__col:first-child {
  padding-left: 0;
}
.address-item {
  margin-top: 20px;
}
.accordion--2 .accordion__content ul li:first-child,
.address-item:first-child {
  margin-top: 0;
}
.address-item__title {
  font-size: 1.5625em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.address-item__title a {
  color: inherit;
}
.address-item__desc {
  font-size: 1.25em;
  line-height: 26px;
}
.address-item--2 .address-item__title {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 10px;
}
.address-item--2 .address-item__desc {
  font-size: 18px;
  line-height: 26px;
}
.address-item--3 .address-item__icon {
  color: #818181;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 12px;
}
.address-item--3 .address-item__icon .icon {
  font-size: 25px;
}
.address-item--3 .address-item__content {
  margin-top: 13px;
}
.address-item--3 .address-item__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}
.address-item--3 .address-item__text {
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
}
.address-item-1 {
  color: #a8a779;
}
.address-item-2 {
  color: #004f61;
}
.address-item-3 {
  color: #5f6b82;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.map--colored [class*="ymaps-2"][class*="-ground-pane"] {
  filter: none;
}
.doctor__picture {
  margin-right: 23px;
  max-width: 300px;
  width: 100%;
  float: left;
  margin-bottom: 48px;
}
.doctor__content,
.doctor__widget {
  overflow: hidden;
}
.doctor__title {
  font-size: 2.25em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 9px;
}
.doctor__desc {
  font-size: 1.25em;
  line-height: 1.875em;
}
.doctor__about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.doctor__about-title {
  font-weight: 400;
  font-size: 20px;
  color: #a8a779;
}
.doctor__about-text {
  font-weight: 400;
  font-size: 14px;
  color: #7f8da9;
}
.doctor__text {
  font-size: 1em;
  line-height: 1.5em;
}
.doctor__text ul li:before {
  content: "• ";
}
.doctor__course {
  font-size: 1.25em;
  line-height: 1.2em;
  text-decoration: underline;
  color: #323232;
  margin-bottom: 20px;
  display: inline-block;
}
.doctor__btn {
  margin-bottom: 48px;
}
.doctor__form-reviews {
  max-width: 600px;
}
.certificate {
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 23px;
}
.contact-page {
  padding-top: 3.5625em;
  padding-bottom: 5.625em;
}
.contact-page__title {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 7px;
}
.contact-page__text {
  font-size: 1em;
  line-height: 1em;
}
.contact-page__text h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: Circe-Bold, sans-serif;
}
.contact-page__text a {
  color: inherit;
  text-decoration: none;
}
.contact-page__text a:hover,
.contact-page__text a[href^="tel"] {
  text-decoration: underline;
}
.doctors-page {
  padding-top: 3.5em;
}
.doctors-page__title {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 7px;
}
.filter:after {
  content: " ";
  display: table;
  clear: both;
}
.filter__title {
  font-family: Circe-Bold, sans-serif;
  font-size: 24px;
  line-height: 100%;
  color: #a8a779;
  margin-right: 32px;
}
.filter__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.filter__col--input {
  margin-right: 30px;
  width: 30%;
  max-width: 366px;
}
.filter__col--title {
  width: 23%;
}
.filter__col--btn {
  width: 17%;
}
.filter__btn {
  width: 100%;
}
.filter__item {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}
.filter__item:last-child {
  margin-right: 0;
}
.filter__item--clinic {
  max-width: 395px;
  width: 100%;
}
.filter__item--category {
  max-width: 540px;
  width: 100%;
}
.filter__item--letter {
  max-width: 76px;
  width: 100%;
}
.filter__item--btn {
  float: right;
}
.filter__item--year {
  max-width: 150px;
  width: 100%;
  margin-left: auto;
}
.filter__item--month {
  max-width: 175px;
  width: 100%;
}
.filter__item--prgram {
  max-width: 615px;
  width: 100%;
}
.filter__item--review {
  max-width: 295px;
  width: 100%;
}
.filter__btn {
  font-size: 1em;
  padding: 8px 15px;
}
.filter-item {
  margin-bottom: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.filter-item__label {
  font-size: 18px;
  line-height: 150%;
  color: #a8a779;
  text-align: left !important;
}
.select {
  position: relative;
}
.select:after,
.select:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #323232 transparent transparent;
  right: 9px;
  top: 16.5px;
}
.select:after {
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
}
.jq-selectbox__select,
.select select {
  height: 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  font-family: Circe-Bold, sans-serif;
  font-size: 1.25em;
  line-height: 2.5em;
  color: #323232;
}
.select select {
  width: 100%;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #323232;
  appearance: none;
  padding-right: 30px;
}
.jq-selectbox__select {
  text-shadow: none;
  padding: 0;
}
.jq-selectbox__select:before {
  content: "";
  position: absolute;
  bottom: 9px;
  height: 1px;
  right: 30px;
  left: 0;
  background: #323232;
}
.jq-selectbox__select:hover {
  background: 0 0;
}
.jq-selectbox__select .placeholder {
  color: #323232;
}
.jq-selectbox__trigger {
  border: none;
  width: 30px;
}
.jq-selectbox__trigger-arrow {
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #323232 transparent transparent;
  left: 9px;
  top: 16.5px;
}
.jq-selectbox__trigger-arrow:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
}
.jq-selectbox.changed .jq-selectbox__select {
  font-family: Circe-Regular, sans-serif;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}
.about-page {
  padding-top: 3.5625em;
  padding-bottom: 5.625em;
}
.about-page__title {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 7px;
}
.news-item {
  margin-bottom: 40px;
  max-width: 815px;
}
.news-item__picture {
  max-width: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.news-item__content {
  overflow: hidden;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 10px;
}
.news-item__date {
  font-family: Circe-Light, sans-serif;
}
.news-item__title,
.price-table thead th {
  font-family: Circe-Bold, sans-serif;
}
.news-item a {
  color: inherit;
}
.sidebar {
  margin-bottom: 24px;
}
.sidebar-nav {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.accordion--2 .accordion__content ul,
.sidebar-nav__item {
  margin-bottom: 10px;
}
.program-page__price span,
.sidebar-nav__item.active a {
  font-family: Circe-Bold, sans-serif;
  color: #a8a779;
}
.price-page__text a,
.sidebar-nav__link {
  color: #323232;
  text-decoration: underline;
}
.reviews-page {
  padding-top: 3.5625em;
  padding-bottom: 5.625em;
}
.reviews-page__title {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 7px;
}
.sidebar-filter__item {
  margin-bottom: 30px;
}
.price-page {
  padding-top: 3.5625em;
  padding-bottom: 5.625em;
}
.price-page__title {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 7px;
}
.price-page__text {
  font-size: 1.25em;
  line-height: 1.875em;
  margin-bottom: 30px;
}
.price-page__text a {
  color: inherit;
}
.price-table thead tr {
  border-bottom: 1px solid #969696;
}
.price-table thead th {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  padding: 6px 0;
}
.price-table tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
.bordered tbody tr:last-child,
.price-table tbody tr:last-child,
.price-table-2 tbody tr:last-child {
  border-bottom: none;
}
.price-table tbody td {
  font-size: 1em;
  vertical-align: middle;
  padding: 6px 0;
}
.price-table-2 tbody tr,
.price-table-2 thead tr {
  border-bottom: 1px solid #a8a779;
}
.price-table-2 thead th {
  font-size: 20px;
  line-height: 150%;
  font-family: Circe-Bold, sans-serif;
  font-weight: 400;
  padding: 16px 0;
  color: #a8a779;
}
.price-table-2 tbody td {
  font-size: 20px;
  line-height: 130%;
  vertical-align: middle;
  padding: 25px 0 19px;
  min-height: 97px;
}
.price-table-2 tbody td:first-child {
  width: 70%;
  padding-right: 15px;
}
.accordion__title {
  font-family: Circe-Bold, sans-serif;
  font-size: 1.25em;
  line-height: 1.875em;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.accordion--3 .accordion__title--active .accordion__trigger-arrow,
.accordion__title--active .accordion__trigger-arrow:after,
.accordion__title--active .accordion__trigger-arrow:before {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__title--active .accordion__trigger-arrow:after {
  margin-top: 0;
}
.accordion__trigger-arrow {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 7px;
  position: relative;
  vertical-align: middle;
}
.accordion__trigger-arrow:after,
.accordion__trigger-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
.accordion__trigger-arrow:before {
  display: block;
  margin-top: -3px;
  border-width: 7px 6px 0;
  border-color: #323232 transparent transparent;
}
.accordion__trigger-arrow:after {
  margin-top: -4px;
  left: 1px;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
}
.accordion__item {
  padding: 0 !important;
}
.accordion__item:before {
  content: none !important;
}
.accordion__content {
  display: none;
  font-size: 1em;
  line-height: 1.875em;
  margin-bottom: 32px;
}
.accordion__content p {
  margin: 0 !important;
}
.accordion--2 .accordion__title {
  padding: 20px 0;
  font-family: Circe-Bold, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #a8a779;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #bbb;
  text-decoration: none;
}
.accordion--2 .accordion__trigger-arrow {
  margin-left: auto;
}
.accordion--2 .accordion__content,
.accordion--2 .accordion__text {
  font-size: 20px;
  line-height: 24px;
}
.accordion--2 .accordion__content p {
  margin-bottom: 10px !important;
}
.accordion--2 .accordion__content ul li {
  margin-top: 10px;
}
.accordion--2 .accordion__content ul li:before {
  content: "•	";
}
.accordion--3 .accordion__item {
  border-bottom: 1px solid #bac7de;
}
.accordion--3 .accordion__title,
.accordion--3 .accordion__trigger-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.accordion--3 .accordion__title {
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Circe-Regular, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #a8a779;
  text-decoration: none;
  padding: 16px 0 15px;
}
.accordion--3 .accordion__trigger-arrow {
  width: 16px;
  height: 16px;
  transition: 0.2s;
}
.accordion--3 .accordion__trigger-arrow .icon {
  width: 13px;
}
.accordion--3 .accordion__trigger-arrow:after,
.accordion--3 .accordion__trigger-arrow:before,
.site-text ul.list-unstyled li:before {
  content: none;
}
.accordion--3 .accordion__content {
  padding: 10px 0 24px;
}
.program-page {
  padding-top: 3.5625em;
  padding-bottom: 5.625em;
}
.program-page__title {
  font-size: 2.25em;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 28px;
}
.program-page__info,
.program-page__price {
  font-size: 1.25em;
  line-height: 1.875em;
  margin-bottom: 30px;
}
.program-page__info {
  margin-bottom: 56px;
}
.articles_list > div > div a,
.checkbox-radio__text a,
.program-page__info a,
.site-text h4 a {
  color: inherit;
  text-decoration: underline;
}
.program-page__nav {
  border-radius: 25px;
  padding: 1.25em;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
}
.program-page__text {
  font-size: 1em;
  line-height: 1.5em;
}
.program-page__text .alert,
.program-page__text ul.pagination li {
  padding: 0;
}
.program-page__text .alert-message {
  padding: 15px;
}
.program-page__text ul {
  margin-bottom: 20px;
}
.program-page__text p {
  margin-bottom: 0.8em;
  line-height: 1.5em;
}
.program-page__text ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.25em;
  margin-bottom: 0.8em;
}
.program-page__text ul li:before {
  content: "• ";
  position: absolute;
  top: 0;
  left: 0;
}
.program-page__text h1,
.program-page__text h2,
.program-page__text h3,
.program-page__text h4 {
  margin: 0.5em 0 0.25em;
}
.program-page__text h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
}
.program-page__text b {
  font-weight: 400;
}
.program-page__row {
  margin-bottom: 60px;
}
.program-page__announce {
  margin-top: 10px;
  font-weight: 700;
}
.related-programs__title {
  font-size: 2.25em;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 30px;
}
.program-hero {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.program-hero__picture {
  background: url(../img/bg-doctors-hero.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 65.46%;
}
.program-hero__img {
  position: absolute;
  left: 35px;
  bottom: 0;
}
.program-hero__btn-holder {
  width: 34.54%;
  height: inherit;
  background: #a8a779;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.program-item {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.program-item:before,
.program-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
.program-item:before {
  content: "";
  background: #a8a779;
  opacity: 0.7;
}
.program-item__title {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: Circe-Bold, sans-serif;
  padding: 0.9375em 0.75em 0.9375em 1.25em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.simple-page {
  padding: 3rem 0;
}
.simple-page__breadcrumbs {
  margin-bottom: 15px;
}
.simple-page__title {
  font-size: 2em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  margin-bottom: 7px;
}
.simple-page__title-2 {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.simple-page__desc {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.simple-page__text {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 26px;
}
.program-page__text b,
.program-page__text h3,
.search--v2 .search__input,
.simple-page__text b {
  font-family: Circe-Bold, sans-serif;
}
.simple-page__booking-form {
  margin-bottom: 78px;
}
.simple-page__filter {
  float: right;
  margin-bottom: -30px;
}
.simple-page__news {
  clear: both;
}
.simple-page__row {
  max-width: 932px;
  margin: 0 auto;
}
.blockquote {
  font-size: 1.25em;
  line-height: 1.875em;
}
.blockquote:after,
.blockquote:before {
  font-family: FontAwesome, sans-serif;
  font-size: 9.375em;
  line-height: 5.25em;
  position: absolute;
}
.blockquote:before {
  content: "";
  right: 100%;
  top: 0;
  margin-right: 47px;
}
.blockquote:after {
  content: "";
  left: 100%;
  bottom: 0;
  margin-left: 47px;
}
.blockquote,
.search {
  position: relative;
}
.search__input {
  padding: 0.8125em 0.8125em 0.8125em 3.375em;
  width: 100%;
  border-radius: 25px;
  font-family: Circe-Regular, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  color: #969696;
  background: #ebebeb;
}
.search__submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/ico-search.png) 50% 50% no-repeat;
  border: none;
}
.search--v2 .search__input {
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.625em 0.625em 0.625em 47px;
  background: #fff;
  color: #a8a779;
}
.search--v2 .search__submit {
  width: 40px;
  height: 40px;
  background: 0 0;
  line-height: 45px;
}
.search--v3 .search__input {
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  border-radius: 100px;
  padding: 0.8125em 3.4375em 0.75em;
  text-align: center;
  color: #a2a2a2;
}
.search--v3 .search__input:-ms-input-placeholder {
  color: #a2a2a2;
}
.search--v3 .search__input::placeholder {
  color: #a2a2a2;
}
.search--v3 .search__submit {
  width: 55px;
  height: 55px;
  background: 0 0;
}
.search--v3 .search__submit .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 27px;
  fill: #a1a1a1;
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.section-blockquote {
  background: #ebebeb;
  padding-top: 3.875em;
  padding-bottom: 112px;
  margin-bottom: 123px;
}
.booking-form__subtitle {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 22px;
}
.booking-form__items {
  margin-bottom: 33px;
  counter-reset: a;
}
.booking-form__item {
  margin-bottom: 20px;
  position: relative;
}
.booking-form__item select.select:disabled {
  color: #999;
}
.booking-form__input,
.booking-form__textarea {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-family: Circe, sans-serif;
  font-size: 1.25em;
  outline: none;
  border: none;
  border-bottom: 1px solid #323232;
}
.booking-form__col:before {
  display: block;
  content: counter(a);
  counter-increment: a;
  margin: 0 auto 23px;
  width: 50px;
  height: 50px;
  background: #ebebeb;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-family: Circe-Bold, sans-serif;
}
.booking-form__legend {
  font-size: 1.25em;
  line-height: 1.2em;
  text-decoration: underline;
}
.booking-form__radio {
  margin-bottom: 35px !important;
}
.booking-form__radio-button {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.booking-form__forgot {
  font-size: 1em;
  line-height: 1.2em;
  font-family: Circe-Bold, sans-serif;
  color: inherit;
}
.booking-form__forgot:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url(../img/arrow-right.png) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
}
.booking-form__calendar {
  margin-top: 50px;
  margin-bottom: 20px;
}
.booking-form__calendar.calendar .datepicker .datepicker-days tbody tr td.day {
  background-color: #ffdb99;
  border-color: #ffb733;
  color: #000;
}
.booking-form__calendar.calendar
  .datepicker
  .datepicker-days
  tbody
  tr
  td.day.active {
  background-color: #a8a779;
  border-color: #a8a779;
  color: #fff;
}
.booking-form__calendar.calendar
  .datepicker
  .datepicker-days
  tbody
  tr
  td.day.disabled {
  background: 0;
  color: #999;
}
.radio-button__btn {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  padding: 8px 15px;
  display: block;
}
.radio-button__input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.011;
  z-index: 100;
}
.checkbox-button__input:checked + label,
.radio-button__input:checked + label {
  background: #f89828;
  color: #fff;
}
.checkbox-button__btn {
  color: #323232;
  background: #ebebeb;
}
.checkbox-button__btn:hover {
  background: #f89828;
  color: #fff;
}
.checkbox-button__input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.011;
  z-index: 100;
}
.block-filters__program-list-item {
  margin-right: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  border-radius: 100px;
  padding: 14px 26px;
}
.block-filters__program-list-item:last-child {
  margin-right: 0;
}
.block-doctor-bg {
  background: #e9f0f5;
  padding-top: 75px;
  margin-bottom: 80px;
}
.block-doctor-bg__img {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.block-doctor-bg__img img {
  height: 100%;
  width: 100%;
  max-height: 400px;
}
.block-doctor-bg__text {
  line-height: 22px;
  font-size: 18px;
}
.block-doctor-bg__text p {
  margin-bottom: 10px;
}
.checkbox-radio {
  position: relative;
  margin-bottom: 12px;
}
.block-department__feature-title .tooltip-inner p:last-child,
.checkbox-radio:last-child {
  margin-bottom: 0;
}
.checkbox-radio__text {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}
.checkbox-radio__text:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #323232;
  border-radius: 50%;
  background: #fff;
}
.checkbox-radio__text:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a8a779;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.checkbox-radio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.block-filters__checkbox input:checked + span::after,
.block-program-inner-form__choice-checkbox-item input:checked + span::after,
.checkbox-radio__input:checked + .checkbox-radio__text:after,
.radio__input:checked + .radio__text:after {
  opacity: 1;
}
.radio,
.radio-2 > input {
  position: relative;
  margin: 0;
}
.radio__text {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}
.radio__text:after,
.radio__text:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.radio__text:before {
  border: 2px solid #323232;
  background: #fff;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
}
.radio__text:after {
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #a8a779;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.radio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio-2 {
  cursor: pointer;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  color: inherit;
}
.radio-2 > input {
  width: 16px;
  height: 16px;
  border: 1px solid #323232;
  border-radius: 50%;
  display: inline-block;
  background-size: auto;
  background: #fff;
  appearance: none;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.radio-2 > input:checked:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a8a779;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.checkbox-switch {
  display: block;
}
.checkbox-switch__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox-switch__input:checked + .checkbox-switch__text:before {
  background: #a8a779;
}
.checkbox-switch__input:checked + .checkbox-switch__text:after {
  left: 20px;
}
.checkbox-switch__text {
  position: relative;
  padding: 0 0 0 54px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.checkbox-switch__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 24px;
  border-radius: 99px;
  background: #e1e8f4;
  transition: 0.2s;
}
.checkbox-switch__text:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s;
}
.checkbox-switch--light {
  color: #fff;
}
.checkbox-switch--light
  .checkbox-switch__input:checked
  + .checkbox-switch__text:before {
  background: #fff;
  opacity: 1;
}
.checkbox-switch--light
  .checkbox-switch__input:checked
  + .checkbox-switch__text:after {
  background: #a8a779;
}
.checkbox-switch--light .checkbox-switch__text:before {
  background: #fff;
  opacity: 0.3;
}
.checkbox-switch + .checkbox-switch {
  margin: 24px 0 0;
}
.checkbox-switch + .checkbox-switch:first-child {
  margin-top: 0;
}
.payment__clinic {
  font-size: 1.25em;
  line-height: 1.2em;
}
.payment__service {
  font-size: 1em;
  line-height: 1.2em;
}
.payment__debt {
  color: red;
}
.calendar,
.calendar .datepicker {
  position: relative;
}
.calendar .datepicker table thead tr:first-child {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.calendar .datepicker table thead tr td,
.calendar .datepicker table thead tr th {
  font-weight: 400;
  text-align: right;
  padding: 10px;
}
.calendar .datepicker .datepicker-days tbody tr td,
.calendar .datepicker .datepicker-days tbody tr th {
  border: 1px solid #d2d2d2 !important;
  text-align: right;
  border-radius: 0;
  height: 70px;
  font-size: 1.25em;
  padding: 10px;
}
.calendar .datepicker .datepicker-days tr td.new,
.calendar .datepicker .datepicker-days tr td.old {
  color: #d2d2d2;
}
.calendar .datepicker .datepicker-days tr td[data-day="11.04.2020"],
.calendar .datepicker .datepicker-days tr td[data-day="12.04.2020"],
.calendar .datepicker .datepicker-days tr td[data-day="19.04.2020"],
.calendar .datepicker .datepicker-days tr td[data-day="20.04.2020"],
.calendar .datepicker .datepicker-days tr td[data-day="21.04.2020"],
.calendar .datepicker .datepicker-days tr td[data-day="24.04.2020"],
.calendar .datepicker .datepicker-days tr td[data-day="29.04.2020"] {
  background: #a0e8a0;
}
.calendar .picker-switch {
  white-space: nowrap;
}
.tags__item,
.tags__list {
  font-size: 0;
  padding: 0 !important;
}
.tags__item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 24px;
  font-size: 1em;
}
.tags__item:before {
  content: none !important;
}
.tags__link {
  font-family: Circe, sans-serif;
}
.tags__link--active {
  background: #a8a779;
  color: #fff;
}
.indicator {
  font-size: 0;
}
.indicator__button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 26px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.indicator__button:first-child {
  margin-left: 0;
}
.indicator__button--magnifier {
  font-size: 27px;
  margin-top: -3px;
}
.indicator__button--whatsapp {
  background: #1bd741;
  border-radius: 50%;
  font-size: 21px;
}
.indicator__button--telegram {
  background: #61a8de;
  border-radius: 50%;
  font-size: 16px;
}
.indicator__button .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.no-gutter h1,
.no-gutter h2,
.no-gutter h3,
.no-gutter h4,
.no-gutter h5,
.no-gutter h6,
.no-gutter ol,
.no-gutter p,
.no-gutter ul {
  margin: 0;
}
.site-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.site-text h1,
.site-text h2,
.site-text h3,
.site-text h4 {
  margin: 0.5rem 0 0.25rem;
}
.site-text p,
.site-text ul {
  margin-bottom: 0.9rem;
  line-height: 1.5rem;
}
.site-text ul,
.site-text ul li {
  padding-left: 1rem;
}
.site-text ul li {
  position: relative;
}
.site-text ul li:before {
  content: "• ";
  position: absolute;
  top: 0;
  left: 0;
  color: #a8a779;
  font-size: 2.5rem;
}
.site-text ul.list-unstyled,
.site-text ul.list-unstyled li,
.site-text ul.spoiler-table,
.site-text ul.spoiler-table li {
  padding-left: 0;
}
.site-text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.site-text ol > li {
  counter-increment: my-awesome-counter;
}
.site-text ol > li:before {
  content: counter(my-awesome-counter) ". ";
  color: #a8a779;
  font-weight: 700;
}
.site-text h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: Circe-Regular, sans-serif;
}
.site-text b,
.site-text strong {
  font-family: Circe-Bold, sans-serif;
  font-weight: 400;
}
.site-text h4 {
  font-family: Circe-Bold, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin: 32px 0;
}
.site-text img {
  max-width: 100%;
}
.site-text .tags__item {
  margin-bottom: 20px !important;
}
.cutter {
  overflow: hidden;
  max-width: 490px;
  width: 100%;
  max-height: 362px;
  position: relative;
  margin: 0 20px 15px 0;
}
.cutter img,
.cutter:before {
  display: inline-block;
  vertical-align: middle;
}
.cutter:before {
  content: "";
  height: 100%;
  margin-left: -1ch;
}
.cutter img {
  width: 100%;
  margin: 0;
  float: none;
}
.ivan .hero {
  background-color: #a8a779;
}
.ivan .hero__title {
  margin-bottom: 0;
  font-size: 3.4em;
}
.ivan .hero .header__callback a {
  color: #a8a779;
  background-color: #fff;
}
.ivan .hero__title.long-title {
  font-size: 2.2em;
}
.ivan .hero__desc {
  font-size: 1.7em;
}
.ivan .courses__list,
.ivan .services__list {
  font-size: 1.2em;
  line-height: 0.9em;
}
.ivan .section-title {
  font-size: 2.4em;
  line-height: 1.2em;
}
.ivan .courses,
.ivan .services,
.ivan .specialists {
  padding-top: 2em;
  padding-bottom: 3.1em;
}
.ivan .specialists {
  padding-top: 0;
}
.ivan .content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.spoiler-table {
  padding: 0;
  margin: 0;
  list-style: none;
}
.spoiler-table .zgl {
  background: #fafafa;
  text-transform: uppercase;
  padding: 14px 0;
  margin: 0;
}
.spoiler-table .tb {
  display: table;
  width: 100%;
  padding: 14px 0;
  margin: 0;
}
.spoiler-table .tb span {
  display: table-cell;
}
.spoiler-table .tb span:first-child {
  width: 90%;
}
.spoiler-table .tb span:last-child {
  text-align: right;
}
.spoiler-table .tb + .tb {
  border-top: 1px solid #e1e1e1;
}
.app-rating {
  text-align: center;
}
.app-rating__content {
  padding: 13px 0;
}
.app-rating__title {
  font-size: 14px;
  line-height: 18px;
}
.app-rating__title b {
  font-family: Circe-Bold, sans-serif;
}
.app-rating__stars {
  border-top: 1px solid #c4c4c4;
  padding: 12px;
}
.rating-stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}
.rating-stars__item {
  margin: 0 7px;
}
.rating-stars__item .icon,
.star-rate__ico svg,
.star-rating__ico svg {
  font-size: 24px;
}
.rating-stars__item--active .icon,
.star-rating__wrap label svg {
  fill: #a8a779;
}
.star-rating {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.star-rating__title {
  font-size: 20px;
  padding-right: 10px;
}
.star-rating__btn {
  font-size: 18px;
  padding: 12px 30px;
}
.star-rating__wrap {
  display: inline-block;
  margin-left: auto;
  clear: both;
  white-space: nowrap;
}
.star-rate__wrap:after,
.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
.star-rating__wrap:not(:hover) input:checked ~ input + label svg,
.star-rating__wrap:not(:hover) input:indeterminate + label svg {
  fill: #c4c4c4;
}
.star-rating__wrap input:hover ~ input + label svg {
  fill: #c4c4c4;
}
.star-rating__wrap:not(:hover) input:focus-visible + label svg {
  fill: red;
}
.star-rating__ico {
  cursor: pointer;
  padding-left: 14px;
}
.star-rate__ico:first-child,
.star-rating__ico:first-child {
  padding-left: 0;
}
.star-rating__input {
  display: none;
}
.star-rate {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-align: center;
  align-items: center;
}
.star-rate__wrap {
  display: inline-block;
  margin-left: auto;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
}
.star-rate__wrap label svg {
  fill: #a8a779;
}
.block-reviews-rate__form
  .star-rating__wrap:not(:hover)
  input:checked
  ~ input
  + label
  svg,
.block-reviews-rate__form
  .star-rating__wrap:not(:hover)
  input:indeterminate
  + label
  svg,
.star-rate__wrap:not(:hover) input:checked ~ input + label svg,
.star-rate__wrap:not(:hover) input:indeterminate + label svg {
  fill: #e1e8f4;
}
.block-reviews-rate__form .star-rating__wrap input:hover ~ input + label svg,
.star-rate__wrap input:hover ~ input + label svg {
  fill: #e1e8f4;
}
.star-rate__wrap:not(:hover) input:focus-visible + label svg {
  fill: red;
}
.star-rate__ico {
  cursor: pointer;
  padding-right: 12px;
}
.star-rate__input {
  display: none;
}
.scheme-item__picture {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.scheme-item__title {
  font-family: Circe-Bold, sans-serif;
  font-size: 20px;
  line-height: 26px !important;
  color: #a8a779;
  margin-bottom: 6px !important;
}
.scheme-item__link {
  font-size: 20px !important;
  line-height: 130% !important;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
}
.vacancy-item {
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 15px;
}
.site-index-wrap .block-tags {
  padding-top: 6.25em;
}
.site-index-wrap .gallery .slick-next {
  right: 15px;
}
.site-index-wrap .gallery .slick-prev {
  z-index: 1;
  left: 15px;
}
.bad-vision-body {
  font-size: 24px;
}
.bad-vision-body .ivan .hero {
  background-color: #fff;
}
.promo__btn {
  position: absolute;
  bottom: 20px;
  font-size: 1em;
  padding: 0.5em 0.9375em;
  background: #f89828;
  color: #fff;
}
.promo .specialist__body {
  padding: 0;
}
.masha {
  font-size: 5em;
  color: #a8a779;
}
.masha.pk {
  display: block;
}
.masha.right {
  position: relative;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.quote-cols {
  display: -ms-flexbox !important;
  display: flex !important;
}
.quote-cols > div:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.quote-cols-text h2,
.quote-cols-text h3,
.quote-cols-text h4 {
  margin: 1em 0 0.4em;
}
.quote-cols-text ul {
  margin-bottom: 1em;
}
.quote-cols-text ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.25em;
  margin-bottom: 0;
}
.quote-cols-text p {
  line-height: 2.4rem;
  margin-bottom: 0.8em;
}
.quote-cols ul li:before {
  content: "• ";
  position: absolute;
  top: 0;
  left: 0;
  color: #01468f;
  font-size: 2.5em;
}
.promo-ajax .specialist.promo {
  text-align: center;
}
.promo-ajax .specialist__body {
  text-align: left;
}
.color_blue {
  color: #a8a779;
}
.content-none ul li:before,
.gallery_index .slick-next:after,
.gallery_index .slick-next:before,
.gallery_index .slick-prev:after,
.gallery_index .slick-prev:before {
  content: "";
}
.gallery_index .slick-next {
  width: 55px;
  background: url(../img/arrow-right--white.png) 50% 50% no-repeat;
}
.gallery_index .slick-prev {
  width: 55px;
  background: url(../img/arrow-left--white.png) 50% 50% no-repeat;
}
ul.pagination li:before {
  content: "";
}
.members .news-item__title {
  font-size: 1.5em;
}
.members .news-item__content img {
  float: left;
  margin-right: 1em;
}
.bordered thead tr {
  border-bottom: 1px solid #969696;
}
.bordered tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
.bordered th {
  font-family: Circe-Bold, sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  padding: 0.5em 0;
}
.vac-spoiler {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
}
.news-listing .news-item__content {
  padding-top: 0;
}
.news-listing .news-item__title {
  margin-bottom: 0.3em;
}
.news-listing a.more,
.vac-spoiler {
  text-decoration: underline;
}
.service-listing__filter {
  margin-bottom: 30px;
}
.service-listing .panel {
  margin-bottom: 1.1rem;
}
.program-listing .panel-default > .panel-heading,
.service-listing .panel-default > .panel-heading {
  background-color: #a8a779;
  border-color: #a8a779;
  border-radius: 0;
}
.service-listing .panel-title {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
}
.service-listing .panel-body li {
  font-size: 1.2em;
}
.cur-pointer {
  cursor: pointer;
}
.program-listing .panel-title {
  color: #fff;
  font-size: 1em;
  line-height: 1.1em;
}
.blue-attention-text {
  font-weight: 700;
  font-size: 1.2em;
  color: #a8a779;
}
.blue-muted-text {
  font-style: italic;
  font-size: 1.2em;
  color: #a8a779;
}
.gallery-department {
  margin-bottom: 66px;
}
.search-service {
  padding: 0.6125em 0.8125em 0.5125em 3.375em;
}
.small-muted-text {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1em;
}
.department-inner .review__desc:after,
a.expand-review {
  background: url(../img/arrow-down-b.png) top right no-repeat;
  width: 100%;
}
.department-inner .review__desc.open:after {
  width: 100%;
}
.department-inner .review__desc.open a.expand-review,
.department-inner .review__desc.open:after {
  background: url(../img/arrow-up-b.png) top right no-repeat;
}
.department-inner .features-department,
.department-inner .gallery-department {
  margin-bottom: 0.5em;
}
.department-inner .features__wrap {
  padding: 4px 0;
}
a.expand-review {
  display: block;
  height: 28px;
  text-decoration: none;
}
.noafter:after {
  content: "";
  width: 0;
  height: 0;
}
.more {
  display: none;
}
.department-inner .features__title,
.department-inner .ivan .specialists,
.ivan .department-inner .specialists {
  margin-bottom: 0;
  padding-bottom: 0;
}
.spoiler-table li:before {
  content: none !important;
}
.announce-index {
  text-align: center;
  background-color: #a8a779;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.announce-index.orange {
  padding-left: 5px;
  text-align: center;
  vertical-align: middle;
  background: #f1842c;
  color: #232323;
  line-height: 2;
}
.announce-index.orange a {
  color: #232323;
  text-decoration: none;
}
.bfi-mb0 {
  margin-bottom: 0;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #cef;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.nowrap {
  text-wrap: none;
  white-space: nowrap;
}
.k31-orange {
  color: #f89828;
}
.service-text h3:before {
  content: "\00ab";
  margin-right: 5px;
  color: #a8a779;
  font-size: 30px;
  font-weight: 700;
}
.articles_list {
  color: inherit;
  text-decoration: underline;
  text-align: center;
}
.articles_list,
.articles_list > div,
.articles_list > div > div {
  margin-top: 42px;
}
.articles_list > div > div > div > img {
  width: 50px;
}
.cookie {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #a8a779;
  box-shadow: 0 10px 20px 10px rgba(82, 82, 82, 0.08);
  border-radius: 20px;
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 15px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 78px;
  z-index: 9999;
}
.cookie h3 {
  display: none;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 4px;
}
.cookie__text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #323232;
  margin-right: 30px;
}
.cookie__text a {
  text-decoration: underline;
  color: inherit;
}
.cookie__btn {
  margin-left: auto;
  font-size: 14px;
  line-height: 120%;
  min-width: 127px;
  padding: 11px 20px;
}
.cookie--dark {
  background: #a8a779;
  color: #fff;
}
.cookie--dark .cookie__text {
  color: #fff;
}
.cookie--dark .cookie__text a {
  color: #ff8300;
  text-decoration: none;
}
.cookie--dark .cookie__btn {
  background: #fff;
  color: #a8a779;
}
.block-header {
  margin-bottom: 42px;
}
.block-title {
  font-family: Circe-ExtraBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a8a779;
}
.block-desc {
  font-size: 24px;
  line-height: 36px;
}
.block-doctor__bottom {
  text-align: right;
}
.block-doctor__img {
  text-align: left;
}
.block-doctor__img img {
  width: 100%;
  max-width: 338px;
}
.block-text {
  padding: 80px 0;
}
.block-text__title {
  font-family: Circe-ExtraBold, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a8a779;
  text-align: left;
  margin-bottom: 50px;
}
.block-text__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 10px;
}
.block-text__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: #222;
}
.block-text__text p {
  margin-bottom: 7px;
}
.block-text__icon {
  width: 105px;
  height: 105px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-text__icon svg {
  width: 50%;
  height: 50%;
}
.block-links {
  background: #a8a779;
  padding: 60px;
  margin-bottom: 80px;
}
.block-links__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.block-filters__program-text a:hover,
.block-filters__program-top a:hover,
.block-links__item:hover {
  text-decoration: none;
}
.block-links__item-icon {
  margin-bottom: 15px;
}
.block-links__item-icon svg {
  width: 60px;
  height: 60px;
}
.block-links__item-title {
  font-weight: 400;
  font-size: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
}
.block-links__item-title:hover {
  text-decoration: none;
  color: #fff;
}
.block-department {
  padding: 80px 0 96px;
  background-size: cover;
}
.block-department__schedule {
  color: #a8a779;
  margin-left: 48px;
}
.block-department__note {
  font-size: 14px;
  line-height: 18px;
}
.block-department__title {
  font-family: Circe-Bold, sans-serif;
  font-size: 72px;
  line-height: 100%;
  color: #a8a779;
  margin-bottom: 33px;
}
.block-department__desc {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  margin-bottom: 60px;
}
.block-department__features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-department__feature {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 38px;
  text-align: left;
}
.block-department__feature-icon {
  margin-right: 16px;
}
.block-department__feature-icon .icon {
  fill: #a8a779;
}
.block-department__feature-icon .icon-consultant,
.block-department__feature-icon .icon-document-2,
.block-department__feature-icon .icon-medicine,
.block-department__feature-icon .icon-medicine-2 {
  font-size: 40px;
}
.block-department__feature-icon .icon-healthcare {
  font-size: 42px;
}
.block-department__feature-icon .icon-heart {
  font-size: 32px;
}
.block-department__feature-icon .icon-lungs {
  font-size: 30px;
}
.block-department__feature-icon .icon-first-aid-kit {
  font-size: 41px;
}
.block-department__feature-icon .icon-teeth-protection {
  font-size: 40px;
}
.block-department__feature-icon .icon-fetus,
.block-department__feature-icon .icon-oral-health {
  font-size: 42px;
}
.block-department__feature-icon .icon-calendar,
.block-department__feature-icon .icon-tomography {
  font-size: 40px;
}
.block-department__feature-icon .icon-clock {
  font-size: 35px;
}
.block-department__feature-icon .icon-doctor,
.block-department__feature-icon .icon-methods,
.block-department__feature-icon .icon-surgery-tools {
  font-size: 40px;
}
.block-department__feature-icon .icon-24-hours-delivery {
  font-size: 42px;
}
.block-department__feature-icon .icon-charity,
.block-department__feature-icon .icon-check,
.block-department__feature-icon .icon-cosmetic,
.block-department__feature-icon .icon-depilation,
.block-department__feature-icon .icon-fertilization,
.block-department__feature-icon .icon-home,
.block-department__feature-icon .icon-patient,
.block-department__feature-icon .icon-prevention {
  font-size: 40px;
}
.block-department__feature-title {
  font-family: Circe-Bold, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #a8a779;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.block-department__feature-title .tooltip {
  font-family: Circe-Regular, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.block-department__feature-title .tooltip-inner {
  background: #fff;
  border-radius: 8px;
  color: #333;
  padding: 16px;
  max-width: 746px;
  width: 100%;
  text-align: left;
}
.block-department__feature-title .tooltip-inner p {
  margin-bottom: 6px;
}
.block-department__feature-title .tooltip-arrow {
  display: none;
}
.block-department__feature-tooltip {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #a8a779;
  border-radius: 50%;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #e2e3e6;
  margin-left: 8px;
}
.block-department__btn {
  min-width: 318px;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  padding: 12px;
  border-radius: 120px;
}
.block-department__btn-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-department-info {
  padding: 70px 0 121px;
}
.block-department-info--pediatr,
.block-department-info--west {
  padding: 74px 0 89px;
}
.block-department--diagnostic {
  background:
    url(../../../uploads/img/landings/diagnostic/bg-header--desktop.jpg) 50% 50%
      no-repeat,
    linear-gradient(180deg, #9ba1ad 0%, #e1e2e5 100%);
}
.block-department--pediatr,
.block-department--west {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block-department--west {
  padding: 72px 0 79px;
  background-image: url(../../../uploads/img/landings/west/bg-header--desktop.jpg);
}
.block-department--west .block-department__title {
  margin-bottom: 40px;
}
.block-department--west .block-department__desc {
  max-width: 695px;
  margin-bottom: 40px;
}
.block-department--west .block-department__features {
  margin-bottom: 64px;
}
.block-department--pediatr {
  background-image: url(../../../uploads/img/landings/pediatr/bg-header--desktop.jpg);
}
.block-department--pediatr .block-department__desc {
  max-width: 695px;
  margin-bottom: 23px;
}
.block-department--pediatr .block-department__features {
  margin-bottom: 60px;
}
.block-department--cosmetology,
.block-department--pediatr-west {
  background-image: url(../../../uploads/img/landings/pediatr-west/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 52px 0;
}
.block-department--pediatr-west .block-department__desc {
  max-width: 845px;
  margin-bottom: 23px;
}
.block-department--pediatr-west .block-department__features {
  margin-bottom: 60px;
}
.block-department--cosmetology {
  background-image: url(../../../uploads/img/landings/cosmetology/bg-header--desktop.jpg);
  padding: 67px 0 96px;
}
.block-department--aptos .block-department,
.block-department--pause .block-department {
  background-image: url(../../../uploads/img/landings/pause/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 67px 0 96px;
}
.block-department--aptos .block-department {
  background-image: url(../../../uploads/img/landings/aptos/bg-header--desktop.jpg);
}
.block-department--programs .block-department,
.block-department--programs-inner .block-department {
  background-image: url(../../../uploads/img/landings/programs/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 67px 0 96px;
}
.block-department--programs-inner .block-department {
  background-image: url(../../../uploads/img/landings/programs-inner/bg-header--desktop.jpg);
}
.block-department--cosmetology-west,
.block-department--ophthalmology {
  background-image: url(../../../uploads/img/landings/ophthalmology/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 79px 0 123px;
}
.block-department--ophthalmology .block-department__title {
  margin-bottom: 41px;
}
.block-department--ophthalmology .block-department__desc {
  max-width: 695px;
  margin-bottom: 39px;
}
.block-department--ophthalmology .block-department__features {
  margin-bottom: 39px;
}
.block-department--cosmetology-west {
  background-image: url(../../../uploads/img/landings/cosmetology-west/bg-header--desktop.jpg);
  padding: 52px 0;
}
.block-department--oncology,
.block-department--oncology-west {
  background-image: url(../../../uploads/img/landings/oncology/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 96px;
}
.block-department--oncology-west {
  background-image: url(../../../uploads/img/landings/oncology-west/bg-header--desktop.jpg);
}
.block-department--diagnostic-west,
.block-department--medical,
.block-department--radiation {
  background-image: url(../../../uploads/img/landings/radiation/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 96px;
}
.block-department--diagnostic-west,
.block-department--medical {
  background-image: url(../../../uploads/img/landings/medical/bg-header--desktop.jpg);
}
.block-department--diagnostic-west {
  background-image: url(../../../uploads/img/landings/diagnostic-west/bg-header--desktop.jpg);
  padding: 65px 0;
}
.block-department--ginecology,
.block-department--ginecology-2,
.block-department--ginecology-west {
  background-image: url(../../../uploads/img/landings/ginecology/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.block-department--ginecology-2,
.block-department--ginecology-west {
  background-image: url(../../../uploads/img/landings/ginecology-west/bg-header--desktop.jpg);
}
.block-department--ginecology-2 {
  background-image: url(../../../uploads/img/landings/ginecology-2/bg-header--desktop.jpg);
}
.block-department--ginecology-3,
.block-department--ortopedia,
.block-department--pain {
  background-image: url(../../../uploads/img/landings/ginecology-3/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 84px;
}
.block-department--ortopedia,
.block-department--pain {
  background-image: url(../../../uploads/img/landings/ortopedia/bg-header--desktop.jpg);
  padding: 80px 0 72px;
}
.block-department--pain {
  background-image: url(../../../uploads/img/landings/pain/bg-header--desktop.jpg);
  padding: 80px 0 108px;
}
.block-department--emergency,
.block-department--pain-west {
  background-image: url(../../../uploads/img/landings/pain-west/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0 102px;
}
.block-department--emergency {
  background-image: url(../../../uploads/img/landings/emergency/bg-header--desktop.jpg);
  padding: 80px 0 132px;
}
.block-department--stomatology,
.block-department--stomatology-west {
  background-image: url(../../../uploads/img/landings/stomatology/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 108px;
}
.block-department--stomatology-west {
  background-image: url(../../../uploads/img/landings/stomatology-west/bg-header--desktop.jpg);
}
.block-department--cardio,
.block-department--stomatology-pv,
.block-department--surgery {
  background-image: url(../../../uploads/img/landings/stomatology-pv/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 108px;
}
.block-department--cardio,
.block-department--surgery {
  background-image: url(../../../uploads/img/landings/surgery/bg-header--desktop.jpg);
}
.block-department--cardio {
  background-image: url(../../../uploads/img/landings/cardio/bg-header--desktop.jpg);
}
.block-department--hospital,
.block-department--oms .block-department,
.block-department--telemed {
  background-image: url(../../../uploads/img/landings/hospital/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0 108px;
}
.block-department--oms .block-department {
  background-image: url(../../../uploads/img/landings/oms/bg-header--desktop-upd.jpg);
  background-size: cover;
}
.block-department--telemed {
  background-image: url(../../../uploads/img/landings/telemed/bg-header--desktop.jpg);
  padding: 80px 0 96px;
}
.block-department--home,
.block-department--lb,
.block-department--pv,
.block-department--urology {
  background-image: url(../../../uploads/img/landings/pv/bg-header--desktop.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 62px 0 80px;
}
.block-department--home,
.block-department--lb,
.block-department--urology {
  background-image: url(../../../uploads/img/landings/lb/bg-header--desktop.jpg);
}
.block-department--oms .block-department__btn-holder {
  margin-bottom: 42px;
}
.block-department--home,
.block-department--urology {
  background-image: url(../../../uploads/img/landings/urology/bg-header--desktop.jpg);
  padding: 80px 0 96px;
}
.block-department--home {
  background-image: url(../../../uploads/img/landings/home/bg-header--desktop.jpg);
  padding: 80px 0 150px;
}
.block-department--cosmetology .block-department__title {
  margin-bottom: 49px;
}
.block-department--cosmetology .block-department__desc {
  max-width: 695px;
  margin-bottom: 47px;
}
.block-department--cosmetology .block-department__features {
  margin-bottom: 47px;
}
.block-department--cosmetology-west .block-department__desc {
  max-width: 845px;
  margin-bottom: 23px;
}
.block-department--cosmetology-west .block-department__features {
  margin-bottom: 60px;
}
.block-department--ginecology .block-department__title {
  margin-bottom: 49px;
  max-width: 1061px;
}
.block-department--ginecology .block-department__desc {
  max-width: 845px;
  margin-bottom: 47px;
}
.block-department--ginecology .block-department__features {
  margin-bottom: 47px;
}
.block-department--ginecology-west .block-department__title {
  margin-bottom: 49px;
  max-width: 1061px;
}
.block-department--ginecology-west .block-department__desc {
  max-width: 845px;
  margin-bottom: 47px;
}
.block-department--ginecology-west .block-department__features {
  margin-bottom: 47px;
}
.block-department--ginecology-2 .block-department__title {
  margin-bottom: 49px;
  max-width: 1061px;
}
.block-department--ginecology-2 .block-department__desc {
  max-width: 845px;
  margin-bottom: 47px;
}
.block-department--ginecology-2 .block-department__features {
  margin-bottom: 47px;
}
.block-department--ortopedia .block-department__title {
  margin-bottom: 40px;
  max-width: 1063px;
}
.block-department--ortopedia .block-department__desc {
  max-width: 760px;
  margin-bottom: 40px;
}
.block-department--ortopedia .block-department__features {
  margin-bottom: 40px;
}
.block-department--urology .block-department__title {
  margin-bottom: 40px;
  max-width: 845px;
}
.block-department--urology .block-department__desc {
  max-width: 650px;
  margin-bottom: 40px;
}
.block-department--urology .block-department__features {
  margin-bottom: 40px;
}
.block-department--stomatology .block-department__title {
  margin-bottom: 48px;
}
.block-department--stomatology .block-department__desc {
  max-width: 830px;
  margin-bottom: 48px;
}
.block-department--stomatology .block-department__features,
.block-department--stomatology-west .block-department__title,
.block-department--surgery .block-department__desc,
.block-department--surgery .block-department__features,
.block-department--surgery .block-department__title {
  margin-bottom: 48px;
}
.block-department--stomatology-west .block-department__desc {
  max-width: 830px;
  margin-bottom: 48px;
}
.block-department--stomatology-west .block-department__features {
  margin-bottom: 48px;
}
.block-department--pain .block-department__title {
  margin-bottom: 40px;
}
.block-department--pain .block-department__desc {
  max-width: 770px;
  margin-bottom: 40px;
}
.block-department--pain .block-department__features {
  margin-bottom: 44px;
}
.block-department--pain-west .block-department__title {
  margin-bottom: 40px;
}
.block-department--pain-west .block-department__desc {
  max-width: 770px;
  margin-bottom: 40px;
}
.block-department--pain-west .block-department__features {
  margin-bottom: 44px;
}
.block-department--emergency .block-department__title {
  margin-bottom: 40px;
}
.block-department--emergency .block-department__desc {
  max-width: 770px;
  margin-bottom: 40px;
}
.block-department--emergency .block-department__features {
  margin-bottom: 44px;
}
.block-department--home .block-department__title {
  margin-bottom: 49px;
}
.block-department--home .block-department__desc {
  max-width: 695px;
  margin-bottom: 47px;
}
.block-department--home .block-department__features,
.block-services-2--pediatr .block-services-2__list li {
  margin-bottom: 47px;
}
.block-department--oncology .block-department__title {
  margin-bottom: 40px;
}
.block-department--oncology .block-department__desc {
  max-width: 845px;
  margin-bottom: 40px;
}
.block-department--oncology .block-department__features,
.block-department--oncology-west .block-department__title {
  margin-bottom: 40px;
}
.block-department--oncology-west .block-department__desc {
  max-width: 845px;
  margin-bottom: 40px;
}
.block-department--oncology-west .block-department__features,
.block-department--radiation .block-department__title {
  margin-bottom: 40px;
}
.block-department--radiation .block-department__desc {
  max-width: 845px;
  margin-bottom: 40px;
}
.block-department--radiation .block-department__features {
  margin-bottom: 40px;
}
.block-department--diagnostic-west .block-department__title {
  margin-bottom: 32px;
  max-width: 810px;
  font-size: 72px;
  line-height: 88px;
}
.block-department--diagnostic-west .block-department__desc {
  max-width: 695px;
  margin-bottom: 32px;
}
.block-about-department__text ul,
.block-department--diagnostic-west .block-department__features {
  margin-bottom: 32px;
}
.block-menu {
  background: #a8a779;
  color: #fff;
  padding: 16px 0;
}
.block-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-menu__link {
  font-family: Circe-Bold, sans-serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: inherit;
}
.block-menu__link:hover {
  color: inherit;
  text-decoration: none;
}
.block-services {
  background: #e9f0f5;
  padding: 40px 0 38px;
}
.block-services--2 {
  margin-bottom: 80px;
}
.block-services__title {
  margin-bottom: 60px;
}
.block-services__list {
  text-align: center;
  font-size: 0;
  padding: 0;
}
.block-services__item {
  display: inline-block;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 16px;
}
.block-services__link {
  font-family: Circe-Regular, sans-serif;
  padding: 14px 26px;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  border-radius: 100px;
  white-space: normal;
}
.block-services__btn {
  background: #a8a779;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  min-width: 318px;
  font-size: 24px;
  line-height: 36px;
  padding: 12px;
  border-radius: 120px;
}
.block-services__btn.btn--bordered {
  background: 0 0;
  border: 2px solid #a8a779;
  color: #a8a779;
  min-width: 286px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 150%;
  padding: 10px;
}
.block-services__btn-holder {
  text-align: center;
  margin-top: 32px;
}
.block-services-2 {
  padding: 80px 0 104px;
}
.block-services-2__title {
  margin-bottom: 60px;
}
.block-services-2__list {
  columns: 3;
}
.block-services-2__btn-holder {
  text-align: center;
}
.block-services-2__btn {
  background: #a8a779;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  border-radius: 100px;
  padding: 14px 14px 11px;
  min-width: 286px;
}
.block-services-2__note {
  font-size: 24px;
  line-height: 30px;
  color: #a8a779;
}
.block-services-2--pediatr,
.block-services-2--pediatr-west {
  padding: 96px 0;
}
.block-services-2--cosmetology-west,
.block-services-2--ginecology,
.block-services-2--home,
.block-services-2--mammology {
  padding: 80px 0;
}
.block-services-2--pediatr .block-services-2__list {
  margin-bottom: 37px;
}
.block-services-2--pediatr-west .block-services-2__list {
  margin-bottom: 40px;
  columns: auto;
}
.block-services-2--pediatr-west .block-services-2__list li {
  display: inline-block;
  text-align: left;
}
.block-services-2--lb .block-services-2__list,
.block-services-2--pv .block-services-2__list {
  margin-bottom: 37px;
}
.block-services-2--lb .block-services-2__list li,
.block-services-2--pv .block-services-2__list li {
  margin-bottom: 47px;
}
.block-services-2--cosmetology-west .block-services-2__title {
  margin-bottom: 53px;
}
.block-services-2--cosmetology-west .block-services-2__list {
  margin-bottom: 0;
}
.block-services-2--cosmetology-west .block-services-2__list li,
.block-services-2--ginecology .block-services-2__list li,
.block-services-2--home .block-services-2__list li {
  margin-bottom: 46px;
}
.block-services-2--ginecology .block-services-2__title {
  margin-bottom: 53px;
}
.block-services-2--ginecology .block-services-2__list {
  margin-bottom: 0;
}
.block-services-2--home .block-services-2__title {
  margin-bottom: 53px;
}
.block-services-2--home .block-services-2__list {
  margin-bottom: 0;
}
.block-services--west {
  padding: 60px 0 58px;
}
.block-specialists,
.block-specialists__title {
  margin-bottom: 80px;
}
.block-specialists__btn-holder {
  text-align: center;
}
.block-specialists__slider {
  margin: 0 -15px 37px;
}
.block-specialists__slider .slick-slide {
  padding: 0 15px;
}
.block-specialists__slider .slick-slider {
  padding-bottom: 62px;
}
.block-specialists__slider .slider__next,
.block-specialists__slider .slider__prev {
  width: 64px;
  height: 64px;
  font-size: 32px;
  top: auto;
  bottom: 100%;
  z-index: 1;
  -ms-transform: none;
  transform: none;
  margin: 0 0 36px;
  background: #fff;
  box-shadow: 0 8px 10px rgba(73, 83, 102, 0.1);
  border-radius: 100%;
}
.block-discounts .slider__next:before,
.block-discounts .slider__prev:before,
.block-price__gallery .slider__next:before,
.block-price__gallery .slider__prev:before,
.block-price__slider .slider__next:before,
.block-price__slider .slider__prev:before,
.block-specialists__slider .slider__next:before,
.block-specialists__slider .slider__prev:before,
.block-testimonials__slider .slider__next:before,
.block-testimonials__slider .slider__prev:before {
  content: none;
}
.block-specialists__slider .slider__next .icon,
.block-specialists__slider .slider__prev .icon {
  fill: none;
  stroke: #222;
}
.block-specialists__slider .slider__next {
  right: 15px;
}
.block-specialists__slider .slider__prev {
  left: auto;
  right: 95px;
}
.block-specialists__slider .slider__prev .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-specialists__btn {
  background: #a8a779;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  border-radius: 100px;
  padding: 14px 14px 11px;
  min-width: 286px;
}
.block-specialists--diagnostic .block-specialists__slider .slick-slider,
.block-specialists--pediatr .block-specialists__slider .slick-slider,
.block-specialists--west .block-specialists__slider .slick-slider {
  padding-bottom: 0;
}
.block-discounts {
  padding-top: 36px;
  position: relative;
  margin-bottom: 138px;
}
.block-discounts:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  height: 280px;
  background: #e9f0f5;
}
.block-discounts__slider {
  background: #a8a779;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.block-discounts .slider__next,
.block-discounts .slider__prev {
  width: 64px;
  height: 64px;
  font-size: 32px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 8px 10px rgba(73, 83, 102, 0.1);
  border-radius: 100%;
}
.block-discounts .slider__next .icon,
.block-discounts .slider__prev .icon {
  fill: none;
  stroke: #222;
}
.block-discounts .slider__prev .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-discounts--west {
  margin-bottom: 88px;
}
.block-discounts--pediatr {
  margin-bottom: 96px;
}
.block-discounts--ginecology,
.block-price {
  margin-bottom: 80px;
}
.block-price__container,
.block-price__row {
  height: 100%;
}
.block-price__col {
  height: 100%;
  padding-left: 0;
}
.block-price__col:last-child {
  padding-left: 15px;
  padding-right: 0;
}
.block-price__gallery,
.block-price__gallery .slick-list,
.block-price__gallery .slick-track,
.block-price__gallery .slider__slide,
.block-price__gallery .slider__slides {
  height: 100%;
}
.block-price__gallery .slider__next,
.block-price__gallery .slider__prev {
  width: 64px;
  height: 64px;
  font-size: 32px;
  z-index: 1;
  margin: 0;
  background: #fff;
  box-shadow: 0 8px 10px rgba(73, 83, 102, 0.1);
  border-radius: 100%;
}
.block-price__gallery .slider__next .icon,
.block-price__gallery .slider__prev .icon {
  fill: none;
  stroke: #222;
}
.block-price__gallery .slider__next {
  right: 10px;
}
.block-price__gallery .slider__prev {
  left: 10px;
}
.block-price__gallery .slider__prev .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-price__picture {
  height: 100%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  min-height: 722px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.block-price__img {
  display: block;
}
.block-price__content {
  background: #e9f0f5;
  height: 100%;
  min-height: 722px;
  padding: 55px 54px 37px 53px;
}
.block-price__title {
  margin-bottom: 23px;
  text-align: left;
}
.block-price__filter {
  margin-bottom: 26px;
}
.block-price__slider .slider__next,
.block-price__slider .slider__prev {
  width: 64px;
  height: 64px;
  font-size: 32px;
  top: auto;
  bottom: 100%;
  z-index: 1;
  -ms-transform: none;
  transform: none;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 8px 10px rgba(73, 83, 102, 0.1);
  border-radius: 100%;
}
.block-price__slider .slider__next .icon,
.block-price__slider .slider__prev .icon {
  fill: none;
  stroke: #222;
}
.block-price__slider .slider__next {
  right: -20px;
}
.block-price__slider .slider__prev {
  left: auto;
  right: 70px;
}
.block-price__slider .slider__prev .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-price__filter + .block-price__slider .slider__next,
.block-price__filter + .block-price__slider .slider__prev {
  margin-bottom: 75px;
}
.block-about-department__blockqoute p,
.block-about-department__text p,
.block-price__table {
  margin-bottom: 10px;
}
.block-price__table .table-adaptive {
  border: none;
}
.block-price__link {
  color: #a8a779;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.block-callback {
  background: #a8a779 url(../img/bg-callback.jpg) 100% 50% no-repeat;
  color: #fff;
  padding: 88px 0 82px;
  text-align: center;
}
.block-callback__title {
  font-size: 36px;
  line-height: 53.06px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 10px;
}
.block-callback--west {
  background: #5f6b82 url(../img/bg-callback-west.jpg) 100% 50% no-repeat;
}
.block-callback--pediatr {
  background: #a8a779 url(../img/bg-callback-pediatr.jpg) 100% 50% no-repeat;
}
.block-callback--pediatr-west {
  background: #a8a779 url(../img/bg-callback-pediatr--west.jpg) 100% 50%
    no-repeat;
}
.block-callback--aptos {
  background: #a8a779 url(../img/bg-callback-aptos.jpg) 100% 50% no-repeat;
  margin-bottom: 80px;
}
.block-callback--cosmetology {
  background: #a8a779 url(../img/bg-callback--cosmetology.jpg) 100% 50%
    no-repeat;
}
.block-callback--cosmetology-west {
  background: #a8a779 url(../img/bg-callback--cosmetology-west.jpg) 100% 50%
    no-repeat;
}
.block-callback--mammology {
  background: #a8a779 url(../img/bg-callback--mammology.jpg) 100% 50% no-repeat;
}
.block-callback--pause {
  background: #a8a779 url(../img/bg-callback--pause.jpg) 100% 50% no-repeat;
}
.block-callback--ophthalmology {
  background: #a8a779 url(../img/bg-callback--ophthalmology.jpg) 100% 50%
    no-repeat;
}
.block-callback--ginecology {
  background: #a8a779 url(../img/bg-callback--ginecology.jpg) 100% 50% no-repeat;
}
.block-callback--ginecology-west {
  background: #a8a779 url(../img/bg-callback--ginecology-west.jpg) 100% 50%
    no-repeat;
}
.block-callback--ginecology-3 {
  background: #a8a779 url(../img/bg-callback--ginecology-3.jpg) 100% 50%
    no-repeat;
}
.block-callback--home {
  background: #a8a779 url(../img/bg-callback--home.jpg) 100% 50% no-repeat;
}
.block-callback--oncology {
  background: #a8a779 url(../img/bg-callback--oncology.jpg) 100% 50% no-repeat;
}
.block-callback--oncology-west {
  background: #a8a779 url(../img/bg-callback--oncology-west.jpg) 100% 50%
    no-repeat;
}
.block-callback--radiation {
  background: #a8a779 url(../img/bg-callback--radiation.jpg) 100% 50% no-repeat;
}
.block-callback--medical {
  background: #a8a779 url(../img/bg-callback--medical.jpg) 100% 50% no-repeat;
}
.block-callback--diagnostic-west {
  background: #a8a779 url(../img/bg-callback--diagnostic-west.jpg) 100% 50%
    no-repeat;
}
.block-callback--ortopedia {
  background: #a8a779 url(../img/bg-callback--ortopedia.jpg) 100% 50% no-repeat;
}
.block-callback--pain {
  background: #a8a779 url(../img/bg-callback--pain.jpg) 100% 50% no-repeat;
}
.block-callback--emergency {
  background: #a8a779 url(../img/bg-callback--emergency.jpg) 100% 50% no-repeat;
}
.block-callback--urology {
  background: #a8a779 url(../img/bg-callback--urology.jpg) 100% 50% no-repeat;
}
.block-callback--stomatology {
  background: #a8a779 url(../img/bg-callback--stomatology.jpg) 100% 50%
    no-repeat;
}
.block-callback--stomatology-pv,
.block-callback--stomatology-west {
  background: #a8a779 url(../img/bg-callback--stomatology-west.jpg) 100% 50%
    no-repeat;
}
.block-callback--surgery {
  background: #a8a779 url(../img/bg-callback--surgery.jpg) 100% 50% no-repeat;
}
.block-callback--pv {
  background: #004f61 url(../img/bg-callback--pv.jpg) 100% 50% no-repeat;
}
.block-callback--lb {
  background: #a8a779 url(../img/bg-callback--lb.jpg) 100% 50% no-repeat;
}
.block-callback--cardio {
  background: #a8a779 url(../img/bg-callback--cardio.jpg) 100% 50% no-repeat;
}
.block-callback--hospital {
  background: #a8a779 url(../img/bg-callback--hospital.jpg) 100% 50% no-repeat;
}
.block-register {
  background: linear-gradient(98.51deg, #f1f1f1 18.32%, #f0f0f0 78.82%);
  padding: 42px 0;
}
.block-register__picture {
  margin-left: 31px;
}
.block-register__form {
  max-width: 412px;
  padding-top: 40px;
}
.block-register__form-title {
  margin-bottom: 32px;
  text-align: left;
}
.block-register__form-desc {
  margin: 17px 0 20px;
  font-size: 18px;
  line-height: 100%;
}
.block-register__form .form__btn {
  margin-top: 50px;
}
.block-register--2 .form__btn {
  border-radius: 100px;
}
.block-about-department {
  padding: 80px 0;
}
.block-about-department__title {
  margin-bottom: 60px;
}
.block-about-department__text {
  font-size: 18px;
  line-height: 24px;
}
.block-about-department__text b {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #a8a779;
}
.block-about-department__text h3 {
  font-size: 24px;
  line-height: 120%;
  color: #a8a779;
  margin-bottom: 20px;
}
.block-about-department__text h3:before {
  content: "";
  vertical-align: top;
  position: relative;
  top: -2px;
  left: -4px;
  width: 35px;
  height: 26px;
  display: inline-block;
  margin-right: 5px;
  background: url(../icons/arrow-points.svg) 50% 50% no-repeat;
}
.block-about-department__text ul li {
  margin-top: 8px;
}
.block-about-department__text ul li:first-child {
  margin-top: 0;
}
.block-about-department__text ul li:before {
  content: "•	";
}
.block-about-department__picture {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 23px;
  display: inline-block;
}
.block-about-department__img {
  display: block;
}
.block-about-department__content {
  margin-bottom: 42px;
}
.block-about-department__blockqoute {
  font-family: Circe-Bold, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #a8a779;
  text-align: center;
  max-width: 858px;
  margin: 0 auto;
}
.block-about-department__blockqoute:before {
  content: "";
  display: block;
  height: 2px;
  background: #a8a779;
  max-width: 414px;
  width: 100%;
  margin: 0 auto 46px;
}
.block-about-department__blockqoute p:last-child {
  margin-bottom: 0;
}
.block-about-department__accordion + .block-video {
  margin-top: 80px;
  margin-bottom: 0;
}
.block-about-department__bottom {
  text-align: center;
}
.block-about-department__bottom .block-about-department__picture {
  margin-bottom: 42px;
  margin-top: 0;
}
.block-about-department--pediatr {
  padding-top: 0;
}
.block-testimonials {
  background: #a8a779;
  color: #fff;
  padding: 75px 0 23px;
}
.block-testimonials__title {
  margin-bottom: 66px;
  color: #fff;
}
.block-testimonials__slider {
  max-width: 966px;
  margin: 0 -62px;
}
.block-testimonials__slider .testimonial {
  margin: 0 62px;
}
.block-testimonials__slider .slick-slide {
  opacity: 0.5;
}
.block-testimonials__slider .slick-active {
  opacity: 1;
}
.block-testimonials__slider .slick-list {
  overflow: visible;
}
.block-testimonials__slider .slick-dotted {
  margin-bottom: 110px;
}
.block-testimonials__slider .slick-dots {
  bottom: -110px;
  width: 1270px;
  margin: 0 62px;
}
.block-testimonials__slider .slick-dots li button:before {
  font-size: 8px;
  opacity: 1;
  color: #9ba1ad;
}
.block-testimonials__slider .slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #ff8300;
}
.block-testimonials__slider .slider__next,
.block-testimonials__slider .slider__prev {
  width: 64px;
  height: 64px;
  font-size: 32px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 8px 10px rgba(73, 83, 102, 0.1);
  border-radius: 100%;
}
.block-testimonials__slider .slider__next .icon,
.block-testimonials__slider .slider__prev .icon {
  fill: none;
  stroke: #222;
}
.block-testimonials__slider .slider__next {
  right: -31px;
  margin-top: -11px;
}
.block-testimonials__slider .slider__prev.slick-disabled {
  display: none !important;
}
.block-testimonials__slider .slider__prev .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-testimonials__all {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  top: -77px;
}
.block-schedule {
  padding: 54px 0 60px;
}
.block-schedule__title {
  color: #a8a779;
  margin-bottom: 54px;
}
.block-video {
  margin-bottom: 80px;
}
.schedule__desc {
  font-family: Circe-Bold, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.schedule__phone {
  font-family: Circe-Bold, sans-serif;
  font-size: 24px;
  line-height: 22px;
  color: inherit;
}
.schedule__phone .icon {
  font-size: 16px;
  margin-right: 8px;
}
.schedule-item {
  margin-bottom: 30px;
}
.schedule-item__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.schedule-item__icon {
  margin-right: 12px;
}
.schedule-item__icon .icon {
  font-size: 24px;
}
.schedule-item__title {
  font-family: Circe-Bold, sans-serif;
}
.schedule-item__text,
.schedule-item__title {
  font-size: 20px;
  line-height: 26px;
}
.department-discount__text b,
.schedule-item__text b {
  font-family: Circe-Bold, sans-serif;
}
.department-discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 81px;
  padding-right: 64px;
}
.department-discount__content {
  padding: 46px 46px 46px 0;
  max-width: 59.6%;
  width: 100%;
}
.department-discount__title {
  font-size: 41px;
  line-height: 120%;
  margin-bottom: 9px;
}
.department-discount__text {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
.department-discount__text p {
  margin-top: 9px;
}
.department-discount__text p:first-child {
  margin-top: 0;
}
.department-discount__btn {
  min-width: 194px;
  padding: 13px 13px 12px;
}
.department-discount__picture {
  max-width: 41.4%;
  width: 100%;
  margin: 0 auto;
}
.department-discount__img {
  display: block;
}
.callback-item__icon {
  margin-bottom: 30px;
}
.callback-item__icon .icon {
  font-size: 64px;
}
.callback-item__icon .icon-user-2 {
  fill: none;
  stroke: #fff;
}
.callback-item__btn {
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  padding: 18px 18px 15px;
  border-radius: 120px;
}
.testimonial {
  position: relative;
  background: #fff;
  color: #222;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 37px 37px 45px 44px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.testimonial__text {
  margin-bottom: 6px;
}
.testimonial__text .expand-review {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 37px;
  bottom: 45px;
  background: 0 0;
}
.testimonial__text .expand-review .icon {
  font-size: 32px;
  fill: none;
  stroke: #222;
}
.testimonial__link {
  font-family: Circe-Bold, sans-serif;
  text-decoration: underline;
  color: #a8a779;
  display: inline-block;
  margin-bottom: 6px;
}
.testimonial__name {
  margin-bottom: 6px;
}
.sitemap__link b,
.testimonial__date,
.testimonial__name {
  font-family: Circe-Bold, sans-serif;
}
.job-features {
  background: linear-gradient(180deg, #e4e4e4 0%, #fff 100%);
  border-radius: 8px;
  padding: 58px 55px 34px;
}
.job-features-2 {
  padding: 0 104px;
  position: relative;
}
.job-features-2__logo {
  z-index: -1;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  width: 386px;
  height: 386px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.job-features-2__logo img {
  opacity: 0.25;
  width: 194px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.job-features-3 {
  padding: 0 104px;
  position: relative;
}
.job-features-3__logo {
  text-align: center;
}
.job-features-3__logo-img {
  height: 80px;
  margin: 0 auto 24px;
}
.job-features-3__logo-title {
  margin-bottom: 0 !important;
  font-family: Circe-Regular, sans-serif;
  font-size: 32px;
  line-height: 36px !important;
  color: #a8a779;
}
.job-feature {
  text-align: center;
  margin-bottom: 20px;
}
.job-feature__icon {
  border: 2px solid #a8a779;
  width: 160px;
  height: 160px;
  font-size: 60px;
  line-height: 180px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 24px;
}
.job-feature__title {
  font-size: 16px;
  line-height: 20px !important;
  margin-bottom: 0 !important;
}
.job-feature-2 {
  text-align: center;
  margin: 65px 0;
}
.job-feature-2__icon {
  margin-bottom: 40px;
}
.job-feature-2__icon .icon {
  font-size: 72px;
}
.job-feature-2__title {
  background: #a8a779;
  border-radius: 30px;
  max-width: 203px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  line-height: 20px !important;
  padding: 8px 0;
}
.job-feature-2--even .job-feature-2__title {
  background: #f1842c;
}
.job-feature-3 {
  text-align: center;
  margin: 85px 0;
}
.job-feature-3__icon {
  margin-bottom: 40px;
}
.job-feature-3__icon .icon {
  font-size: 80px;
  fill: #a8a779;
}
.job-feature-3__title {
  font-family: Circe-Regular, sans-serif;
  color: #a8a779;
  font-size: 28px;
  line-height: 32px !important;
}
.container-xs-height {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.pv .hero {
  background: #004f61;
}
.pv .block-department__feature-title,
.pv .block-department__title,
.pv .block-title {
  color: #004f61;
}
.pv .block-department__feature-icon .icon {
  fill: #004f61;
}
.pv .block-discounts__slider,
.pv .block-services-2__btn,
.pv .block-services__btn,
.pv .block-specialists__btn {
  background: #004f61;
}
.pv .block-callback__title {
  color: #fff;
}
.pv .block-testimonials {
  background: #004f61;
}
.pv .block-testimonials__title {
  color: #fff;
}
.pv .accordion__title,
.pv .btn-white {
  color: #004f61;
}
.pv .btn-white:hover {
  background: #004f61;
  color: #fff;
}
.pv .btn--transparent:hover,
.pv .form__btn {
  background: #004f61;
}
.west .block-discounts__slider,
.west .block-services__btn,
.west .block-specialists__btn,
.west .block-testimonials,
.west .form__btn,
.west .hero,
.west .location--4 .location__addresses {
  background: #5f6b82;
}
.sitemap__list--level-2 {
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
}
.block-landing-tabs__text table,
.sitemap__list--level-2 > .sitemap__item {
  margin-top: 16px;
}
.sitemap__list--level-2 > .sitemap__item > .sitemap__link {
  font-size: 16px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
  opacity: 0.7;
}
.sitemap__item {
  margin-top: 8px;
  position: relative;
}
.sitemap__item:first-child {
  margin-top: 0;
}
.sitemap__item--open > .sitemap__sub-links {
  height: auto;
  opacity: 1;
}
.sitemap__item--open > .sitemap__arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sitemap__link {
  font-size: 20px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
}
.sitemap__arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  right: 0;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.sitemap__arrow .icon {
  fill: none;
  font-size: 20px;
}
.sitemap__sub-links {
  opacity: 1;
  height: auto;
  display: none;
}
.arrow_reversed {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.birthday__banner .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.birthday__item {
  margin: 64px 0;
}
.birthday__item img {
  width: 100%;
}
.birthday__form {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 100px;
  text-align: center;
}
.birthday__form input {
  height: 40px;
}
.birthday__form button {
  font-weight: 400;
  font-size: 16px;
}
.birthday__form-title {
  color: #111;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 32px;
}
.birthday__title {
  font-weight: 700;
  font-size: 22px;
  color: #a8a779;
  margin-bottom: 20px;
}
.birthday__text {
  padding: 20px 0;
}
.birthday__box {
  width: 100%;
  text-align: center;
}
.block-nosology__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #a8a779;
  margin-bottom: 30px;
}
.block-nosology__text:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}
.block-nosology__title {
  margin-bottom: 30px;
}
.appointment-form__selects,
.calendar__month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.calendar__month {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
}
.appointment-form__selects {
  width: 100%;
}
.calendar__days {
  overflow: hidden;
}
.calendar__days ul,
.modal-schedule__times ul,
.specialists__times ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.calendar__days ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar__days li {
  text-align: center;
  padding: 0 25px;
}
.calendar__item-day {
  font-weight: 700;
  font-size: 20px;
  color: #949494;
  margin-bottom: 10px;
}
.calendar__nav-prev,
.modal-schedule__times li {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.specialists__list {
  margin-top: 85px;
}
.modal-schedule__subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #949494;
  text-align: left;
  margin-bottom: 24px;
}
.modal-schedule__times,
.specialists__row > div {
  margin-bottom: 40px;
}
.modal-schedule__times ul,
.specialists__times ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-schedule__times li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  -ms-flex-align: center;
  text-align: center;
  color: #323232;
  border: 1px solid #949494;
  border-radius: 100px;
  padding: 10px 22px;
  margin-right: 10px;
  min-width: 80px;
  margin-bottom: 7px;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-schedule__times li:last-child {
  margin-right: 0;
}
.modal-schedule__times li.active {
  background: #a8a779;
  border: 1px solid #a8a779;
  color: #fff;
}
.specialists__times {
  margin-bottom: 20px;
}
.specialists__times li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: -ms-flexbox;
  -ms-flex-align: center;
  text-align: center;
  color: #323232;
  border: 1px solid #949494;
  border-radius: 100px;
  padding: 10px 22px;
  margin-right: 13px;
  min-width: 85px;
  margin-bottom: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.appointment-form__tabs .tab-item:last-child,
.specialists__times li:last-child {
  margin-right: 0;
}
.specialists__times li.active {
  background: #a8a779;
  border: 1px solid #a8a779;
  color: #fff;
}
.calendar__nav-next {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calendar__item-num {
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  color: #111;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendar__item-num.active {
  color: #fff;
  background: #a8a779;
}
.specialists__item,
.specialists__item-row {
  height: 100%;
}
.specialists__item-desc {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.appointment-form__selects select,
.calendar__month-item {
  font-weight: 400;
  font-size: 20px;
  color: #111;
}
.appointment-form__tabs .tab-item.active .tab-link,
.calendar__month-item .active {
  color: #a8a779;
  font-weight: 700;
}
.appointment-form__selects .row,
.specialists__img img {
  width: 100%;
}
.appointment-form__selects select {
  font-family: Circe-Regular, sans-serif !important;
  padding: 0 35px;
  height: 55px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
}
.appointment-form__selects .select:after,
.appointment-form__selects .select:before {
  top: 25px !important;
}
.specialists__name {
  font-weight: 700;
  font-size: 24px;
  color: #323232;
  margin-bottom: 12px;
}
.specialists__add,
.specialists__desc {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.specialists__add {
  line-height: 1.2;
  color: #949494;
  margin-bottom: 12px;
}
.appointment-form__tabs .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
.appointment-form__tabs .tab-link {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  cursor: pointer;
}
.appointment-form__tabs .tab-item {
  width: 50%;
  border-bottom: 3px solid #a8a779;
  margin-right: 30px;
}
.appointment-form__first-step {
  max-width: 1136px;
  padding-bottom: 45px;
  padding-top: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.column-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.column-lg-6,
.column-md-4,
.column-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.appointment-form__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.calendar {
  max-width: 1060px;
  margin: 0 auto;
}
.calendar__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-schedule__content.slots_many {
  padding: 90px !important;
}
.modal-schedule__btn {
  text-align: left;
}
.modal-schedule__btn button,
.specialists__btn button {
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 100px;
}
.modal-schedule__btn button {
  display: inline-block;
  width: 290px;
}
.specialists__btn button {
  width: 100%;
}
.appointment-form__title-num {
  font-weight: 400;
  font-size: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #ebebeb;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  margin-right: 32px;
}
.appointment-form__title-name {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.appointment-form__input {
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  padding: 15px 25px;
  width: 100%;
  line-height: 1;
  font-size: 20px;
}
.appointment-form__input::-webkit-input-placeholder {
  color: #111;
}
.appointment__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  color: #000;
  margin-bottom: 45px;
}
.appointment-form__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.appointment-form__radio-item {
  margin-right: 30px;
}
.appointment-form__radio-item:last-child {
  margin-right: 0;
}
.appointment-form__radio-item input:checked,
.appointment-form__radio-item input:not(:checked) {
  position: absolute;
  left: -9999px;
}
.appointment-form__radio-item input:checked + label,
.appointment-form__radio-item input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  display: inline-block;
}
.appointment-form__radio-item input:checked + label:before,
.appointment-form__radio-item input:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  border-radius: 100%;
  background: #fff;
}
.appointment-form__radio-item input:checked + label:after,
.appointment-form__radio-item input:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #a8a779;
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.appointment-form__radio-item input:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}
.appointment-form__radio-item input:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}
.shedule-page {
  padding: 7rem 0 4rem;
}
.checkbox__home {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox__home label {
  position: relative;
  display: block;
  padding-left: 25px;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.block-landing-register__form .radio-btn input[type="radio"],
.checkbox__home label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #a8a779;
  border-radius: 2px;
}
.checkbox__home:checked ~ .checkmark {
  background: #a8a779;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox__home:checked ~ .checkmark:after,
.search__checklist .form-control input:checked + img {
  display: block;
}
.specialists__item-row {
  -ms-flex-pack: center;
  justify-content: center;
}
.block-department--pause .block-department__desc {
  max-width: 845px;
}
.block-curators {
  margin-top: 80px;
}
.block-curators__row {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-curators__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  max-width: 571px;
  background: #e9f0f5;
  border-radius: 8px;
  padding: 120px 45px;
  margin: 0 auto;
}
.block-curators__title {
  margin-bottom: 50px;
}
.block-filters__title {
  font-weight: 700;
  font-size: 72px;
  color: #a8a779;
  margin-bottom: 55px;
  margin-top: 20px;
}
.block-filters__link-title {
  font-weight: 700;
  margin-right: 36px;
  width: 100%;
  font-size: 24px;
  text-align: center;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
}
.block-filters__link-title,
.block-filters__link-title:hover {
  color: #a8a779;
  text-decoration: none;
}
.block-filters__link-title:last-child {
  margin-right: 0;
}
.block-filters__link-title.active {
  border-bottom: 3px solid #a8a779;
}
.block-filters__tabs-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.block-filters__tabs-content,
.block-program-inner-form__radio input[type="radio"] {
  display: none;
}
.block-filters__item.active .block-filters__checkbox,
.block-filters__tabs-content.active,
.block-program-inner-form__popup-item.open
  .block-program-inner-form__popup-inner {
  display: block;
}
.block-department--programs .block-department__desc {
  max-width: 720px;
}
.block-filters {
  margin-top: 20px;
  margin-bottom: 100px;
}
.block-filters__tabs-links {
  margin-bottom: 30px;
}
.block-filters__close,
.block-filters__search-close {
  display: none;
  width: 14px;
  height: 24px;
  margin-bottom: 25px;
}
.block-filters__close svg,
.block-filters__search-close svg {
  width: 14px;
  height: 24px;
}
.block-filters__col--filter {
  margin-top: -122px;
}
.block-filters__row {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-filters__mobile {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 16px 25px;
  margin-bottom: 24px;
}
.block-filters__item {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 24px 16px;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}
.block-filters__item:last-child,
.block-program-inner-form__content-list li:last-child,
.block-program-inner__list li:last-child,
.list-decimal li:last-child,
.section__desc ol li:last-child,
.section__desc ul li:last-child,
.section__text ol li:last-child {
  margin-bottom: 0;
}
.block-filters__item-title {
  font-weight: 700;
  font-size: 20px;
  color: #a8a779;
}
.block-filters__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-filters__program {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 16px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.block-filters__program-text a,
.block-filters__program-top a {
  color: #a8a779;
  cursor: pointer;
  text-decoration: none;
}
.block-filters__program-row > div {
  margin-bottom: 24px;
}
.block-filters__program-title {
  font-weight: 700;
  font-size: 22px;
  color: #a8a779;
  margin-bottom: 16px;
  overflow: hidden;
  max-height: 100px;
}
.block-filters__program-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11;
  color: rgba(0, 40, 86, 0.5);
  margin-bottom: 48px;
  max-height: 84px;
  overflow: hidden;
}
.block-filters__search {
  background: #ebebeb;
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 32px;
}
.block-filters__search-input {
  min-width: 400px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 8px;
  margin-right: 44px;
  padding: 14px 35px;
}
.block-filters__search-btn {
  text-transform: uppercase;
  min-width: 180px;
  width: 256px;
  background: #a8a779;
  color: #fff;
}
.block-filters__search-btn:hover {
  text-decoration: underline;
}
.block-filters__program-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ebebeb;
  margin-bottom: 25px;
}
.block-filters__program-icon,
.block-filters__program-icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.block-filters__program-icon svg {
  width: 40px;
  height: 40px;
}
.block-filters__checkbox span:before,
.block-filters__checkbox-list label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  border-radius: 2px;
  background: #fff;
}
.block-filters__checkbox-list label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #a8a779;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.block-program-inner-form {
  margin-bottom: 60px;
}
.block-filters__checkbox input,
.block-program-inner-form__choice-checkbox-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.block-filters__checkbox label {
  cursor: pointer;
}
.block-filters__checkbox span {
  position: relative;
  padding-left: 23px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}
.block-filters__checkbox span:before {
  top: 2px;
}
.block-filters__checkbox span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #a8a779;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.block-filters__btn,
.block-filters__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-filters__btn {
  margin-top: 32px;
}
.block-filters__item-top {
  margin-bottom: 16px;
}
.block-filters__item-arrow {
  display: none;
  margin-left: 8px;
}
.block-filters__item-arrow svg {
  width: 16px;
  height: 9px;
}
.block-filters__btn-text {
  font-weight: 700;
  font-size: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
}
.block-filters__mobile-item--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-filters__mobile-item--icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.block-filters__mobile-item--icon svg,
.block-landing-dropdown__docs .block-landing-dropdown__docs-content a svg {
  width: 24px;
  height: 24px;
}
.block-filters__mobile-item--title {
  font-weight: 700;
  font-size: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
}
.block-filters__btn-icon {
  margin-right: 10px;
}
.block-filters__btn-icon svg {
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
}
.block-filters__program-btn {
  font-weight: 400;
  font-size: 16px;
  font-family: Circe-Regular, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #a8a779;
  border-radius: 30px;
  width: 100%;
  line-height: 1;
  padding: 13px;
  transition: 0.2s;
}
.block-filters__program-btn:hover {
  background: #54678d;
}
.block-filters__program-add,
.block-filters__program-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-filters__program-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-filters__program-archive .block-filters__program-content {
  opacity: 0.5;
}
.block-filters__program-add {
  font-weight: 700;
  font-size: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #a8a779;
  border-radius: 0 0 8px 8px;
  padding: 8px 16px;
  position: absolute;
  top: 0;
  right: 24px;
}
.block-program-inner__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36;
  color: #333;
  margin-bottom: 30px;
}
.block-program-inner-form__content-list li,
.block-program-inner__list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}
.block-program-inner-form__content-list li::before,
.block-program-inner__list li::before {
  content: "";
  background: #a8a779;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
}
.block-program-inner-form__radio label,
.block-program-inner-form__submit button {
  width: 400px;
  padding: 15px;
  border-radius: 120px;
}
.block-program-inner-form__radio {
  margin-right: 24px;
}
.block-program-inner-form__radio label {
  font-weight: 700;
  font-size: 24px;
  color: #a8a779;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 1px dashed #a8a779;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}
.block-program-inner-form__radio label svg {
  margin-right: 9px;
  display: -ms-flexbox;
  display: flex;
}
.block-program-inner-form__radio input[type="radio"]:checked + label {
  border: 2px solid #a8a779;
}
.block-program-inner-form__choice-checkbox-item label:last-child,
.block-program-inner-form__choice-checkbox-item:last-child,
.block-program-inner-form__links-item:last-child,
.block-program-inner-form__radio:last-child {
  margin-right: 0;
}
.block-program-inner-form__choice-checkbox-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 24px;
  margin-bottom: 10px;
}
.block-program-inner-form__choice-checkbox-item label {
  margin-right: 24px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-program-inner-form__choice-checkbox-item span {
  position: relative;
  padding-left: 23px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  white-space: nowrap;
}
.block-program-inner-form__choice-checkbox-item span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  border-radius: 2px;
  background: #fff;
}
.block-program-inner-form__choice-checkbox-item span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #a8a779;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.block-landing-links--tabs .block-landing-links__list ul li a.active,
.block-program-inner-form__content-list li span {
  font-weight: 700;
  color: #a8a779;
}
.block-program-inner-form__content {
  background: #e5eef3;
  border-radius: 30px;
  padding: 80px 100px;
}
.block-program-inner-form__subtitle {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 40px;
}
.block-program-inner-form__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 45px;
}
.block-add__title {
  margin-bottom: 56px;
}
.block-add {
  margin-bottom: 80px;
}
.block-program-inner-form__links-item {
  width: 100%;
  font-weight: 70;
  font-size: 24px;
  text-align: center;
  color: #a8a779;
  border-bottom: 1px solid #c4c4c4;
  margin-right: 25px;
}
.block-program-inner-form__links-item:hover {
  text-decoration: none;
  color: #a8a779;
}
.block-program-inner-form__links-item.active {
  border-bottom: 3px solid #a8a779;
}
.block-program-inner-form__choice-name {
  font-weight: 700;
  font-size: 20px;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-program-inner-form__choice-checkbox,
.block-program-inner-form__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-program-inner-form__content-item {
  margin-bottom: 48px;
}
.block-program-inner-form__content-item:first-child {
  padding-bottom: 48px;
  border-bottom: 2px solid #a8a779;
}
.block-program-inner-form__popup-inner {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36;
  color: #333;
}
.block-program-inner-form__popup-item {
  border-top: 1px solid #bbb;
  padding: 20px;
  cursor: pointer;
}
.block-program-inner-form__popup-item.active
  .block-program-inner-form__popup-arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-program-inner-form__popup-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-program-inner-form__popup-arrow {
  transition: 0.2s;
}
.block-program-inner-form__popup-arrow svg {
  width: 14px;
  height: 8px;
}
.block-program-inner-form__popup-item.active
  .block-program-inner-form__popup-inner {
  display: block;
}
.block-program-inner-form__popup-title {
  font-weight: 700;
  font-size: 24px;
  color: #a8a779;
}
.block-program-inner-form__popup-inner {
  display: none;
  margin-top: 20px;
}
.block-program-inner-form__privilege-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 45px;
}
.block-program-inner-form__privilege-item:last-child {
  margin-right: 0;
}
.block-program-inner-form__privilege-item-icon {
  margin-right: 15px;
}
.block-program-inner-form__privilege-item-icon svg {
  fill: #a8a779;
  width: 41px;
  height: 41px;
}
.block-program-inner-form__privilege {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-program-inner-form__privilege-item-title {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #a8a779;
}
.block-program-inner-form__privilege-item-title span {
  font-weight: 700;
}
.block-program-inner-form__choice-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-program-inner-form__choice-item {
  margin-bottom: 32px;
}
.block-program-inner-form__result-title {
  font-weight: 700;
  font-size: 20px;
  color: #a8a779;
  margin-right: 16px;
}
.block-program-inner-form__result-num {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a8a779;
}
.block-program-inner-form__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.block-program-inner__subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  color: #333;
  margin-bottom: 16px;
}
.block-program-inner__desc {
  margin-bottom: 55px;
  margin-top: 60px;
}
.block-filters__select {
  display: none;
  margin-bottom: 30px;
}
.block-filters__select select {
  width: 100%;
  padding: 8px 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
  color: #a8a779;
  border: 1px solid #333;
  border-radius: 8px;
  background: #fff;
}
.modal_calendar,
.modal_doctor {
  display: none;
}
.modal_doctor.opened {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_calendar .modal-schedule__content {
  padding: 90px 170px;
}
.modal_calendar .dp__calendar {
  padding: 20px;
}
.modal_calendar .dp__month_year_row {
  padding: 25px 20px;
}
.modal_calendar .dp__calendar_item {
  margin: 5px;
}
.modal_calendar .dp__today {
  border: 1px solid #949494;
}
.modal_calendar .dp__month_year_select {
  font-weight: 700;
  font-size: 20px;
  color: #323232;
}
.modal_calendar .dp__pointer {
  font-family: Circe-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.modal_calendar .dp__cell_inner {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.modal_calendar .dp__active_date {
  background: #a8a779;
  color: rgba(255, 255, 255, 0.87);
}
.modal_calendar .dp__calendar_header_item {
  font-family: Circe-Regular, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  width: 48px;
}
.specialists__item-link-text {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
.specialists__item-link {
  border: 1px solid #949494;
  border-radius: 100px;
  padding: 15px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.specialists__item-link-icon {
  margin-right: 16px;
}
.specialists__item-link-icon svg {
  display: -ms-flexbox;
  display: flex;
}
.modal_calendar.opened {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-schedule__title {
  font-weight: 700;
  font-size: 36px;
  color: #a8a779;
  margin-bottom: 40px;
}
.modal-schedule__content {
  background: #fff;
  padding: 100px 200px;
}
.block-filters__mobile-item--filter {
  margin-right: 15px;
}
.block-doctor-bg__bottom {
  text-align: right;
  margin-top: 16px;
}
.block-doctor-bg__name {
  font-weight: 700;
  font-size: 18px;
  color: #323232;
}
.block-doctor-bg__spec {
  font-weight: 400;
  font-size: 18px;
}
.block-department--aptos .block-department__feature-icon {
  font-size: 40px;
}
.block-department--aptos .block-department__desc {
  max-width: 780px;
}
.modal-top {
  text-align: right;
}
.schedule-modal__done {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
.schedule-modal__spec-img {
  margin-right: 20px;
}
.block-gallery__img img,
.block-main__img img,
.block-main__img-right img,
.doctor-inner__dropdown-item-slide img,
.doctors-slider__img img,
.schedule-modal__spec-img img {
  width: 100%;
}
.schedule-modal__done-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #a8a779;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 55px;
}
.schedule-modal__done-icon svg {
  width: 50px;
  height: 35px;
}
.schedule-modal__date,
.schedule-modal__done-text {
  font-weight: 700;
  font-size: 44px;
  color: #a8a779;
}
.schedule-modal__date {
  font-size: 24px;
  margin-bottom: 8px;
}
.schedule-modal__address,
.schedule-modal__spec-text {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.schedule-modal__link {
  border: 1px solid #a8a779;
  border-radius: 100px;
  padding: 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 340px;
  line-height: 1;
  margin-right: 30px;
}
.schedule-modal__link:last-child {
  margin-right: 0;
}
.schedule-modal__link-text {
  font-weight: 700;
  font-size: 16px;
  color: #a8a779;
  text-align: center;
}
.schedule-modal__link-icon {
  margin-right: 15px;
}
.schedule-modal__link-icon svg {
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
}
.block-landing-breadcrumbs,
.land-widget-breadcrumbs {
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  margin: auto;
}
.block-landing-breadcrumbs a {
  color: #333;
  position: relative;
}
.block-landing-breadcrumbs li {
  position: relative;
  margin: 0 20px 0 0;
}
.block-landing-breadcrumbs li:before,
.breadcrumbs.hero__breadcrumbs .breadcrumbs__item:before,
.land-widget-breadcrumbs li:before {
  content: ">";
  position: absolute;
  top: 0;
  left: -14px;
  color: inherit;
}
.block-landing-breadcrumbs li:before:first-child:before,
.breadcrumbs.hero__breadcrumbs .breadcrumbs__item:before:first-child:before,
.land-widget-breadcrumbs li:before:first-child:before {
  content: none;
}
.land-widget-breadcrumbs a {
  color: #333;
  position: relative;
}
.land-widget-breadcrumbs li {
  position: relative;
  margin: 0 20px 0 0;
}
.breadcrumbs.hero__breadcrumbs .breadcrumbs__item,
.breadcrumbs.hero__breadcrumbs .breadcrumbs__link {
  color: #fff;
  position: relative;
}
.breadcrumbs.hero__breadcrumbs .breadcrumbs__item {
  margin: 0 20px 0 0;
}
.hero__breadcrumbs {
  position: relative;
  top: auto;
}
.breadcrumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs__item {
  font-weight: 400;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #222;
  margin-right: 7px;
  margin-left: 7px;
}
.breadcrumbs__item a {
  color: #222;
}
.breadcrumbs__item:first-child {
  margin-left: 0;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.add-menu__content,
.breadcrumbs__icon svg {
  display: -ms-flexbox;
  display: flex;
  height: 10px;
}
.block-landing-register .form-group .control-label,
.block-landing-register .form-group .hint-block,
.contacts-form .form-group .control-label,
.contacts-form .form-group .hint-block {
  color: #fff;
}
.add-menu__content {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  color: #fff;
}
.add-menu__content-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 20px 12px 40px;
  background: #a8a779;
  z-index: 1006;
}
.add-menu__item {
  font-size: 1.25em;
  margin-top: 12px;
}
.add-menu__item:first-child {
  margin-top: 0;
}
.add-menu__item-icon {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.add-menu__item-icon a {
  text-decoration: none;
  color: #fff;
  transition: 0.14s ease;
  display: block;
}
.add-menu__item-icon .icon,
.icon-breast {
  fill: #fff;
}
.add-menu__item-icon .icon-user {
  font-size: 20px;
}
.add-menu__item-icon .icon-card {
  font-size: 14px;
}
.add-menu__item-icon .icon-parking {
  font-size: 18px;
}
.add-menu__content-inner {
  overflow: auto;
}
.add-menu__search {
  margin-bottom: 30px;
}
.add-menu__search .search__input {
  border-radius: 0;
  text-align: left;
  font-size: 16px;
}
.add-menu__search .search__submit {
  width: 47px;
  height: 47px;
}
.add-menu__lang-switcher {
  margin-top: 34px;
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.add-menu__lang-switcher .lang-switcher__item {
  font-weight: 400;
  font-size: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 19px;
}
.add-menu__lang-switcher .lang-switcher__item:not(:last-child) {
  margin-right: 10px;
}
.section__title--mobile {
  display: none;
}
.section__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
}
.section__desc p:not(:last-child),
.section__text p:not(:last-child) {
  margin-bottom: 10px;
}
.section__desc ol {
  overflow: visible;
  list-style-type: decimal;
}
.section__desc ol li {
  margin-bottom: 7px;
  margin-left: 18px;
}
.section__desc ul {
  margin-left: 15px;
  margin-bottom: 10px;
}
.section__desc ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.section__desc ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.section__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.section__text a {
  color: #54678d;
  text-decoration: underline;
}
.section__text ul:not(.socials) {
  margin-bottom: 10px;
  margin-left: 18px;
}
.section__text ol {
  overflow: visible;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}
.list-decimal li,
.section__text ol li {
  margin-bottom: 7px;
}
.section__text ul:not(.socials) li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.section__text ul:not(.socials) li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.section__text ul:not(.socials) li:last-child {
  margin-bottom: 0;
}
.list-decimal {
  overflow: visible;
  list-style-type: decimal;
}
.ml-20 {
  margin-left: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-80 {
  margin-bottom: 80px;
}
.add-menu__social {
  margin-top: 16px;
  display: none;
}
.add-menu__social .social__item-icon .icon-whatsapp {
  font-size: 30px;
}
.add-menu__social .social__item-icon {
  margin-right: 0;
}
.add-menu__apps {
  padding-top: 14px;
  margin-top: 32px;
  border-top: 1px solid #fff;
}
.add-menu__apps h3,
.add-menu__apps p {
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
}
.add-menu__apps h3 {
  margin-bottom: 6px;
  font-size: 18px;
}
.add-menu__apps p {
  font-size: 14px;
}
.add-menu__apps .add-menu__apps-icons,
.add-menu__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.add-menu__apps .add-menu__apps-icons {
  margin-top: 14px;
  gap: 24px;
}
.add-menu__apps .add-menu__apps-icons svg,
.block-app-links__qr ul li a svg {
  height: 40px;
  width: 120px;
}
.closeButton {
  cursor: pointer;
}
.closeButton span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.closeButton span:after,
.closeButton span:before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: 0.14s ease;
}
.closeButton span:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeButton span:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.add-menu__header {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
}
.add-menu__header-callback a {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 30px;
  padding: 13px 27px;
}
.add-menu__header-cabinet-link span,
.add-menu__header-phone-link span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}
.add-menu__header-phone-link svg {
  display: none;
  fill: #a8a779;
  width: 80%;
  height: 80%;
}
.add-menu__header-logo {
  max-width: 72px;
  margin-right: 40px;
}
.add-menu__header-cabinet--mobile {
  display: none;
}
.add-menu__header-cabinet-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.add-menu__header-callback,
.add-menu__header-phone {
  margin-right: 28px;
}
.add-menu__header-cabinet-icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
}
.add-menu__header-cabinet-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.add-menu__header-contacts {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: 40px;
}
.add-menu__addresses,
.add-menu__addresses-clinic,
.add-menu__header-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.add-menu__addresses {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.add-menu__addresses-clinic {
  margin-bottom: 16px;
}
.add-menu__addresses-clinic-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fbfcff;
  white-space: nowrap;
}
.add-menu__addresses-clinic-name span {
  color: #f88240;
}
.add-menu__addresses-tel {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fbfcff;
  margin-bottom: 8px;
}
.add-menu__container {
  position: relative;
  height: 100%;
}
.add-menu__addresses-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #7f8da9;
  white-space: nowrap;
}
.add-menu__addresses-time p:not(:last-child) {
  margin-bottom: 3px;
}
.add-menu__addresses-clinic-icon {
  margin-right: 9px;
  display: -ms-flexbox;
  display: flex;
}
.add-menu__addresses-clinic-icon svg {
  width: 10px;
  height: 12px;
}
.add-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.add-menu__list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.add-menu__list-col:not(:last-child) {
  margin-right: 100px;
}
.add-menu__item a {
  font-weight: 400;
  font-size: 35px;
  color: #fbfcff;
  line-height: 1;
  white-space: nowrap;
}
.hero-slider__address .address-item5.address-item--0 {
  opacity: 0.3;
}
.hero-slider__address .address-item5.address-item--0:hover {
  color: #337ab7;
}
.hero-slider__address .address-item5.address-item--1 {
  color: #a8a779;
}
.hero-slider__address .address-item5.address-item--3 {
  color: #004f61;
}
.hero-slider__address .address-item5.address-item--4 {
  color: #5f6b82;
}
.icon-doctor-2 {
  fill: #a8a779;
}
.mt-80 {
  margin-top: 80px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-120 {
  margin-top: 120px;
}
.block-page-top h1,
.section__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
}
.section__title span {
  color: #bac7de;
}
.section__title.section__title--centered {
  text-align: center;
}
.section__title-top {
  margin-bottom: 33px;
}
.section__title.section__title--large {
  font-size: 48px;
}
.pb-250 {
  padding-bottom: 250px !important;
}
.icon-medicine-4 {
  fill: #fff !important;
}
.btn-adm-editor {
  padding: 0 1em;
  font-size: 14px;
}
.block-pagination {
  margin-top: 40px;
}
.block-pagination.block-pagination--left ul {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-pagination a,
.block-pagination span,
.block-pagination ul,
.block-pagination.block-pagination--left ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-pagination ul {
  gap: 8px;
}
.block-pagination ul .prev {
  margin-right: 24px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 50%;
  border: 1px solid #bac7de;
}
.block-pagination ul .next {
  margin-left: 24px;
  border-radius: 50%;
  border: 1px solid #bac7de;
}
.block-pagination a,
.block-pagination span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.block-pagination a {
  color: #7f8da9;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: none;
  transition: 0.2s;
}
.block-pagination a:hover {
  text-decoration: none;
}
.block-pagination a:hover,
.block-pagination li.active a {
  color: #a8a779;
  background: #e1e8f4;
}
.block-page-top--center {
  text-align: center;
}
.block-page-top h1 {
  font-size: 48px;
  line-height: 1.04;
  margin-bottom: 40px;
}
.block-page-top p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.block-page-top p:not(:last-child) {
  margin-bottom: 10px;
}
.block-page-top p span {
  font-size: 14px;
}
.block-tags-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.block-tags-links ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #a8a779;
  background: #e1e8f4;
  border-radius: 30px;
  padding: 6px 12px;
  display: block;
  transition: 0.2s;
  white-space: nowrap;
}
.block-tags-links ul li a:hover {
  text-decoration: none;
  background: #bac7de;
}
.b-dropdown .b-dropdown__item {
  border-bottom: 1px solid #bbb;
}
.b-dropdown .b-dropdown__inner,
.b-dropdown .b-dropdown__inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}
.b-dropdown .b-dropdown__inner a,
.b-dropdown .b-dropdown__inner ol li,
.b-dropdown .b-dropdown__inner p {
  color: #54678d;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.b-dropdown .b-dropdown__inner a {
  text-decoration: underline;
}
.b-dropdown .b-dropdown__inner h3,
.b-dropdown .b-dropdown__inner ul li {
  color: #54678d;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.b-dropdown .b-dropdown__inner ol {
  list-style: decimal;
  overflow: visible;
  margin-left: 25px;
}
.b-dropdown .b-dropdown__inner ul {
  gap: 5px;
  margin-left: 10px;
}
.b-dropdown .b-dropdown__inner ul li {
  font-size: 18px;
  list-style: disc;
  padding-left: 14px;
  position: relative;
}
.b-dropdown .b-dropdown__inner ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #a8a779;
}
.block-bonuses__list {
  margin-top: 24px;
}
.block-bonuses__list ul,
.block-bonuses__list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-bonuses__list ul {
  gap: 20px;
  -ms-flex-align: end;
  align-items: flex-end;
}
.block-bonuses__list ul li {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.block-bonuses__list ul li .line {
  border-width: 2px;
  border-style: dashed;
  border-color: #ff8300;
  height: 100%;
  width: 2px;
  margin: 5px 0;
}
.block-bonuses__list ul li:nth-child(1) {
  height: 216px;
}
.block-bonuses__list ul li:nth-child(2) {
  height: 253px;
}
.block-bonuses__list ul li:nth-child(3) {
  height: 290px;
}
.block-bonuses__list ul li:nth-child(4) {
  height: 320px;
}
.block-bonuses__list ul li:nth-child(5) {
  height: 360px;
}
.block-bonuses__list ul li:nth-child(6) {
  height: 400px;
}
.block-bonuses__percent {
  position: relative;
  height: 133px;
  width: 133px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: rgba(255, 131, 0, 0.25);
  border-radius: 50%;
}
.block-bonuses__num,
.block-bonuses__percent,
.block-bonuses__percent span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-bonuses__percent span {
  font-size: 40px;
  background: #ff8300;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100px;
  border: 8px solid #e1e8f4;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  width: 100px;
}
.block-bonuses__percent span:hover {
  width: 110px;
  height: 110px;
}
.block-bonuses__num {
  width: 100%;
  border-radius: 24px 24px 0 24px;
  padding: 22px;
  color: #a8a779;
  background: #e1e8f4;
  white-space: nowrap;
}
.block-bonuses__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #a8a779;
}
.block-bonuses__text p:not(:last-child) {
  margin-bottom: 10px;
}
.block-bonuses .section__title {
  margin-bottom: 24px;
}
.block-bonuses__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
}
.block-bonuses__link span {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  padding: 3px 15px;
  background: #e03f3f;
  border-radius: 8px;
}
.block-bonuses__link a {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #a8a779;
  text-decoration: underline;
}
.doctor-inner__section-about {
  margin-bottom: 80px;
}
.doctor-inner__section-about .section__title {
  margin-bottom: 34px;
}
.doctor-inner__section-about-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0;
}
.doctor-inner__section-about-item {
  font-weight: 400;
  font-size: 14px;
  color: #a8a779;
  background: #e1e8f4;
  border-radius: 20px;
  padding: 10px 12px;
  margin: 0 10px 10px 0;
  transition: 0.2s;
}
.doctor-inner__section-about-item:last-child {
  margin-right: 0;
}
.doctor-inner__section-about-item:hover {
  text-decoration: none;
  color: #a8a779;
  background: #bac7de;
}
.doctor-inner__section-about-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.doctor-inner__section-about-text h1,
.doctor-inner__section-about-text h2,
.doctor-inner__section-about-text h5,
.doctor-inner__section-about-text h6 {
  color: #a8a779;
  margin-bottom: 10px;
}
.doctor-inner__section-about-text h3,
.doctor-inner__section-about-text h4 {
  color: #a8a779;
}
.doctor-inner__section-about-text h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
}
.doctor-inner__section-about-text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
.doctor-inner__section-about-text p {
  margin-bottom: 20px;
  color: #111;
}
.doctor-inner__dropdown-item-content p:last-child,
.doctor-inner__section-about-text p:last-child,
.doctor-inner__section-about-text ul li:last-child {
  margin-bottom: 0;
}
.doctor-inner__section-about-text p span {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #a8a779;
}
.doctor-inner__section-about-text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
  color: #111;
}
.doctor-inner__section-about-text ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.doctor-inner__section-about-text ul li ul {
  margin: 8px 0;
}
.doctor-inner__section-about-text ul li ul li:before {
  width: 4px;
  height: 4px;
}
.doctor-inner__name {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 15px;
}
.doctor-inner__desc {
  font-weight: 400;
  font-size: 18px;
  color: #a8a779;
  margin-bottom: 8px;
}
.doctor-inner__desc-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.doctor-inner__desc-item {
  font-weight: 700;
  font-size: 18px;
  color: #a8a779;
  margin-right: 25px;
}
.doctor-inner__desc-item a,
.doctor-inner__desc-item span,
.doctor__calendar-address-name span {
  font-weight: 400;
}
.doctor-inner__desc-item a {
  color: inherit;
}
.doctor-inner__desc-item:last-child {
  margin-right: 0;
}
.doctor-inner__desc-item:nth-child(2n) {
  white-space: nowrap;
}
.doctor-inner__about {
  background: #eff4fd;
  padding: 24px;
  height: 100%;
}
.doctors-slider__item {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.doctor-inner,
.doctor-inner-form {
  margin-bottom: 85px;
}
.doctor-inner__picture {
  margin-bottom: 28px;
}
.doctor-inner__services-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #bac7de;
}
.doctor-inner__services-item:first-child {
  padding-top: 0;
}
.doctor-inner__services-name {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  margin-right: 10px;
}
.doctor-inner__services-price {
  font-weight: 400;
  font-size: 18px;
  color: #002358;
  white-space: nowrap;
}
.doctor-inner__services-btn {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  -ms-flex-align: center;
  text-align: center;
  -ms-flex-pack: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-inner__services-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.doctor-inner__dropdown-item-year {
  font-weight: 400;
  font-size: 12px;
  color: #a8a779;
  background: #e1e8f4;
  border-radius: 5px;
  padding: 2px 7px;
  text-align: center;
  white-space: nowrap;
}
.doctor-inner__dropdown-item-content p,
.doctor-inner__dropdown-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #54678d;
}
.doctor-inner__dropdown-item-content h3,
.doctor-inner__dropdown-item-subtitle {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  margin-bottom: 20px;
}
.doctor-inner__dropdown-item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.popover-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #a8a779;
}
.doctor-inner__dropdown-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #54678d;
}
.doctor-inner__dropdown-item-content p {
  margin-bottom: 15px;
}
.doctor-inner__dropdown-item-content ul li:last-child,
.doctor-inner__dropdown-item-content:last-child,
.doctor-inner__dropdown-item-desc:last-child,
.doctor-inner__dropdown-item-link:last-child {
  margin-bottom: 0;
}
.doctor-inner__dropdown-item-content ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #54678d;
  margin-bottom: 24px;
}
.doctor-inner__dropdown-item-content ul li {
  margin-bottom: 24px;
}
.doctor-inner__dropdown-item-title {
  font-weight: 400;
  font-size: 32px;
  color: #a8a779;
}
.doctor-inner__dropdown-item-desc {
  -ms-grid-columns: minmax(70px, 1fr) minmax(150px, 11fr);
  grid-template-columns: minmax(70px, 1fr) minmax(150px, 11fr);
  display: -ms-grid;
  display: grid;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.doctor-inner__dropdown-item-icon svg {
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 10px;
}
.doctor-inner__dropdown-item-link {
  font-weight: 400;
  font-size: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
  margin-bottom: 16px;
  transition: 0.2s;
}
.doctor-inner__dropdown-item-link:hover {
  color: #8993a6;
}
.doctor-inner__dropdown {
  margin-top: 80px;
  padding: 80px 0;
  background: #eff4fd;
}
.reviews-slider__name {
  font-weight: 400;
  font-size: 16px;
  color: #a8a779;
}
.reviews-slider__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.reviews-slider__bottom {
  margin-top: 20px;
  text-align: right;
}
.reviews-slider__date {
  font-weight: 400;
  font-size: 16px;
  color: #54678d;
  margin-bottom: 5px;
}
.reviews-slider__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #a8a779;
}
.reviews-slider__item {
  min-height: 440px;
  padding: 30px;
  border: 1px solid #bac7de;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-slider__item.opened .reviews-slider__more {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.doctor-inner__doctors,
.doctor-inner__reviews {
  margin-top: 80px;
}
.doctor-inner__reviews .slider__slide {
  margin: 0 10px;
}
.doctor-inner__reviews .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.doctor-inner__reviews-slider .slick-dots {
  bottom: -45px;
}
.block-landing-desc .slick-dots button:before,
.block-landing-doctors .slick-dots button:before,
.block-landing-reviews .slick-dots button:before,
.doctor-inner__doctors-slider .slick-dots button:before,
.doctor-inner__reviews-slider .slick-dots button:before {
  border: 1px solid #a8a779;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
.block-landing-desc .slick-dots .slick-active button:before,
.block-landing-doctors .slick-dots .slick-active button:before,
.block-landing-reviews .slick-dots .slick-active button:before,
.doctor-inner__doctors-slider .slick-dots .slick-active button:before,
.doctor-inner__reviews-slider .slick-dots .slick-active button:before {
  background: #a8a779;
  opacity: 1;
}
.doctor-inner__doctors .slider__slide {
  margin: 0 10px;
}
.doctor-inner__doctors .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.doctor-inner__doctors-slider .slick-dots {
  bottom: -45px;
}
.doctors__nav,
.reviews__nav {
  background: 0 0;
  width: 55px;
  height: 55px;
  border: 1px solid #bac7de;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
}
.doctors__nav:hover,
.reviews__nav:hover {
  border: 1px solid #a8a779;
}
.doctors__prev,
.reviews__prev {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 32px;
}
.doctors-slider__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 10px;
}
.doctor__calendar-address-item-1 .doctor__calendar-address-icon svg,
.doctors-slider__name:hover {
  color: #a8a779;
}
.doctor-slider__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #7f8da9;
}
.doctors-slider__img {
  position: relative;
  margin-bottom: 20px;
}
.doctor__calendar-address-name {
  font-weight: 700;
}
.doctor__calendar-address-item-1 .doctor__calendar-address-name {
  font-size: 16px;
  line-height: 20px;
  color: #a8a779;
}
.doctor__calendar-address-item-4 .doctor__calendar-address-name {
  font-size: 16px;
  color: #8993a6;
}
.doctor__calendar-address-item-4 .doctor__calendar-address-icon svg {
  color: #8993a6;
}
.doctor__calendar-address-title {
  font-weight: 700;
  font-size: 18px;
  color: #a8a779;
  margin-bottom: 8px;
}
.doctor-inner__checks-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.doctor-inner__checks-item:last-child {
  margin-bottom: 0;
}
.doctor-inner__checks-item--disabled .doctor-inner__checks-name {
  color: #7f8da9;
}
.doctor-inner__checks-item--disabled .doctor-inner__checks-icon {
  background: #7f8da9;
}
.doctor-inner__checks-icon svg {
  width: 8px;
  height: 8px;
}
.doctor-inner__checks-icon {
  background: #a8a779;
  min-height: 16px;
  min-width: 16px;
  border-radius: 50%;
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.doctor-inner__checks-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #a8a779;
}
.doctor__calendar-address {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #bac7de;
}
.doctor__calendar-time-more {
  background: #e1e8f4;
  color: #a8a779;
}
.doctor__calendar-time-more svg {
  margin-left: 8px;
  width: 9px;
  height: 9px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.doctor__calendar-address-icon {
  margin-right: 8px;
}
.doctor__calendar-address-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.block-doctor__text p:last-child,
.block-img__card-text p:last-child,
.doctor__calendar-address-item:last-child {
  margin-bottom: 0;
}
.doctor__calendar-address-item-3 .doctor__calendar-address-name {
  font-size: 16px;
  line-height: 20px;
  color: #004f61;
}
.doctor__calendar-address-item-3 .doctor__calendar-address-icon svg {
  color: #004f61;
}
.doctor__schedule {
  max-width: 1090px;
  margin: 0 auto;
}
.doctor__content-text {
  font-weight: 400;
  font-size: 16px;
  color: #a8a779;
  margin-bottom: 40px;
}
.doctor__schedule-top {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 22px;
  text-align: center;
}
.doctor__calendar-days,
.doctor__calendar-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.doctor__calendar-list {
  margin-bottom: 32px;
}
.doctor__calendar-days {
  overflow: hidden;
}
.doctor__calendar-item-day {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #a8a779;
  padding: 0 20px 8px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  line-height: 1;
  transition: 0.2s;
}
.doctor__calendar-item-day.active {
  border-bottom: 2px solid #a8a779;
}
.doctor__calendar-item-day.disabled {
  color: #c4c4c4;
}
.doctor__calendar-nav-next {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.doctor__calendar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.2s;
  cursor: pointer;
}
.doctor__calendar-nav:hover {
  border: 1px solid #bac7de;
}
.doctor__calendar-time-title {
  font-weight: 400;
  font-size: 16px;
  color: #949494;
  margin-bottom: 18px;
}
.doctor__calendar-time-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.doctor__calendar-time-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #323232;
  border: 1px solid #949494;
  border-radius: 100px;
  padding: 10px;
  min-width: 83px;
  margin-bottom: 16px;
  margin-right: 16px;
  cursor: pointer;
}
.doctor__calendar-time-list li.active {
  background: #eff4fd;
  border: 1px solid #7f8da9;
}
.doctor-inner__dropdown-item-slide,
.doctor__calendar-btn,
.doctor__calendar-time-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.doctor__calendar-btn {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  margin-top: 35px;
}
.doctor__calendar-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.doctor-inner__dropdown-item-slide {
  margin: 0 10px;
  position: relative;
}
.doctor-inner__dropdown-item {
  padding: 24px 0;
  border-top: 1px solid #7f8da9;
}
.doctor-inner__dropdown-item-open {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #bac7de;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.doctor-inner__dropdown-item-open svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}
.doctor-inner__dropdown-item-slider .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.doctor-inner__dropdown-item-inner {
  margin-top: 30px;
}
.doctor-inner__dropdown-item-inner ul li {
  position: relative;
  padding-left: 15px;
}
.doctor-inner__dropdown-item-inner ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a8a779;
  margin-bottom: 7px;
}
.doctor-inner__dropdown-item-inner a {
  color: #54678d;
  font-weight: 400;
  font-size: 18px;
}
.doctor-inner__dropdown-item-inner a:hover {
  color: #54678d;
}
.doctor-inner__video {
  position: relative;
  margin-top: 80px;
}
.doctor-inner__video:before {
  content: "";
  position: absolute;
  top: 25%;
  background: #bac7de;
  height: 240px;
  width: 100%;
  z-index: -10;
}
.doctor-inner__video-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.doctor-inner__video-content iframe {
  width: 864px;
  height: 484px;
}
.doctor__calendar-address--mobile {
  display: none;
  margin-top: 16px;
}
.doctor__calendar-address--mobile .doctor__calendar-address-title {
  margin-bottom: 8px;
  color: #7f8da9;
}
.doctor-form__content-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #a8a779;
  margin-bottom: 24px;
}
.doctor__content-from {
  max-width: 510px;
}
.doctor-form {
  background: #a8a779;
  padding: 32px 40px;
}
.doctor-form__desc,
.doctor-form__title {
  font-weight: 400;
  font-size: 35px;
  color: #fbfcff;
  line-height: 1;
  margin-bottom: 16px;
}
.doctor-form__desc {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.doctor-form__item {
  margin-bottom: 16px;
}
.doctor-form__item input {
  padding: 15px 14px;
  width: 100%;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
}
.doctor-form__submit {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
}
.doctor-form__submit:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.doctor-form__bottom {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.doctor-form__bottom a {
  text-decoration: underline;
  color: #fff;
}
.doctor-form__bottom a:hover {
  text-decoration: none;
  color: #fff;
}
.doctor-inner__video .section__title {
  display: none;
}
.doctor-inner__desc-item-degree {
  max-width: 304px;
}
.doctor__calendar-price {
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  margin-top: 20px;
}
.doctor__calendar-price-item p {
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #a8a779;
}
.doctor__calendar-price-item p span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.departments-title {
  font-weight: 400;
  font-size: 48px;
  color: #a8a779;
  margin-bottom: 32px;
}
.departments__direct-icon,
.departments__direct-item,
.doctor__calendar-price-item p {
  display: -ms-flexbox;
  display: flex;
}
.departments__direct-list .row {
  margin-left: 0;
  margin-right: 0;
}
.departments__direct-list .row .col-md-6 {
  width: 50%;
}
.departments__direct-list .row > div {
  padding-left: 0;
  padding-right: 0;
}
.departments__direct-item {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e1e8f4;
  padding: 7px 20px;
  min-height: 80px;
  transition: 0.2s;
}
.departments__direct-item:hover {
  text-decoration: none;
  background: #e1e8f4;
  border: 1px solid #7f8da9;
}
.departments__direct-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
  margin-right: 5px;
}
.departments__diagnostics-icon,
.departments__tabs-list ul {
  display: -ms-flexbox;
  display: flex;
}
.departments__diagnostics {
  background: #a8a779;
  padding: 40px;
  margin-bottom: 32px;
}
.departments__diagnostics-title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  margin-bottom: 24px;
  display: block;
}
.departments__diagnostics-title:hover {
  color: #fff;
  text-decoration: none;
}
.departments__diagnostics-item {
  border: 1px solid #fff;
  padding: 17px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: 0.2s;
}
.departments__diagnostics-item.departments__diagnostics-item--mobile {
  display: none;
}
.departments__diagnostics-item:hover {
  background: #54678d;
  text-decoration: none;
}
.departments__diagnostics-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.departments__services {
  background: #bac7de;
  padding: 46px 40px;
}
.departments__services-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #a8a779;
  margin-bottom: 24px;
  display: block;
}
.departments__services-title:hover {
  color: #a8a779;
  text-decoration: none;
}
.departments__services-item {
  border: 1px solid #a8a779;
  padding: 17px 15px;
  transition: 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.departments__services-item.departments__services-item--mobile,
.location-main__addresses-title svg {
  display: none;
}
.departments__services-item:hover {
  text-decoration: none;
  background: #eff4fd;
}
.departments__services-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #a8a779;
}
.departments__tabs {
  margin-bottom: 32px;
  display: none;
}
.departments__tabs-list ul {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.departments__tabs-list ul li a {
  font-weight: 400;
  font-size: 32px;
  color: #7f8da9;
  padding-bottom: 18px;
  display: block;
}
.departments__tabs-list ul li a.active {
  color: #a8a779;
  border-bottom: 4px solid #a8a779;
}
.departments__tabs-list ul li a:hover {
  text-decoration: none;
}
.departments__search {
  margin-bottom: 40px;
}
.departments__search-btn,
.departments__search-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.departments__search-content {
  background: #e1e8f4;
  padding: 16px 20px;
}
.departments__search-content .search__input {
  padding: 9px 16px;
  font-size: 18px;
  background: #fff;
  border: 1px solid rgba(6, 46, 79, 0.5);
  border-radius: 0;
  margin-right: 24px;
}
.departments__search-btn {
  font-weight: 700;
  font-size: 18px;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 30px;
  padding: 12px;
  width: 312px;
  transition: 0.2s;
}
.departments__search-btn:hover {
  text-decoration: none;
  background: #7f8da9;
}
.departments__tabs-select {
  display: none;
  margin-bottom: 32px;
  padding: 0 15px;
}
.departments__tabs-select select {
  width: 100%;
  border: none;
  border-bottom: 3px solid #a8a779;
  font-weight: 400;
  font-size: 30px;
  color: #a8a779;
  background: 0 0;
}
.block-doctor {
  margin: 80px 0;
}
.block-doctor-main {
  background: #eff4fd;
  padding: 0 0 64px;
  position: relative;
}
.block-doctor-main:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 320px;
  z-index: -100;
  background: #eff4fd;
}
.block-doctor__title {
  font-weight: 400;
  font-size: 48px;
  color: #a8a779;
  margin-bottom: 48px;
}
.block-doctor__sub,
.block-doctor__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-doctor__text {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.block-doctor__text p {
  margin-bottom: 10px;
}
.block-doctor__name {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.block-doctor__name,
.block-doctor__spec {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-tabs__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 64px;
}
.block-tabs {
  background: #a8a779;
  padding: 70px 0 100px;
  margin-top: 47px;
}
.block-tabs__links-item {
  font-weight: 400;
  font-size: 48px;
  color: #7f8da9;
  padding-bottom: 20px;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 4px solid transparent;
}
.block-tabs__links-item.active {
  color: #fff;
  border-bottom: 4px solid #fff;
}
.block-tabs__links-item:hover {
  color: #bac7de;
}
.block-tabs__select {
  display: none;
  width: 100%;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 3px solid #fff;
  margin-bottom: 40px;
}
.block-program-inner-form__select option,
.block-tabs__select option {
  font-weight: 400;
  font-size: 18px;
  color: #54678d;
  background: #eff4fd;
}
.location-main__time-item-add {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fbfcff;
}
.location-main__addresses-bottom {
  padding-top: 24px;
  border-top: 2px solid #7f8da9;
}
.location-main__vehicle-item {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.location-main__vehicle-item .location-main__time-num {
  color: #54678d;
  background: #fff;
  border-radius: 10px;
}
.hero-slider__main .hero-slider__item-desc p,
.location-main__vehicle-item .location-main__time-left {
  margin-bottom: 10px;
}
.location-main__vehicle-item .location-main__time-desc {
  margin-left: 0;
  color: #7f8da9;
}
.hero-slider__address-items {
  -ms-flex-pack: justify;
  justify-content: center;
}
.block-tabs__search-input {
  min-width: 300px;
  background: #fff;
  border: 1px solid rgba(6, 46, 79, 0.5);
  margin-right: 30px;
  border-radius: 0;
  padding: 14px 30px 14px 60px;
  font-weight: 350;
  font-size: 18px;
  line-height: 1;
  color: #a8a779;
}
.block-tabs__search-input:-ms-input-placeholder {
  font-weight: 350;
  font-size: 18px;
  line-height: 1;
  color: #a8a779;
}
.block-tabs__search-input::placeholder {
  font-weight: 350;
  font-size: 18px;
  line-height: 1;
  color: #a8a779;
}
.block-tabs__search-btn {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 30px;
  min-width: 295px;
  transition: 0.2s;
}
.block-tabs__search-btn:hover {
  background: #e1e8f4;
  color: #a8a779;
}
.block-tabs__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.block-tabs__item {
  height: 100%;
  padding-bottom: 30px;
}
.block-tabs__item .block-filters__program {
  border-radius: 0;
}
.block-tabs__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px;
  width: 294px;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 30px;
}
.block-tabs__btn:hover {
  text-decoration: none;
  color: #7f8da9;
  border: 1px solid #7f8da9;
}
.block-main__img-right {
  margin-top: -185px;
}
.block-main {
  padding-top: 120px;
}
.block-main__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 75px;
}
.block-main__link:hover {
  text-decoration: none;
}
.block-main__link:hover .block-main__link-btn {
  border: 1px solid #a8a779;
}
.block-main__img {
  text-align: center;
}
.block-main__img--phone,
.block-main__img--tablet {
  display: none;
}
.block-main__img-wrap {
  position: relative;
}
.block-img__title {
  font-weight: 400;
  font-size: 48px;
  color: #a8a779;
  margin-bottom: 48px;
}
.block-img__card {
  position: absolute;
  right: 80px;
  top: -210px;
}
.block-img--left .block-img__card {
  left: 35px;
  right: auto;
}
.block-img--left .block-img__title {
  text-align: center;
  margin-left: 250px;
}
.block-img {
  margin-top: 150px;
  margin-bottom: 125px;
}
.block-img__card-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.block-img__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin: 0 auto;
}
.block-img__card-text p {
  margin-bottom: 15px;
}
.location-main__wrap {
  /* height: 650px; */
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.location-main__map {
  height: 100%;
  width: 85%;
}
.location-main__time-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.location-main__addresses-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fbfcff;
  margin-bottom: 8px;
}
.location-main__addresses-item {
  margin-bottom: 16px;
}
.hero-slider__main .hero-slider__item-desc ul li:last-child,
.location-main__addresses-item:last-child {
  margin-bottom: 0;
}
.location-main__addresses-name {
  text-transform: uppercase;
}
.location-main__addressess-popover {
  font-weight: 400;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
  background: 0 0;
  pointer-events: none;
}
.location-main__addressess-popover:hover,
.promotions-form__checkbox label a {
  color: #fff;
}
.location-main__addresses-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #fff;
}
.location-main__addresses-text p,
.promotions-form__form-list ul li span {
  font-weight: 700;
}
.location-main__addresses-text a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 16px;
}
.location-main__addresses-text a:hover {
  color: #7f8da9;
}
.location-main__addresses-text span,
.promotions-form__checkbox label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.location-main__time-count,
.location-main__time-num {
  height: 20px;
  font-weight: 400;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.location-main__time-count {
  background: #fff;
  white-space: nowrap;
  font-size: 12px;
  color: #a8a779;
  border-radius: 5px;
  padding: 3px 7px;
  margin-right: 25px;
}
.location-main__time-num {
  font-size: 10px;
  color: #eff4fd;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 5px 8px;
  margin-right: 5px;
}
.location-main__time-num:last-child {
  margin-right: 0;
}
.location-main__time-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: #eff4fd;
  margin-left: 15px;
}
.location-main__time-item {
  margin-bottom: 5px;
}
.location-main__addresses.location-main__addresses--3
  .location-main__addresses-text,
.location-main__addresses.location-main__addresses--3
  .location-main__addresses-text
  a,
.location-main__addresses.location-main__addresses--4
  .location-main__addresses-text,
.location-main__addresses.location-main__addresses--4
  .location-main__addresses-text
  a {
  color: rgba(255, 255, 255, 0.5);
}
.location-main__time-item,
.location-main__time-nums {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.location-main__time-left {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.location-main__addresses-nav,
.location-main__time-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.location-main {
  margin: 96px 0;
}
.hero-slider__address {
  margin-top: 80px;
}
.hero-slider__main {
  margin-top: 0;
}
.hero-slider__main .hero-slider__note,
.promotions-form__form-list ul li a:hover {
  color: #a8a779;
}
.hero-slider__main .hero-slider__dots .slick-dots li button:before {
  border: 1px solid #a8a779;
}
.hero-slider__main .hero-slider__item {
  min-height: 630px;
}
.hero-slider__main .hero-slider__container {
  padding-top: 150px;
}
.hero-slider__main .hero-slider__item-desc,
.hero-slider__main .hero-slider__item-title {
  color: #000;
  width: 590px;
}
.hero-slider__main .hero-slider__item-desc ul li,
.promotions-item__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.hero-slider__main .hero-slider__item-desc ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.location-main__nav-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 55px;
  min-height: 55px;
  border: 1px solid #7f8da9;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.location-main__nav-arrow:hover {
  border: 1px solid #fbfcff;
}
.location-main__nav-arrow--prev {
  margin-right: 20px;
}
.location-main__nav-arrow--prev svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.location-main__addresses {
  background: #a8a779;
  color: #fff;
  height: 100%;
  width: 440px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 38px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
}
.location-main__addresses.location-main__addresses--3 {
  background: #004f61 !important;
}
.location-main__addresses.location-main__addresses--4 {
  background: #54678d !important;
}
.location-main__addresses
  .slick-slide.slick-active
  .location-main__addressess-popover {
  pointer-events: visible;
}
.location-main__title {
  font-weight: 400;
  font-size: 40px;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-img__card {
  background: #e1e8f4;
  padding: 38px 34px;
  max-width: 470px;
}
.block-main__link-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
  text-decoration: none;
}
.block-main__link-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #bac7de;
  min-width: 55px;
  min-height: 55px;
  margin-right: 15px;
  border-radius: 50%;
  transition: 0.2s;
}
.block-main__title {
  font-weight: 400;
  font-size: 30px;
  color: #54678d;
  margin-bottom: 38px;
}
.block-main__logo-blue {
  color: #a8a779;
  font-size: 60px;
}
.block-main__logo-orange {
  color: #f88240;
  font-size: 60px;
}
.hero-slider__address-item {
  position: relative;
  margin-right: 35px;
}
.block-news__links a:last-child,
.hero-slider__address-item:last-child {
  margin-right: 0;
}
.hero-slider__address-item:last-child:after {
  display: none;
}
.ng .header {
  color: #a8a779 !important;
}
.ng .cabinet__icon svg,
.ng .header--v4 .indicator__button--magnifier .icon {
  fill: #a8a779 !important;
}
.ng .hamburger__inner,
.ng .hamburger__inner:after,
.ng .hamburger__inner:before {
  background: #a8a779 !important;
}
.land-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.ng .block-color-lightblue {
  background: #eff4fd;
}
.hero-slider__item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #a8a779;
  border-radius: 100px;
  padding: 12px 32px;
  transition: 0.2s;
}
.hero-slider__item-link:hover {
  text-decoration: none;
  color: #a8a779;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-gallery {
  margin-top: 95px;
}
.block-gallery .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 83px;
}
.block-gallery .slider__controls--mobile {
  display: none;
  -ms-flex-align: center;
  align-items: center;
}
.block-news__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}
.block-news__links a {
  font-weight: 400;
  font-size: 20px;
  color: #a8a779;
  margin-right: 40px;
}
.block-news__links.block-news__links--mobile {
  display: none;
}
.block-news--blue {
  background: #eff4fd;
  padding-bottom: 64px;
  padding-top: 40px;
  position: relative;
  margin-top: 0;
}
.block-news--blue:before {
  content: "";
  position: absolute;
  top: -310px;
  right: 0;
  width: 100%;
  background: #eff4fd;
  height: 310px;
  z-index: -100;
}
.block-news {
  margin-top: 80px;
}
.block-gallery__preview-list,
.block-news .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-news .slider__slide {
  margin: 0 10px;
}
.block-news .slider__controls--mobile {
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.block-news__item .promotions-item__tag {
  margin-bottom: 10px;
}
.block-news__item .promotions-item__title {
  margin-bottom: 10px;
  font-size: 20px;
}
.block-news__item .promotions-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222;
}
.block-news__item .promotions-item__content-inner {
  background: rgba(255, 255, 255, 0.9);
  border-right: 1px solid #bac7de;
  border-left: 1px solid #bac7de;
  border-bottom: 1px solid #bac7de;
  padding: 24px;
}
.block-gallery__preview-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-gallery__preview-item {
  margin-right: 16px;
  margin-bottom: 16px;
  border: 2px solid transparent;
}
.block-gallery__preview-item.active {
  border: 2px solid #54678d;
}
.block-gallery__img {
  width: 80px;
  height: 58px;
}
.block-gallery__img img {
  height: 100%;
  display: block;
}
.block-gallery__preview.block-gallery__preview--tablet {
  display: none;
}
.address-item__add,
.address-item__add-icon,
.hero-slider__address-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.hero-slider__address-btn {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  margin-top: 58px;
  color: #a8a779;
}
.hero-slider__address-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.address-item__add,
.address-item__add-icon {
  color: #222;
}
.address-item__add {
  line-height: 1;
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
}
.address-item__add-icon {
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(186, 199, 222, 0.25);
  border-radius: 50%;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.promotions-add .promotions-list {
  margin-top: 40px;
}
.promotions-main {
  background-repeat: no-repeat;
  background-size: cover;
}
.promotions-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04;
  color: #a8a779;
  margin-bottom: 32px;
}
.promotions-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
  max-width: 1126px;
  margin: 0 auto;
}
.promotions-list {
  margin-top: 80px;
}
.promotions-list .row .promotions-list__col {
  margin-bottom: 40px;
}
.promotions-item--middle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #bac7de;
  padding: 24px 0 24px 24px;
  position: relative;
  height: 100%;
  max-width: 515px;
}
.promotions-item--middle .promotions-item__content,
.promotions-item--middle .promotions-item__content-inner,
.promotions-item--middle .row {
  height: 100%;
}
.promotions-item--middle .promotions-item__tag {
  margin-bottom: 10px;
}
.promotions-item--middle .promotions-item__img {
  top: -2px;
  right: -92px;
  position: absolute;
}
.promotions-item--middle .promotions-item__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.promotions-item--middle .promotions-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222;
  margin-bottom: 10px;
}
.promotions-item__content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promotions-item__content-inner .promotions-item__text {
  position: relative;
  min-height: 80px;
}
.promotions-item__content-inner .promotions-item__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0%, #fff 100%);
}
.promotions-item__content-top {
  height: 200px;
  overflow: hidden;
}
.promotions-item--mini .promotions-item__tag,
.promotions-item__text ul {
  margin-bottom: 10px;
}
.promotions-item--mini .promotions-item__content-inner {
  padding: 28px 25px;
  background: rgba(255, 255, 255, 0.9);
  min-height: 310px;
  border-right: 1px solid #bac7de;
  border-left: 1px solid #bac7de;
  border-bottom: 1px solid #bac7de;
}
.promotions-item--mini .promotions-item__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.promotions-item--mini .promotions-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222;
  margin-bottom: 10px;
}
.promotions-item--mini .promotions-item__img {
  height: 100%;
}
.promotions-item--mini .promotions-item__img img {
  max-height: 280px;
  height: 100%;
  display: block;
}
.promotions-item__text p:not(:last-child) {
  margin-bottom: 10px;
}
.promotions-item__text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #a8a779;
}
.block-promotions-inner__text p:last-child,
.block-promotions-inner__text ul:last-child,
.promotions-item__text ul li:last-child {
  margin-bottom: 0;
}
.promotions-item__text ol {
  overflow: visible !important;
  margin-left: 15px;
  margin-bottom: 10px;
}
.promotions-item__text ol li {
  list-style-type: decimal;
}
.promotions-item__text ol li:not(:last-child) {
  margin-bottom: 10px;
}
.promotions-item--big {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #7f8da9;
  padding: 52px 24px;
  position: relative;
  min-height: 360px;
}
.promotions-item--big .promotions-item__title {
  font-size: 24px;
  margin-bottom: 16px;
}
.promotions-item--big .promotions-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #a8a779;
}
.promotions-item--big .promotions-item__img {
  position: absolute;
  top: -83px;
  right: -11px;
}
.promotions-item--big .promotions-item__tag {
  font-size: 18px;
  padding: 8px 16px;
  position: relative;
  margin-bottom: 32px;
}
.promotions-item__date {
  font-weight: 400;
  font-size: 16px;
  color: #8993a6;
  margin-top: 15px;
}
.promotions-item__title {
  font-weight: 400;
  line-height: 1.25;
  color: #a8a779;
  display: block;
}
.promotions-item__title:hover {
  color: #a8a779;
  text-decoration: none;
}
.promotions-item__tag svg {
  height: 34px;
  width: 43px;
  position: absolute;
  right: -14px;
  top: -14px;
}
.block-services-about__text.block-services-about__text--hidden.visible,
.promotions-item__img {
  display: block;
}
.promotions-item__img img {
  width: 100%;
}
.promotions-item__tag {
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fbfcff;
  background: #ff8300;
  border-radius: 20px;
  padding: 8px 16px;
}
.promotions-item__tag:hover {
  color: #fbfcff;
  text-decoration: none;
}
.promotions-item__tag.promotions-item__tag--blue {
  color: #fbfcff !important;
  background: #a8a779;
}
.promotions-item__tag.promotions-item__tag--light {
  color: #fbfcff !important;
  background: #7f8da9;
}
.promotions-list__col-12 {
  margin-bottom: 90px;
}
.promotions__more {
  font-weight: 400;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  border: 1px solid #a8a779;
  border-radius: 30px;
  padding: 16px;
  width: 100%;
  margin-bottom: 80px;
}
.promotions__more:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-promotions-inner__img img,
.block-services-text__img img,
.promo_more,
.promotions-cards__img img,
.promotions-form__form-img img,
.promotions-items__item-img img {
  width: 100%;
}
.promotions {
  background-repeat: no-repeat;
  background-size: cover;
}
.promotions-cards .promotions-title {
  margin-bottom: 51px;
}
.promotions-cards__content,
.promotions-form__content {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #bac7de;
  padding: 64px 110px 42px;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promotions-cards__imgs {
  width: 1314px;
  margin-bottom: 48px;
  margin-top: 20px;
}
.promotions-cards__list {
  width: 100%;
  margin-bottom: 24px;
}
.promotions-cards__list ul li {
  font-weight: 400;
  font-size: 18px;
  color: #a8a779;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.promotions-cards__list ul li:before,
.promotions-form__form-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #54678d;
  border-radius: 50%;
}
.promotions-cards__text,
.promotions-cards__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
  margin-bottom: 16px;
  width: 100%;
}
.promotions-cards__text {
  font-weight: 400;
  color: #54678d;
  margin-bottom: 18px;
}
.promotions-cards__text span {
  color: #a8a779;
  font-weight: 700;
}
.block-landing-news.block-landing-news--v2 .block-landing-news__title span,
.block-landing__title > span span,
.promotions-cards__text .color-orange {
  color: #f1842c;
}
.promotions-cards__date {
  font-weight: 700;
  font-size: 16px;
  color: #a8a779;
  width: 100%;
}
.promotions-cards__social {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.promotions-cards__social-text {
  font-weight: 700;
  font-size: 16px;
  color: #a8a779;
  margin-right: 30px;
  line-height: 1;
}
.promotions-cards__social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.promotions-cards__social-icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.promotions-cards__social-icon:last-child {
  margin-right: 0;
}
.promotions-cards__social-icon svg {
  width: 25px;
  height: 25px;
  fill: #54678d;
  transition: 0.2s;
}
.block-landing-links__list ul li a:hover svg,
.promotions-cards__social-icon:hover svg {
  fill: #a8a779;
}
.promotions-form__form {
  margin-top: 80px;
}
.promotions-form__form-img {
  margin-left: -60px;
  z-index: -100000;
  position: relative;
}
.promotions-form__submit {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  padding: 17px;
  width: 100%;
  transition: 0.2s;
}
.promotions-form__submit:hover {
  text-decoration: none;
  color: #a8a779;
  background: #e1e8f4;
}
.promotions-form__form-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 40px;
}
.promotions-form__form-list,
.promotions__search {
  margin-bottom: 48px;
}
.promotions-form__form-list ul li {
  font-weight: 400;
  font-size: 20px;
  color: #a8a779;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.promotions-form__form-list ul li a,
.promotions-items__text a {
  color: #a8a779;
  text-decoration: underline;
}
.promotions-form__form form {
  background: #a8a779;
  padding: 48px 115px;
}
.block-promotions-inner__text p,
.promotions-form__form form .form-item {
  margin-bottom: 16px;
}
.promotions-form__form form .form-item input[type="text"] {
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  border: 1px solid #bac7de;
  border-radius: 5px;
}
.promotions__search-content {
  background: #e1e8f4;
  padding: 16px 20px;
}
.promotions__search-content .search__input {
  padding: 9px 16px;
  font-size: 18px;
  background: #fff;
  border: 1px solid rgba(6, 46, 79, 0.5);
  border-radius: 0;
  margin-right: 24px;
}
.promotions__search-btn,
.promotions__search-content,
.promotions__tabs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.promotions__search-btn {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 30px;
  padding: 12px;
  width: 312px;
  transition: 0.2s;
  -ms-flex-pack: center;
  justify-content: center;
}
.promotions__search-btn:hover {
  text-decoration: none;
  background: #7f8da9;
}
.promotions__tabs ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promotions__tabs ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bac7de;
}
.promotions__tabs ul li a {
  font-weight: 400;
  font-size: 24px;
  color: #7f8da9;
  padding-bottom: 12px;
  display: block;
}
.promotions__tabs ul li a.active {
  font-weight: 700;
  color: #a8a779;
  border-bottom: 3px solid #a8a779;
}
.promotions__tabs ul li a:hover {
  text-decoration: none;
}
.block-promotions-inner .section__title {
  margin-bottom: 48px;
}
.block-promotions-inner__date {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  color: #a8a779;
}
.block-promotions-inner__subtitle,
.block-promotions-inner__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
}
.block-promotions-inner__text {
  font-weight: 400;
  color: #54678d;
}
.block-promotions-inner__text h1,
.block-promotions-inner__text h2,
.block-promotions-inner__text h3,
.block-promotions-inner__text h4,
.block-promotions-inner__text h5,
.block-promotions-inner__text ul {
  margin-bottom: 16px;
}
.block-promotions-inner__text ul li,
.block-services-about__text ul li,
.promotions-items__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-promotions-inner__text ul li:before,
.block-services-about__text ul li:before,
.promotions-items__text ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-promotions-inner__text ul li:last-child,
.promotions-items__item:last-child,
.promotions-items__text p:last-child,
.promotions-items__text ul li:last-child {
  margin-bottom: 0;
}
.block-promotions-inner__content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.block-promotions-inner__wrapper {
  border: 1px solid #bac7de;
  padding: 32px 480px 40px 32px;
  max-width: 1130px;
}
.block-promotions-inner__img {
  position: absolute;
  top: 32px;
  right: 0;
}
.promotions-items__item {
  border: 2px solid #e1e8f4;
  padding: 46px 24px;
  margin-bottom: 24px;
}
.promotions-items__item-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 32px;
}
.promotions-items__item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #a8a779;
}
.promotions-items__item-tag {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 7px 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fbfcff;
  border-radius: 20px;
  background: #a8a779;
}
.promotions-items__item-tag--3 {
  background: #004f61;
}
.promotions-items__item-tag--4 {
  background: #8993a6;
}
.promotions-items__item-img,
.promotions-items__text p {
  margin-bottom: 16px;
}
.promotions-items .section__title {
  margin-bottom: 48px;
}
.promotions-items__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: #a8a779;
}
.promotions-items__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #a8a779;
}
.promotions-items__text ul {
  margin-bottom: 16px;
  margin-left: 15px;
}
.promotions-items__text a:hover {
  color: #a8a779;
}
.block-services-appointment,
.promotions-items__item-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.promotions-items__item-btn {
  font-weight: 400;
  font-size: 16px;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  border: 1px solid #a8a779;
  border-radius: 30px;
  transition: 0.2s;
  margin-top: 24px;
  max-width: 470px;
}
.promotions-items__item-btn:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-services-appointment {
  padding-bottom: 80px;
  margin-bottom: 80px;
  position: relative;
}
.block-services-appointment:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 390px;
  height: 2px;
  background: #bac7de;
}
.block-services-appointment__title {
  font-weight: 400;
  font-size: 56px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-services-appointment__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 24px;
}
.block-services-appointment__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-services-appointment__item-img {
  max-width: 90px;
  max-height: 90px;
  margin-bottom: 10px;
}
.block-services-appointment__item-img img {
  width: 100%;
  height: 100%;
}
.block-services-appointment__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  color: #a8a779;
}
.block-services-appointment__form-wrapper {
  background: #a8a779;
  padding: 32px 40px;
}
.block-services-appointment__form-title {
  font-weight: 400;
  font-size: 35px;
  color: #fbfcff;
  line-height: 1;
  margin-bottom: 16px;
}
.block-services-appointment__form-item-icon {
  margin-right: 8px;
}
.block-services-appointment__form-item-icon svg {
  color: #fff;
}
.block-services-appointment__form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #7f8da9;
  margin-bottom: 32px;
}
.block-services-appointment__form-item {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-services-about__text ol li:last-child,
.block-services-about__text p:last-child,
.block-services-about__text ul li:last-child,
.block-services-appointment__form-item:last-child {
  margin-bottom: 0;
}
.block-services-appointment__form-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.block-services-about__btn,
.block-services-appointment__form-link {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px;
  width: 100%;
}
.block-services-appointment__form-link {
  display: -ms-flexbox;
  display: flex;
  background: #bac7de;
  transition: 0.2s;
  color: #a8a779;
  border-radius: 100px;
  margin-top: 40px;
}
.block-services-appointment__form-link:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-services-about__btn {
  display: none;
  outline: none;
  background: #fff;
  color: #a8a779;
  line-height: 120%;
  border-radius: 30px;
  border: 1px solid #a8a779;
  margin-top: 32px;
}
.block-services-about__text.block-services-about__text--hidden {
  margin-top: 24px;
}
.block-services-about__wrapper {
  border: 2px solid #bac7de;
  padding: 48px 76px 120px 340px;
  position: relative;
  margin-top: 120px;
}
.block-services-about__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-services-about__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.block-services-about__text p,
.block-services-text__add p {
  margin-bottom: 10px;
}
.block-services-about__text ul,
.block-services-text ul {
  margin-left: 15px;
}
.block-services-about__text h1,
.block-services-about__text h2,
.block-services-about__text h3,
.block-services-about__text h4,
.block-services-about__text h5,
.block-services-about__text h6 {
  margin-bottom: 20px;
}
.block-services-about__text ol {
  overflow: visible;
  margin-left: 17px;
  list-style-type: decimal;
}
.block-services-about__text ol li {
  margin-bottom: 7px;
}
.block-services-about__img {
  position: absolute;
  top: -75px;
  left: -218px;
}
.block-services-about__img img,
.block-services-answer__img img {
  width: 100%;
}
.block-services-text {
  margin-top: 80px;
}
.block-services-text .row {
  margin: 20px -15px;
}
.block-services-text ol {
  overflow: visible !important;
  margin-left: 15px;
  margin-bottom: 10px;
}
.block-services-text ol li {
  list-style-type: decimal;
}
.block-services-text ol li:not(:last-child),
.block-services-text__wide p:not(:last-child) {
  margin-bottom: 10px;
}
.block-services-text ol li ul {
  margin-top: 10px;
}
.block-services-text ul li {
  list-style: none !important;
  position: relative;
  padding-left: 15px;
}
.block-services-text ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a8a779;
  margin-bottom: 7px;
}
.block-services-text__wide {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.block-services-text--blue {
  background: #eff4fd;
  padding: 64px 0;
}
.block-services-text__add {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #a8a779;
  margin-top: 24px;
}
.block-services-text__add ol,
.block-services-text__add ul {
  overflow: visible;
  margin-bottom: 20px;
}
.block-services-text__add ol li,
.block-services-text__add ul li,
.block-services-text__desc h1,
.block-services-text__desc h2,
.block-services-text__desc h3,
.block-services-text__desc h4,
.block-services-text__desc h5,
.block-services-text__desc p,
.block-services-text__shifted h1,
.block-services-text__shifted h2,
.block-services-text__shifted h3,
.block-services-text__shifted h4,
.block-services-text__shifted h5,
.block-services-text__shifted p {
  margin-bottom: 10px;
}
.block-services-text__add ol li:last-child,
.block-services-text__add ul li:last-child,
.block-services-text__desc ol li:last-child,
.block-services-text__item:last-child,
.block-services-text__shifted ol li:last-child {
  margin-bottom: 0;
}
.block-services-text__add ol {
  margin-left: 30px;
}
.block-services-text__add ol li {
  list-style: decimal;
}
.block-services-text__add ul li:before {
  top: 13px;
}
.block-services-text__item {
  margin-bottom: 48px;
}
.block-services-text__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-services-text__left {
  margin-top: 24px;
  color: #a8a779;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.block-services-text__left p:not(:last-child) {
  margin-bottom: 15px;
}
.block-services-text__desc,
.block-services-text__shifted {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #222;
  margin-left: 80px;
}
.block-services-text__desc ol,
.block-services-text__shifted ol {
  overflow: visible;
  margin-left: 17px;
  list-style-type: decimal;
}
.block-services-text__desc ol li,
.block-services-text__shifted ol li {
  margin-bottom: 7px;
}
.block-services-answer__text ul li:last-child,
.block-services-text__desc p:last-child,
.block-services-text__desc ul li:last-child,
.block-services-text__shifted p:last-child,
.block-services-text__shifted ul li:last-child {
  margin-bottom: 0;
}
.block-services-text__desc ul,
.block-services-text__shifted ul {
  margin-left: 15px;
}
.block-services-text__desc ul li,
.block-services-text__shifted ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-services-text__desc ul li:before,
.block-services-text__shifted ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-services-list {
  margin-top: 80px;
}
.block-services-list.block-services-list--blue {
  margin-top: 0;
  background: #eff4fd;
  padding: 64px 0;
}
.block-services-list.block-services-list--blue .block-services-list__item-link {
  background: #fff;
  color: #a8a779;
}
.block-services-list.block-services-list--blue
  .block-services-list__item-link:hover {
  text-decoration: none;
  background: #e1e8f4;
  color: #a8a779;
}
.block-services-list__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-services-list__btn,
.block-services-list__item-link {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a8a779;
  transition: 0.2s;
}
.block-services-list__item-link {
  background: #eff4fd;
  margin-right: 12px;
  margin-bottom: 12px;
  white-space: nowrap;
  border-radius: 30px;
  padding: 10px 16px;
}
.block-services-list__item-link:hover {
  text-decoration: none;
  background: #bac7de;
  color: #a8a779;
}
.block-services-list__btn {
  text-align: center;
  text-transform: uppercase;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  padding: 13px;
  margin-top: 20px;
}
.block-services-list__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-services-text__list {
  margin-top: 64px;
  margin-bottom: 32px;
}
.block-services-text__list .row {
  margin-bottom: -41px;
}
.block-services-text__list .row .block-services-text__col {
  margin-bottom: 41px;
}
.block-services-text__point {
  position: relative;
  padding: 44px 24px;
  border: 2px solid #bac7de;
  height: 100%;
}
.block-services-text__point-num {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #a8a779;
  background: #bac7de;
  height: 50px;
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -25px;
}
.block-services-text__point-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #54678d;
}
.block-services-desc {
  margin-top: 80px;
  background: #eff4fd;
  padding: 64px 0 56px;
}
.block-services-desc__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #a8a779;
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #54678d;
  border-radius: 100px;
  width: 100%;
  padding: 15px;
  transition: 0.2s;
}
.block-services-desc__btn:hover {
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  color: #a8a779;
  text-decoration: none;
}
.block-services-answer {
  margin-top: 140px;
  background: #a8a779;
  padding: 45px 0 58px;
  position: relative;
}
.block-services-answer__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 24px;
}
.block-services-answer__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.block-services-answer__text p {
  margin-bottom: 16px;
}
.block-services-answer__text ul {
  margin-bottom: 16px;
  margin-left: 15px;
}
.block-services-answer__text ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}
.block-services-answer__text ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #f1842c;
}
.block-services-answer__img {
  position: absolute;
  top: -110px;
}
.footer__copy {
  font-weight: 400;
  font-size: 13px;
  color: #7f8da9;
  margin-left: 35px;
}
.footer .socials__link {
  display: -ms-flexbox;
  display: flex;
}
.footer .socials__link svg {
  font-size: 25px;
}
.footer__bottom-title {
  font-weight: 400;
  font-size: 20px;
  color: #a8a779;
}
.footer__bottom {
  background: #fbfcff;
  padding: 40px 0 80px;
}
.footer__socials {
  padding-top: 40px;
  border-top: 1px solid #eff4fd;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__lang,
.footer__lang-item,
.footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__lang-item {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a2942;
  border: 1px solid #0a2942;
  border-radius: 30px;
  width: 48px;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}
.footer__lang-item:hover {
  color: #0a2942;
}
.footer__lang-item:last-child {
  margin-right: 0;
}
.footer__bottom-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
  color: #7f8da9;
}
.footer__bottom-text p:not(:last-child) {
  margin-bottom: 20px;
}
.contacts-parking {
  border: 1px solid #0a2942;
  border-radius: 30px;
  padding: 11px 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}
.contacts-parking.active .contacts-parking__links {
  display: block;
}
.contacts-parking__links {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #bac7de;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}
.contacts-parking__links a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-parking__links a svg {
  margin-right: 5px;
  height: 16px;
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contacts-parking__links a:not(:last-child) {
  margin-bottom: 24px;
}
.contacts-parking__links.contacts-parking__links--mobile {
  display: none;
  width: 270px;
  margin-top: 24px;
}
.contacts-parking__link--1 {
  color: #a8a779;
}
.contacts-parking__link--3 {
  color: #004f61;
}
.contacts-parking__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-parking__icon {
  margin-right: 7px;
}
.footer__address-text {
  font-weight: 400;
  font-size: 13px;
  color: #54678d;
}
.footer__address-text a {
  color: #54678d;
  transition: 0.2s;
}
.footer__address-text a:hover {
  text-decoration: none;
  color: #a8a779;
}
.footer__socials-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo {
  margin: 0 -15px;
}
.footer__address-name {
  font-weight: 400;
  font-size: 13px;
  color: #a8a779;
  margin-bottom: 10px;
}
.footer__address-item {
  margin-bottom: 30px;
}
.footer__address-item:last-child {
  margin-bottom: 0;
}
.contacts-parking__text {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a2942;
}
.footer__development {
  font-weight: 400;
  font-size: 13px;
  color: #a8a779;
  text-align: right;
}
.footer__development:hover {
  color: #a8a779;
}
.footer__nav nav li {
  line-height: 1;
}
.footer__nav nav li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__nav nav a {
  font-weight: 400;
  font-size: 14px;
  color: #a8a779;
}
.footer__apps-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
.footer__apps-icons svg {
  height: 40px;
  width: 125px;
}
.contacts-call,
.footer__apps p {
  color: #7f8da9;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.contacts-call {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  transition: 0.2s;
  font-size: 12px;
  width: 225px;
  line-height: 1;
  padding: 15px 8px;
}
.contacts-call:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.header {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
.block-program-steps__tabs ul,
.header__top,
.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__top {
  margin-bottom: 27px;
}
.header__right {
  max-width: 755px;
  width: 100%;
}
.header__right-top {
  margin-bottom: 6px;
}
.header__right-bottom,
.header__right-top {
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  -ms-flex-align: center;
  align-items: center;
}
.header__hamburger {
  display: none;
}
.header__logo {
  margin-right: 15px;
}
.header__logo img {
  width: 75px;
}
.header__snowflake {
  margin-right: auto;
  margin-left: 33px;
}
.header__snowflake .icon {
  fill: #fff;
  font-size: 40px;
}
.header__nav {
  margin-left: auto;
}
.header__callback {
  margin-left: auto;
  margin-right: 40px;
}
.header__cabinet {
  margin-left: 40px;
}
.header__cabinet-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header__search {
  margin-right: 40px;
  max-width: 406px;
  width: 33%;
  margin-left: auto;
  -ms-flex-order: 2;
  order: 2;
}
.header-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.header-contacts__item-link {
  color: inherit;
  display: inline-block;
  white-space: nowrap;
}
.header-contacts__item-link:hover {
  color: inherit;
}
.header-contacts__item--payment a {
  text-transform: none;
}
.header-contacts__item--phone a .icon {
  display: none;
  font-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header-nav {
  font-size: 16px;
  letter-spacing: 0.03em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-nav a {
  color: inherit;
  display: inline-block;
  margin-right: 20px;
}
.header-nav a:last-child {
  margin-right: 0;
}
.header--dark {
  color: #323232;
}
.header--dark.header--v4 {
  color: #a8a779;
}
.header--dark.header--v4 .cabinet__icon .icon,
.header--dark.header--v4 .indicator__button--magnifier .icon,
.header--inner.header--v3 .indicator__button--magnifier svg,
.header--main.header--v3 .indicator__button--magnifier svg {
  fill: #a8a779;
}
.header--dark .header__logo {
  display: none;
}
.header--dark .header__nav {
  margin-left: 0;
}
.header--inner,
.header--main {
  color: #fff;
}
.header--inner .logo__img--fixed,
.header--main .logo__img--fixed {
  display: none;
}
.header--inner .callback__btn,
.header--main .callback__btn {
  background: #fff;
  color: #323232;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
}
.header--inner .callback__btn:hover,
.header--main .callback__btn:hover {
  background: #a8a779;
  color: #fff;
}
.header--inner .hamburger__inner,
.header--inner .hamburger__inner:after,
.header--inner .hamburger__inner:before,
.header--inner .nav a:after,
.header--inner .phone:after,
.header--inner.header--v3 .hamburger__inner,
.header--inner.header--v3 .hamburger__inner:after,
.header--inner.header--v3 .hamburger__inner:before,
.header--main .hamburger__inner,
.header--main .hamburger__inner:after,
.header--main .hamburger__inner:before,
.header--main .nav a:after,
.header--main .phone:after,
.header--main.header--v3 .hamburger__inner,
.header--main.header--v3 .hamburger__inner:after,
.header--main.header--v3 .hamburger__inner:before,
.header--v2 .phone:after {
  background: #fff;
}
.header--inner.header--v3,
.header--main.header--v3 {
  top: 26px;
}
.header--inner.header--v3 .phone--btn,
.header--main.header--v3 .phone--btn {
  font-size: 16px;
  font-family: Circe-Bold, sans-serif;
  background: #fff;
  color: #000;
  padding: 0.75em 21px 0.6875em;
  border: none;
}
.header--inner.header--v3 .btn,
.header--main.header--v3 .btn {
  font-size: 17px;
  background: #fff;
  color: #000;
  padding: 10px 20px 9px;
}
.header--inner.header--v3 .indicator__button,
.header--main.header--v3 .indicator__button {
  width: 35px;
  height: 35px;
}
.header--inner.header--v3 .indicator__button--magnifier,
.header--main.header--v3 .indicator__button--magnifier {
  margin-top: -5px;
}
.header--inner.header--v3 .indicator__button--whatsapp,
.header--main.header--v3 .indicator__button--whatsapp {
  margin-left: 23px;
  font-size: 24.51px;
}
.header--inner.header--v3 .header__logo,
.header--main.header--v3 .header__logo {
  display: block;
  margin: 0;
}
.header--inner.header--v3 .header__cabinet,
.header--inner.header--v3 .header__callback,
.header--main.header--v3 .header__cabinet,
.header--main.header--v3 .header__callback,
.header--v2 .nav a {
  margin: 0;
}
.header--inner.header--v3 .cabinet__btn,
.header--main.header--v3 .cabinet__btn {
  padding-left: 20px;
  padding-right: 17px;
}
.header--inner.header--v3 .payment__btn,
.header--main.header--v3 .payment__btn {
  padding-left: 18px;
  padding-right: 18px;
}
.header--inner.header--v4,
.header--main.header--v4 {
  top: 9px;
}
.header--inner.header--v4 .cabinet__link,
.header--main.header--v4 .cabinet__link {
  font-size: 16px;
}
.header--inner.header--v4 .header__wrap,
.header--main.header--v4 .header__wrap {
  min-height: 108px;
}
.header--inner.header--v4 .header__logo img,
.header--main.header--v4 .header__logo img {
  max-width: 100px;
  width: auto;
}
.header--inner.header--v4 .header__contacts,
.header--main.header--v4 .header__contacts {
  width: 78.6%;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.header--inner.header--v4 .header__indicator,
.header--main.header--v4 .header__indicator {
  margin-left: auto;
}
.header--inner.header--v4 .header__nav,
.header--main.header--v4 .header__nav {
  margin-left: 0;
  width: 100%;
  display: block;
}
.header--inner.header--v4 .header__hamburger,
.header--main.header--v4 .header__hamburger {
  display: none;
}
.header--inner .header__logo,
.header--inner.header--v4 .header-contacts__item--callback,
.header--main .header__logo,
.header--main.header--v4 .header-contacts__item--callback {
  display: block;
}
.header--inner.header--v4 .header-contacts__item--callback a,
.header--main.header--v4 .header-contacts__item--callback a {
  text-transform: none;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px;
  text-align: center;
  min-width: 120px;
}
.header--inner.header--v4 .header-contacts__item--social,
.header--main.header--v4 .header-contacts__item--social,
.header--v2 .logo__img--fixed {
  display: none;
}
.header--inner.header--v4 .header-nav,
.header--main.header--v4 .header-nav {
  font-size: 16px;
  line-height: 21px;
}
.header--main.header--v4:not(.header--fixed) .header {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}
.header--main.header--v4:not(.header--fixed)
  .header-contacts__item--callback
  a {
  color: #fff;
  background: #a8a779;
  border-color: #a8a779;
}
.header--main.header--v4:not(.header--fixed) .hamburger__inner,
.header--main.header--v4:not(.header--fixed) .hamburger__inner:after,
.header--main.header--v4:not(.header--fixed) .hamburger__inner:before {
  background: #a8a779;
}
.header--v2 {
  color: #fff;
  position: static;
  background: #a8a779;
  padding: 11px 0 15px;
}
.header--v2 .callback__btn {
  background: #dedede;
  color: #a8a779;
}
.header--v2 .callback__btn:hover {
  border: 1px solid #dedede;
  background: 0 0;
  color: #fff;
}
.header--v2 .phone {
  font-family: Circe-Bold, sans-serif;
  font-size: 1em;
}
.header--v2 .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Circe-Bold, sans-serif;
  line-height: 1.5em;
}
.header--v2 .nav a:after,
.header--v2 .nav:after,
.header--v2 .nav:before {
  content: none;
}
.header--v2 .hamburger__inner,
.header--v2 .hamburger__inner:after,
.header--v2 .hamburger__inner:before {
  background: #fff;
}
.header--v2 .header__nav {
  display: block !important;
}
.header--v3 {
  top: 24px;
}
.header--v3 .btn {
  font-size: 16px;
  padding: 8px 23px;
}
.header--v3 .phone__icon {
  font-size: 18px;
  line-height: 50px;
}
.header--v3 .phone--btn {
  font-family: Circe-Regular, sans-serif;
  font-size: 16px;
  padding: 8px 26px;
}
.header--v3 .nav a {
  margin-right: 46px;
}
.block-program-inner-form__choice-radio-item label:last-child,
.header--fixed.header--v3 .nav a:last-child,
.header--v3 .nav a:last-child {
  margin-right: 0;
}
.header--v3 .hamburger__inner {
  background: #323232;
  width: 38px;
}
.header--v3 .hamburger__inner:after,
.header--v3 .hamburger__inner:before {
  background: #323232;
}
.header--v3 .hamburger__inner:before {
  top: -15px;
}
.header--v3 .hamburger__inner:after {
  bottom: -15px;
}
.header--v3 .callback__btn {
  padding: 9px 23px 7px 22px;
}
.header--v3 .cabinet__btn {
  padding-left: 23px;
  padding-right: 22px;
}
.header--v3 .payment__btn {
  padding-left: 22px;
  padding-right: 22px;
}
.header--v3 + .page-title {
  padding-top: 10.9375em;
}
.header--v3 + .hero {
  padding-top: 185px;
  padding-bottom: 46px;
}
.header--v3 + .hero .breadcrumbs__list {
  font-size: 1.125em;
}
.header--v3 + .hero .hero__title {
  font-size: 4.5em;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 2.15rem;
}
.header--v3 + .hero .hero__breadcrumbs {
  margin-bottom: 0.6em;
}
.header--v3 .header__logo {
  display: none;
}
.header--v3 .header__wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.header--v3 .header__nav {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-order: 6;
  order: 6;
}
.footer-social a.bad-vision,
.header--v3 .header__phone {
  -ms-flex-order: 1;
  order: 1;
}
.header--v3 .header__callback {
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
}
.header--v3 .header__cabinet {
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
}
.header--v3 .header__payment {
  -ms-flex-order: 4;
  order: 4;
}
.header--v3 .header__indicator {
  -ms-flex-order: 5;
  order: 5;
  margin: 0;
}
.header--v4 {
  top: 0;
}
.header--v4 .header-contacts {
  font-size: 16px;
  line-height: 21px;
}
.header--v4 .header-contacts__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header--v4 .header-contacts__item {
  margin-left: 30px;
}
.header--v4 .header-contacts__item:first-child,
.header--v4 .indicator__button:first-child {
  margin-left: 0;
}
.header--v4 .header-contacts__item--callback {
  display: none;
}
.header--v4 .header-nav {
  font-size: 16px;
  line-height: 21px;
}
.header--v4 .indicator__button {
  width: 26px;
  height: 26px;
  margin: 0 0 0 32px;
}
.header--v4 .indicator__button--magnifier .icon {
  fill: #fff;
}
.header--v4 .indicator__button--whatsapp .icon {
  font-size: 16px;
}
.header--v4 .cabinet {
  color: inherit;
}
.header--v4 .cabinet__icon {
  background: 0 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: none;
}
.header--v4 .cabinet__link {
  font-size: 16px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
.header--v4 + .hero {
  padding-top: 138px;
  padding-bottom: 39px;
}
.header--v4 + .hero .breadcrumbs__list {
  font-size: 1.125em;
}
.header--v4 + .hero .hero__title {
  font-size: 4.5em;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 1.85rem;
}
.header--v4 + .hero .hero__breadcrumbs {
  margin-bottom: 9px;
}
.header--v4 .header__wrap {
  min-height: 64px;
}
.header--v4 .header__nav {
  width: 42.4%;
}
.header--v4 .header__contacts {
  margin-left: auto;
  margin-right: 5%;
}
.header--v4 .header__cabinet {
  margin-left: 32px;
  margin-right: 0;
}
.header--static {
  position: static;
  background: #a8a779;
  padding: 30px 0;
}
.header--fixed {
  position: fixed !important;
  top: 0 !important;
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  padding: 10px 0;
  color: #323232;
  z-index: 100;
}
.header--fixed .hamburger__inner,
.header--fixed .hamburger__inner:after,
.header--fixed .hamburger__inner:before {
  background: #323232;
}
.header--fixed .logo__img {
  display: none;
}
.header--fixed .logo__img--fixed {
  display: block;
}
.header--fixed.header--v2 .search__input {
  border: 1px solid #e4e4e4;
}
.header--fixed.header--v2 .callback__btn:hover {
  border: 1px solid #a8a779;
  background: 0 0;
  color: #a8a779;
}
.header--fixed.header--v2 .cabinet__btn {
  border-color: #a8a779;
  color: #a8a779;
}
.header--fixed.header--v2 .cabinet__btn:hover {
  background: #a8a779;
  color: #fff;
}
.header--fixed.header--v2 .nav {
  font-family: Circe-Regular, sans-serif;
}
.header--fixed.header--v3 {
  padding: 15px 0;
}
.header--fixed.header--v3 .header__wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.header--fixed.header--v3 .header__logo {
  margin: 0;
  -ms-flex-order: 1;
  order: 1;
}
.header--fixed.header--v3 .header__nav {
  -ms-flex-order: 1;
  order: 1;
}
.header--fixed.header--v3 .header__indicator,
.header--fixed.header--v3 .header__payment {
  display: none;
}
.header--fixed.header--v3 .header__phone {
  margin: 0;
  -ms-flex-order: 4;
  order: 4;
}
.header--fixed.header--v3 .header__nav {
  margin: 0 0 0 -5px;
}
.header--fixed.header--v3 .header__callback {
  margin: 0;
  -ms-flex-order: 2;
  order: 2;
}
.header--fixed.header--v3 .header__cabinet {
  margin: 0;
  -ms-flex-order: 3;
  order: 3;
}
.header--fixed.header--v3 .nav a {
  margin-right: 42px;
}
.header--fixed.header--v3 .nav__item--hide {
  display: none;
}
.header--fixed.header--v3 .phone__icon {
  line-height: 50px;
}
.header--fixed.header--v3 .phone--btn {
  font-family: Circe-Regular, sans-serif;
  border: none;
  padding: 0;
  font-size: 20px;
  text-decoration: underline;
}
.header--fixed .header__nav .nav a:after,
.header--fixed .header__phone .phone:after,
.header--fixed.header--v3 .hamburger__inner,
.header--fixed.header--v3 .hamburger__inner:after,
.header--fixed.header--v3 .hamburger__inner:before {
  background: #323232;
}
.header--fixed.header--v3 .btn {
  font-size: 20px;
  padding: 10px 20px;
}
.header--fixed.header--v3.header--inner .header__wrap,
.header--fixed.header--v3.header--main .header__wrap {
  -ms-flex-direction: unset;
  flex-direction: unset;
}
.header--fixed.header--v3.header--inner .header__logo,
.header--fixed.header--v3.header--main .header__logo {
  margin: 0;
  -ms-flex-order: 1;
  order: 1;
}
.header--fixed.header--v3.header--inner .header__nav,
.header--fixed.header--v3.header--main .header__nav {
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
}
.header--fixed.header--v3.header--inner .header__callback,
.header--fixed.header--v3.header--main .header__callback {
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
}
.header--fixed.header--v3.header--inner .header__cabinet,
.header--fixed.header--v3.header--main .header__cabinet {
  -ms-flex-order: 4;
  order: 4;
  margin: 0;
}
.header--fixed.header--v3.header--inner .header__phone,
.header--fixed.header--v3.header--main .header__phone {
  margin: 0 23px 0 15px;
  -ms-flex-order: 4;
  order: 4;
}
.header--fixed.header .callback__btn {
  background: #a8a779;
  color: #fff;
}
.header--fixed.header--v4 {
  padding: 0;
  color: #a8a779;
}
.header--fixed.header--v4 .header__nav {
  margin-left: 0;
}
.header--fixed.header--v4 .header__cabinet {
  margin-right: 0;
}
.header--fixed.header--v4 .header-contacts__item--callback a {
  color: #fff;
  background: #a8a779;
  border-color: #a8a779;
}
.header--fixed .header__snowflake .icon,
.header--fixed.header--v4 .cabinet__icon .icon,
.header--fixed.header--v4 .indicator__button--magnifier .icon,
.header--v5 .indicator__button--magnifier svg {
  fill: #a8a779;
}
.header--fixed .header__logo {
  display: block;
}
.header--fixed .header__nav {
  margin-left: auto;
}
.announce-index + .header {
  top: 54px;
}
.announce-index + .header--inner,
.announce-index + .header--main {
  top: 56px;
}
.announce-index + .header--v5.header + .block-landing-breadcrumbs {
  top: 150px;
}
.announce-index + .header--v5.header--inner {
  top: 55px;
}
.announce-index + .header--v4.header--inner {
  top: 37px;
}
.announce-index + .header--v4.header--main:not(.header--fixed) {
  top: 56px;
}
.footer {
  background: #fff;
  border-top: 1px solid #e1e8f4;
  padding-top: 115px;
  padding-bottom: 77px;
}
.footer__logo img {
  width: 95px;
}
.footer__top {
  margin-bottom: 70px;
}
.footer__nav nav {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  line-height: 2.5em;
}
.footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer-social a {
  font-size: 3em;
}
.footer-social a svg {
  width: auto !important;
}
.header--v5 {
  color: #a8a779;
  top: 11px;
}
.header--v5 .header__wrap {
  min-height: 64px;
}
.header--v5 .header__nav {
  margin-left: 0;
  width: 100%;
  display: block;
}
.header--v5 .header-nav,
.header--v5 .header__contacts {
  font-size: 18px;
  line-height: 21px;
}
.header--v5 .header__contacts {
  margin: 0;
}
.header--v5 .header-contacts__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header--v5 .header-contacts__item {
  margin-left: 30px;
}
.header--v5 .header-contacts__item:first-child {
  margin-left: 0;
}
.header--v5 .header-contacts__item--social {
  display: none;
}
.header--v5 .indicator__button {
  width: 26px;
  height: 26px;
  margin-left: 45px;
}
.header--v5 .indicator__button .icon-magnifier-2 {
  font-size: 25px;
}
.header--v5 .indicator__button .icon-whatsapp {
  font-size: 18px;
}
.header--v5 .header-contacts__item--callback {
  display: block;
}
.header--v5 .header-contacts__item--callback a {
  text-transform: none;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px;
  text-align: center;
  min-width: 120px;
}
.header--v5 .cabinet__icon {
  background: 0 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: none;
}
.header--v5 .cabinet__icon .icon {
  fill: #a8a779;
}
.header--v5 .cabinet__link {
  font-size: 18px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #a8a779;
}
.header--v5 .header__indicator {
  margin-left: auto;
}
.header--v5 .header__hamburger {
  display: none;
}
.header--v5 .hamburger__inner,
.header--v5 .hamburger__inner:after,
.header--v5 .hamburger__inner:before {
  background: #a8a779 !important;
}
.header--v5 .header__right {
  max-width: 810px;
}
.header--v5 .header__right-top {
  margin-bottom: 20px;
}
.header--v5 .header-contacts__item--callback .header-contacts__item-link {
  border: none;
  background: #bac7de;
  border-radius: 100px;
  min-width: 140px;
  color: #a8a779;
  font-size: 12px;
  line-height: 1;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.2s;
}
.header--v5 .header-contacts__item--callback .header-contacts__item-link:hover {
  background: #e1e8f4 !important;
  text-decoration: none;
}
.header--v5 .header--fixed {
  padding: 0;
}
.block-program-inner-form__choice-radio-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}
.block-program-inner-form__choice-radio-item:not(:last-child) {
  margin-bottom: 10px;
}
.block-landing-questionnaire__item-right input,
.block-program-inner-form__choice-radio-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.block-program-inner-form__choice-radio-item input:checked + label::after {
  opacity: 1;
}
.block-program-inner-form__choice-radio-item label {
  margin-right: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}
.block-program-inner-form__choice-radio-item label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  border-radius: 50%;
  background: #fff;
}
.block-program-inner-form__choice-radio-item label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a8a779;
  opacity: 0;
  transition: 0.2s;
}
.block-program-inner-form__radio-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #a8a779;
  border-radius: 120px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #a8a779;
  padding: 12px 48px;
  margin-right: 32px;
  white-space: nowrap;
}
.block-program-inner-form__radio-item:not(:last-child) {
  margin-bottom: 20px;
}
.block-program-inner-form__radio-item svg {
  margin-right: 9px;
  display: -ms-flexbox;
  display: flex;
}
.block-program-inner-form__radio-item:hover {
  color: #a8a779;
  text-decoration: none;
}
.block-program-inner-form__radio-item.active {
  border: 2px solid #a8a779;
  background: #e5eef3;
}
.modal__checkbox {
  margin-bottom: 32px;
}
.modal__checkbox label {
  position: relative;
  display: block;
  text-align: left;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.modal__checkbox a {
  color: #000;
  text-decoration: underline;
}
.block-program-inner-form__select {
  display: none;
  margin-top: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  background: 0 0;
  border: none;
  border-bottom: 3px solid #a8a779;
  margin-bottom: 40px;
}
.block-department--programs-inner .block-specialists {
  margin-bottom: 0;
}
.block-program-inner {
  margin-top: 80px;
}
.block-program-inner-form__step-num,
.block-program-inner-form__step-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.block-program-inner-form__step-title {
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 24px;
}
.block-landing-table__content tbody td span,
.block-program-inner-form .block-title {
  display: none;
}
.block-program-inner-form__step-num {
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  background: #e5eef3;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  margin-right: 32px;
}
.block-program-about {
  margin-top: 80px;
}
.block-program-about.block-program-about--wide .block-program-about__wrapper {
  padding: 36px !important;
}
.block-program-about.block-program-about--wide .container {
  max-width: 1300px !important;
  width: 100% !important;
}
.block-program-about__wrapper {
  padding: 64px 40px;
  border: 1px solid #bac7de;
}
.block-program-about__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-program-about__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.block-program-about__clinic,
.block-program-about__name-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #a8a779;
  margin-right: 16px;
}
.block-program-about__clinic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #a8a779;
  border-radius: 20px;
  padding: 7px;
}
.block-program-about__clinic:last-child {
  margin-right: 0;
}
.block-program-about__clinic--1 {
  background: #a8a779;
}
.block-program-about__clinic--3 {
  background: #004f61;
}
.block-program-about__clinic--4 {
  background: #5c7393;
}
.block-program-about__clinic:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.block-program-about__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}
.block-program-about__item {
  margin-bottom: 32px;
}
.block-items__text ul li:last-child,
.block-landing-appointment__text p:last-child,
.block-program-about__item:last-child,
.block-program-about__text p:last-child,
.block-program-about__text ul li:last-child,
.block-program-img__list ul li:last-child {
  margin-bottom: 0;
}
.block-program-about__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.block-program-about__text strong {
  color: #a8a779;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.block-program-about__text p {
  margin-bottom: 12px;
}
.block-program-about__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-program-about__text ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #54678d;
}
.block-program-price {
  margin-top: 80px;
  background: #eff4fd;
  padding: 62px 0;
}
.block-program-price__wrapper {
  border-top: 1px solid #bac7de;
  margin-top: 48px;
  padding-top: 32px;
}
.block-program-price__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-program-price__item-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.17;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-program-price__item-num {
  white-space: nowrap;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #a8a779;
  margin-bottom: 18px;
}
.block-landing-dropdown__more,
.block-program-price__item-btn,
.block-program-price__item-clinic {
  font-weight: 400;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.block-program-price__item-clinic {
  font-size: 16px;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #5c7393;
  border-radius: 20px;
  color: #fff;
  padding: 8px;
}
.block-landing-dropdown__more,
.block-program-price__item-btn {
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  transition: 0.2s;
}
.block-program-price__item-btn {
  background: #bac7de;
  font-size: 18px;
  border-radius: 100px;
}
.block-program-price__item-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-dropdown__more {
  font-size: 16px;
  letter-spacing: 0.05em;
  border: 1px solid #a8a779;
  border-radius: 30px;
  margin-top: 48px;
}
.block-landing-dropdown__more:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-dropdown__content img {
  margin-top: 24px;
  max-width: 100%;
}
.block-program-steps__item-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-program-steps__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.block-program-steps {
  padding: 35px 0 50px;
  background: #eff4fd;
  margin-top: 80px;
}
.block-program-steps__tabs {
  margin-top: 40px;
}
.block-program-steps__tabs-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-program-steps__item-num {
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #a8a779;
  background: #bac7de;
  padding: 13px 28px;
  position: absolute;
  top: -29px;
}
.block-program-steps__tabs-inner {
  margin-top: 32px;
}
.block-program-steps__tabs-inner:first-child {
  margin-top: 0;
}
.block-landing-desc__img img,
.block-program-steps__tabs ul li {
  width: 100%;
}
.block-program-steps__tabs ul li a {
  font-weight: 400;
  font-size: 24px;
  color: #7f8da9;
  padding-bottom: 18px;
  line-height: 1;
  display: block;
  text-align: center;
  border-bottom: 1px solid #bac7de;
}
.block-program-steps__tabs ul li a.active {
  color: #a8a779;
  border-bottom: 3px solid #a8a779;
}
.block-program-steps__tabs ul li a:hover {
  text-decoration: none;
}
.block-program-steps__wrapper {
  border: 2px solid #7f8da9;
  padding: 64px 40px;
  position: relative;
  margin-top: 60px;
}
.block-program-steps__tabs-radio-item {
  margin-bottom: 24px;
}
.block-program-steps__tabs-checkbox label,
.block-program-steps__tabs-radio-item label,
.block-program-steps__tabs-year-item label {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.block-program-steps__tabs-checkbox {
  position: relative;
}
.block-program-steps__tabs-year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-program-steps__tabs-year-item {
  margin-right: 32px;
}
.block-program-steps__tabs-year-item:last-child {
  margin-right: 0;
}
.block-program-img__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-program-img__list ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #a8a779;
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.block-program-img__list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 8px;
  top: 8px;
  background: url(../icons/list-before.svg);
}
.block-program-img {
  margin-top: 80px;
}
.block-program-img__row {
  background: url(../img/landing/program-bg.png);
  background-repeat: no-repeat;
  background-size: 78% 100%;
  background-position: right top;
}
.block-program-img__wrapper {
  padding: 48px 109px 62px 84px;
}
.block-program-img__img {
  margin-top: 40px;
}
.block-landing__main {
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 216px 0 115px;
}
.header__dark {
  color: #a8a779 !important;
}
.header__dark .icon {
  fill: #a8a779 !important;
}
.header__dark .hamburger__inner,
.header__dark .hamburger__inner:after,
.header__dark .hamburger__inner:before {
  background: #a8a779 !important;
}
.block-landing__title {
  font-weight: 400;
  font-size: 56px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-landing-news.block-landing-news--v2 .block-landing-news__title p,
.block-landing__title > span {
  font-weight: 700;
}
.block-landing__title.block-landing__title--mini {
  font-size: 40px;
  max-width: 730px;
}
.block-landing__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #6a6747;
  max-width: 680px;
}
.block-landing__text ul {
  overflow: visible !important;
  list-style-type: disc !important;
  margin-left: 35px;
}
.block-items {
  padding: 40px 0;
  background: #bac7de;
}
.block-items--rows .block-items__title {
  margin-bottom: 0;
}
.block-items--rows .row {
  margin-bottom: -32px;
}
.block-items--rows .col-sm-4 {
  margin-bottom: 32px;
}
.block-items--rows .block-items__item {
  -ms-flex-align: center;
  align-items: center;
}
.block-items__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.block-items__item {
  display: -ms-flexbox;
  display: flex;
}
.block-items__title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #a8a779;
}
.block-items__title + .block-items__text {
  margin-top: 12px;
}
.block-items__title + .block-items__text:empty {
  margin-top: 0;
}
.block-items__text {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.12;
  color: #a8a779;
}
.block-items__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-items__text ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.add-menu__call-btn,
.block-items__img,
.block-landing-img__btn,
.block-landing__btn {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-items__img {
  background: #fff;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 50%;
  margin-right: 22px;
  display: -ms-flexbox;
  display: flex;
}
.block-items__img svg {
  width: 63%;
  height: 63%;
  fill: #fff;
}
.block-items__img .icon-doctor-woman {
  fill: none;
}
.add-menu__call-btn,
.block-landing-img__btn,
.block-landing__btn {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
}
.add-menu__call-btn {
  display: -ms-flexbox;
  display: flex;
  color: #a8a779;
  background: #bac7de;
  width: 100%;
  padding: 13px;
  line-height: 1;
  margin-bottom: 187px;
  max-width: 350px;
  font-weight: 400;
  border-radius: 100px;
}
.add-menu__call-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-img__btn,
.block-landing__btn {
  font-weight: 700;
  background: #d6b94b;
  border-radius: 30px;
}
.block-landing-img__btn {
  display: -ms-flexbox;
  display: flex;
  color: #222 !important;
  width: 295px;
  padding: 12px;
  margin-top: 24px;
}
.block-landing-img__btn:hover,
.block-landing__btn:hover {
  background: #d6b94b;
  text-decoration: none;
  color: #6a6747;
}
.block-landing__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #6a6747;
  padding: 12px 20px;
  min-width: 295px;
  margin-top: 64px;
}
.block-landing-img__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-landing-img__links-item {
  font-weight: 400;
  font-size: 14px;
  color: #a8a779;
  background: #e1e8f4;
  border-radius: 30px;
  padding: 10px 11px;
  margin-right: 13px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.block-landing-img__links-item:hover {
  text-decoration: none;
  background: #e1e8f4;
}
.block-landing-img {
  margin-top: 80px;
}
.block-landing-img__date {
  font-weight: 400;
  font-size: 16px;
  color: #8993a6;
  margin-top: 30px;
  margin-bottom: 16px;
}
.block-landing-img__text,
.block-landing-img__title {
  font-weight: 400;
  font-size: 30px;
  color: #54678d;
  margin-bottom: 16px;
}
.block-landing-img__text {
  font-size: 18px;
  line-height: 1.33;
  color: #222;
}
.block-landing-img__img {
  height: 460px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.block-landing-img__content a,
.block-landing-img__content a:hover {
  color: #54678d;
  text-decoration: none;
}
.block-landing-desc,
.block-landing-reviews {
  margin-top: 80px;
}
.block-landing-reviews .slick-dots {
  bottom: -45px;
}
.block-landing-reviews .slider__slide {
  margin: 0 10px;
}
.block-landing-reviews .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.block-landing-desc .slick-dots {
  bottom: -45px;
}
.block-landing-desc .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.block-landing-desc__text {
  font-weight: 400;
  font-size: 16px;
  color: #a8a779;
  margin-top: 24px;
}
.block-landing-desc .slider__slide {
  margin: 0 10px;
}
.block-landing-doctors {
  margin-top: 80px;
  margin-bottom: 96px;
}
.block-landing-doctors .slick-dots {
  bottom: -45px;
}
.block-landing-doctors .slider__slide {
  margin: 0 10px;
}
.block-landing-doctors .slider__controls--mobile {
  display: none !important;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.block-landing-doctors .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.block-landing-reviews__btn,
.doctors-slider__img-link {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  transition: 0.2s;
}
.block-landing-reviews__btn {
  text-transform: uppercase;
  background: #bac7de;
  width: 100%;
  margin-top: 40px;
  text-decoration: none !important;
  font-size: 18px;
  color: #a8a779;
  padding: 13px;
}
.block-landing-reviews__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-reviews__slider .slick-track,
.block-news__slider .slick-track {
  margin-left: 0;
}
.doctors-slider__img-link {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 16px;
  background: #e1e8f4;
  color: #a8a779;
  padding: 10px 16px;
}
.doctors-slider__img-link:hover {
  text-decoration: none;
  background: #bac7de;
  color: #a8a779;
}
.doctors-slider__experience {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 14.4px;
  text-align: center;
  padding: 4px 8px;
  border-radius: 10px;
  background: #7f8da9;
  color: #fff;
}
.block-landing-doctors__btn,
.doctor-slider__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
}
.doctor-slider__link {
  background: #eff4fd;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  margin-top: 20px;
}
.doctor-slider__link:hover {
  background: #bac7de;
}
.block-landing-doctors__btn {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  padding: 13px;
  margin-top: 40px;
}
.block-landing-doctors__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-call__links {
  background: #a8a779;
  padding: 40px 30px;
}
.block-landing-call__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-call__item:not(:last-child) {
  margin-bottom: 16px;
}
.block-landing-call__item-link,
.block-landing-call__item-text {
  font-weight: 400;
  font-size: 20px;
  color: #e1e8f4;
  text-transform: uppercase;
}
.block-landing-call__item-text {
  margin-right: 16px;
}
.block-landing-call__item-link {
  opacity: 0.5;
  transition: 0.2s;
  text-decoration: none;
}
.block-landing-call__item-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.block-landing-call__item-link--line {
  text-decoration: underline;
}
.block-landing-call__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-call__item-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.block-landing-call__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #000;
  text-align: left;
}
.block-landing-call {
  background: #fff;
  padding: 36px 0;
}
.block-landing-call .row {
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-programs {
  background: #a8a779;
  padding: 92px 0 82px;
}
.block-landing-programs .slick-dots {
  bottom: -45px;
  margin-bottom: 10px;
}
.block-landing-programs .slick-dots button:before {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
.block-landing-programs .slick-dots .slick-active button:before {
  background: #fff;
  opacity: 1;
}
.block-landing-programs .slider__slide {
  margin: 0 10px;
}
.block-landing-programs .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}
.block-landing-programs .slider__nav {
  border: 1px solid #7f8da9;
}
.block-landing-programs .slider__nav:hover {
  border: 1px solid #fbfcff;
}
.block-landing-programs .section__title {
  color: #fff;
}
.block-landing-programs__item-title {
  font-weight: 400;
  font-size: 22px;
  overflow: hidden;
  line-height: 1.09;
  max-height: 74px;
  color: #a8a779;
  margin-bottom: 16px;
  min-height: 80px;
}
.block-landing-programs__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11;
  overflow: hidden;
  max-height: 61px;
  color: rgba(0, 40, 86, 0.5);
  margin-bottom: 20px;
}
.block-landing-programs__item-disabled-text,
.block-landing-programs__item__program-btn {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #a8a779;
}
.block-landing-programs__item__program-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #bac7de;
  border-radius: 30px;
  padding: 13px;
  transition: 0.2s;
  margin-top: 27px;
}
.block-landing-programs__item__program-btn:hover {
  text-decoration: none;
  background: #e1e8f4;
  color: #a8a779;
}
.block-landing-programs__item {
  background: #fff;
  padding: 24px 16px;
  height: 100%;
  min-height: 396px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-programs__item-add {
  font-weight: 400;
  font-size: 14px;
  color: #a8a779;
}
.block-landing-programs__item-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e1e8f4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.block-landing-programs__item-icon svg {
  width: 50%;
  height: 50%;
}
.block-landing-programs__item.disabled {
  background: #e1e8f4;
  border: 1px dashed #8797b4;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.block-landing-programs__item-disabled-icon svg {
  width: 104px;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  fill: #e1e8f4;
}
.block-landing-links__list ul,
.block-landing-links__list ul li a,
.block-landing-programs__item.disabled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-links__list ul,
.block-landing-programs__item.disabled {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-links__list ul li {
  margin-right: 10px;
}
.block-landing-links__list ul li svg {
  fill: #7f8da9;
  transition: 0.2s;
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.block-landing-links__list ul li a {
  font-weight: 400;
  font-size: 40px;
  color: #7f8da9;
  transition: 0.2s;
  white-space: nowrap;
}
.block-landing-links__list ul li a:hover {
  text-decoration: none;
  color: #a8a779;
}
.block-landing-links {
  margin-top: 80px;
}
.block-landing-links__active {
  color: #a8a779 !important;
}
.block-landing-links__active svg {
  fill: #a8a779 !important;
}
.block-landing-links--tabs .block-landing-links__list {
  border-bottom: 1px solid #e1e8f4;
}
.block-landing-links--tabs .block-landing-links__list ul li {
  padding-bottom: 12px;
  position: relative;
}
.block-landing-links--tabs .block-landing-links__list ul li a {
  font-size: 30px;
  text-decoration: none;
}
.block-landing-links--tabs .block-landing-links__list ul li a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #a8a779;
  bottom: 0;
  left: 0;
  position: absolute;
}
.block-landing-appointment__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #7f8da9;
  margin-bottom: 32px;
}
.block-landing-appointment__text p {
  margin-bottom: 10px;
}
.block-landing-appointment__text ul {
  margin-left: 15px;
}
.block-landing-appointment__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-landing-appointment__text ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-landing-appointment__text ul li:last-child {
  margin-bottom: 0;
}
.block-landing-appointment__item-text {
  font-weight: 400;
  font-size: 18px;
  color: #a8a779;
}
.block-landing-appointment__item-img {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.block-landing-appointment__item-img img {
  width: 100%;
  border-radius: 50%;
}
.block-landing-appointment__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-appointment__card {
  background: #a8a779;
  padding: 32px 40px;
}
.block-landing-appointment__card-title {
  font-weight: 400;
  font-size: 35px;
  color: #fbfcff;
  line-height: 1;
  margin-bottom: 16px;
}
.block-landing-appointment__card-text {
  font-weight: 400;
  font-size: 16px;
  color: #7f8da9;
  margin-bottom: 32px;
}
.block-landing-appointment__card-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  padding: 13px;
  background: #bac7de;
  border-radius: 30px;
  width: 100%;
  transition: 0.2s;
}
.block-landing-appointment__card-btn:hover {
  text-decoration: none;
  background: #e1e8f4;
  color: #a8a779;
}
.block-landing-appointment {
  margin-top: 80px;
}
.block-landing-appointment .row .col-xs-12:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-appointment__card-address-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.block-landing-appointment__card-address-item:last-child,
.block-landing-dropdown ol li:last-child,
.block-landing-dropdown__item-text ul li:last-child,
.block-landing-list__list ul li:last-child {
  margin-bottom: 0;
}
.block-landing-appointment__card-address-icon {
  margin-right: 8px;
}
.block-landing-appointment__card-address-icon svg,
.block-landing-register__form .form-group label a,
.block-promotions-form .form-group.field-department_form-processing label a,
.block-promotions-form .form-group.field-department_form-rule label a {
  color: #fff;
}
.block-landing-appointment__card-address {
  margin-bottom: 40px;
}
.block-landing-appointment__card-address-name {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.block-landing-list__title {
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  margin-bottom: 32px;
}
.block-landing-list.block-landing-list--full-bg {
  background: #a8a779;
  padding: 30px 0;
  margin-top: 80px;
}
.block-landing-list.block-landing-list--full-bg:before {
  content: none;
}
.block-landing-list {
  position: relative;
  padding-top: 60px;
}
.block-landing-list:before {
  background: #a8a779;
  width: 100%;
  height: 410px;
  content: "";
  position: absolute;
  top: 0;
  z-index: -100;
}
.block-landing-list__content {
  margin-left: 100px;
}
.block-landing-list__list ul li {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.block-landing-list__list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 8px;
  background: #f1842c;
  border-radius: 50%;
}
.block-landing-calendar__item-img img,
.block-landing-img-slider__img img,
.block-landing-img-slider__slider-img .slider__slide img,
.block-landing-list__img img,
.block-landing-words__img img {
  width: 100%;
}
.block-landing-img-slider__title {
  font-weight: 400;
  font-size: 40px;
  color: #a8a779;
  margin-bottom: 30px;
}
.slider__nav {
  background: 0 0;
  width: 55px;
  height: 55px;
  border: 1px solid #bac7de;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
}
.slider__nav:hover {
  border: 1px solid #a8a779;
}
.slider__prev {
  margin-right: 32px;
}
.block-landing-img-slider__text {
  font-weight: 400;
  font-size: 30px;
  color: #54678d;
  margin-bottom: 32px;
}
.block-landing-img__slider {
  margin-left: 55px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-landing-img .slick-dots {
  bottom: -45px;
}
.block-landing-img .slick-dots button:before {
  border: 1px solid #a8a779;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
.block-landing-img .slick-dots .slick-active button:before {
  background: #a8a779;
  opacity: 1;
}
.block-landing-img__slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.block-landing-img-slider {
  position: relative;
  padding-bottom: 70px;
  margin-top: 80px;
}
.block-landing-img-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: #eff4fd;
}
.block-landing-dropdown__docs .block-landing-dropdown__docs-content a,
.block-landing-img-slider__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-dropdown__item-top.opened .block-landing-dropdown__item-arrow,
.block-landing-img-slider__nav .slider__prev,
.block-landing-img-slider__nav--mobile .slider__prev {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-landing-img-slider__nav--mobile {
  display: none;
  margin-bottom: 24px;
}
.block-landing-calendar__title {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #a8a779;
  margin-bottom: 67px;
}
.block-landing-calendar {
  margin-top: 80px;
  text-align: center;
}
.block-landing-calendar__item-name {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  margin-bottom: 12px;
}
.block-landing-calendar__content,
.block-landing-table__content td {
  text-align: left;
}
.block-landing-calendar__item-subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
}
.block-landing-dropdown__item-link {
  font-weight: 400;
  font-size: 14px;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a8a779;
  background: #fff;
  border-radius: 30px;
  padding: 10px 11px;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: 0.2s;
}
.block-landing-dropdown__item-link:hover {
  text-decoration: none;
  color: #a8a779;
  background: #e1e8f4;
}
.block-landing-dropdown--18 .block-landing-dropdown__item-link {
  font-size: 18px;
}
.block-landing-dropdown__item-link,
.block-landing-dropdown__item-list,
.block-landing-dropdown__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-dropdown__item-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-landing-dropdown__item-top {
  cursor: pointer;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-dropdown__item-arrow {
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s;
}
.block-landing-dropdown__item-arrow svg {
  width: 13px;
}
.block-landing-dropdown__item-title {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
}
.block-landing-dropdown {
  background: #eff4fd;
  padding: 64px 0;
}
.block-landing-dropdown.light-bg {
  background: #fff;
  padding: 0;
}
.block-landing-dropdown.light-bg .block-landing-dropdown__item-link {
  background: #eff4fd;
}
.block-landing-dropdown.light-bg .block-landing-dropdown__item-link:hover,
.block-landing-table__content thead,
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table table thead {
  background: #bac7de;
}
.block-landing-dropdown ol {
  overflow: visible;
  list-style-type: decimal;
}
.block-landing-dropdown ol li {
  margin-bottom: 7px;
  margin-left: 18px;
}
.block-landing-dropdown__item.block-landing-dropdown__item--visible {
  border-top: none;
  padding: 0;
}
.block-landing-dropdown__item.block-landing-dropdown__item--visible
  .block-landing-dropdown__item-inner {
  display: block;
}
.block-landing-dropdown__item-inner {
  display: none;
  margin-top: 28px;
}
.block-landing-dropdown__docs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.block-landing-dropdown__docs ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(65px, auto) 1fr;
  grid-template-columns: minmax(65px, auto) 1fr;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.block-landing-dropdown__docs .block-landing-dropdown__docs-content h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #54678d;
  margin-bottom: 12px;
}
.block-landing-dropdown__docs .block-landing-dropdown__docs-content a {
  gap: 16px;
}
.block-landing-dropdown__docs .block-landing-dropdown__docs-content a span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a779;
}
.block-landing-dropdown__docs .block-landing-dropdown__docs-num {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #a8a779;
  background: #e1e8f4;
  border-radius: 5px;
  padding: 2px 7px;
  white-space: nowrap;
  min-width: 51px;
  text-align: center;
}
.block-landing-dropdown__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #a8a779;
}
.block-landing-dropdown__item-text a {
  color: #a8a779;
  text-decoration: underline;
}
.block-landing-dropdown__item-text a:hover {
  color: #7f8da9;
}
.block-landing-dropdown__item-text p {
  margin-bottom: 12px;
}
.block-landing-dropdown__item-text ul {
  margin-left: 15px;
  margin-bottom: 14px;
}
.block-landing-dropdown__item-text h3 {
  color: #a8a779;
  font-size: 22px;
  margin-bottom: 14px;
}
.block-landing-dropdown__item-text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-landing-dropdown__item-text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #a8a779;
}
.block-landing-dropdown__item-text ol {
  overflow: visible !important;
  margin-left: 30px;
  list-style-type: decimal;
}
.block-landing-dropdown__item-text ol li:not(:last-child) {
  margin-bottom: 10px;
}
.block-landing-dropdown__item {
  border-top: 1px solid #bbb;
  padding: 20px 0;
}
.block-landing-questions__text {
  color: #a8a779;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 32px;
}
.block-landing-questions {
  margin-top: 80px;
}
.location-main__addresses-nav {
  margin-top: 25px;
}
.reviews-slider__more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  transition: 0.1s;
}
.reviews-slider__more svg {
  height: 43px;
  width: 32px;
}
.block-landing-price__title,
.section-price__title {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-price__subtitle-items,
.block-landing-price__title,
.section-price__subtitle-items,
.section-price__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-price__subtitle,
.section-price__subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #7f8da9;
}
.block-landing-price__subtitle:not(:last-child),
.section-price__subtitle:not(:last-child) {
  margin-right: 45px;
}
.block-landing-price__item-nums,
.section-price__item-nums {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section-price__item-nums--grid,
.section-price__subtitle--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 98px 98px 98px;
  grid-template-columns: 98px 98px 98px;
}
.section-price__subtitle--grid .section-price__subtitle {
  margin-right: 0;
  text-align: center;
}
.section-price__item-nums--grid .section-price__item-num {
  margin-right: 0 !important;
  text-align: center;
}
.block-landing-price__item,
.section-price__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #bac7de;
  padding: 32px 0;
}
.block-landing-price__item-num,
.section-price__item-num {
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  color: #002358;
}
.block-landing-price__item-num:not(:last-child),
.section-price__item-num:not(:last-child) {
  margin-right: 45px;
}
.block-landing-price__item-name,
.section-price__item-name {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  margin-right: 7px;
}
.section-price__item-name {
  font-size: 20px;
}
.block-landing-price__title-item,
.section-price__title-item {
  font-weight: 400;
  font-size: 24px;
  color: #7f8da9;
}
.block-landing-price__btn {
  font-weight: 400;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  border: 1px solid #a8a779;
  border-radius: 30px;
  transition: 0.2s;
  margin-top: 40px;
}
.block-landing-price__btn:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-price {
  margin-top: 80px;
}
.block-landing-price.block-landing-price--blue {
  background: #eff4fd;
  padding: 64px 0;
}
.block-landing-calendar__btn-submit,
.block-landing-price.block-landing-price--blue .block-landing-price__btn {
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.block-landing-price.block-landing-price--blue .block-landing-price__btn {
  background: #bac7de;
  transition: 0.2s;
  border: none;
  font-size: 18px;
  color: #a8a779;
  width: 100%;
  padding: 13px;
}
.block-landing-price.block-landing-price--blue .block-landing-price__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-calendar__btn-submit {
  background: #cbcbcb;
  font-size: 16px;
  color: #fff;
  padding: 18px;
  text-decoration: none;
  width: 280px;
}
.block-landing-calendar__btn-submit:hover {
  text-decoration: none;
  color: #fff;
}
.block-landing-calendar__btn-submit,
.block-landing-calendar__btns,
.block-landing-price.block-landing-price--blue .block-landing-price__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-calendar__checkbox {
  margin-bottom: 24px;
}
.block-landing-calendar__btn-choice,
.block-landing-calendar__btn-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.block-landing-calendar__btn-choice {
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #949494;
  border-radius: 100px;
  padding: 18px;
  width: 280px;
  margin-right: 28px;
}
.block-landing-calendar__btn-text {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
.block-landing-calendar__btn-icon {
  margin-right: 16px;
}
.block-landing-calendar__btn-icon svg,
.block-landing-calendar__more {
  display: -ms-flexbox;
  display: flex;
}
.block-landing-calendar__more {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  border: 1px solid #a8a779;
  border-radius: 100px;
}
.block-landing-calendar__more,
.block-landing-calendar__more:hover {
  text-decoration: none;
  color: #a8a779;
}
.block-landing-calendar__item {
  margin-bottom: 40px;
}
.block-departments__item-title {
  font-weight: 400;
  font-size: 22px;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-departments__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11;
  color: rgba(0, 40, 86, 0.5);
  margin-bottom: 48px;
}
.block-departments {
  background: #eff4fd;
  padding: 0 0 64px;
  position: relative;
}
.block-departments:after {
  content: "";
  position: absolute;
  top: -410px;
  left: 0;
  right: 0;
  background: #eff4fd;
  height: 420px;
  width: 100%;
  z-index: -10;
}
.block-departments__title {
  font-weight: 400;
  font-size: 40px;
  color: #a8a779;
  margin-bottom: 48px;
}
.block-departments__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e1e8f4;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-bottom: 27px;
}
.block-departments__item-icon svg {
  height: 55%;
  width: 55%;
}
.block-departments__items-col {
  margin-bottom: 30px;
}
.block-departments__item {
  height: 100%;
  background: #fff;
  padding: 24px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-departments__item-btn,
.block-departments__link {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
}
.block-departments__item-btn {
  background: #a8a779;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
}
.block-departments__item-btn:hover {
  color: #e1e8f4;
  background: #54678d;
  text-decoration: none;
}
.block-departments__link {
  font-size: 18px;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  margin-top: 48px;
}
.block-departments__link:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-price__title-mini .block-landing-price__subtitle-items,
.block-landing-price__title-mini .block-landing-price__title-item {
  font-weight: 400;
  font-size: 18px;
  color: #7f8da9;
}
.block-landing-dropdown__price-item {
  padding-top: 50px;
}
.block-landing-img__slider-nav .slider__prev,
.slider__controls .slider__prev,
.slider__controls--mobile .slider__prev {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-landing-dropdown__btn {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  padding: 13px;
  margin-top: 48px;
}
.block-landing-dropdown__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-dropdown__btn,
.block-landing-dropdown__item-more,
.block-landing-img__tag {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s;
}
.block-landing-dropdown__item-more {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bac7de;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
}
.block-landing-dropdown__item-more svg {
  width: 21px;
  height: 21px;
}
.block-landing-dropdown__item-more:hover {
  border: 1px solid #a8a779;
}
.block-landing-img__tag {
  font-weight: 400;
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #a8a779;
  padding: 10px 27px;
  margin-bottom: 24px;
  background: #e1e8f4;
  border-radius: 30px;
}
.block-landing-img__tag:hover {
  background: #bac7de;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-words__subtitle,
.block-landing-words__title {
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-landing-words__title {
  line-height: 1;
  font-size: 24px;
}
.block-landing-words__subtitle {
  font-size: 16px;
  text-transform: uppercase;
}
.block-landing-words__subtitle span {
  text-transform: uppercase;
}
.block-landing-programs.block-landing-programs--top {
  margin-top: 0 !important;
}
.block-landing-programs__more {
  font-weight: 400;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 13px;
  transition: 0.2s;
}
.block-landing-programs__more:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}
.block-landing-words__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-words__text p:not(:last-child) {
  margin-bottom: 8px;
}
.block-landing-words {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-words:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 390px;
  background: #bac7de;
}
.block-landing-cols__content {
  background: #e1e8f4;
  padding: 48px 40px;
  height: 100%;
}
.block-landing-cols--reverse .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block-landing-cols__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-centers__text p:not(:last-child),
.block-landing-cols__text p:not(:last-child) {
  margin-bottom: 10px;
}
.block-landing-cols__text ul {
  margin: 10px;
}
.block-landing-cols__text ul li {
  position: relative;
  padding-left: 12px;
}
.block-landing-cols__text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.block-landing-cols__text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #a8a779;
}
.block-landing-cols__img {
  height: 100%;
}
.block-landing-cols__img img {
  width: 100%;
  height: 100%;
}
.block-landing-cols {
  margin-top: 60px;
}
.block-landing-cols .section__title {
  margin-bottom: 48px;
}
.block-landing-white-space {
  height: 80px;
}
.block-landing-time {
  margin-top: 53px;
}
.block-landing-table {
  margin-top: 80px;
}
.block-landing-table .section__title {
  margin-bottom: 28px;
  text-align: left;
}
.block-landing-table__content td,
.block-landing-table__content th {
  padding: 16px;
}
.block-landing-table__content thead th {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #a8a779;
  text-align: center;
  vertical-align: middle;
}
.block-landing-table__content thead th:nth-child(2n) {
  text-align: left;
}
.block-landing-table__content tbody td:first-child {
  text-align: center;
}
.block-landing-table__content tbody tr {
  padding: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #a8a779;
}
.block-landing-table__content tbody tr:nth-child(2n) {
  background: #eff4fd;
}
.block-landing-time__icon {
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
}
.block-landing-time__icon svg {
  width: 40px;
  height: 40px;
}
.block-landing-time__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-time__title {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
}
.block-landing-doctors.block-landing-doctors--top {
  margin-top: 120px;
}
.block-landing-hospital-call {
  background: #bac7de;
  padding: 72px;
}
.block-landing-hospital-call .block-landing-call__links {
  position: absolute;
  top: 0;
  right: 0;
  width: 618px;
}
.block-landing-centers__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  border: 1px solid #a8a779;
  border-radius: 30px;
  transition: 0.2s;
  margin-top: 16px;
}
.block-landing-centers__link:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-add {
  background: #eff4fd;
  padding: 64px 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.block-landing-add .row,
.block-landing-add__item {
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-landing-add__item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.block-landing-add__item:not(:last-child) {
  margin-right: 45px;
}
.block-landing-add__item-content,
.block-promo-doctor__text ul li ul {
  margin-top: 10px;
}
.block-landing-add__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-landing-add__item-text {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.12;
  color: #a8a779;
}
.block-landing-add__item-icon {
  background: #fff;
  min-height: 64px;
  min-width: 64px;
  border-radius: 50%;
  margin-right: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-add__item-icon svg {
  width: 38px;
  height: 34px;
}
.block-landing-add__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-landing-centers {
  margin-top: 80px;
  margin-bottom: 80px;
}
.block-landing-centers .section__title {
  margin-bottom: 70px;
}
.block-landing-centers.block-landing-centers--list
  .block-landing-centers__item {
  border: none;
  padding: 0;
  min-height: auto;
}
.block-landing-centers.block-landing-centers--list
  .block-landing-centers__item:nth-child(2n-1)
  .row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.block-landing-centers.block-landing-centers--list .row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.block-landing-centers.block-landing-centers--list .block-landing-centers__img {
  position: relative;
  top: auto;
}
.block-landing-centers.block-landing-centers--list
  .block-landing-centers__title {
  font-size: 40px;
}
.block-landing-centers.block-landing-centers--list
  .block-landing-centers__text {
  margin-right: 140px;
  font-size: 18px;
}
.block-landing-centers.block-landing-centers--list
  .block-landing-centers__link {
  max-width: 300px;
}
.block-landing-centers__item {
  border: 2px solid #bac7de;
  padding: 38px 78px;
  position: relative;
  min-height: 330px;
}
.block-landing-centers__item:not(:last-child) {
  margin-bottom: 57px;
}
.block-landing-centers.block-landing-centers--reverse
  .block-landing-centers__item:nth-child(2n)
  .row,
.block-landing-centers__item:nth-child(2n-1) .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block-landing-centers__img {
  position: absolute;
  display: block;
  top: -80px;
}
.block-landing-centers__img img,
.block-landing-news__img img,
.block-landing-register__picture img {
  width: 100%;
}
.block-landing-centers__title {
  font-weight: 400;
  font-size: 24px;
  color: #a8a779;
  margin-bottom: 16px;
  display: block;
}
.block-landing-centers__title:hover {
  color: #a8a779;
  text-decoration: none;
}
.block-landing-centers__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #222;
}
.block-landing-centers__text ul,
.block-landing-items-cols__item-text p {
  margin-bottom: 10px;
}
.block-landing-centers__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-landing-centers__text ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #a8a779;
}
.block-landing-centers__text ol li:last-child,
.block-landing-centers__text ul li:last-child,
.block-landing-dropdown__program-text ul li:last-child,
.block-landing-video__content-list ul li:last-child,
.block-landing-video__content-text ul li:last-child {
  margin-bottom: 0;
}
.block-landing-centers__text ol {
  overflow: visible;
  margin-left: 17px;
  list-style-type: decimal;
}
.block-landing-centers__text ol li {
  margin-bottom: 7px;
}
.block-landing-centers.block-landing-centers--reverse
  .block-landing-centers__item:nth-child(2n-1)
  .row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.block-landing-news {
  position: relative;
  padding: 62px 0;
}
.block-landing-news .row {
  -ms-flex-align: end;
  align-items: flex-end;
}
.block-landing-news.block-landing-news--v2 .row {
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-news.block-landing-news--v2 .block-landing-news__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #bac7de;
}
.block-landing-news.block-landing-news--v2 .block-landing-news__img img {
  padding: 58px 76px;
}
.block-landing-news:before,
.block-landing-preparation:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  background: #eff4fd;
}
.block-landing-news:before {
  bottom: 0;
  height: 405px;
}
.block-landing-news__title {
  font-weight: 400;
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}
.block-landing-news__title,
.block-landing-news__title:hover {
  text-decoration: none;
  color: #a8a779;
}
.block-landing-news__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-landing-news__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  width: 472px;
  padding: 13px;
  border: 1px solid #a8a779;
  border-radius: 30px;
  transition: 0.2s;
}
.block-landing-news__link:hover {
  text-decoration: none;
  color: #a8a779;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-preparation__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background: #bac7de;
  padding: 33px 16px;
}
.block-landing-preparation__item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  color: #a8a779;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.block-landing-preparation__item-icon {
  background: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-preparation__item-icon svg,
.block-landing-titles-cols__list ul li .block-landing-titles-cols__icon svg {
  width: 60%;
  height: 60%;
}
.block-landing-preparation {
  padding-top: 64px;
  margin-top: 80px;
  position: relative;
}
.block-landing-preparation:before {
  top: 0;
  height: 276px;
}
.block-landing-preparation__item-link {
  font-weight: 400;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779;
}
.block-landing-preparation__item-link:hover {
  color: #a8a779;
}
.block-landing-register {
  margin-top: 80px;
}
.block-landing-register .help-block {
  color: #a94442;
}
.block-landing-register .row {
  max-width: 1072px;
  margin: 0 auto;
}
.block-landing-register--reverse .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block-landing-register__form-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #fbfcff;
  margin-bottom: 8px;
}
.block-landing-register__form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #fbfcff;
  margin-bottom: 24px;
}
.block-landing-register__form {
  background: #a8a779;
  padding: 48px 57px;
  width: 562px;
  margin-left: -140px;
  margin-top: 48px;
}
.block-landing-register__form .radio-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.block-landing-register__form .radio-btn input[type="radio"]:checked + span {
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #a8a779;
  background: #bac7de;
  border-radius: 30px;
  padding: 14px;
}
.block-landing-register__form .radio-btn label {
  margin: 0;
  position: relative;
}
.block-landing-register__form .radio-btn label p {
  color: #a8a779;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  border-radius: 12px;
  background: #f1842c;
  padding: 3px 10px;
  position: absolute;
  top: -10px;
  right: 0;
}
.block-landing-register__form .radio-btn span {
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #e1e8f4;
  background: 0 0;
  border-radius: 30px;
  padding: 14px;
  border: 1px solid #e1e8f4;
}
.block-landing-register__form .form-control.input {
  border: 1px solid #bac7de;
  border-radius: 5px;
}
.block-landing-event-form__content
  form
  .form-group.field-department_form-processing
  label,
.block-landing-event-form__content
  form
  .form-group.field-department_form-rule
  label,
.block-landing-register__form .form-group label,
.block-promotions-form .form-group.field-department_form-processing label,
.block-promotions-form .form-group.field-department_form-rule label {
  font-weight: 400 !important;
  font-size: 16px;
  color: #fff;
}
.block-landing-register__btn {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  margin-top: 24px;
}
.block-landing-register__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-preparation-one {
  background: #eff4fd;
  padding: 64px 0;
  margin-top: 80px;
}
.block-landing-preparation-one .row,
.block-landing-preparation-one__item {
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-preparation-one .block-landing-preparation__item-icon {
  margin-bottom: 0;
  margin-right: 24px;
}
.block-landing-preparation-one .block-landing-preparation__item-title {
  margin-bottom: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.block-landing-preparation-one__item {
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
}
.block-landing-video__content-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-landing-video__content-list ul li,
.block-landing-video__content-text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.block-landing-video__content-list ul li:before,
.block-landing-video__content-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 8px;
  top: 5px;
  background: url(../icons/list-before.svg);
}
.block-landing-video {
  margin-top: 80px;
  position: relative;
}
.block-landing-video:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 240px;
  top: 35%;
  background: #bac7de;
  z-index: -10;
}
.block-landing-video .container,
.block-landing-video-content .container {
  max-width: 937px !important;
}
.block-landing-video .container.title-container {
  max-width: 1300px !important;
}
.block-landing-video-content {
  margin-top: 40px;
}
.block-landing-video__video iframe {
  width: 100%;
  height: 528px;
}
.block-landing-video__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-video__content-text p:not(:last-child) {
  margin-bottom: 15px;
}
.block-landing-video__content-text ul {
  margin-bottom: 15px;
}
.block-landing-video__content-item {
  margin-bottom: 20px;
}
.block-landing-video__content-item:not(:last-child) {
  border-bottom: 1px solid #bbb;
  padding-bottom: 28px;
}
.block-landing-video__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-landing-questions__program-btn {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  margin-top: 60px;
}
.block-landing-questions__program-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-dropdown__program-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-dropdown__program-item:not(:last-child) {
  margin-bottom: 16px;
}
.block-landing-dropdown__program-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #a8a779;
  margin-right: 10px;
}
.block-landing-dropdown__program-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #a8a779;
  background: #e1e8f4;
  border-radius: 20px;
  padding: 7px;
  white-space: nowrap;
}
.block-landing-questions__clinic-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #a8a779;
  border-radius: 20px;
  padding: 7px;
  display: inline-block;
}
.block-landing-questions__clinic-name--1 {
  background: #a8a779;
}
.block-landing-questions__clinic-name--3 {
  background: #004f61;
}
.block-landing-questions__clinic-name--4 {
  background: #5c7393;
}
.block-landing-dropdown__program-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #a8a779;
}
.block-landing-dropdown__program-text p:not(:last-child) {
  margin-bottom: 12px;
}
.block-landing-dropdown__program-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #a8a779;
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.block-landing-dropdown__program-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 8px;
  top: 8px;
  background: url(../icons/list-before.svg);
}
.block-landing-indent {
  height: 180px;
}
.block-landing-indent--140 {
  height: 140px;
}
.block-landing-price--border {
  padding-top: 64px;
  border-top: 1px solid #bac7de;
}
.block-landing-price__top-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 48px;
}
.block-landing-items-cols {
  margin-top: 80px;
}
.block-landing-items-cols .row .col-xs-12 {
  margin-bottom: 28px;
}
.block-landing-items-cols .row {
  margin-bottom: -28px;
}
.block-landing-items-cols__item {
  background: #eff4fd;
  padding: 24px 20px;
  height: 100%;
}
.block-landing-items-cols__item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-landing-items-cols__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #222;
}
.block-landing-about__add-text ul li:last-child,
.block-landing-about__item-text ol li:last-child,
.block-landing-about__item-text ul li:last-child,
.block-landing-advantages__minus-list ul li:last-child,
.block-landing-advantages__plus-list ul li:last-child,
.block-landing-img-link__text ul li:last-child,
.block-landing-img-text__text ol:last-child,
.block-landing-img-text__text ul li:last-child,
.block-landing-items-cols__item-text p:last-child,
.block-landing-items-cols__item-text ul li:last-child,
.block-landing-slide-tabs__text ul li:last-child,
.block-landing-video-price__text ul li:last-child,
.block-promo-doctor__text ul li:last-child {
  margin-bottom: 0;
}
.block-landing-items-cols__item-text ul {
  margin-left: 15px;
}
.block-landing-items-cols__item-text ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}
.block-landing-items-cols__item-text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-landing-items-cols__item-icon {
  margin-bottom: 24px;
}
.block-landing-items-cols__item-icon svg {
  width: 44px;
  height: 46px;
}
.block-landing-questions-links {
  margin-top: 60px;
}
.block-landing-questions-links__item {
  border: 1px solid #bac7de;
  padding: 42px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.block-landing-questions-links__item-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #a8a779;
  max-width: 390px;
  margin-right: 10px;
}
.block-landing-questions-links__item-icon {
  background: #eff4fd;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-preparation-slider {
  padding-top: 64px;
  margin-top: 80px;
  position: relative;
}
.block-landing-preparation-slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 276px;
  background: #eff4fd;
}
.block-landing-preparation-slider .slider__slide {
  margin: 0 13px;
}
.block-landing-img-link__link,
.block-landing-preparation-slider .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-preparation-slider .section__title {
  margin-bottom: 26px;
}
.block-landing-preparation-slider .block-landing-preparation__item {
  min-height: 270px;
}
.block-landing-img-link__link {
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  border: 1px solid #a8a779;
  border-radius: 30px;
  transition: 0.2s;
  margin-top: 16px;
}
.block-landing-img-link__link:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-img-link__wrapper {
  border: 2px solid #bac7de;
  padding: 64px 33px;
  max-width: 1160px;
  margin-right: 0;
  margin-left: auto;
}
.block-landing-img-link__img-content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.block-landing-img-link__img {
  position: absolute;
  top: 0;
  left: -135px;
  height: 100%;
}
.block-landing-event-form__form .clinics-item button svg,
.block-landing-img-link__img img,
.tax-form__content .clinics-item button svg {
  width: 100%;
  height: 100%;
}
.block-landing-img-link__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.block-landing-img-link__text p:not(:last-child) {
  margin-bottom: 16px;
}
.block-landing-img-link__text ul,
.block-landing-video-price__text ul {
  margin-left: 20px;
}
.block-landing-img-link__text ul li,
.block-landing-video-price__text ul li,
.block-promo-doctor__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-landing-img-link__text ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-landing-img-link {
  margin-top: 80px;
}
.block-landing-img-link .section__title {
  margin-bottom: 40px;
}
.block-landing-num-list.block-landing-num-list--time
  .block-landing-num-list__text
  h3,
.block-landing-num-list.block-landing-num-list--time
  .block-landing-num-list__text
  p,
.block-landing__program .block-landing__text {
  font-size: 18px;
}
.block-landing__program .block-landing__title {
  max-width: 725px;
}
.block-landing__program .block-landing__btn {
  margin-top: 32px;
}
.block-landing-video-reviews__item-disabled-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 39px;
}
.block-landing-video-reviews .slider__slide {
  margin: 0 10px;
}
.block-landing-video-reviews__item-add {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  color: #a8a779;
}
.block-landing-video-reviews__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 520px;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.block-landing-video-reviews__item iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.block-landing-video-reviews__item.disabled {
  background: #bac7de;
  border: 1px solid #fff;
  padding: 16px;
}
.block-landing-video-reviews__item-disabled-icon {
  margin-bottom: 48px;
}
.block-landing-video-reviews__item-disabled-icon svg {
  fill: transparent;
  height: 104px;
  width: 104px;
}
.block-landing-video-list,
.block-landing-video-reviews {
  margin-top: 80px;
}
.block-landing-video-reviews .slider__controls--mobile {
  display: none !important;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.block-landing-video-reviews .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.block-landing-video-list .slick-slide {
  margin: 0 16px;
}
.block-landing-video-list .slick-list {
  margin: 0 -16px;
}
.block-landing-video-list .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.block-landing-video-reviews__item-text {
  margin-top: 22px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #a8a779;
}
.block-landing-video-price {
  margin-top: 80px;
}
.block-landing-video-price__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-landing-video-price__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-landing-video-price__price {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-landing-video-price__btn {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  margin-bottom: 24px;
}
.block-landing-video-price__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-video-price__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #a8a779;
}
.block-landing-img-text__text ul li:before,
.block-landing-video-price__text ul li:before,
.block-promo-doctor__text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-landing-video-price__video {
  min-width: 834px;
  position: relative;
  height: 528px;
  background: #a8a779;
  padding: 40px;
  min-height: 528px;
  max-width: 834px;
  margin-right: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-video-price__video embed,
.block-landing-video-price__video iframe,
.block-landing-video-price__video object {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.block-landing-video-price__bg {
  height: 100%;
  width: 100%;
}
.block-landing-video-price__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-landing-video-price__play {
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
}
.block-landing-video-price__play svg {
  height: 80px;
  width: 80px;
  fill: transparent;
}
.block-landing-article-link {
  margin-top: 160px;
  margin-bottom: 140px;
}
.block-landing-article-link__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-landing-article-link__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #a8a779;
}
.block-landing-article-link__content {
  position: relative;
  border: 2px solid #bac7de;
  padding: 43px 32px;
}
.block-landing-article-link__img {
  position: absolute;
  top: -48%;
}
.block-landing-article-link__img img {
  width: 100%;
}
.block-landing-article-link__btn {
  font-weight: 400;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  border: 1px solid #a8a779;
  border-radius: 30px;
  transition: 0.2s;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 280px;
  margin-top: 47px;
}
.block-landing-article-link__btn:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-article-link__img--mobile {
  display: none;
}
.block-promotions-form__content {
  background: #a8a779;
  padding: 48px;
}
.block-promotions-form {
  margin-top: 80px;
}
.block-promotions-form .form-control.input {
  border: 1px solid #bac7de;
  border-radius: 5px;
  font-size: 18px;
}
.block-promotions-form .form-control.input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #111;
}
.block-landing-event-form__content form .form-control.input::placeholder,
.block-promotions-form .form-control.input::placeholder {
  font-size: 18px;
  line-height: 1;
  color: #111;
}
.block-landing-event-form__content
  form
  .form-group.field-department_form-processing
  label
  a,
.block-landing-event-form__content
  form
  .form-group.field-department_form-rule
  label
  a,
.block-promotions-form .form-group label,
.block-promotions-form .form-group label a,
.block-promotions-form .help-block {
  color: #fff;
}
.block-promotions-form__list {
  background: #e1e8f4;
  padding: 47px 42px;
  position: relative;
}
.block-promotions-form__list:after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 5%;
  width: 90%;
  height: 18px;
  background: #bac7de;
}
.block-promotions-form__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  color: #a8a779;
  max-width: 280px;
}
.block-promotions-form__item-text span {
  font-weight: 700;
}
.block-promotions-form__item-text a {
  text-decoration: underline;
  font-weight: 700;
  color: #a8a779;
  display: block;
}
.block-promotions-form__form-title {
  font-weight: 400;
  font-size: 35px;
  color: #fbfcff;
  line-height: 1.29;
  margin-bottom: 4px;
}
.block-promotions-form__form {
  padding: 0 90px 0 70px;
  margin-left: 20px;
  border-left: 1px solid #7f8da9;
}
.block-promotions-form__form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.38;
  color: #fbfcff;
  margin-bottom: 30px;
}
.block-promotions-form__btn,
.block-promotions-form__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-promotions-form__btn {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  transition: 0.2s;
  padding: 13px;
  margin-top: 40px;
  border-radius: 100px;
  width: 100%;
}
.block-promotions-form__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-promotions-form__item-icon {
  border: 1px solid #a8a779;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  width: 72px;
  border-radius: 50%;
  margin-right: 24px;
}
.block-promotions-form__item-icon svg {
  fill: #a8a779;
  width: 50%;
  height: 50%;
}
.block-promotions-form__list-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.29;
  color: #a8a779;
  margin-bottom: 40px;
}
.block-promotions-form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-promotions-form__item:not(:last-child) {
  margin-bottom: 32px;
}
.block-landing-app {
  background: #e1e8f4;
  padding: 42px 0;
  margin-top: 220px;
}
.block-landing-app__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.07;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-landing-app__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #a8a779;
}
.block-landing-app__content {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-app__img {
  display: inline-block;
  position: absolute;
  bottom: -50px;
}
.block-landing-app__img img {
  height: 365px;
}
.block-landing-app__img--mobile,
.block-landing-app__img--tablet,
.block-landing-doctors-info .slider__controls.slider__controls--mobile,
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table:before {
  display: none;
}
.block-landing-app__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
}
.block-landing-app__link {
  display: block;
}
.block-landing-app__link:not(:last-child) {
  margin-right: 16px;
}
.block-landing-app__link:hover svg {
  fill: #a8a779;
}
.block-landing-app__link img,
.block-promo-doctor__img img {
  width: 100%;
}
.block-landing-app__link svg {
  fill: #54678d;
  height: 48px;
  width: 48px;
  transition: 0.2s;
}
.block-landing-app__content {
  padding: 0 30px;
}
.block-landing-app__content-apps {
  max-width: 100% !important;
  border-right: 2px solid #bac7de;
  padding: 0 54px;
}
.block-landing-app__cols,
.block-promo-doctor .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-promo-doctor__add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-promo-doctor__img {
  width: 100%;
  text-align: center;
}
.block-promo-doctor__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-landing-img-text__text p:not(:last-child),
.block-landing-tabs__text ol li:not(:last-child),
.block-promo-doctor__text p:not(:last-child) {
  margin-bottom: 10px;
}
.block-promo-doctor__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-promo-doctor__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.block-promo-doctor__spec {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-payment__wrapper,
.block-promo-doctor__wrapper {
  position: relative;
  padding: 35px 50px 35px 0;
}
.block-promo-doctor__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #e1e8f4;
  height: 100%;
  width: 91%;
}
.block-payment__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 84%;
  border: 1px solid #bac7de;
}
.block-promo-doctor {
  margin-top: 58px;
}
.block-title-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-title-list__item:not(:last-child) {
  margin-bottom: 24px;
}
.block-title-list {
  margin-top: 80px;
}
.block-title-list .section__title {
  max-width: 405px;
}
.block-title-list__img {
  min-width: 90px;
  min-height: 90px;
  margin-right: 24px;
}
.block-title-list__img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.block-title-list__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  color: #a8a779;
}
.block-landing-doctors-info__name {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 8px;
}
.block-landing-doctors-info__spec {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.39;
  color: #fff;
  margin-bottom: 5px;
}
.block-landing-doctors-info__wrapper {
  position: relative;
  padding: 32px 32px 32px 0;
}
.block-landing-doctors-info__wrapper:before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #a8a779;
}
.block-landing-doctor-comment__img img,
.block-landing-doctors-info__img img,
.block-landing-tabs__img img {
  width: 100%;
}
.block-landing-doctors-info__degree,
.block-landing-doctors-info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #fff;
  margin-bottom: 16px;
}
.block-landing-doctors-info__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 32px;
  display: block;
}
.block-landing-doctors-info__link,
.block-landing-doctors-info__link:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
}
.block-landing-doctors-info__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-landing-doctors-info__experience {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #a8a779;
  background: #7f8da9;
  border-radius: 20px;
  padding: 11px 12px;
  white-space: nowrap;
}
.block-landing-doctors-info__record {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
}
.block-landing-doctors-info__record:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-doctors-info__btn,
.block-landing-doctors-info__btns,
.block-landing-doctors-info__record {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-doctors-info__btns {
  margin-top: 24px;
}
.block-landing-doctors-info__btn {
  font-weight: 400;
  font-size: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  padding: 13px;
  border-radius: 30px;
  transition: 0.2s;
  color: #fff;
  line-height: 1;
  border: 1px solid #fff;
}
.block-landing-doctors-info__btn:hover {
  text-decoration: none;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-doctors-info__btn svg {
  margin-right: 8px;
}
.block-landing-doctors-info__btn:not(:last-child) {
  margin-right: 14px;
}
.block-landing-doctors-info__btn:hover {
  border: 1px solid #bac7de;
  color: #bac7de;
}
.block-landing-doctors-info__btn--blue {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  border: none;
}
.block-landing-doctors-info__btn--blue:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
  border: none;
}
.block-landing-doctors-info {
  margin-top: 80px;
}
.block-landing-doctors-info .slider__controls {
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}
.block-landing-doctor-comment .section__title {
  margin-bottom: 32px;
}
.block-landing-doctor-comment .section__desc {
  margin-bottom: 16px;
}
.block-landing-doctor-comment__about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-landing-doctor-comment__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-landing-doctor-comment__spec {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.01em;
  color: #a8a779;
  max-width: 315px;
}
.block-landing-doctor-comment__img {
  margin-bottom: 32px;
}
.block-landing-tabs__wrapper {
  position: relative;
  padding: 48px 0 48px 29px;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table {
  background: #e1e8f4;
  padding: 48px 40px;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  .block-table__table {
  overflow: auto;
  position: relative;
  display: table;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  .block-table__table
  img {
  max-width: 100px;
  border-radius: 4px;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  .block-table__table
  .img {
  position: relative;
  display: block;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  .block-table__table
  .img:before {
  position: absolute;
  top: 25%;
  right: 32%;
  content: "";
  background-image: url(../img/play.png);
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  z-index: 100;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  .block-table__table
  a {
  color: #a8a779;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table table th {
  white-space: normal;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table table tbody tr {
  background: #fff;
  padding: 24px 10px;
  border-bottom: 1px solid #7f8da9;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  table
  tbody
  tr
  th {
  padding: 0 10px;
}
.block-landing-tabs__wrapper.block-landing-tabs__wrapper--table
  table
  tbody
  tr
  td {
  min-width: 170px;
}
.block-landing-tabs__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 77%;
  height: 100%;
  background: #e1e8f4;
}
.block-landing-tabs--preview .block-landing-tabs__wrapper .block-pagination {
  display: -ms-flexbox;
  display: flex;
}
.block-landing-tabs--preview .block-landing-tabs__wrapper table tbody tr td {
  min-width: 120px;
  vertical-align: top;
}
.block-landing-tabs--preview .block-landing-tabs__wrapper table tbody tr th {
  padding: 16px 10px;
}
.block-landing-tabs--preview .block-landing-tabs__wrapper .block-table__table,
.block-landing-tabs__table-wrapper table,
.block-table table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
}
.block-landing-tabs__img {
  margin-bottom: 32px;
}
.block-landing-doctor-comment__wrapper {
  position: relative;
  padding: 48px 0 48px 29px;
}
.block-landing-doctor-comment__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 100%;
  border: 2px solid #bac7de;
}
.block-alert {
  background: #a8a779;
}
.pv .block-alert {
  background: #004f61;
}
.block-alert__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
}
.block-alert__text span {
  margin-left: 32px;
}
.block-alert__text svg {
  min-width: 32px;
  min-height: 32px;
  margin-right: 16px;
}
.block-landing-before-after {
  margin-top: 80px;
}
.block-landing-before-after .section__title {
  margin-bottom: 41px;
}
.block-landing-before-after .slider__slide {
  margin: 0 15px;
}
.block-landing-before-after .slick-list {
  margin: 0 -15px;
}
.block-landing-before-after .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.block-landing-rate__content {
  border: 1px solid #bac7de;
  padding: 58px 50px 58px 40px;
}
.block-landing-rate {
  margin-top: 80px;
}
.block-landing-rate .section__title {
  margin-bottom: 32px;
}
.block-landing-rate .section__text span {
  color: #a8a779;
}
.block-landing-rate__stars,
.block-landing-rate__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-rate__sub {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  color: #a8a779;
  margin-bottom: 48px;
}
.block-landing-rate__num {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #222;
  margin-right: 16px;
}
.block-landing-rate__icon:not(:last-child) {
  margin-right: 8px;
}
.block-landing-rate__icon svg {
  fill: #ffb919;
  width: 24px;
  height: 24px;
}
.block-landing-rate__icon .icon-star-blank,
.block-landing-rate__icon .icon-star-half-stroke {
  fill: #fff;
}
.block-landing-rate__item:not(:first-child) {
  border-top: 1px solid #bac7de;
  margin-top: 21px;
  padding-top: 21px;
}
.block-landing-rate__col:not(:first-child)
  .block-landing-rate__item:first-child {
  border-top: 1px solid #bac7de;
  margin-top: 21px;
  padding-top: 21px;
}
.block-landing-rate__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.block-landing-rate__item-address {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.01em;
}
.block-landing-longread.block-landing-longread--light h1,
.block-landing-longread.block-landing-longread--light h2,
.block-landing-longread.block-landing-longread--light h3,
.block-landing-longread.block-landing-longread--light h4,
.block-landing-rate__item-address--1 {
  color: #a8a779;
}
.block-landing-rate__item-address--3 {
  color: #004f61;
}
.block-landing-rate__item-address--4 {
  color: #8993a6;
}
.block-landing-rate__item-logo {
  margin-right: 16px;
  min-height: 38px;
}
.block-landing-img-text__desc {
  background: #e1e8f4;
  padding: 48px 40px;
  height: 100%;
}
.block-landing-img-text__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 10px;
}
.block-landing-img-text__title h2,
.block-landing-img-text__title h3 {
  font-size: 20px;
  font-weight: 700;
}
.block-landing-img-text__text,
.block-landing-img-text__text a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-img-text__text h3 {
  margin-bottom: 10px;
}
.block-landing-img-text__text a {
  line-height: 20px;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
}
.block-landing-img-text__text ul {
  margin-bottom: 15px;
  margin-top: 10px;
}
.block-landing-img-text__text ol {
  overflow: visible;
  list-style-type: decimal;
}
.block-landing-img-text__text ol li {
  margin-bottom: 20px;
  margin-left: 15px;
}
.block-landing-img-text__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-landing-img-text__item:not(:last-child) {
  margin-bottom: 48px;
}
.block-landing-img-text__item:nth-child(2n) .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block-landing-img-text__img {
  height: 100%;
}
.block-landing-img-text__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-landing-img-text {
  margin-top: 80px;
}
.block-landing-img-text .section__title {
  margin-bottom: 48px;
}
.block-landing-advantages__icon {
  font-size: 36px;
  font-weight: 350;
  line-height: 1;
  color: #fff;
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-advantages__icon span {
  height: 35px;
}
.block-landing-advantages__minus-list,
.block-landing-advantages__plus-list {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.block-landing-advantages__minus-list ul li,
.block-landing-advantages__plus-list ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.block-landing-advantages__plus-list ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #f1842c;
}
.block-landing-advantages__minus-list ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #fff;
}
.block-landing-advantages {
  background: #a8a779;
  padding: 56px 0;
  margin-top: 80px;
  margin-bottom: 155px;
}
.block-landing-advantages .section__title {
  color: #fff;
  margin-bottom: 48px;
}
.block-landing-advantages__plus-img img {
  width: 100%;
}
.block-landing-advantages__minus-img {
  position: absolute;
  top: 0;
}
.block-landing-advantages__minus-img img {
  width: 100%;
  height: auto;
}
.block-landing-doctors__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.block-landing-doctors__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-doctors__list .doctors-slider__item {
  max-width: 290px;
}
.block-landing-advantages__minus {
  margin-top: 48px;
  margin-left: 110px;
}
.block-landing-price__item-num-old,
.section-price__item-num-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #7f8da9;
}
.block-title-list .section__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-about__item-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-landing-about {
  margin-top: 80px;
  margin-bottom: 130px;
}
.block-landing-about .section__title {
  margin-bottom: 48px;
}
.block-landing-about__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #a8a779;
}
.block-landing-about__item-text p:not(:last-child) {
  margin-bottom: 15px;
}
.block-landing-about__item-text ul {
  margin-bottom: 15px;
  margin-left: 20px;
}
.block-landing-about__item-text ol {
  overflow: visible;
  list-style: decimal;
  margin-left: 25px;
}
.block-landing-about__item-text ol li {
  margin-bottom: 8px;
}
.block-landing-about__item-text ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 17px;
}
.block-landing-about__item-text ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #bac7de;
}
.block-landing-about__item {
  border: 2px solid #bac7de;
  padding: 48px 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 108px;
}
.block-landing-about__item:not(:last-child) {
  margin-bottom: 110px;
}
.block-landing-about__add {
  background: #a8a779;
  padding: 40px 35px;
  max-width: 940px;
  margin-right: -138px;
  margin-top: 32px;
  margin-bottom: -110px;
}
.block-landing-about__add-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
.block-landing-about__add-text,
.block-landing-slide-tabs__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
}
.block-landing-about__add-text ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr) [2];
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 30px;
}
.block-landing-about__add-text ul li {
  position: relative;
  padding-left: 17px;
}
.block-landing-about__add-text ul li span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ff8300;
  margin-bottom: 10px;
  display: block;
}
.block-landing-about__add-text ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #ff8300;
}
.block-landing-about__item-img img,
.block-landing-slider-tabs__link img,
.block-payment__img img {
  width: 100%;
}
.up-btn {
  display: none;
  background: #a8a779;
  width: 48px;
  height: 48px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 85px;
  right: 7px;
  transition: 0.2s;
  z-index: 1000;
}
.up-btn svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
}
.up-btn:hover {
  background: #7f8da9;
}
.up-btn.show {
  display: -ms-flexbox !important;
  display: flex !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.block-landing-slide-tabs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.block-landing-slide-tabs__text h3,
.block-landing-slide-tabs__text h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-landing-slide-tabs__text p {
  color: #a8a779;
  margin-bottom: 16px;
}
.block-landing-slide-tabs__text h4 {
  font-size: 18px;
}
.block-landing-slide-tabs__text ul {
  margin-bottom: 16px;
}
.block-landing-slide-tabs__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-slide-tabs__text ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: #a8a779;
}
.block-landing-slide-tabs {
  margin-top: 80px;
}
.block-landing-slide-tabs__btn {
  background: #a8a779;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  width: 295px;
  margin-top: 10px;
  transition: 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-slide-tabs__btn:hover {
  color: #fff;
  background: #7f8da9;
  text-decoration: none;
}
.block-landing-slide-tabs__link {
  color: #a8a779;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  background: #eff4fd;
  border-radius: 30px;
  padding: 9px 15px;
  transition: 0.2s;
  margin-right: 12px;
  margin-bottom: 12px;
}
.block-landing-slide-tabs__link:hover {
  background: #bac7de;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-slide-tabs__link.active {
  background: #bac7de;
}
.payment-title {
  font-weight: 400;
  font-size: 48px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-payment__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-left: 42px;
}
.block-payment__btn {
  -ms-flex-pack: center;
  justify-content: center;
  color: #a8a779;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 30px;
  background: #bac7de;
  padding: 12px;
  width: 295px;
  transition: 0.2s;
  margin-top: 44px;
}
.block-payment__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-payment__btn,
.block-payment__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-payment__title {
  font-weight: 400;
  font-size: 32px;
  color: #a8a779;
}
.block-payment__icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #54678d;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 24px;
}
.block-payment__img {
  width: 100%;
  text-align: center;
}
.block-payment__icon-fail {
  background: #be1a1a;
}
.block-payment__add {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #a8a779;
  margin-top: 40px;
}
.block-payment__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}
.block-payment__btns a:first-child {
  margin-right: 36px;
  margin-top: 0;
}
.block-payment__btns a:last-child {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  transition: 0.2s;
  font-weight: 700;
  width: 295px;
  padding: 10px;
  margin-top: 0;
}
.block-payment__btns a:last-child:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-video-centered__content {
  max-width: 834px;
  margin: 80px auto 0;
}
.block-landing-video-centered__content .block-landing-video-price__video {
  margin: 0 auto 32px;
  max-width: 100%;
}
.block-landing-video-centered__desc .section__title {
  margin-bottom: 16px;
}
.block-landing-slider-tabs {
  margin-top: 80px;
}
.block-landing-slider-tabs .slider__slide {
  margin: 0 15px;
}
.block-landing-slider-tabs .slick-track {
  margin-left: -15px;
}
.block-landing-slider-tabs .slick-list {
  margin-right: -30px;
}
.block-landing-slider-tabs .slider__controls--mobile {
  display: none;
}
.block-landing-slider-tabs__top {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block-landing-slider-tabs__nav,
.block-landing-slider-tabs__top {
  display: -ms-flexbox;
  display: flex;
}
.block-landing-slider-tabs__nav .slider__prev {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-landing-slider-tabs__link {
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.block-landing-slider-tabs__btn,
.block-landing-slider-tabs__link,
.block-landing-tabs__links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-slider-tabs__btn {
  background: #bac7de;
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  transition: 0.2s;
}
.block-landing-slider-tabs__btn svg {
  width: 40%;
  height: 40%;
}
.block-landing-slider-tabs__btn:hover {
  background: #a8a779;
}
.block-landing-tabs .section__title {
  margin-bottom: 25px;
}
.block-landing-tabs__links ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-landing-tabs__links ul li {
  padding-right: 12px;
  padding-bottom: 20px;
}
.block-landing-tabs__btn,
.block-landing-tabs__links ul li a {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.2s;
}
.block-landing-tabs__links ul li a {
  background: #eff4fd;
  padding: 9px 16px;
  font-weight: 400;
  line-height: 1.11;
  color: #a8a779;
}
.block-landing-tabs__links ul li a:hover {
  text-decoration: none;
  background: #bac7de;
}
.block-landing-doctors__links ul li a.active,
.block-landing-tabs__links ul li.active a {
  background: #bac7de;
}
.block-landing-tabs__btn {
  font-weight: 700;
  line-height: 1;
  -ms-flex-pack: center;
  justify-content: center;
  background: #a8a779;
  text-transform: uppercase;
  color: #fff;
  margin-top: 24px;
  width: 295px;
  padding: 14px;
}
.block-landing-tabs__btn:hover {
  background: #7f8da9;
  text-decoration: none;
  color: #fff;
}
.block-landing-tabs__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a8a779;
}
.block-landing-tabs__text thead {
  background: #fff;
}
.block-landing-tabs__text thead tr th {
  padding: 16px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  vertical-align: middle;
  white-space: nowrap;
}
.block-landing-tabs__text tbody tr {
  border-bottom: 1px solid #7f8da9;
}
.block-landing-tabs__text tbody tr td,
.block-landing-tabs__text tbody tr th {
  padding: 16px 10px;
}
.block-landing-tabs__text h2,
.block-landing-tabs__text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-landing-tabs__text ol {
  overflow: visible;
  margin-left: 30px;
  margin-bottom: 20px;
}
.block-landing-tabs__text ol li {
  list-style: decimal;
}
.block-landing-tabs__text .block-landing-tabs__subtitle {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a8a779;
  margin-bottom: 8px;
  margin-top: 16px;
}
.block-landing-tabs__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-landing-tabs__text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #a8a779;
}
.block-landing-longread ul li:last-child,
.block-landing-tabs__text ul li:last-child,
.block-table .block-table__table ul li:last-child {
  margin-bottom: 0;
}
.block-landing-tabs__text p:not(:last-child),
.block-landing-text.block-landing-text--bg
  .block-landing-text__content
  p:not(:last-child) {
  margin-bottom: 9px;
}
.block-landing-doctors__links ul,
.block-landing-doctors__links ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-doctors__links ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.block-landing-doctors__links ul li a {
  -ms-flex-pack: center;
  justify-content: center;
  background: #eff4fd;
  border-radius: 30px;
  padding: 10px 16px;
  transition: 0.2s;
  margin-right: 12px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #a8a779;
  white-space: nowrap;
}
.block-landing-doctors__links ul li:hover a {
  color: #a8a779;
  text-decoration: none;
  background: #bac7de;
}
.land-widget-desc {
  position: relative;
  padding-top: 48px;
}
.land-widget-desc:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 330px;
  background: #eff4fd;
}
.land-widget-desc img {
  width: 100%;
  max-width: 100%;
}
.land-widget-desc__title {
  font-size: 24px;
  line-height: 28px;
  color: #a8a779;
  margin-bottom: 10px;
}
.land-widget-desc__text {
  font-size: 18px;
  line-height: 28px;
  color: #a8a779;
}
.land-row .row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.block-landing-img-text.block-landing-img-text--reverse .row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.block-landing-info__wrapper {
  max-width: 90%;
  margin: 0 auto;
}
.block-landing-info__text {
  border: 1px solid #bac7de;
  padding: 40px 110px 73px;
}
.block-landing-info__text h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-landing-info__add,
.block-landing-info__text p,
.block-landing-longread p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #7f8da9;
}
.block-landing-info__add {
  color: #e1e8f4;
  background: #a8a779;
  padding: 27px 25px;
  margin: -50px 110px 0;
}
.block-landing-longread {
  background: #a8a779;
  padding: 48px 0 61px;
}
.block-landing-longread h1,
.block-landing-longread h2,
.block-landing-longread h3,
.block-landing-longread h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 24px;
  text-align: left;
}
.block-landing-longread h4 {
  font-size: 34px;
}
.block-landing-longread h1 br,
.block-landing-longread h2 br,
.block-landing-longread h3 br,
.block-landing-longread h4 br {
  clear: left;
}
.block-landing-longread p {
  color: #fff;
  text-align: left;
}
.block-landing-longread p:not(:last-child) {
  margin-bottom: 16px;
}
.block-landing-longread img {
  margin-bottom: 35px;
  max-width: 100%;
}
.block-landing-longread img.right {
  float: right;
  margin-left: 31px;
}
.block-landing-longread img.left {
  float: left;
  margin-right: 31px;
}
.block-landing-longread img.left ~ p {
  max-width: 100% !important;
}
.block-landing-longread button {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: 0 0;
  padding: 14px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 0.2s;
  margin-top: 40px;
}
.block-landing-longread button:hover {
  border: 1px solid #bac7de;
  color: #bac7de;
  text-decoration: none;
}
.block-landing-longread button.block-landing-longread__btn-hide {
  float: left;
  max-width: 620px;
  margin-top: 100px !important;
}
.block-landing-longread ul {
  margin-bottom: 10px;
  max-width: 723px;
  text-align: left;
}
.block-landing-longread ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
  color: #fff;
}
.block-landing-longread ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #f1842c;
}
.block-landing-longread .two-column {
  column-count: 2;
}
.block-landing-longread.block-landing-longread--light {
  background: #fff;
  color: #222;
  padding: 0;
}
.block-landing-longread.block-landing-longread--light p {
  color: #222;
  max-width: 100%;
}
.block-landing-longread.block-landing-longread--light ul {
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.block-landing-longread.block-landing-longread--light ul li {
  color: #222;
}
.block-landing-longread.block-landing-longread--light ul li:before {
  top: 5px;
  left: 0;
  height: 3px;
  width: 3px;
  background: #222;
}
.block-landing-longread__content {
  margin-top: 30px;
  display: none;
}
.block-certificate-form__content form p,
.block-landing-longread__item-text {
  text-align: left;
}
.block-landing-longread__item-text p {
  font-size: 16px;
}
.block-landing-longread__item-text p:not(:last-child) {
  margin-bottom: 7px !important;
}
.block-landing-longread__item-text p span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.block-landing-longread__item-icon {
  height: 64px;
  width: 64px;
  -ms-flex-pack: center;
  justify-content: center;
  background: #bac7de;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.block-landing-longread__item-icon svg {
  width: 70%;
  height: 70%;
  fill: #bac7de;
}
.block-landing-longread__info,
.block-landing-longread__item-icon,
.block-landing-longread__num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-longread__num {
  color: #a8a779;
  font-size: 40px;
  line-height: 1;
  width: 64px;
  height: 64px;
  background: #bac7de;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
.block-landing-longread__info {
  background: #e1e8f4;
  padding: 20px 25px;
  max-width: 507px;
  float: right;
  margin-left: 30px;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-landing-longread__info p,
.block-steps ul li.active p {
  color: #a8a779;
}
.block-landing-date__content p span,
.block-landing-longread__info p span,
.contacts-desc__text p span {
  font-weight: 700;
}
.block-landing-longread__info:after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 15px;
  width: 90%;
  background: #bac7de;
}
.block-landing-longread__info:before {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 15px;
  width: 80%;
  background: #7f8da9;
}
.block-landing-longread__list,
.block-landing-longread__nums {
  text-align: left;
  margin-bottom: 40px;
}
.block-landing-longread__list .row .col,
.block-landing-longread__nums .row .col {
  margin-bottom: 20px;
}
.block-landing-register__title {
  margin-bottom: 48px;
  color: #a8a779;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}
.block-landing-questionnaire__tag {
  color: #a8a779;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #e1e8f4;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.block-landing-questionnaire__text {
  color: #a8a779;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}
.block-landing-questionnaire__item-left,
.block-landing-questionnaire__list ul li,
.block-landing-questionnaire__num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-questionnaire__item-left p {
  color: #a8a779;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.block-landing-questionnaire__num {
  color: #a8a779;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 21px;
  width: 56px;
  height: 56px;
  background: #eff4fd;
  border-radius: 50%;
}
.block-landing-questionnaire__list ul li {
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.block-landing-questionnaire__list ul li:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e8f4;
}
.block-landing-questionnaire__item-right,
.block-landing-questionnaire__result-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-questionnaire__item-right label {
  cursor: pointer;
  color: #a8a779;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.block-landing-questionnaire__item-right label:not(:last-child) {
  margin-right: 48px;
}
.block-landing-questionnaire__item-right input + label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-landing-questionnaire__item-right input + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid gray;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.block-landing-questionnaire__item-right
  input:not(:disabled):not(:checked)
  + label:hover::before {
  border: 1px solid gray;
}
.block-landing-questionnaire__item-right
  input:not(:disabled):active
  + label::before {
  background-color: #fff;
  border: 5px solid #a8a779;
}
.block-landing-questionnaire__item-right
  input:focus:not(:checked)
  + label::before {
  border: 5px solid #a8a779;
}
.block-landing-questionnaire__item-right input:checked + label::before {
  border: 5px solid #a8a779;
  background-color: #fff;
}
.block-landing-questionnaire__result-top h3 {
  color: #a8a779;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-right: 24px;
}
.block-landing-questionnaire__result-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #a8a779;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.block-landing-questionnaire__result-item:not(:last-child) {
  margin-right: 30px;
}
.block-landing-questionnaire__result-item span {
  margin-left: 8px;
  color: #a8a779;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #e1e8f4;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-questionnaire__result-answer {
  color: #a8a779;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-questionnaire__result-answer svg {
  margin-right: 8px;
}
.block-landing-questionnaire__result-text {
  margin-top: 24px;
  color: #a8a779;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
.block-landing-questionnaire__result {
  border: 1px solid #a8a779;
  padding: 40px 100px;
}
.block-landing-questionnaire__btn,
.block-landing-questionnaire__result-btn {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  width: 100%;
  padding: 13px;
  transition: 0.2s;
}
.block-landing-questionnaire__result-btn {
  background: #bac7de;
  margin-top: 46px;
  font-size: 18px;
  border-radius: 100px;
  max-width: 292px;
}
.block-landing-questionnaire__result-btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-landing-questionnaire__btn {
  margin-top: 40px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.05em;
  border: 1px solid #a8a779;
  border-radius: 30px;
  max-width: 185px;
}
.block-landing-questionnaire__btn:hover {
  color: #a8a779;
  text-decoration: none;
  border: 1px solid #7f8da9;
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
}
.block-landing-longread__btn-hide {
  float: left;
  max-width: 620px;
  margin-top: 100px !important;
}
.block-landing-date {
  background: #bac7de;
  padding: 48px 0;
}
.block-landing-date__content {
  padding-left: 64px;
  border-left: 1px solid #a8a779;
}
.block-landing-date__content p,
.block-landing-num-list__num {
  color: #a8a779;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
.block-landing-num-list__num {
  text-align: center;
  font-size: 40px;
  line-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 21px;
  width: 64px;
  height: 64px;
  background: #eff4fd;
  border-radius: 50%;
}
.block-landing-num-list__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.block-landing-num-list__text h3 {
  color: #a8a779;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.block-landing-num-list__text p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.block-landing-num-list.block-landing-num-list--time
  .block-landing-num-list__num {
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  width: auto;
  height: auto;
  background: #bac7de;
  color: #a8a779;
  border-radius: 30px;
  padding: 0 12px;
}
.block-landing-num-list__list {
  background: #fff;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  max-width: 1050px;
  margin: 24px auto 0;
}
.block-landing-num-list__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.block-landing-num-list__list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-landing-icon-links__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
.block-landing-event-form__content.block-landing-event-form—success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 200px;
}
.block-landing-event-form__content {
  background: #a8a779;
  padding: 48px 200px 91px;
}
.block-landing-event-form__content form .form-group {
  margin-bottom: 0 !important;
  color: #fff !important;
}
.block-landing-event-form__content form .form-group .control-label,
.block-landing-event-form__content form .form-group a,
.block-landing-event-form__content form .form-group label {
  color: #fff !important;
}
.block-landing-event-form__content form select {
  height: 50px;
  width: 100%;
}
.block-landing-event-form__content form .form-control.input,
.block-landing-event-form__content form select {
  border: 1px solid #bac7de;
  border-radius: 5px;
  font-size: 18px;
}
.block-landing-event-form__content
  form
  .form-control.input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #111;
}
.block-landing-event-form__content form .help-block {
  color: #fff;
}
.block-landing-event-form__title {
  text-align: center;
  margin-bottom: 48px;
}
.block-landing-event-form__title h3 {
  color: #fbfcff;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
.block-landing-event-form__title p {
  color: #fbfcff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 5px;
}
.block-landing-event-form__form h2 {
  color: #a8a779;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 19px;
}
.block-landing-event-form__form h3 {
  color: #a8a779;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 24px;
}
.block-landing-event-form__form .field-feedbackclinic-address {
  margin-bottom: 24px;
}
.block-landing-event-form__form .checkbox-radio {
  margin-right: 65px;
}
.block-landing-event-form__form .checkbox-radio:last-child {
  margin-right: 0;
}
.block-landing-event-form__form .checkbox-radio__text {
  font-size: 18px;
  line-height: 18px;
}
.block-landing-event-form__form .checkbox-radio__text:before {
  top: 5px;
}
.block-landing-event-form__form .checkbox-radio__text:after {
  width: 8px;
  height: 8px;
  top: 8.5px;
  left: 4px;
}
.block-landing-event-form__form .checkbox {
  font-weight: 400;
  line-height: 14px;
  display: block;
}
.block-landing-event-form__form .checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.block-landing-event-form__form
  .checkbox__input:checked
  + .checkbox__text:after {
  opacity: 1;
}
.block-landing-event-form__form
  .checkbox__input.is-invalid
  + .checkbox__text:before,
.block-landing-event-form__form .has-error .checkbox__text:before {
  border-color: #a94442;
}
.block-landing-event-form__form .checkbox__text {
  position: relative;
  padding: 0 0 0 32px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  color: #000;
}
.block-landing-event-form__form .checkbox__text:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid gray;
}
.block-landing-event-form__form .checkbox__text:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../icons/check-3.svg) 50% 50% no-repeat;
  opacity: 0;
  transition: 0.2s;
}
.block-fixed-modal .form-group--checkbox label a,
.block-landing-event-form__form .checkbox__text a {
  color: #a8a779;
  text-decoration: underline;
}
.block-landing-event-form__form .field-feedbackclinic-text {
  margin-bottom: 24px;
}
.block-landing-event-form__form .tax-form__info {
  color: #a8a779;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 23px 27px;
  border-radius: 8px;
  background: #e1e8f4;
  margin-bottom: 21px;
}
.block-landing-event-form__form select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bac7de;
  padding: 17px 22px;
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.block-landing-event-form__form .tax-form__clinic {
  margin-bottom: 22px;
}
.block-landing-event-form__form .tax-form__clinic ul,
.tax-form__content .tax-form__clinic ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
.block-landing-event-form__form .tax-form__clinic p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px;
}
.block-landing-event-form__form .clinics-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 12px;
  gap: 10px;
  border-radius: 17px;
  border: 1px solid #bac7de;
  background: #e1e8f4;
  color: #323232;
  font-size: 16px;
  line-height: 1;
}
.block-fixed-modal .form-group--checkbox label input,
.block-landing-event-form__form .clinics-item p {
  margin: 0;
}
.block-landing-event-form__form .clinics-item button {
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  padding: 0;
  border: none;
  width: 12px;
  height: 12px;
}
.block-landing-event-form__form .form-group input[type="text"] {
  border-radius: 5px;
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 16px 22px;
  width: 100%;
  max-height: 50px;
  font-size: 18px;
}
.block-landing-event-form__form
  .form-group
  input[type="text"]:-ms-input-placeholder {
  font-size: 18px;
}
.block-landing-event-form__form .form-group input[type="text"]::placeholder {
  font-size: 18px;
}
.block-landing-event-form__form .form-group textarea {
  resize: none;
  height: 104px;
  font-size: 18px;
  line-height: 18px;
  padding: 17px 22px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
}
.block-landing-event-form__form .tax-form__switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  margin-bottom: 30px;
}
.block-landing-event-form__form .tax-form__switch-body h3 {
  color: #a8a779;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.block-landing-event-form__form button[type="submit"] {
  color: #a8a779;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 100px;
  background: #bac7de;
  padding: 17px 15px;
  margin-top: 33px;
  transition: 0.2s;
  border: none;
}
.block-landing-event-form__form button[type="submit"]:hover,
.tax-form__content button[type="submit"]:hover {
  color: #a8a779;
  background: #e1e8f4;
}
.block-landing-event-form__bottom {
  margin-top: 24px;
}
.block-landing-event-form__bottom a {
  text-decoration: underline;
  color: #a8a779;
}
.block-landing__subtitle {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  max-width: 700px;
}
.block-landing__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.block-landing__tag--dark,
.block-landing__tag--light {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 30px;
}
.block-landing__tag--dark {
  background: #a8a779;
  color: #fff;
}
.block-landing__tag--light {
  color: #a8a779;
  background: #bac7de;
}
.label--mobile {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 7px;
}
.block-landing-titles-cols .row {
  margin-top: 13px;
}
.block-landing-titles-cols
  .row
  .col-md-6:last-child
  .block-landing-titles-cols__title {
  background: #bac7de;
}
.block-landing-titles-cols__title {
  color: #a8a779;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  padding: 16px 24px;
  background: #e1e8f4;
  margin-bottom: 33px;
}
.block-landing-titles-cols__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.block-landing-titles-cols__list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
.block-landing-titles-cols__list ul li .block-landing-titles-cols__icon {
  border: 1px solid #a8a779;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-landing-titles-cols__list ul li p {
  color: #a8a779;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.block-video-gallery .slider__controls--mobile {
  display: none !important;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.block-video-gallery .slider__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.block-video-gallery__text {
  color: #a8a779;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 24px;
}
.block-articles__slide.opened .block-articles__slide-text:after,
.block-landing-tabs__table .show--mobile {
  display: none;
}
.block-landing-tabs__table.block-landing-tabs__table--desktop tbody th {
  height: 43px;
}
.block-landing-tabs__table.block-landing-tabs__table--desktop th {
  padding: 13px;
}
.block-landing-tabs__table thead tr {
  background: #a8a779;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.block-landing-tabs__table thead tr th {
  font-weight: 400 !important;
  text-align: center;
  padding: 13px 0;
  vertical-align: middle;
}
.block-landing-tabs__table thead tr:first-child th:first-child {
  padding-right: 5px;
  position: relative;
}
.block-landing-tabs__table thead tr:first-child th:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  right: -5px;
  z-index: 10;
}
.block-landing-tabs__table thead tr:first-child th:first-child:before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  height: 5px;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 10;
}
.block-landing-tabs__table thead tr:last-child th {
  position: relative;
}
.block-landing-tabs__table thead tr:last-child th:before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  height: 5px;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 10;
}
.block-landing-tabs__table tbody tr th {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #a8a779;
  width: 324px;
  height: 52px;
}
.block-landing-tabs__table tbody tr td {
  padding: 2.5px;
  text-align: center;
  border-right: 1px solid #e1e8f4;
  vertical-align: middle;
}
.block-landing-tabs__table tbody tr td span {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #a8a779;
  padding: 18px 15px;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 55px;
}
.block-landing-tabs__table tbody tr td.no-border {
  border: none;
  padding-left: 5px;
  padding-top: 5px;
}
.block-landing-tabs__table tbody tr td.pink span {
  background: #f5e6fc;
}
.block-landing-tabs__table tbody tr td.blue span,
.block-table thead {
  background: #e1e8f4;
}
.block-landing-tabs__table tbody tr td.yellow span {
  background: #f5fbcd;
}
.block-landing-tabs__table tbody tr td.green span {
  background: #d1f9ef;
}
.block-landing-tabs__table tbody tr td.two-rows span {
  min-height: 110px;
  border-radius: 80px;
}
.block-landing-tabs__table tbody tr td.three-rows span {
  min-height: 165px;
  border-radius: 80px;
}
.block-landing-tabs__table tbody tr td.four-rows span {
  min-height: 220px;
  border-radius: 80px;
}
.block-landing-tabs__table tbody th {
  position: relative;
  vertical-align: middle;
}
.block-landing-tabs__table tbody th:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  height: 5px;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 10;
}
.block-landing-tabs__table tbody th.bg-dark {
  background: #bac7de;
  padding-left: 31px;
  padding-right: 15px;
}
.block-landing-tabs__table tbody th.bg-light {
  background: #e1e8f4;
  padding-left: 31px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.block-landing-tabs__table-desc {
  margin-top: 34px;
}
.block-landing-tabs__table-desc ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.block-landing-tabs__table-desc ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}
.block-landing-tabs__table-desc ul li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-landing-tabs__table-desc ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #a8a779;
}
.block-landing-tabs__table-desc ul li:nth-child(1) span {
  background: #f5e6fc;
}
.block-landing-tabs__table-desc ul li:nth-child(2) span {
  background: #f5fbcd;
}
.block-landing-tabs__table-desc ul li:nth-child(3) span {
  background: #d1f9ef;
}
.block-landing-text.block-landing-text--bg .block-landing-text__content {
  padding: 40px 33px;
  background: #e1e8f4;
}
.block-landing-text.block-landing-text--bg .block-landing-text__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #a8a779;
}
.search__checklist {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.search__checklist .form-control {
  padding: 0 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a779;
  position: relative;
  z-index: 10;
  border: 1px solid #e1e8f4;
  border-radius: 5px;
  min-height: 54px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search__checklist .form-control img {
  margin-left: 6px;
  display: none;
}
.search__checklist .form-control input {
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  z-index: -1;
  border-radius: 5px;
}
.search__checklist .form-control input:focus-visible {
  outline: none;
}
.search__checklist .form-control input:focus {
  outline: none;
}
.search__checklist .form-control input:checked {
  background: #e1e8f4;
}
.search__text {
  margin-top: 40px;
  color: #a8a779;
}
.search__text h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin-bottom: 16px;
  color: #a8a779;
}
.search-result__item h3,
.search__text p {
  font-size: 18px;
  font-weight: 350;
  line-height: 18px;
  text-align: left;
  color: #a8a779;
}
.search-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}
.search-result__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.search-result__item .search-result__item-text {
  margin-top: 24px;
}
.search-result__item h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.search-result__item h3 b,
.search-result__item p b {
  color: #f1842c;
  font-weight: 700;
}
.search-result__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000;
}
.search-result__item img {
  width: 187px;
  height: 187px;
  object-fit: cover;
}
.block-awards {
  background: #e1e8f4;
  padding: 37px 0;
}
.block-awards .row {
  row-gap: 15px;
}
.block-awards__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.block-awards__item .block-awards__item-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-awards__item .block-awards__item-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  color: #7f8da9;
}
.block-fixed-modal {
  position: fixed;
  bottom: 90px;
  right: 90px;
  z-index: 1000;
  display: none;
}
.block-fixed-modal .form-group--checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.block-fixed-modal .form-group--checkbox label p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #a8a779;
  line-height: 14px;
  margin: 0;
}
.block-fixed-modal__content {
  box-shadow: 0 4px 15px 0 #0000001a;
  background: #e1e8f4;
  padding: 20px;
  max-width: 290px;
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.block-fixed-modal__content h4,
.block-fixed-modal__content h5,
.block-fixed-modal__content p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-fixed-modal__content h4,
.block-fixed-modal__content p {
  font-size: 26px;
  line-height: 32px;
}
.block-fixed-modal__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.block-fixed-modal__content .form-group input[type="text"] {
  border: 1px solid #7f8da9;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #a8a779;
  padding: 10px 24px;
  width: 100%;
  border-radius: 5px;
  height: 50px;
}
.block-fixed-modal__content
  .form-group
  input[type="text"]:-ms-input-placeholder {
  color: #c4c4c4;
}
.block-fixed-modal__content .form-group input[type="text"]::placeholder {
  color: #c4c4c4;
}
.block-fixed-modal__content .form-group .help-block {
  color: #8b0000;
  text-align: center;
  font-size: 14px;
}
.block-fixed-modal__content button {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #fff;
  background: #a8a779;
  border-radius: 100px;
  margin-top: 5px;
  padding: 10px 17px;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  transition: 0.2s;
}
.block-fixed-modal__content button:hover {
  background: #54678d;
}
.block-fixed-modal__close {
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  cursor: pointer;
}
.block-articles .slider__controls,
.block-fixed-modal__close,
.block-fixed-modal__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-fixed-modal__icon {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #a8a779;
  margin-bottom: 14px;
}
.block-fixed-modal__icon svg {
  height: 40%;
  width: 40%;
}
.block-articles .row {
  row-gap: 24px;
}
.block-articles .slider__controls {
  margin-top: 26px;
}
.block-articles .slider__controls--mobile {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
.block-articles__slide {
  padding: 40px;
  background: #e1e8f480;
}
.block-articles__doctor-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.block-articles__doctor,
.block-articles__slide-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-articles__doctor {
  gap: 24px;
}
.block-articles__doctor-text p,
.block-articles__slide-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #a8a779;
}
.block-articles__doctor-text p.gray {
  color: #54678d;
}
.block-articles__slide-bottom {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 32px;
}
.block-articles__more {
  transition: 0.2s;
}
.block-articles__more svg {
  height: 44px;
  width: 32px;
}
.block-articles__slide.opened .block-articles__more {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-articles__slide.opened .block-articles__slide-text {
  max-height: 100%;
  overflow: visible;
}
.block-articles__btn {
  width: 100%;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #a8a779;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
  color: #a8a779;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-articles__btn svg {
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
.block-articles__btn:hover {
  text-decoration: none;
  color: #a8a779;
}
.block-articles__slide-text {
  max-height: 275px;
  overflow: hidden;
  position: relative;
}
.block-articles__slide-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(240, 243, 249, 0) 0%, #f0f3f9 100%);
}
.block-articles__slide-text h1,
.block-articles__slide-text h2,
.block-articles__slide-text h3,
.block-articles__slide-text h4,
.block-articles__slide-text h5,
.block-articles__slide-text h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-articles__slide-text p:not(:last-child) {
  margin-bottom: 10px;
}
.block-articles__slide-text a {
  color: #a8a779;
}
.block-notice {
  background: rgba(0, 40, 86, 0.8);
  padding: 80px 0;
}
.block-notice .block-notice__content {
  background: #fff;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.block-notice .block-notice__title {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.block-notice .block-notice__title svg {
  height: 64px;
  width: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-notice .block-notice__title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #a8a779;
}
.block-notice .block-notice__text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #a8a779;
}
.block-notice .block-notice__text p:not(:last-child) {
  margin-bottom: 30px;
}
.block-notice .block-notice__text a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.block-notice .block-notice__text a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #a8a779;
  text-decoration: underline;
}
.block-notice .block-notice__text a span {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e03f3f;
  border-radius: 8px;
  padding: 4px 15px;
  margin-right: 8px;
}
.block-table .section__title {
  margin-bottom: 42px;
}
.block-landing-tabs__table-wrapper,
.block-table .block-table__table {
  overflow: auto;
  position: relative;
}
.block-table .block-table__table table {
  display: table;
}
.block-table .block-table__table ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-table .block-table__table ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #a8a779;
}
.block-table tr th {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #a8a779;
  vertical-align: middle;
  padding: 24px 12px;
}
.block-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #7f8da9;
}
.block-table tbody tr td {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #a8a779;
  padding: 32px 12px;
  min-width: 170px;
}
.block-page-tabs ul,
.block-page-tabs ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-page-tabs ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-page-tabs ul li {
  padding-right: 12px;
  padding-bottom: 20px;
}
.block-page-tabs ul li a {
  background: #eff4fd;
  border-radius: 30px;
  padding: 9px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.11;
  color: #a8a779;
  transition: 0.2s;
}
.block-page-tabs ul li a:hover {
  text-decoration: none;
  background: #bac7de;
}
.block-page-tabs ul li.active a {
  background: #a8a779;
  color: #fff;
}
.block-news-list__item,
.block-news-list__item-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-news-list__item img,
.contacts-about__img img,
.contacts-form__img img,
.contacts-inner__img img {
  width: 100%;
}
.block-news-list__item-content {
  border: 1px solid #bac7de;
  padding: 24px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.block-news-list .row {
  row-gap: 40px;
}
.block-news-list__item-text a:hover {
  text-decoration: none;
}
.block-news-list__item-text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a779;
  margin-bottom: 10px;
}
.block-news-list__item-date,
.block-news-list__item-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #222;
}
.block-news-list__item-text p a {
  color: #222;
  text-decoration: underline;
}
.block-news-list__item-date {
  line-height: 20px;
  color: #8993a6;
}
.brand-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  height: 143px;
  margin-bottom: 30px;
  padding: 15px;
}
.brand-item__img {
  max-height: 113px;
}
.text-bordered {
  padding: 40px 33px;
  border: 1px solid #7f8da9;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a779;
}
.text-bordered p {
  margin-bottom: 8px;
}
.block-certificates__desc p:last-of-type,
.block-compensation__desc p:last-of-type,
.text-bordered p:last-of-type {
  margin-bottom: 0;
}
.block-brands {
  padding-top: 80px;
}
.block-brands,
.block-certificates {
  margin-bottom: 80px;
}
.block-certificates__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-certificates__desc {
  font-size: 20px;
  line-height: 30px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-certificates__desc p,
.block-compensation__desc p {
  margin-bottom: 10px;
}
.block-certificates__text-bordered {
  margin-bottom: 42px;
}
.block-certificates__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-compensation {
  margin-top: 80px;
}
.block-compensation + .block-compensation {
  margin-top: 45px;
}
.block-compensation__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-compensation__desc {
  font-size: 20px;
  line-height: 30px;
  color: #a8a779;
  margin-bottom: 45px;
}
.block-compensation__steps .block-steps {
  margin-bottom: 45px;
}
.block-compensation__steps .block-steps:last-child {
  margin-bottom: 0;
}
.block-steps__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
  color: #a8a779;
}
.block-steps__list ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  list-style: none;
  counter-reset: steps;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-steps__list ol li {
  padding: 0 15px;
  -ms-flex: 1;
  flex: 1;
  color: #a8a779;
  font-size: 18px;
  line-height: 24px;
  counter-increment: steps;
}
.block-steps__list ol li:before {
  content: counter(steps);
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  background: #bac7de;
  height: 64px;
  width: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  color: #a8a779;
  margin-bottom: 17px;
}
.block-text-bordered {
  margin-top: 104px;
}
.block-vacancies {
  margin-top: 80px;
}
.block-vacancies__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-hh {
  padding: 58px 0 48px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}
.block-hh__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 1%;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-hh__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 25px;
  background: #a8a779;
  border-radius: 30px;
  color: #fff;
  min-width: 294px;
}
.block-hh__link:hover {
  text-decoration: none;
  color: #fff;
}
.block-hh__link .icon {
  fill: #fff;
  font-size: 16px;
  margin-left: auto;
}
.block-hh__link--inline {
  min-width: auto;
}
.block-hh__link--inline .icon {
  margin-left: 10px;
}
.block-hh__link--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block-hh__link--reverse .icon {
  margin-left: 0;
  margin-right: auto;
}
.block-hh__link--reverse.block-hh__link--inline .icon {
  margin: 0 10px 0 0;
}
.block-hh--reverse,
.block-hh--reverse .container {
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.block-hh--reverse .block-hh__col {
  margin-left: auto;
}
.certificate-item {
  box-shadow: 0 4px 15px 0 #0000001a;
  padding: 26px 32px;
}
.certificate-item--horizontal {
  padding: 35px 27px;
}
.certificate-item--horizontal .certificate-item__img {
  max-width: 305px;
}
.certificate-item__img {
  max-width: 290px;
}
.custom-alert {
  padding: 36px;
}
.custom-alert--danger {
  background: #ffdcde;
  color: #a8a779;
}
.custom-alert--small {
  padding: 16px 20px;
}
.custom-alert--small .custom-alert__text {
  font-size: 14px;
  line-height: 14px;
}
.custom-alert--small .custom-alert__text p {
  margin-top: 12px;
}
.custom-alert__img {
  margin: 0 auto;
}
.custom-alert__attention:before {
  content: "!";
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 50%;
  color: #ffdcde;
  background: #a8a779;
  text-align: center;
  margin-right: 12px;
}
.custom-alert__text {
  font-size: 16px;
  line-height: 24px;
}
.custom-alert__text h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 14px;
  margin-bottom: 16px;
}
.custom-alert__text p {
  margin-top: 16px;
}
.custom-alert__text p:first-child,
.vacancy-item__info:first-child {
  margin-top: 0;
}
.custom-alert__text a,
.schedule-modal__info-text a {
  color: #a8a779;
  text-decoration: underline;
}
.vacancy-item__info {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vacancy-item__info-title {
  font-size: 12px;
  line-height: 15px;
  color: #a8a779;
  border-radius: 5px;
  padding: 2.5px 7px;
  background: #e1e8f4;
  min-width: 90px;
  text-align: center;
}
.vacancy-item__info-desc {
  font-size: 18px;
  line-height: 24px;
  color: #54678d;
  padding-left: 22px;
}
.vacancy-item__info-desc ul li {
  position: relative;
  padding-left: 15px;
}
.vacancy-item__info-desc ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #a8a779;
}
.modal-schedule {
  margin: 0 auto;
  padding: 0 15px;
  width: 1150px;
}
.schedule-modal__spec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.schedule-modal__spec-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  color: #a8a779;
  margin-bottom: 8px;
}
.schedule-modal__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
}
.schedule-modal__info-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}
.schedule-modal__info-icon {
  margin-right: 40px;
}
.schedule-modal__info-icon svg {
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 46px;
}
.schedule-modal__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}
.contacts-inner__desc-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.contacts-inner__desc-item:not(:last-child) {
  margin-bottom: 16px;
}
.contacts-desc__text--bold {
  color: #a8a779;
  font-weight: 700;
}
.contacts-inner__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.contacts-tabs .tabs__caption {
  border-bottom: 1px solid #bac7de;
}
.contacts-tabs .tabs__title {
  text-decoration: none;
  line-height: 1;
  padding-bottom: 14px;
  border-bottom: 4px solid transparent;
  margin-right: 120px;
  font-size: 30px;
}
.contacts-tabs .tabs__title:last-child {
  margin-right: 0;
}
.contacts-tabs .tabs__title.active {
  text-decoration: none;
  border-bottom: 4px solid #a8a779;
}
.contacts-tabs .tabs__content {
  padding-top: 40px;
}
.contacts-title {
  font-weight: 400;
  font-size: 48px;
  color: #a8a779;
  margin-bottom: 35px;
}
.contacts-inner__icon {
  margin-right: 18px;
}
.contacts-inner__icon svg {
  width: 19px;
  color: #a8a779;
}
.contacts-inner__btn {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  font-size: 16px;
  max-width: 366px;
  height: 50px;
}
.contacts-inner__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.contacts-inner__text,
.contacts-inner__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
}
.contacts-inner__text a {
  color: #222;
  line-height: 1;
}
.contacts-inner__text a:hover {
  color: #222;
}
.contacts-inner {
  margin-bottom: 80px;
  border: 1px solid #bac7de;
  padding: 57px 40px 48px;
}
.contacts-inner__text-link {
  display: block;
  font-weight: 700;
  font-size: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a779 !important;
  margin-top: 10px;
}
.contacts-desc__item {
  margin-bottom: 64px;
}
.contacts-desc__item:last-child {
  margin-bottom: 0;
}
.contacts-inner__btn-route,
.contacts-inner__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-inner__btn-route {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  border: 2px solid #7f8da9;
  border-radius: 30px;
  padding: 13px 32px;
  height: 50px;
  text-align: center;
  line-height: 1;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts-inner__btn-route:hover {
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  text-decoration: none;
  color: #a8a779;
}
.contacts-inner__btns {
  margin-top: 40px;
}
.contacts-inner__btns a {
  margin-right: 24px;
}
.contacts-inner__btns a:last-child {
  margin-right: 0;
}
.contacts-desc__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #a8a779;
  margin-bottom: 16px;
}
.contacts-desc__text-info {
  color: #a8a779;
  font-weight: 700;
}
.contacts-desc__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #7f8da9;
  margin-left: 112px;
}
.contacts-desc__text p:not(:last-child) {
  margin-bottom: 8px;
}
.contacts-location {
  margin-top: 80px;
  margin-bottom: 64px;
}
.contacts-location .location-main__wrap {
  /* height: 610px; */
}
.contacts-location .location-main__addressess-popover {
  pointer-events: visible;
}
.contacts-location .location-main__map {
  width: 70%;
}
.contacts-location .location-main__addresses {
  position: relative;
  margin-top: 0;
  margin-left: 20px;
  width: 30%;
}
.contacts-form {
  position: relative;
  margin-bottom: 100px;
  margin-top: 64px;
}
.contacts-location--4 .location-main__addresses {
  background: #54678d;
}
.contacts-location--4 .location-main__addresses-text,
.contacts-location--4 .location-main__time-desc {
  color: #fff;
}
.contacts-location--3 .location-main__addresses {
  background: #004f61;
}
.contacts-location--3 .location-main__addresses-text,
.contacts-location--3 .location-main__time-desc {
  color: #fff;
}
.contacts-form__form {
  background: #a8a779;
  padding: 48px 152px 48px 76px;
  position: absolute;
  top: 75px;
  right: -244px;
  width: 670px;
}
.contacts-form__form .form-item {
  margin-bottom: 14px;
}
.contacts-form__form form input[type="text"] {
  padding: 13px 24px;
  width: 100%;
  border: 1px solid #bac7de;
  border-radius: 5px;
}
.contacts-form__form-text,
.contacts-form__form-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #fbfcff;
  margin-bottom: 5px;
}
.contacts-form__form-text {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 24px;
  max-width: 391px;
}
.contacts-about__subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.56;
  color: #a8a779;
  margin-bottom: 16px;
}
.contacts-about__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #a8a779;
}
.contacts-about__item {
  margin-bottom: 32px;
}
.contacts-about__content-text p:last-child,
.contacts-about__item:last-child {
  margin-bottom: 0;
}
.contacts-about__bottom {
  padding: 40px 45px 70px 40px;
  background: #eff4fd;
}
.contacts-about {
  position: relative;
}
.contacts-about__content {
  margin-bottom: 32px;
}
.contacts-about__content-text,
.contacts-about__text--mini {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #54678d;
}
.contacts-about__content-text p,
.contacts-about__text--mini p {
  margin-bottom: 12px;
}
.contacts-about__text--mini {
  line-height: 1.2;
  color: #7f8da9;
}
.contacts-about__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  color: #a8a779;
  margin-bottom: 24px;
}
.contacts-about__content-btn {
  font-weight: 400;
  font-size: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8a779;
  border: 2px solid #7f8da9;
  border-radius: 30px;
  padding: 13px 32px;
  margin-top: 30px;
}
.contacts-about__content-btn:hover {
  box-shadow: 0 0 5px 3px rgba(82, 82, 82, 0.05);
  color: #a8a779;
  text-decoration: none;
}
.contacts-left__wrapper {
  position: absolute;
  left: 40px;
}
.block-doctors-filter .row,
.block-doctors-list .row {
  row-gap: 24px;
}
.block-doctors-filter__search {
  border: 1px solid rgba(6, 46, 79, 0.5);
  background: #fff;
  padding: 8px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.block-doctors-filter__search svg,
.block-prices-filter__search svg {
  height: 40px;
  width: 40px;
  fill: #fff;
}
.block-doctors-filter__search input,
.block-prices-filter__search input {
  color: #a8a779;
  font-size: 18px;
  font-weight: 350;
  line-height: 100%;
  width: 100%;
}
.block-doctors-filter__search input:-ms-input-placeholder,
.block-prices-filter__search input:-ms-input-placeholder {
  color: #a8a779;
  font-size: 18px;
  font-weight: 350;
  line-height: 100%;
}
.block-doctors-filter__search input::placeholder,
.block-prices-filter__search input::placeholder {
  color: #a8a779;
  font-size: 18px;
  font-weight: 350;
  line-height: 100%;
}
.block-doctors-filter {
  margin-bottom: 28px;
}
.block-doctors-filter__submit {
  line-height: 120%;
  height: 100%;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  font-weight: 700;
}
.block-doctors-filter__submit:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-doctors-filter__item {
  border-radius: 5px;
  border: 1px solid #bac7de;
  position: relative;
  height: 54px;
}
.block-doctors-filter__item:after,
.block-prices-filter__item:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-bottom-left-radius: 2px;
  -ms-transform: rotate(-45deg) translate(50%, 0%);
  transform: rotate(-45deg) translate(50%, 0%);
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: transform ease-in-out 100ms;
}
.block-doctors-filter__item select,
.block-prices-filter__item select,
.block-reviews-filter .filter__item select {
  padding: 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  appearance: none;
  border: none;
  height: 100%;
  background: 0 0;
}
.block-doctors-list__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04;
  color: #a8a779;
  margin-bottom: 40px;
}
.block-prices-filter__search {
  border: 1px solid rgba(6, 46, 79, 0.5);
  background: #fff;
  padding: 8px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.block-prices-filter {
  margin-bottom: 28px;
}
.block-prices-filter .row {
  row-gap: 24px;
}
.block-prices-filter__submit {
  line-height: 120%;
  height: 100%;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  font-weight: 700;
}
.block-branches button:hover,
.block-payment-card form button:hover,
.block-prices-filter__submit:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-prices-filter__item {
  border-radius: 5px;
  border: 1px solid #bac7de;
  position: relative;
  height: 54px;
}
.block-orange-alert__content {
  border-radius: 8px;
  background: #f1842c;
  padding: 9px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.block-orange-alert__text,
.block-payment-card__item p {
  color: #a8a779;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.block-loads ul li a,
.block-orange-alert__icon {
  display: -ms-flexbox;
  display: flex;
}
.block-loads ul,
.block-payment-card__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-loads ul {
  gap: 12px;
}
.block-loads ul li a {
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.block-loads ul li a p {
  color: #a8a779;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.block-payment-card .row {
  row-gap: 24px;
}
.block-payment-card .help-block {
  color: #8b0000;
  font-size: 14px;
}
.block-payment-card form button {
  margin-top: 50px;
  color: #a8a779;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 100px;
  background: #bac7de;
  padding: 18px;
  width: 100%;
}
.block-payment-card__item .input-group input {
  height: 100%;
}
.block-payment-card__item .input-group input,
.block-payment-card__item input {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 5px;
  border: 1px solid #bac7de;
  background: #fff;
  padding: 16px 5px 16px 24px;
  width: 100%;
}
.block-payment-card__item p {
  color: #7f8da9;
  line-height: 100%;
  margin-top: 3px;
}
.block-payment-card__radio {
  margin-bottom: 16px;
}
.block-payment-card__radio label,
.block-payment-card__radio label a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.block-payment-card__radio label a {
  color: #a8a779;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.block-payment-card__link,
.block-payment-dropdown__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-payment-card__link {
  color: #a8a779;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  gap: 12px;
  padding-top: 20px;
}
.block-payment-dropdown__item-top {
  cursor: pointer;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #bac7de;
}
.block-payment-dropdown__item-top.opened .block-payment-dropdown__item-arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-payment-dropdown__item-arrow {
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s;
}
.block-payment-dropdown__item-arrow svg {
  width: 13px;
}
.block-payment-dropdown__item-title {
  font-weight: 400;
  font-size: 16px;
  color: #a8a779;
}
.block-payment-dropdown__item-inner {
  display: none;
  margin-top: 28px;
}
.block-payment-dropdown__item-inner ol {
  overflow: visible;
  list-style: decimal;
  margin-left: 20px;
}
.block-payment-dropdown__item-inner ol li {
  color: #a8a779;
  font-size: 16px;
}
.block-filters-dropdown__item .block-filters__checkbox label:not(:last-child),
.block-payment-dropdown__item-inner ol li:not(:last-child) {
  margin-bottom: 10px;
}
.block-payment-dropdown__item-inner ul {
  margin: 10px 0 10px 10px;
}
.block-payment-dropdown__item-inner ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.block-payment-dropdown__item-inner ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #a8a779;
}
.block-payment-dropdown__item-inner ul li:last-child {
  margin-bottom: 0;
}
.block-payment__desc {
  color: #a8a779;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
}
.block-notification .block-notification__content {
  border-radius: 5px;
  padding: 17px 20px;
}
.block-notification .block-notification__content p,
.block-notification .block-notification__content ul li {
  color: #a8a779;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.block-notification .block-notification__content p:not(:last-child),
.block-notification .block-notification__content ul li:not(:last-child) {
  margin-bottom: 13px;
}
.block-notification--error .block-notification__content {
  background: #ffdcde;
}
.block-notification--success .block-notification__content {
  background: #dcffe6;
}
.block-notification--success .block-notification__content p {
  color: #00560e;
}
.block-steps ul,
.block-steps ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 170px;
}
.block-steps ul li {
  gap: 12px;
  position: relative;
}
.block-steps ul li:first-child:after {
  position: absolute;
  content: "";
  right: -80%;
  top: 50%;
  width: 65%;
  height: 1px;
  background: #bac7de;
}
.block-branches button,
.block-steps ul li span {
  text-align: center;
  font-weight: 400;
  background: #bac7de;
}
.block-steps ul li span {
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  width: 48px;
  border-radius: 50%;
}
.block-steps ul li p {
  color: #bac7de;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.block-steps ul li.active span {
  background: #a8a779;
}
.block-branches .tabs {
  max-width: 830px;
}
.block-branches .tabs__content,
.block-branches__tabs {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.block-branches .tabs__content {
  display: none;
}
.block-branches .tabs__content.active,
.block-branches__tabs {
  display: -ms-grid;
  display: grid;
}
.block-branches__tabs {
  gap: 24px;
}
.block-branches__item {
  border: 1px solid #bac7de;
  background: #fff;
  padding: 32px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.block-branches__item--1 .block-branches__item-title {
  color: #a8a779;
}
.block-branches__item--3 .block-branches__item-title {
  color: #004f61;
}
.block-branches__item--4 .block-branches__item-title {
  color: #5f6b82;
}
.block-branches__item.active {
  border: 1px solid #bac7de;
  background: #e1e8f4;
  padding: 32px;
}
.block-branches__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5px;
}
.block-branches__item-name,
.block-branches__item-text {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}
.block-branches__item-name {
  color: #7f8da9;
  font-size: 14px;
}
.block-branches button {
  margin-top: 30px;
  color: #a8a779;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 18px;
  width: 100%;
}
.block-branches__item-debt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #ff1f00;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.block-branches__item-balance {
  color: #279614;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.block-programs-list__item {
  padding: 24px 16px;
  box-shadow: 0 4px 15px 0 #0000001a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 380px;
}
.block-programs-list .row {
  row-gap: 30px;
}
.block-programs-list__item-top a:hover {
  text-decoration: none;
}
.block-programs-list__item-top a h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a779;
  text-decoration: none;
}
.block-programs-list__item-top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #a8a77980;
  margin-top: 16px;
}
.block-programs-list__item-icon,
.block-programs-list__item-link {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-programs-list__item-link {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  transition: 0.2s;
  padding: 13px;
  border-radius: 100px;
  width: 100%;
}
.block-programs-list__item-link:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-programs-list__item-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #e1e8f4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 24px;
}
.block-programs-list__item-icon svg {
  width: 60%;
  height: 60%;
  fill: #e1e8f4;
}
.block-filters-dropdown {
  position: relative;
  z-index: 10;
}
.block-filters-dropdown__content {
  padding: 24px 16px;
  border-radius: 5px;
  box-shadow: 0 4px 30px 0 #0000001f;
  display: none;
  background: #fff;
  z-index: 100;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
}
.block-filters-dropdown__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
}
.block-filters-dropdown__item .clinic--1 {
  color: #a8a779;
}
.block-filters-dropdown__item .clinic--3 {
  color: #004f61;
}
.block-filters-dropdown__item .clinic--4 {
  color: #8993a6;
}
.block-filters-dropdown__item h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-filters-dropdown__item .block-filters-dropdown__age {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.block-filters-dropdown__item .block-filters-dropdown__age span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}
.block-filters-dropdown__item .block-filters-dropdown__age .input-text {
  border: 1px solid #a8a77980;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  max-width: 54px;
  padding: 7px 9px;
  text-align: center;
}
.block-filters-dropdown__item .block-filters-dropdown__age input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 181px;
  height: 3px;
  background: #bac7de;
  border-radius: 5px;
  background-size: 70% 100%;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  [dir="rtl"]
  input[type="range"] {
  background: #a8a779;
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #a8a779;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #a8a779;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #a8a779;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-webkit-slider-thumb:hover {
  background: #a8a779;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-moz-range-thumb:hover {
  background: #a8a779;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-ms-thumb:hover {
  background: #a8a779;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: 0 0;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: 0 0;
}
.block-filters-dropdown__item
  .block-filters-dropdown__age
  input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: 0 0;
}
.block-program-filters .row {
  row-gap: 16px;
}
.block-program-filters__links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-program-filters__links ul li a:hover,
.block-program-filters__links ul li.active a {
  color: #a8a779;
  background: #e1e8f4;
  border: 1px solid #e1e8f4;
}
.block-program-filters__links ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  padding: 15px 12px;
  border: 1px solid #bac7de;
  border-radius: 5px;
  transition: 0.2s;
  white-space: nowrap;
}
.block-program-filters__links ul li a:hover {
  text-decoration: none;
}
.block-filters-dropdown__btn-left {
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #a8a779;
}
.block-filters-dropdown__btn-left span {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #fff;
  border-radius: 50%;
  background: #a8a779;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.block-filters-dropdown.open .block-filters-dropdown__arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-filters-dropdown .dropdown-menu {
  border: none;
}
.block-filters-dropdown__btn,
.block-filters-dropdown__btn-left,
.block-filters-dropdown__btn-left span,
.block-filters-dropdown__reset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-filters-dropdown__btn {
  background: 0 0;
  padding: 15px 18px;
  border: 1px solid #a8a779;
  border-radius: 5px;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-filters-dropdown__reset {
  margin-top: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.block-filters-dropdown__reset svg {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.block-filters-dropdown__reset span {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline;
  color: #a8a779;
}
.block-filters-dropdown__submit {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 14px;
  width: 100%;
  background: #a8a779;
  border-radius: 30px;
  border: none;
  margin-top: 32px;
  transition: 0.2s;
}
.block-filters-dropdown__submit:hover {
  background: #7f8da9;
  color: #fff;
  text-decoration: none;
}
.block-search__form .row {
  row-gap: 16px;
}
.block-search__btn,
.block-search__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-search__btn {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  height: 100%;
  padding: 13px;
}
.block-certificate-form__content form button:hover,
.block-search__btn:hover {
  background: #e1e8f4;
  text-decoration: none;
  color: #a8a779;
}
.block-search__input {
  border: 1px solid #a8a77980;
  padding: 13px 18px;
}
.block-search__input svg {
  margin-right: 18px;
}
.block-search__input input {
  font-size: 18px;
  font-weight: 350;
  line-height: 18px;
  color: #a8a779;
  width: 100%;
}
.block-search__input input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 350;
  line-height: 18px;
  color: #a8a779;
}
.block-search__input input::placeholder {
  font-size: 18px;
  font-weight: 350;
  line-height: 18px;
  color: #a8a779;
}
.block-filters-dropdown__arrow {
  -ms-flex-item-align: end;
  align-self: flex-end;
  transition: 0.2s;
}
.block-filters-dropdown__arrow svg {
  height: 8px;
  width: 12px;
}
.block-programs-banner__content {
  padding: 48px;
  position: relative;
}
.block-programs-banner__content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #a8a779;
  margin-bottom: 8px;
}
.block-programs-banner__content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #a8a779;
  margin-bottom: 32px;
}
.block-programs-banner__content a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #222;
  border-radius: 30px;
  background: #ff8300;
  padding: 15px 32px;
  text-transform: uppercase;
}
.block-programs-banner__bg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.block-programs-banner__bg.block-programs-banner__bg--desktop {
  background-position: 60%;
}
.block-programs-banner__bg.block-programs-banner__bg--tablet {
  background-position: right;
  display: none;
}
.block-programs-banner__bg.block-programs-banner__bg--mobile {
  display: none;
}
.block-certificate {
  color: #a8a779;
}
.block-certificate .row {
  row-gap: 20px;
}
.block-certificate--bg {
  background: #e1e8f4;
  padding: 48px 0;
}
.block-certificate--reverse {
  position: relative;
  padding-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-certificate--reverse:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: auto;
  width: 35%;
  height: 1px;
  background: #7f8da9;
}
.block-certificate img {
  max-width: 100%;
}
.block-certificate h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 16px;
}
.block-certificate p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.block-certificate p:not(:last-child) {
  margin-bottom: 16px;
}
.block-certificate p span {
  font-weight: 700;
  line-height: 36px;
  font-size: 24px;
}
.block-certificate__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-certificate__link p {
  text-decoration: underline;
  font-weight: 700 !important;
}
.block-certificate__link span {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  margin-right: 8px;
  background: #e03f3f;
  border-radius: 8px;
  padding: 4px 15px;
  color: #fff;
}
.block-certificate__link:hover {
  text-decoration: none;
  color: #a8a779;
}
.block-certificate-form__content {
  padding: 48px 0;
  background: #a8a779;
}
.block-certificate-form__content h3,
.block-certificate-form__content p {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fbfcff;
  margin-bottom: 4px;
  text-align: center;
}
.block-certificate-form__content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 14px;
}
.block-certificate-form__content form {
  max-width: 75%;
  margin: 0 auto;
}
.block-certificate-form__content form button {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #a8a779;
  background: #bac7de;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
  padding: 13px;
  max-width: 100%;
  margin-bottom: 24px;
}
.block-certificate-form__content form input[type="text"] {
  padding: 16px 24px;
  height: 50px;
}
.block-certificate-form__content form input[type="text"]:-ms-input-placeholder,
.block-certificate-form__content form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
}
.block-certificate-form__content form .form-group-checkbox label {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 16px;
  color: #fff;
}
.block-certificate-form__content form .form-group-checkbox label a {
  color: #fff;
  text-decoration: underline;
}
.block-certificate-form__content form .help-block {
  color: #a94442;
}
.block-certificate-form__content form select {
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
}
.block-certificate-form__content form textarea {
  resize: none;
  padding: 16px 24px;
}
.block-border-text {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
.block-border-text h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  margin-bottom: 32px;
  color: #a8a779;
}
.block-border-text__content {
  padding: 40px 33px;
  border: 1px solid #7f8da9;
}
.block-border-text__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a779;
}
.block-border-text__content p:not(:last-child) {
  margin-bottom: 8px;
}
.block-certificate-banner {
  padding: 88px 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.block-certificate-banner .row {
  row-gap: 38px;
}
.block-certificate-banner img {
  margin: 0 auto;
  max-width: 100%;
}
.block-certificate-banner h4,
.block-certificate-banner p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #a8a779;
  margin-bottom: 16px;
}
.block-certificate-banner p {
  font-size: 16px;
  line-height: 24px;
}
.block-certificate-banner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.block-certificate-banner ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.block-certificate-banner ul li svg {
  width: 12px;
  height: 12px;
}
.block-certificate-banner ul li:nth-child(1) a {
  color: #a8a779;
}
.block-certificate-banner ul li:nth-child(2) a {
  color: #004f61;
}
.block-certificate-banner ul li:nth-child(3) a {
  color: #949494;
}
.block-certificate-banner--md,
.block-certificate-banner--sm {
  display: none;
}
.block-certificate-banner {
  background-image: url(../img/certificate/banner--lg.jpg);
}
.block-reviews__list .row {
  row-gap: 40px;
}
.block-reviews-filter {
  margin-bottom: 40px;
}
.block-reviews-filter form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.block-reviews-filter .filter__item {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #bac7de;
  position: relative;
  height: 54px;
}
.block-reviews-filter .filter__item:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-bottom-left-radius: 2px;
  -ms-transform: rotate(-45deg) translate(50%, 0%);
  transform: rotate(-45deg) translate(50%, 0%);
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: transform ease-in-out 100ms;
}
.block-reviews-btn a {
  max-width: 1015px;
  margin: 0 auto;
}
.block-reviews-rate__form h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-reviews-rate__form .star-rating__title {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.block-reviews-rate__form svg {
  height: 32px;
  width: 32px;
}
.block-reviews-rate__form textarea {
  resize: none;
  width: 100%;
  padding: 17px 22px;
  border-radius: 5px;
  border: 1px solid #a1a1a1;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.block-reviews-rate__form input[type="text"]:-ms-input-placeholder,
.block-reviews-rate__form textarea:-ms-input-placeholder {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.block-reviews-rate__form input[type="text"]::placeholder,
.block-reviews-rate__form textarea::placeholder {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.block-reviews-rate__form input[type="text"],
.tax-form__content select {
  width: 100%;
  border-radius: 5px;
  padding: 17px 22px;
  color: #111;
  font-size: 18px;
  font-weight: 400;
}
.block-reviews-rate__form input[type="text"] {
  font-style: normal;
  border: 1px solid #a1a1a1;
}
.block-reviews-rate__form a,
.block-reviews-rate__form label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.block-reviews-rate__form label {
  color: #000;
}
.block-404 {
  text-align: center;
}
.block-404__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 19px;
  margin-bottom: 24px;
}
.block-404__img span,
.block-404__text p {
  color: #a8a779;
  font-size: 128px;
  font-weight: 400;
  line-height: 128px;
  letter-spacing: 3.84px;
}
.block-404__text {
  max-width: 830px;
  margin: 0 auto;
}
.block-404__text p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
}
.block-404__text p a,
.block-reviews-rate__form a,
.form-checkbox label a {
  color: #a8a779;
  text-decoration: underline;
}
.block-404__link {
  margin-top: 32px;
  color: #222;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 30px;
  background: #ff8300;
  transition: 0.2s;
  padding: 11px;
  min-width: 295px;
}
.block-404__link:hover {
  background: #ffaa51;
  text-decoration: none;
  color: #a8a779;
}
.tax-form__content {
  border: 2px solid #bac7de;
  padding: 48px 73px;
}
.tax-form__content h2 {
  color: #a8a779;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 19px;
}
.tax-form__content .tax-form__info,
.tax-form__content h3 {
  color: #a8a779;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.tax-form__content .tax-form__info {
  line-height: 25px;
  padding: 23px 27px;
  border-radius: 8px;
  background: #e1e8f4;
  margin-bottom: 21px;
}
.tax-form__content select {
  border: 1px solid #bac7de;
  line-height: 100%;
}
.tax-form__content .tax-form__clinic {
  margin-bottom: 22px;
}
.tax-form__content .tax-form__clinic p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px;
}
.tax-form__content .clinics-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 12px;
  gap: 10px;
  border-radius: 17px;
  border: 1px solid #bac7de;
  background: #e1e8f4;
  color: #323232;
  font-size: 16px;
  line-height: 1;
}
.form-checkbox input,
.tax-form__content .clinics-item p {
  margin: 0;
}
.tax-form__content .clinics-item button {
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  padding: 0;
  border: none;
  width: 12px;
  height: 12px;
}
.tax-form__content .form-group input[type="text"] {
  border-radius: 5px;
  border: 1px solid #bac7de;
  background: #fff;
  padding: 16px 24px;
  width: 100%;
  max-height: 50px;
  font-size: 18px;
}
.tax-form__content .form-group input[type="text"]:-ms-input-placeholder {
  font-size: 18px;
}
.tax-form__content .form-group input[type="text"]::placeholder {
  font-size: 18px;
}
.tax-form__content .tax-form__switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  margin-bottom: 30px;
}
.block-patient-form .form__switch-body h3,
.tax-form__content .tax-form__switch-body h3 {
  color: #a8a779;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.tax-form__content .switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 27px;
}
.tax-form__content .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tax-form__content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e8f4;
  transition: 0.4s;
}
.block-patient-form .slider:before,
.tax-form__content .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}
.tax-form__content input:checked + .slider {
  background-color: #a8a779;
}
.block-patient-form input:checked + .slider:before,
.tax-form__content input:checked + .slider:before {
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.tax-form__content .slider.round {
  border-radius: 34px;
}
.tax-form__content .slider.round:before {
  border-radius: 50%;
}
.block-patient-form input[type="submit"],
.tax-form__content button[type="submit"] {
  color: #a8a779;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
  border-radius: 100px;
  background: #bac7de;
  padding: 15px;
  margin-top: 33px;
  transition: 0.2s;
}
.block-landing-docs__list.block-landing-docs__list--col ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-landing-docs__list p {
  margin-left: 42px;
  margin-top: 10px;
}
.block-landing-docs__list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.block-landing-docs__list ul li svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-landing-docs__list ul li a,
.block-patient-form .form__switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.block-landing-docs__list ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  gap: 22px;
}
.block-landing-docs__text,
.block-landing-docs__text a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 32px;
}
.block-landing-docs__text a {
  color: #a8a779;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: block;
}
.block-landing-docs .row {
  row-gap: 20px;
}
.block-patient-form form {
  padding: 33px;
  border: 2px solid #bac7de;
  max-width: 900px;
  margin: 0 auto;
}
.block-patient-form input[type="submit"]:hover {
  color: #a8a779;
  background: #e1e8f4;
}
.block-patient-form .form-group.form-checkbox {
  margin-bottom: 12px;
}
.block-patient-form .form__switch {
  gap: 37px;
  margin-bottom: 30px;
}
.block-patient-form .switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 27px;
}
.block-patient-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.block-patient-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e8f4;
  transition: 0.4s;
}
.block-patient-form input:checked + .slider {
  background-color: #a8a779;
}
.block-patient-form .slider.round {
  border-radius: 34px;
}
.block-patient-form .slider.round:before {
  border-radius: 50%;
}
.block-patient-form .form-group {
  margin-bottom: 30px;
}
.block-patient-form .form-group select {
  width: 100%;
  border: 1px solid #bac7de;
  border-radius: 5px;
  height: 54px;
  padding: 17px 22px;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}
.block-patient-form .form-group select:-ms-input-placeholder {
  font-size: 17px;
  color: #111;
}
.block-patient-form .form-group select::placeholder {
  font-size: 17px;
  color: #111;
}
.block-patient-form .form-group .form-group__checkbox {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #000;
}
.block-patient-form .form-group input[type="text"] {
  border-radius: 5px;
  border: 1px solid #bac7de;
  background: #fff;
  padding: 16px 24px;
  width: 100%;
  max-height: 50px;
  font-size: 18px;
  color: #111;
}
.block-patient-form .form-group input[type="text"]:-ms-input-placeholder {
  font-size: 18px;
  color: #111;
}
.block-patient-form .form-group input[type="text"]::placeholder {
  font-size: 18px;
  color: #111;
}
.form-title {
  margin-bottom: 9px;
}
.form-title h3,
.form-title p {
  line-height: 20px;
  color: #a8a779;
}
.form-title h3 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.form-title p {
  font-size: 18px;
  font-weight: 400;
}
.block-patient-form__banner {
  padding: 26px 10px;
  text-align: center;
  background: #e1e8f4;
  margin-bottom: 30px;
}
.block-patient-form__banner p,
.block-patient-form__link p {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #a8a779;
}
.block-patient-form__banner p span {
  font-weight: 400;
}
.block-patient-form__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}
.block-patient-form__link p {
  font-weight: 400;
  text-align: center;
}
.block-patient-form__link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid #a8a779;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  padding: 8px 29px;
  color: #a8a779;
  max-width: 350px;
  margin: 0 auto;
  text-transform: uppercase;
}
.block-vaccination__slider-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: #a8a779;
  padding: 14px;
  background: #bac7de;
  margin-bottom: 5px;
}
.block-vaccination-slider,
.login-page h1 img {
  display: none;
}
.block-vaccination-slider .slider__controls--mobile {
  display: -ms-flexbox;
  display: flex;
}
.block-vaccination__slider-subtitle {
  background: #a8a779;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: #fff;
}
.block-vaccination__slider-subtitle p {
  padding: 5px;
}
.block-vaccination__slider-subtitle p span {
  text-align: center;
  display: block;
  width: 100%;
}
.block-vaccination__slider-subtitle p:last-child {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-vaccination__slider-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
  margin-top: 5px;
  border-bottom: 1px solid #e1e8f4;
  padding-bottom: 5px;
}
.block-vaccination__slider-grid.three-columns {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.block-vaccination__slider-grid.block-vaccination__slider-grid--four-columns {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.block-vaccination__slider-grid.block-vaccination__slider-grid--five-columns {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}
.block-vaccination__slider-grid p {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a8a779;
  padding: 22px 4px;
  border-radius: 30px;
  margin: 0 3px;
}
.block-vaccination__slider-grid p.pink {
  background: #f5e6fc;
}
.block-vaccination__slider-grid p.green {
  background: #d1f9ef;
}
.block-vaccination__slider-grid p.yellow {
  background: #f5fbcd;
}
.block-vaccination__slider-grid p.two-row {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
}
.block-vaccination__slider-grid p.two-col {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
}
.block-vaccination__slider-grid p.three-columns {
  -ms-grid-column: span 3;
  grid-column: span 3;
}
.block-vaccination__slider-grid p.four-columns {
  -ms-grid-column: span 4;
  grid-column: span 4;
}
.block-app-links__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.block-app-links__qr {
  background: #e1e8f4;
  padding: 32px 26px 18px;
  border-radius: 20px;
}
.block-app-links__qr h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  color: #a8a779;
  margin-bottom: 20px;
}
.block-app-links__qr p,
.login-page__form h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #a8a779;
  margin-bottom: 24px;
}
.block-app-links__qr ul,
.block-app-links__qr ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
}
.block-app-links__qr ul li {
  gap: 12px;
}
.block-app-links__qr ul li img {
  max-width: 80px;
  max-height: 80px;
}
.block-app-links__slider {
  position: relative;
  display: block;
  min-height: 0;
  min-width: 0;
}
.block-app-links__slider .slide__content {
  max-width: 350px;
}
.block-app-links__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.block-app-links__slider .slick-dots {
  bottom: 16px;
  left: 20px;
  text-align: left;
}
.block-app-links__slider .slick-dots li {
  margin: 0 2px;
}
.block-app-links__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 20px;
  font-size: 8px;
  color: #ffffff80;
  opacity: 1;
}
.block-app-links__slider .slick-dots li.slick-active button:before {
  color: #ff8300;
  opacity: 1;
}
.block-app-links__slider .slider__slide {
  border-radius: 20px;
  padding: 32px 26px;
  background: #a8a779 no-repeat right bottom;
  height: 257px;
}
.block-app-links__slider .slider__slide h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin-bottom: 12px;
}
.block-app-links__slider .slider__slide p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.block-app-links__gif {
  position: relative;
  -ms-grid-row: span 2;
  grid-row: span 2;
}
.block-app-links__gif img {
  max-width: 100%;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-app-links__rate {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.block-app-links__rate ul,
.block-app-links__rate ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.block-app-links__rate ul li {
  border-radius: 16px;
  background: #fff;
  padding: 2px 10px;
  gap: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #a8a779;
}
.block-app-links__rate ul li svg {
  height: 21px;
  width: 21px;
}
.block-app-links__rate ul li span,
.login-page h1 {
  font-size: 16px;
  font-weight: 400;
}
.block-header-nav {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  margin: auto;
}
.block-header-nav .header-nav,
.header--franchise .header-nav {
  -ms-flex-pack: left;
  justify-content: left;
  gap: 30px;
}
.block-header-nav .header-nav a,
.header--franchise .header-nav a {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #a8a779;
}
.header--franchise .header__right,
.hero-slider__franchise .header__right {
  max-width: initial;
  width: auto;
}
.hero-slider__franchise .block-landing__main {
  padding: 216px 0 218px;
  background-position: 50% 85%;
}
.login-page {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
}
.login-page .logo img {
  max-height: 45px;
}
.login-page .logo__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #a8a779;
}
.login-page h1 {
  color: #a8a779;
  font-size: 56px;
  line-height: 67.2px;
  text-align: left;
  margin-top: 45px;
}
.footer-franchise .footer__socials-left {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-franchise .row {
  margin: auto;
  row-gap: 20px;
}
.login-page__form {
  background: rgba(127, 141, 169, 0.8);
  padding: 57px 70px;
}
.login-page__form h3 {
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #fbfcff;
}
.login-page__form form .form-group input[type="password"],
.login-page__form form .form-group input[type="text"] {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #111;
  border: 1px solid #bac7de;
  background: #fff !important;
}
.login-page__form form .form-group .checkbox {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.login-page__form form .login-page__form-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #a8a779;
  border-radius: 100px;
  background: #bac7de;
  height: 50px;
  text-transform: uppercase;
  transition: 0.2s;
}
.login-page__form form .login-page__form-btn:hover {
  background: #e1e8f4;
  color: #a8a779;
}
.block-contacts-franchise .row {
  row-gap: 30px;
}
.block-contacts-franchise__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 100px;
}
.block-contacts-franchise__links a svg {
  font-size: 25px !important;
}
.block-contacts-franchise__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  gap: 24px;
}
.block-contacts-franchise__links-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.block-contacts-franchise__links-col a {
  color: #a8a779;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
}
.block-contacts-franchise__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  margin-bottom: 24px;
}
.block-contacts-franchise__name img {
  width: 61px;
  height: 61px;
  border-radius: 50%;
}
.block-contacts-franchise__item h4,
.block-contacts-franchise__name p {
  color: #a8a779;
  font-size: 30px;
  font-weight: 700;
  line-height: 44.22px;
  text-align: left;
}
.block-contacts-franchise__item {
  padding: 30px;
  background: #e1e8f4;
  border-radius: 8px;
  height: 100%;
}
.block-contacts-franchise__item h4 {
  margin-bottom: 36px;
}
.form-checkbox label,
.modal-img__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form-checkbox label {
  gap: 15px;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-img img {
  width: 100%;
}
.modal-img__text {
  background: #a8a779;
  padding: 48px 57px 100px;
  margin-left: -100px;
  margin-top: 40px;
}
.modal-img__text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}
.b-text p,
.modal-img__text p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.modal-img__icon {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-bottom: 64px;
}
.b-text a,
.b-text p a {
  color: #333;
  text-decoration: underline;
}
.b-text p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.b-text p:not(:last-child) {
  margin-bottom: 10px;
}
.b-text.b-text--narrowed .container {
  max-width: 1050px;
  margin: 0 auto;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .visible-print,
  .visible-print-block {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media only screen and (min-width: 599px) {
  .review__desc {
    font-size: 0.9em;
    min-height: 16.5em;
    max-height: 16.5em;
  }
  .program-page__text .spoiler-title {
    text-transform: uppercase;
  }
  .hide-lg {
    display: none;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label,
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .navbar {
    border-radius: 4px;
  }
  .navbar-header,
  .navbar-nav > li {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .land-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .container-sm-height {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
  .column-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .modal-lg {
    width: 900px;
  }
  .land-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .fs-md-18 {
    font-size: 18px;
  }
  .container-md-height {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
  .header--v2 .header__phone {
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
    margin-left: auto;
  }
  .header--v2 .header__callback {
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px;
    margin-left: 0;
  }
  .header--v2 .header__cabinet {
    -ms-flex-order: 3;
    order: 3;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 999px) {
  .doctor__content .review-item__text span.hide,
  .doctor__widget .review-item__text span.hide {
    display: inline !important;
  }
  .doctor__content .review-item__text .deploy-review,
  .doctor__widget .review-item__text .deploy-review {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .visible-lg,
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .land-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-lg-height {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
  .header--inner.header--v3 .header__wrap,
  .header--main.header--v3 .header__wrap {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header--inner.header--v3 .header__logo,
  .header--main.header--v3 .header__logo {
    -ms-flex-order: 7;
    order: 7;
    margin-right: 50px;
    margin-top: 19px;
    margin-left: -2px;
  }
  .header--inner.header--v3 .header__phone,
  .header--main.header--v3 .header__phone {
    margin-right: 42px;
    -ms-flex-order: 5;
    order: 5;
  }
  .header--inner.header--v3 .header__callback,
  .header--main.header--v3 .header__callback {
    margin-right: 41px;
    -ms-flex-order: 4;
    order: 4;
  }
  .header--inner.header--v3 .header__cabinet,
  .header--main.header--v3 .header__cabinet {
    margin-right: 44px;
    -ms-flex-order: 3;
    order: 3;
  }
  .header--inner.header--v3 .header__payment,
  .header--main.header--v3 .header__payment {
    margin-right: 25px;
    -ms-flex-order: 2;
    order: 2;
  }
  .header--inner.header--v3 .header__indicator,
  .header--main.header--v3 .header__indicator {
    -ms-flex-order: 1;
    order: 1;
  }
  .header--inner.header--v3 .header__nav,
  .header--main.header--v3 .header__nav {
    margin: 19px 0 0;
  }
  .header--v3 .header__phone {
    margin: 0 32px 0 0;
  }
  .header--v3 .header__callback {
    margin: 0 37px 0 0;
  }
  .header--v3 .header__cabinet {
    margin: 0 34px 0 0;
  }
  .header--v3 .header__payment {
    margin: 0 45px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md,
  .visible-md-block {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm,
  .visible-sm-block {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
@media only screen and (min-width: 1460px) {
  .header--main.header--v4:not(.header--fixed) {
    top: 26px;
  }
  .header--main.header--v4:not(.header--fixed) .header-nav {
    font-size: 16px;
    line-height: 21px;
  }
  .header--main.header--v4:not(.header--fixed)
    .header-contacts__item--callback
    a {
    min-width: 135px;
  }
  .header--main.header--v4:not(.header--fixed) .header__right-top {
    margin-bottom: 15px;
    position: relative;
    top: -10px;
  }
  .header--main.header--v4:not(.header--fixed) .header__contacts {
    width: 70%;
  }
  .header--main.header--v4:not(.header--fixed) .header__right {
    max-width: 840px;
  }
  .header--main.header--v4:not(.header--fixed) .header__contacts {
    font-size: 16px;
    line-height: 21px;
  }
  .header--main.header--v4:not(.header--fixed) .header__wrap {
    min-height: 98px;
  }
  .header--main.header--v4:not(.header--fixed) .header__logo img {
    max-width: none;
    width: 174px;
  }
  .header--main.header--v4:not(.header--fixed) .header__cabinet {
    margin-left: 40px;
  }
  .header--main.header--v4:not(.header--fixed) .logo__desc {
    font-size: 20px;
    line-height: 21px;
    margin-left: 27px;
  }
  .header--main.header--v4:not(.header--fixed) .cabinet__icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .header--main.header--v4:not(.header--fixed) .cabinet__link {
    font-size: 16px;
  }
  .header--main.header--v4:not(.header--fixed) .indicator__button {
    width: 40px;
    height: 40px;
    margin-left: 45px;
  }
  .header--main.header--v4:not(.header--fixed)
    .indicator__button
    .icon-magnifier-2 {
    font-size: 40px;
  }
  .header--main.header--v4:not(.header--fixed)
    .indicator__button
    .icon-whatsapp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) and (max-width: 991px) {
  .doctor-inner__picture {
    max-width: 147px;
  }
}
@media only screen and (max-width: 1620px) {
  .hero-slider .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 1530px) {
  .header--fixed.header--v3 .nav a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1459px) {
  .hero-slider {
    margin-top: 126px;
  }
  .hero-slider__main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1450px) {
  .header--fixed .header__cabinet,
  .header--fixed .header__callback,
  .header--fixed .header__nav .nav a,
  .header--inner .header__cabinet,
  .header--inner .header__callback,
  .header--main .header__cabinet,
  .header--main .header__callback {
    margin-right: 20px;
  }
  .header--fixed.header--v3 .header__nav,
  .header--fixed.header--v3 .header__phone,
  .header--fixed.header--v3.header--inner .header__phone,
  .header--fixed.header--v3.header--main .header__phone {
    margin: 0;
  }
  .header--fixed .header__nav .nav a:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 1449px) {
  .announce-index + .header--v4.header--main:not(.header--fixed) {
    top: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .hero-slider__item-picture--xl {
    display: block;
  }
}
@media only screen and (max-width: 1350px) {
  .header__callback,
  .nav a {
    margin-right: 20px;
  }
  .header__cabinet {
    margin-left: 20px;
  }
}
@media (max-width: 1350px) {
  .promotions-cards__imgs {
    width: 1220px;
  }
}
@media only screen and (max-width: 1300px) {
  .cookie {
    padding-left: 24px;
    padding-right: 24px;
  }
  .block-testimonials__slider .slick-dots {
    width: 100%;
    margin: 0;
  }
  .block-program-inner-form__radio-item label {
    width: 350px;
  }
  .block-landing-img-link__wrapper {
    max-width: 100%;
  }
  .block-landing-img-link__img {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
@media (max-width: 1300px) {
  .block-landing-hospital-call .block-landing-call__links {
    width: 100%;
  }
}
@media only screen and (max-width: 1270px) {
  .header--fixed.header--v3 .nav a {
    margin-right: 15px;
  }
}
@media (max-width: 1265px) {
  .contacts-inner__btn {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .contacts-inner__btn-route {
    width: 100%;
  }
  .contacts-inner__btns {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 366px;
  }
}
@media (max-width: 1250px) {
  .promotions-item--middle .promotions-item__img {
    right: -29px;
  }
}
@media only screen and (max-width: 1250px) {
  .header--fixed .header__nav .nav,
  .header--fixed .header__phone .phone,
  .header--inner .phone,
  .header--main .phone {
    font-size: 18px;
  }
  .block-landing-centers.block-landing-centers--list
    .block-landing-centers__text {
    font-size: 16px;
    margin-right: 90px;
  }
}
@media (max-width: 1240px) {
  .promotions-cards__imgs {
    width: 100%;
  }
  .block-promotions-inner__content {
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #bac7de;
    padding: 32px 48px;
  }
  .block-promotions-inner__wrapper {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .block-promotions-inner__img {
    margin-top: 40px;
    position: relative;
    top: auto;
    text-align: center;
  }
  .block-promotions-inner__img img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 1228px) {
  .block-landing-video-price__price {
    font-size: 32px;
  }
  .block-landing-video-price__video {
    min-width: 780px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .block-department--mammology .block-department__desc {
    max-width: 800px;
  }
  .block-department--mammology .block-department__video {
    margin-top: 50px;
  }
  .block-program-inner-form__radio-item label {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .block-landing-add__item {
    margin-bottom: 32px;
  }
  .block-landing-add__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-promotions-form__form {
    margin-left: 15px;
    padding: 0 40px 0 35px;
  }
  .block-landing-app__img {
    display: none;
  }
  .block-landing-app__img--tablet {
    display: inline-block;
  }
  .block-landing-app__content {
    padding: 0;
  }
  .block-landing-app__content-apps {
    padding: 0;
    border-right: none;
    margin-bottom: 30px;
  }
  .block-landing-app__cols {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contacts-tabs .tabs__title {
    font-size: 36px;
    margin-right: 37px;
  }
  .contacts-tabs .tabs__title:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .first-screen__features {
    display: block;
  }
  .first-screen__btn {
    min-width: auto;
  }
  .first-screen--3 .first-screen__addresses {
    padding-right: 130px;
  }
  .actual {
    padding-top: 2.6rem;
  }
  .actual__title {
    margin-top: 0;
  }
  .interior {
    margin-bottom: 60px;
  }
  .location--5 .location__wrap {
    display: block;
    height: auto;
    padding: 0;
  }
  .location--5 .location__addresses {
    width: 100%;
    padding: 80px 15px 72px;
    font-size: 0;
  }
  .location--5 .location__addresses:after {
    content: " ";
    display: table;
    clear: both;
  }
  .feature2,
  .location--5 .location__addresses .addresses {
    width: 50%;
    float: left;
  }
  .location--5 .location__map {
    height: 424px;
    position: static;
    width: 100%;
  }
  .addresses {
    margin-left: 0;
  }
  .address-item--2 {
    width: 100%;
    margin-top: 20px;
  }
  .address-item--2:first-child {
    margin-top: 0;
  }
  .indicator__button {
    margin-left: 20px;
  }
  .job-features-2,
  .job-features-3 {
    padding: 0;
  }
  .block-tabs__links-item {
    font-size: 40px;
  }
  .block-tabs__btn {
    margin: 20px auto 0;
  }
  .promotions-form__form-img {
    display: none;
  }
  .promotions-form__form-list {
    margin-bottom: 35px;
  }
  .footer__address {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__address-item {
    margin-bottom: 0;
  }
  .footer__address-item:not(:last-child) {
    margin-right: 65px;
  }
  .header__hamburger {
    display: block;
    margin-right: 45px;
  }
  .header__nav,
  .header__snowflake {
    display: none;
  }
  .header__search {
    margin-right: 15px;
  }
  .header--inner.header--v3,
  .header--main.header--v3 {
    top: 30px;
  }
  .header--inner.header--v3 .hamburger__inner,
  .header--main.header--v3 .hamburger__inner {
    width: 30px;
  }
  .header--inner.header--v3 .hamburger__inner:before,
  .header--main.header--v3 .hamburger__inner:before {
    top: -10px;
  }
  .header--inner.header--v3 .hamburger__inner:after,
  .header--main.header--v3 .hamburger__inner:after {
    bottom: -10px;
  }
  .header--v3 + .page-title {
    padding-top: 6em;
  }
  .header--v3 + .hero {
    padding-top: 94px;
    padding-bottom: 17px;
  }
  .header--v3 .header__hamburger {
    margin-right: 0;
  }
  .header--v3 .header__wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
  .header--v4 .header__contacts {
    margin-left: 0;
    margin-right: auto;
  }
  .header--v4 .header__hamburger {
    margin-left: 32px;
    display: block;
    margin-right: 0;
  }
  .header--fixed.header--v3 .header__logo {
    display: none;
  }
  .header--fixed.header--v3 .header__indicator {
    display: block !important;
  }
  .header--fixed.header--v3 .btn {
    font-size: 18px;
    padding: 13px 25px 10px;
  }
  .block-landing-preparation-slider:before,
  .block-landing-preparation:before,
  .header--fixed.header--v3 .indicator__button--magnifier {
    display: none;
  }
  .header--fixed.header--v3 .indicator__button--whatsapp {
    width: 40px;
    height: 40px;
    font-size: 28px;
    margin: -10px 5px 0 0;
  }
  .announce-index + .header--inner,
  .announce-index + .header--main {
    top: 30px;
  }
  .block-landing-cols .row > div {
    margin-bottom: 30px;
  }
  .block-landing-cols .row > div:last-child {
    margin-bottom: 0;
  }
  .block-landing-preparation .row .col-sm-3,
  .block-landing-preparation-slider .row .col-sm-3 {
    padding: 0 10px;
  }
  .block-landing-preparation {
    padding: 48px 0;
    background: #eff4fd;
  }
  .block-landing-preparation .section__title,
  .block-landing-preparation-slider .section__title {
    margin-bottom: 40px;
  }
  .block-landing-register__form {
    margin-left: -96px;
    padding: 48px 50px;
  }
  .block-landing-preparation-slider {
    padding: 48px 0;
    background: #eff4fd;
  }
  .block-header-nav .header-nav {
    gap: 10px;
  }
  .block-header-nav .header-nav a,
  .header--franchise .header-nav a {
    font-size: 18px;
  }
  .block-header-nav .header__nav,
  .block-header-nav .header__snowflake {
    display: -ms-flexbox;
    display: flex;
  }
  .header--franchise .header-nav {
    gap: 10px;
  }
  .header--franchise .header__nav,
  .header--franchise .header__snowflake {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1160px) {
  .block-landing-longread ul {
    max-width: 550px;
  }
}
@media (max-width: 1130px) {
  .logo__desc {
    display: none;
  }
  .block-landing-call__item-text {
    font-size: 18px;
  }
  .block-landing-news__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .block-program-steps__wrapper {
    padding: 60px 24px 32px;
  }
}
@media (max-width: 1100px) {
  .block-landing-video-price__video {
    min-width: 720px;
    min-height: 470px;
  }
  .block-landing-advantages {
    margin-bottom: 80px;
  }
}
@media (max-width: 1080px) {
  .block-landing-longread {
    text-align: center;
  }
  .block-landing-longread p,
  .block-landing-longread ul {
    max-width: 100%;
  }
  .block-landing-longread img.right {
    float: none;
    margin-left: 0;
  }
  .block-landing-longread img.left {
    float: none;
    margin-right: 0;
  }
  .block-landing-longread.block-landing-longread--light .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-landing-longread.block-landing-longread--light .container img {
    -ms-flex-order: -1;
    order: -1;
  }
  .block-landing-longread.block-landing-longread--light h1,
  .block-landing-longread.block-landing-longread--light h2,
  .block-landing-longread.block-landing-longread--light h3,
  .block-landing-longread.block-landing-longread--light h4 {
    width: 100%;
  }
  .block-landing-longread.block-landing-longread--light ul {
    width: 100%;
    margin: 16px 20px;
  }
}
@media (max-width: 1070px) {
  .contacts-tabs .tabs__title {
    font-size: 30px;
  }
  .contacts-tabs .tabs__title:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1047px) {
  .block-payment__btns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-payment__btns a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .block-department--programs-inner .block-department__desc {
    max-width: 100%;
    font-size: 18px;
  }
  .block-program-inner-form .block-title {
    display: block;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a8a779;
    margin-bottom: 40px;
  }
  .block-program-inner-form__step-title {
    display: none;
  }
  .block-program-inner-form__content {
    padding: 60px 50px;
  }
  .block-program-inner-form__choice,
  .block-program-inner-form__privilege-item {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-program-inner-form__privilege-item-icon svg {
    width: 30px;
    height: 30px;
  }
  .block-program-inner-form__choice {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-program-inner-form__choice-item {
    margin-bottom: 15px;
  }
  .block-program-inner-form__subtitle {
    margin-bottom: 30px;
  }
  .block-program-inner-form__content-list li {
    font-size: 16px;
  }
  .block-program-inner-form__popup-title {
    font-size: 20px;
  }
  .block-items__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-items__img {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .block-landing-centers.block-landing-centers--list
    .block-landing-centers__title {
    font-size: 32px;
  }
  .block-landing-centers.block-landing-centers--list
    .block-landing-centers__text {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .modal-schedule-doctor__content {
    width: 95%;
  }
  .modal-auth__content,
  .modal-done__content {
    margin: 0 auto;
    width: 95%;
  }
  .section__title {
    font-size: 30px;
  }
  .block-page-top h1 {
    font-size: 44px;
    margin-bottom: 32px;
  }
  .doctor-inner__dropdown .section__title {
    font-size: 40px;
  }
  .doctor-inner__video {
    margin-top: 72px;
  }
  .doctor-inner__video-content iframe {
    height: 400px;
  }
  .departments__tabs {
    display: block;
  }
  .promotions-title {
    font-size: 44px;
  }
  .modal-schedule {
    width: 100%;
  }
  .schedule-modal__spec-name {
    font-size: 32px;
  }
  .block-doctors-list__title {
    font-size: 44px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .block-landing__main {
    padding: 144px 0 150px;
  }
  .block-landing-links--tabs .block-landing-links__list ul li a {
    font-size: 20px;
  }
  .block-certificate-banner {
    background-image: none;
  }
}
@media only screen and (max-width: 1000px) {
  .block-program-inner-form__radio-item label {
    width: 260px;
    padding: 10px 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .address-item5 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address-item5__icon {
    margin-bottom: 12px;
  }
  .block-program-inner-form__radio-item label {
    width: 220px;
    font-size: 20px;
  }
  .block-program-inner-form__radio-item {
    margin-right: 15px;
  }
  .block-program-inner-form__radio-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 840px) {
  .block-landing-video-price__video {
    height: 450px;
    padding: 18px;
  }
}
@media only screen and (max-width: 835px) {
  .block-landing-doctor-comment__wrapper:before {
    height: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .block-services-appointment {
    padding-bottom: 0;
    margin-bottom: 64px;
  }
  .block-landing-img__slider-nav,
  .block-services-appointment:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
  .visible-xs,
  .visible-xs-block {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .modal-schedule__body .row .col-md-6 {
    max-width: 462px;
    margin: 0 auto;
  }
  .promotions-add .promotions-list {
    margin-top: 0;
  }
  .block-landing-longread {
    padding: 40px 0;
  }
  .block-landing-longread h1,
  .block-landing-longread h2,
  .block-landing-longread h3 {
    font-size: 26px;
  }
  .block-landing-longread h4 {
    font-size: 22px;
  }
  .block-landing-longread button.block-landing-longread__btn-hide {
    margin-top: 20px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-landing-longread .two-column {
    column-count: 1;
  }
  .block-landing-longread__content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-landing-longread__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-landing-questionnaire__num {
    width: 40px;
    height: 40px;
    font-size: 29px;
    margin-right: 14px;
  }
  .block-landing-questionnaire__item-right label:not(:last-child) {
    margin-right: 30px;
  }
  .block-landing-longread__btn-hide {
    margin-top: 20px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-landing-date__content p {
    font-size: 20px;
  }
  .block-landing-num-list__list {
    padding: 30px 20px;
  }
  .block-landing-icon-links__list ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .block-landing-event-form__content {
    padding: 30px 50px;
  }
  .block-landing-event-form__content form button {
    margin-top: 20px;
  }
  .block-landing-event-form__title h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .block-landing__tag--dark,
  .block-landing__tag--light {
    font-size: 15px;
  }
  .label--mobile {
    display: block;
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
@media (min-width: 967px) {
  .promo-modal .modal-dialog,
  .reviews-modal .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
@media (max-width: 1199px) {
  .block-feedback-form__wrapper {
    padding: 48px 100px;
  }
  .promotions-item--middle {
    padding: 0;
    max-width: 100%;
  }
  .promotions-item--middle .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .promotions-item--middle .promotions-item__content-inner {
    padding: 28px 25px;
  }
  .promotions-item--middle .promotions-item__img {
    max-height: 280px;
    position: relative;
    top: 0;
    right: 0;
  }
  .promotions-item--middle .promotions-item__img img {
    max-height: 280px;
  }
  .block-landing-programs .section__title {
    margin-bottom: 40px;
  }
  .block-landing-programs {
    padding: 50px 0;
  }
  .block-landing-programs__item-disabled-text {
    margin-bottom: 23px;
  }
  .block-landing-links__list ul li a {
    font-size: 30px;
  }
  .block-landing-appointment {
    margin-top: 32px;
  }
  .block-landing-list__title {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .block-landing-list {
    padding-top: 40px;
  }
  .block-landing-list:before {
    height: 360px;
  }
  .block-landing-advantages__minus {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1130px) {
  .birthday__form {
    padding: 40px 50px;
  }
}
@media (max-width: 1024px) {
  .hero-slider__item-picture {
    display: none;
  }
  .hero-slider__item-picture--md {
    display: block;
  }
  .section__title.section__title--large {
    font-size: 40px;
  }
  .block-main__img-desktop {
    display: none;
  }
  .block-main__img--tablet {
    display: block;
  }
  .block-landing-img__slider {
    margin-left: 30px;
  }
  .block-landing-cols {
    margin-top: 40px;
  }
  .block-landing-event-form__content {
    padding: 40px 100px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs__title {
    margin-right: 30px;
  }
  .hero {
    padding-top: 6.5rem;
  }
  .hero-slider {
    margin-top: 82px;
  }
  .hero-slider__item {
    padding: 56px 0 107px;
    min-height: 400px;
  }
  .hero-slider__item-content {
    width: 66.66666667%;
  }
  .hero-slider__item-desc,
  .hero-slider__item-title {
    width: 100%;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .hero-slider__item-desc {
    font-size: 20px;
  }
  .start-screen__slider .slide {
    height: 625px;
  }
  .first-screen {
    padding-top: 6em;
    padding-bottom: 2.375em;
  }
  .first-screen__logo {
    float: none;
    width: 100%;
  }
  .first-screen__img {
    max-width: 84.5%;
    margin: 0 auto;
  }
  .first-screen__desc {
    float: none;
    width: 100%;
    border: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .first-screen__desc br {
    display: none;
  }
  .first-screen__features {
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: 100%;
    padding: 0;
  }
  .first-screen__addresses {
    float: none;
    width: 100%;
  }
  .first-screen__btn-holder,
  .first-screen__snowflake-1,
  .first-screen__snowflake-2 {
    display: none;
  }
  .first-screen__snowflake-3 {
    width: 56px;
    height: 56px;
    left: 0;
    bottom: auto;
    top: 100%;
    margin: 0;
  }
  .first-screen__snowflake-4,
  .first-screen__snowflake-5 {
    display: none;
  }
  .first-screen__snowflake-6 {
    width: 56px;
    height: 56px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 100%;
    margin: 0;
  }
  .block-department__desc br,
  .first-screen__snowflake-7 {
    display: none;
  }
  .first-screen--2 {
    padding-top: 8.5em;
    padding-bottom: 3.3em;
  }
  .first-screen--2 .first-screen__logo {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .first-screen--2 .first-screen__img {
    max-width: 69.5%;
    position: relative;
    left: 17px;
  }
  .first-screen--2 .first-screen__desc {
    width: 100%;
    font-size: 88px;
    line-height: 100%;
    padding: 0;
    margin-bottom: 43px;
  }
  .first-screen--2 .first-screen__top {
    margin-bottom: 39px;
  }
  .first-screen--2 .first-screen__addresses {
    margin-left: 0;
    text-align: center;
  }
  .first-screen--2 .first-screen__address-item {
    margin-left: 98px;
  }
  .first-screen--2 .first-screen__address-item:before {
    left: -47px;
  }
  .first-screen--2 .first-screen__address-item:last-child {
    margin-left: 0;
    margin-top: 41px;
  }
  .first-screen--2 .first-screen__address-item:last-child:before,
  .first-screen--3 .first-screen__address-item:last-child:before {
    content: none;
  }
  .first-screen--3 {
    padding-top: 7.7em;
    padding-bottom: 4.2em;
  }
  .first-screen--3 .first-screen__desc {
    margin-top: -17px;
    font-size: 64px;
    line-height: 72px;
    width: 100%;
  }
  .first-screen--3 .first-screen__logo {
    width: 100%;
  }
  .first-screen--3 .first-screen__top {
    display: block;
  }
  .first-screen--3 .first-screen__addresses {
    margin-left: 0;
    padding: 0;
    text-align: center;
  }
  .first-screen--3 .first-screen__address-item {
    margin-left: 0;
    width: 50%;
  }
  .first-screen--3 .first-screen__address-item:before {
    left: 0;
  }
  .first-screen--3 .first-screen__address-item:last-child {
    margin-left: 0;
    margin-top: 48px;
  }
  .address-item3__title {
    font-size: 18px;
  }
  .address-item3__text {
    font-size: 1.5em;
  }
  .address-item4__content {
    margin-top: -10px;
  }
  .address-item4__title {
    font-size: 18px;
  }
  .address-item4__text {
    font-size: 16px;
  }
  .address-item5__title {
    font-size: 18px;
  }
  .address-item5__text,
  .header--inner.header--v4 .indicator__button--whatsapp .icon,
  .header--main.header--v4 .indicator__button--whatsapp .icon {
    font-size: 16px;
  }
  .address-item5__text:after {
    width: 0;
  }
  .actual--2 {
    padding: 36px 0 39px;
  }
  .actual--2 .actual__slider .slider__dots {
    margin-right: 16px;
  }
  .actual--2 .actual__slider .slider__controls {
    right: -8px;
    bottom: -8px;
  }
  .actual-item2 {
    padding: 0;
  }
  .actual-item2__title {
    font-size: 36px;
    margin-bottom: 31px;
  }
  .actual-item2__desc {
    margin-bottom: 46px;
  }
  .actual-item2__desc p {
    margin-bottom: 12px;
  }
  .actual-item2__bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .actual-item2__note {
    padding-right: 134px;
  }
  .specialist--2 .specialist__body {
    padding: 8px 0;
  }
  .specialist--2 .specialist__name {
    margin-bottom: 10px;
  }
  .location__map {
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
  }
  .location--2 .location__addresses .addresses,
  .location--2 .location__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location--2 .location__addresses {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    background: #fff;
    color: #323232;
    padding: 36px 15px 69px;
  }
  .location--2 .location__addresses .addresses {
    width: 100%;
  }
  .location--2 .location__map {
    position: static;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: 424px;
  }
  .location--3,
  .location--4,
  .location--6 {
    padding-top: 65px;
  }
  .location--3 .location__header {
    margin-bottom: 68px;
  }
  .location--3 .location__title {
    text-align: center;
    display: block;
    margin: 0;
  }
  .location--3 .location__wrap {
    display: block;
  }
  .location--3 .location__addresses {
    width: 100%;
    background: 0 0;
    color: #323232;
    padding: 0 15px;
    margin-bottom: 46px;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .location--3 .location__map {
    height: 424px;
    position: static;
    width: 100%;
  }
  .location--4 .location__header {
    margin-bottom: 68px;
  }
  .location--4 .location__title {
    text-align: center;
    display: block;
    margin: 0;
  }
  .location--4 .location__wrap {
    height: auto;
    display: block;
  }
  .location--4 .location__addresses {
    width: 100%;
    background: 0 0;
    color: #323232;
    padding: 0 15px;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .location--4 .location__map {
    height: 424px;
    position: static;
    width: 100%;
  }
  .location--5 .location__title {
    text-align: center;
  }
  .location--6 .location__header {
    margin-bottom: 68px;
  }
  .location--6 .location__title {
    text-align: center;
    display: block;
    margin: 0;
  }
  .location--6 .location__wrap {
    display: block;
  }
  .location--6 .location__addresses {
    width: 100%;
    background: 0 0;
    color: #323232;
    padding: 0 15px;
    margin-bottom: 46px;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .location--6 .location__addresses .addresses {
    margin-top: 20px;
  }
  .location--6 .location__map {
    height: 424px;
    position: static;
    width: 100%;
    margin-bottom: 0;
  }
  .addresses__col {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-top: 20px;
  }
  .addresses__col:first-child {
    margin-top: 0;
  }
  .accordion--2 .accordion__title {
    font-size: 22px;
  }
  .block-doctor-bg__img img {
    max-height: 350px;
  }
  .block-header {
    margin-bottom: 46px;
  }
  .block-department {
    background-size: cover;
  }
  .block-department__schedule {
    margin: 8px 0 0;
  }
  .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 31px;
    max-width: 420px;
  }
  .block-department__btn-holder {
    display: inline-block;
    text-align: center;
  }
  .block-department-info {
    padding: 64px 0 70px;
  }
  .block-department--diagnostic {
    background:
      url(../../../uploads/img/landings/diagnostic/bg-header--tablet.jpg) 100%
        0% no-repeat,
      linear-gradient(180deg, #9ba1ad 0%, #e1e2e5 100%);
  }
  .block-department--pediatr,
  .block-department--west {
    background-image: url(../../../uploads/img/landings/west/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 35px 0 57px;
  }
  .block-department--west .block-department__title {
    margin-bottom: 28px;
  }
  .block-department--west .block-department__desc {
    font-size: 22px;
    line-height: 36px;
    max-width: 474px;
    margin-bottom: 24px;
  }
  .block-department--west .block-department__features {
    margin-bottom: 33px;
  }
  .block-department--pediatr {
    background-image: url(../../../uploads/img/landings/pediatr/bg-header--tablet.jpg);
    padding: 35px 0 64px;
  }
  .block-department--pediatr .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 32px;
  }
  .block-department--pediatr .block-department__features {
    margin-bottom: 33px;
  }
  .block-department--pediatr-west {
    background-image: url(../../../uploads/img/landings/pediatr-west/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 36px 0 48px;
  }
  .block-department--pediatr-west .block-department__title {
    font-size: 48px;
    line-height: 52px;
  }
  .block-department--pediatr-west .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 41px;
  }
  .block-department--pediatr-west .block-department__features {
    margin-bottom: 33px;
  }
  .block-department--cosmetology,
  .block-department--pause .block-department {
    background-image: url(../../../uploads/img/landings/cosmetology/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 37px 0 64px;
  }
  .block-department--pause .block-department {
    background-image: url(../../../uploads/img/landings/pause/bg-header--tablet.jpg);
  }
  .block-department--aptos .block-department,
  .block-department--programs .block-department {
    background-image: url(../../../uploads/img/landings/aptos/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 37px 0 64px;
  }
  .block-department--programs .block-department {
    background-image: url(../../../uploads/img/landings/programs/bg-header--tablet.jpg);
  }
  .block-department--ophthalmology,
  .block-department--programs-inner .block-department {
    background-image: url(../../../uploads/img/landings/programs-inner/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 37px 0 64px;
  }
  .block-department--ophthalmology {
    background-image: url(../../../uploads/img/landings/ophthalmology/bg-header--tablet.jpg);
  }
  .block-department--ophthalmology .block-department__title {
    margin-bottom: 27px;
  }
  .block-department--ophthalmology .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 32px;
  }
  .block-department--ophthalmology .block-department__features {
    margin-bottom: 36px;
  }
  .block-department--cosmetology-west {
    background-image: url(../../../uploads/img/landings/cosmetology-west/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 36px 0 64px;
  }
  .block-department--oncology {
    background-image: url(../../../uploads/img/landings/oncology/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 38px 0 79px;
  }
  .block-department--oncology-west {
    background-image: url(../../../uploads/img/landings/oncology-west/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 38px 0 112px;
  }
  .block-department--medical,
  .block-department--radiation {
    background-image: url(../../../uploads/img/landings/radiation/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 38px 0 136px;
  }
  .block-department--medical {
    background-image: url(../../../uploads/img/landings/medical/bg-header--tablet.jpg);
    padding: 38px 0 50px;
  }
  .block-department--diagnostic-west {
    background-image: url(../../../uploads/img/landings/diagnostic-west/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 38px 0 64px;
  }
  .block-department--ginecology,
  .block-department--ginecology-west {
    background-image: url(../../../uploads/img/landings/ginecology/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 36px 0 64px;
  }
  .block-department--ginecology-west {
    background-image: url(../../../uploads/img/landings/ginecology-west/bg-header--tablet.jpg);
  }
  .block-department--ginecology-2,
  .block-department--ginecology-3 {
    background-image: url(../../../uploads/img/landings/ginecology-2/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 36px 0 64px;
  }
  .block-department--ginecology-3 {
    background-image: url(../../../uploads/img/landings/ginecology-3/bg-header--tablet.jpg);
  }
  .block-department--ortopedia,
  .block-department--pain {
    background-image: url(../../../uploads/img/landings/ortopedia/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 40px 0 115px;
  }
  .block-department--pain {
    background-image: url(../../../uploads/img/landings/pain/bg-header--tablet.jpg);
    padding: 44px 0 80px;
  }
  .block-department--pain-west {
    background-image: url(../../../uploads/img/landings/pain-west/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 44px 0 68px;
  }
  .block-department--emergency {
    background-image: url(../../../uploads/img/landings/emergency/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 44px 0 116px;
  }
  .block-department--stomatology,
  .block-department--stomatology-west {
    background-image: url(../../../uploads/img/landings/stomatology/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 44px 0;
  }
  .block-department--stomatology-west {
    background-image: url(../../../uploads/img/landings/stomatology-west/bg-header--tablet.jpg);
  }
  .block-department--stomatology-pv,
  .block-department--surgery {
    background-image: url(../../../uploads/img/landings/stomatology-pv/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 44px 0;
  }
  .block-department--surgery {
    background-image: url(../../../uploads/img/landings/surgery/bg-header--tablet.jpg);
  }
  .block-department--cardio,
  .block-department--hospital {
    background-image: url(../../../uploads/img/landings/cardio/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 44px 0;
  }
  .block-department--hospital {
    background-image: url(../../../uploads/img/landings/hospital/bg-header--tablet.jpg);
  }
  .block-department--oms .block-department,
  .block-department--telemed {
    background-image: url(../../../uploads/img/landings/oms/bg-header--tablet-upd.jpg);
    background-position: 50% 50%;
    padding: 44px 0 54px;
  }
  .block-department--telemed {
    background-image: url(../../../uploads/img/landings/telemed/bg-header--tablet.jpg);
    padding: 44px 0 87px;
  }
  .block-department--lb,
  .block-department--pv {
    background-image: url(../../../uploads/img/landings/pv/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 38px 0 97px;
  }
  .block-department--lb {
    background-image: url(../../../uploads/img/landings/lb/bg-header--tablet.jpg);
  }
  .block-department--oms .block-department__btn {
    margin: 0 0 8px;
  }
  .block-department--home,
  .block-department--urology {
    background-image: url(../../../uploads/img/landings/urology/bg-header--tablet.jpg);
    background-position: 50% 50%;
    padding: 44px 0 82px;
  }
  .block-department--home {
    background-image: url(../../../uploads/img/landings/home/bg-header--tablet.jpg);
    padding: 36px 0 116px;
  }
  .block-department--cosmetology .block-department__title {
    margin-bottom: 27px;
  }
  .block-department--cosmetology .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 32px;
  }
  .block-department--cosmetology .block-department__features {
    margin-bottom: 36px;
  }
  .block-department--cosmetology-west .block-department__title {
    font-size: 48px;
    line-height: 100%;
  }
  .block-department--cosmetology-west .block-department__desc {
    font-size: 22px;
    line-height: 34px;
    max-width: 474px;
    margin-bottom: 31px;
  }
  .block-department--cosmetology-west .block-department__features {
    margin-bottom: 36px;
  }
  .block-department--ginecology .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--ginecology .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 30px;
  }
  .block-department--ginecology .block-department__features {
    margin-bottom: 28px;
  }
  .block-department--ginecology-west .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--ginecology-west .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 30px;
  }
  .block-department--ginecology-west .block-department__features {
    margin-bottom: 28px;
  }
  .block-department--ginecology-2 .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--ginecology-2 .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 30px;
  }
  .block-department--ginecology-2 .block-department__features {
    margin-bottom: 28px;
  }
  .block-department--ortopedia .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--ortopedia .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 567px;
    margin-bottom: 32px;
  }
  .block-department--ortopedia .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--urology .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--urology .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 395px;
    margin-bottom: 32px;
  }
  .block-department--urology .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--stomatology .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .block-department--stomatology .block-department__desc {
    font-size: 24px;
    line-height: 36px;
    max-width: 500px;
    margin-bottom: 32px;
  }
  .block-department--stomatology .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--surgery .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .block-department--surgery .block-department__desc {
    font-size: 24px;
    line-height: 36px;
    max-width: 500px;
    margin-bottom: 32px;
  }
  .block-department--surgery .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--stomatology-west .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .block-department--stomatology-west .block-department__desc {
    font-size: 24px;
    line-height: 36px;
    max-width: 500px;
    margin-bottom: 32px;
  }
  .block-department--stomatology-west .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--pain .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .block-department--pain .block-department__desc {
    font-size: 24px;
    line-height: 36px;
    max-width: 410px;
    margin-bottom: 32px;
  }
  .block-department--pain .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--pain-west .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .block-department--pain-west .block-department__desc {
    font-size: 24px;
    line-height: 36px;
    max-width: 410px;
    margin-bottom: 32px;
  }
  .block-department--pain-west .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--emergency .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
  }
  .block-department--emergency .block-department__desc {
    font-size: 24px;
    line-height: 36px;
    max-width: 410px;
    margin-bottom: 32px;
  }
  .block-department--emergency .block-department__features {
    margin-bottom: 32px;
  }
  .block-department--home .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--home .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 474px;
    margin-bottom: 30px;
  }
  .block-department--home .block-department__features {
    margin-bottom: 20px;
  }
  .block-department--oncology .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--oncology .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 485px;
    margin-bottom: 30px;
  }
  .block-department--oncology .block-department__features {
    margin-bottom: 36px;
  }
  .block-department--oncology-west .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--oncology-west .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 485px;
    margin-bottom: 30px;
  }
  .block-department--oncology-west .block-department__features {
    margin-bottom: 36px;
  }
  .block-department--radiation .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--radiation .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 485px;
    margin-bottom: 30px;
  }
  .block-department--radiation .block-department__features {
    margin-bottom: 36px;
  }
  .block-department--diagnostic-west .block-department__title {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 28px;
  }
  .block-department--diagnostic-west .block-department__desc {
    font-size: 22px;
    line-height: 32px;
    max-width: 485px;
    margin-bottom: 32px;
  }
  .block-department--diagnostic-west .block-department__features {
    margin-bottom: 30px;
  }
  .block-menu {
    padding: 12px 0 13px;
  }
  .block-menu__link {
    font-size: 20px;
  }
  .block-services--2 {
    margin-bottom: 45px;
  }
  .block-services {
    padding: 48px 0 38px;
  }
  .block-services__title {
    margin-bottom: 38px;
  }
  .block-services__item {
    margin-left: 8px;
    margin-right: 8px;
  }
  .block-services__link {
    padding: 7px 26px;
    font-size: 18px;
    line-height: 150%;
  }
  .block-services__treatments {
    text-align: center;
  }
  .block-services__btn {
    min-width: 286px;
    padding: 13px 12px 11px;
    font-size: 20px;
    line-height: 150%;
  }
  .block-services__btn-holder {
    margin-top: 24px;
  }
  .block-services-2 {
    padding: 56px 0;
  }
  .block-services-2__title {
    margin-bottom: 38px;
  }
  .block-services-2__list {
    columns: 2;
  }
  .block-services-2__note {
    font-size: 22px;
    line-height: 32px;
  }
  .block-services-2--pediatr,
  .block-services-2--pediatr-west {
    padding: 80px 0;
  }
  .block-services-2--cosmetology-west,
  .block-services-2--ginecology,
  .block-services-2--home,
  .block-services-2--mammology {
    padding: 64px 0;
  }
  .block-services-2--pediatr .block-services-2__list li {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .block-services-2--cosmetology-west .block-services-2__title,
  .block-services-2--ginecology .block-services-2__title,
  .block-services-2--home .block-services-2__title,
  .block-services-2--lb .block-services-2__title,
  .block-services-2--pediatr .block-services-2__title,
  .block-services-2--pediatr-west .block-services-2__title,
  .block-services-2--pv .block-services-2__title {
    margin-bottom: 48px;
  }
  .block-services-2--pediatr-west .block-services-2__list li {
    font-size: 22px;
    line-height: 26px;
  }
  .block-services-2--cosmetology-west .block-services-2__list li,
  .block-services-2--ginecology .block-services-2__list li,
  .block-services-2--home .block-services-2__list li,
  .block-services-2--lb .block-services-2__list li,
  .block-services-2--pv .block-services-2__list li {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .block-services--west {
    padding: 48px 0 80px;
  }
  .block-specialists {
    margin-bottom: 64px;
  }
  .block-specialists__title {
    margin-bottom: 53px;
  }
  .block-specialists__slider {
    margin-bottom: 23px;
  }
  .block-specialists__slider .slider__next,
  .block-specialists__slider .slider__prev {
    top: 30%;
    margin: 0;
  }
  .block-specialists__slider .slider__prev {
    left: 15px;
    right: auto;
  }
  .block-discounts {
    padding-top: 0;
    padding-bottom: 61px;
    margin-bottom: 56px;
  }
  .block-discounts:after {
    width: 100%;
    left: -15px;
    right: -15px;
    height: 280px;
    top: auto;
    bottom: 0;
  }
  .block-discounts--ginecology,
  .block-discounts--pediatr {
    margin-bottom: 80px;
  }
  .block-price__picture {
    margin-bottom: 30px;
    min-height: 620px;
  }
  .block-price__content {
    padding: 52px 56px 15px;
  }
  .block-callback {
    padding: 60px 0 55px;
    background: #a8a779;
  }
  .block-callback--west {
    background: #5f6b82;
  }
  .block-callback--pv {
    background: #004f61;
  }
  .block-register {
    padding: 67px 0;
  }
  .block-register__picture,
  .department-discount__text br {
    display: none;
  }
  .block-register__form {
    padding-top: 0;
    margin: 0 auto;
  }
  .block-register__form-title {
    text-align: center;
    margin-bottom: 55px;
  }
  .block-about-department {
    padding: 63px 0;
  }
  .block-about-department__picture {
    margin-top: 31px;
    margin-bottom: 30px;
  }
  .block-about-department__content {
    margin-bottom: 22px;
  }
  .block-about-department__blockqoute:before {
    max-width: 330px;
    margin-bottom: 40px;
  }
  .block-about-department__accordion + .block-video {
    margin-top: 63px;
  }
  .block-about-department__bottom .block-about-department__picture {
    margin-bottom: 35px;
  }
  .block-about-department--pediatr {
    padding-top: 0;
  }
  .block-testimonials {
    padding: 61px 0 13px;
  }
  .block-testimonials__title {
    margin-bottom: 51px;
  }
  .block-testimonials__slider {
    max-width: 780px;
  }
  .block-testimonials__slider .slick-dotted {
    margin-bottom: 86px;
  }
  .block-testimonials__slider .slick-dots {
    bottom: -86px;
  }
  .block-testimonials__slider .slider__next {
    right: -22px;
  }
  .block-testimonials__all {
    top: -81px;
  }
  .block-video {
    margin-bottom: 46px;
  }
  .department-discount {
    display: block;
    padding: 0;
  }
  .department-discount__content {
    padding: 42px 30px 37px;
    max-width: none;
  }
  .department-discount__btn-holder {
    text-align: center;
  }
  .department-discount__img {
    margin: 0 auto;
  }
  .callback-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
    padding-right: 32px;
  }
  .callback-item__icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .callback-item__btn {
    min-width: 296px;
  }
  .testimonial {
    padding-bottom: 23px;
  }
  .testimonial__text {
    margin-bottom: 9px;
  }
  .testimonial__text .expand-review {
    right: 28px;
    bottom: 23px;
  }
  .testimonial__link,
  .testimonial__name {
    margin-bottom: 8px;
  }
  .block-department--mammology .block-department__desc {
    max-width: 100%;
  }
  .block-department--video {
    padding: 25px 0 50px !important;
  }
  .appointment-form__tabs .tab-link {
    font-size: 18px;
  }
  .appointment-form__fieldset .col-md-8,
  .block-filters .col-md-3,
  .block-filters .col-md-9 {
    width: 100%;
  }
  .block-filters__title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .block-filters__link-title {
    font-size: 20px;
    margin-right: 26px;
  }
  .block-filters__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-filters__col--filter {
    margin-top: 0;
  }
  .block-filters__content {
    margin-bottom: 30px;
  }
  .block-filters__item {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
  }
  .block-filters__checkbox {
    display: none;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 24px 16px;
    width: 100%;
    position: absolute;
    z-index: 10000;
  }
  .block-filters__item-arrow {
    display: -ms-flexbox;
    display: flex;
  }
  .block-program-inner-form__subtitle {
    font-size: 26px;
  }
  .block-add__item {
    margin-bottom: 20px;
  }
  .block-program-inner-form__popup-inner {
    font-size: 18px;
  }
  .block-program-inner-form__result-num {
    font-size: 26px;
  }
  .block-program-inner__desc {
    margin-top: 40px;
  }
  .modal-schedule__content {
    padding: 80px 70px;
  }
  .block-department--aptos .block-department__desc {
    max-width: 450px;
  }
  .schedule-modal__done-icon {
    width: 80px;
    height: 80px;
    margin-right: 45px;
  }
  .schedule-modal__done-icon svg {
    width: 40px;
    height: 25px;
  }
  .schedule-modal__done-text {
    font-size: 36px;
  }
  .schedule-modal__spec-text {
    font-size: 22px;
  }
  .schedule-modal__link {
    min-width: 310px;
  }
  .location-main__wrap {
    height: 100%;
  }
  .block-img__card {
    right: 20px;
    max-width: 340px;
    padding: 30px 27px;
  }
  .block-img__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .hero-slider__main {
    margin-top: 0;
  }
  .location-main__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-main__link {
    margin-bottom: 40px;
  }
  .block-main {
    padding-top: 65px;
  }
  .block-main__img-right {
    margin-top: -65px;
  }
  .block-main__img-right img {
    height: 490px;
  }
  .block-main__title {
    font-size: 26px;
  }
  .location-main__addresses {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .location-main__map {
    width: 100%;
    min-height: 500px;
  }
  .block-doctor__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .location-main__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .block-doctor__sub,
  .promotions__tabs ul li a {
    font-size: 20px;
  }
  .block-services-appointment__title {
    font-size: 36px;
  }
  .block-services-about__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .block-services-about__text {
    font-size: 18px;
  }
  .block-services-text__title {
    font-size: 32px;
  }
  .header__right {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .header__right-top {
    margin-bottom: 0;
    margin-left: 80px;
    margin-right: 0;
    width: 100%;
  }
  .header-contacts__item--payment {
    display: none;
  }
  .header-contacts__item--phone {
    -ms-flex-order: 2;
    order: 2;
  }
  .header-contacts__item--callback {
    margin-right: 40px;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-contacts__item--callback a {
    background: #a8a779;
    border-radius: 100px;
    text-transform: none;
    border: 1px solid #fff;
    padding: 8px 8px 9px;
    text-align: center;
    min-width: 120px;
    color: #fff;
  }
  .header--inner.header--v3 .phone--btn,
  .header--main.header--v3 .phone--btn {
    font-size: 20px;
    background: 0 0;
    color: #fff;
    padding: 0;
  }
  .header--inner.header--v3 .btn,
  .header--main.header--v3 .btn {
    font-size: 18px;
    padding: 7px 25px 6px;
  }
  .header--inner.header--v3 .indicator,
  .header--main.header--v3 .indicator {
    display: none;
  }
  .header--inner.header--v4 .indicator__button,
  .header--main.header--v4 .indicator__button {
    margin-left: 0;
    width: 26px;
    height: 26px;
  }
  .header--inner.header--v4 .header__wrap,
  .header--main.header--v4 .header__wrap {
    min-height: 64px;
  }
  .header--inner.header--v4 .header__logo img,
  .header--main.header--v4 .header__logo img {
    max-width: 72px;
  }
  .header--inner.header--v4 .header__contacts,
  .header--main.header--v4 .header__contacts {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
  .header--inner.header--v4 .header__indicator,
  .header--inner.header--v4 .header__nav,
  .header--main.header--v4 .header__indicator,
  .header--main.header--v4 .header__nav {
    display: none;
  }
  .header--inner.header--v4 .header__hamburger,
  .header--main.header--v4 .header__hamburger {
    display: block;
  }
  .header--inner.header--v4 .header-contacts__item--callback,
  .header--main.header--v4 .header-contacts__item--callback {
    margin-right: 20px;
  }
  .header--inner.header--v4 .header-contacts__item--callback a,
  .header--main.header--v4 .header-contacts__item--callback a,
  .header--v5 .header-contacts__item--callback a {
    font-size: 12px;
  }
  .header--inner.header--v4 .header-contacts__item--social,
  .header--main.header--v4 .header-contacts__item--social {
    display: block;
    -ms-flex-order: 3;
    order: 3;
  }
  .header--v3 {
    top: 25px;
  }
  .header--v3 .btn {
    font-size: 18px;
    padding: 13px 25px 10px;
  }
  .header--v3 .phone--btn {
    padding: 0;
    border: none;
    font-size: 20px;
    text-decoration: underline;
  }
  .header--v3 .indicator__button--magnifier {
    display: none;
  }
  .header--v3 .indicator__button--whatsapp {
    width: 40px;
    height: 40px;
    font-size: 28px;
    margin: -14px 0 0;
  }
  .header--v3 + .hero .breadcrumbs__list {
    font-size: 0.8125em;
  }
  .header--v3 + .hero .hero__title {
    font-size: 2.25em;
    margin-top: 0.4em;
  }
  .header--v3 + .hero .hero__breadcrumbs {
    margin-bottom: 0.75em;
  }
  .header--v3 .header__phone {
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0 !important;
  }
  .header--v3 .header__payment {
    display: none;
  }
  .header--v3 .header__indicator {
    -ms-flex-order: 6;
    order: 6;
  }
  .header--v4 {
    top: 0;
  }
  .header--v4 .header-contacts {
    font-size: 16px;
  }
  .header--v4 .header-contacts__item {
    margin-left: 20px;
  }
  .header--v4 .header-contacts__item--callback {
    display: block;
    margin-left: 0;
  }
  .header--v4 .header-nav {
    font-size: 16px;
    line-height: 120%;
  }
  .header--v4 .indicator__button {
    width: 32px;
    height: 32px;
    margin-left: 40px;
  }
  .header--v4 .indicator__button--magnifier {
    display: none;
    margin: 0;
  }
  .header--v4 .indicator__button--whatsapp .icon {
    font-size: 18px;
  }
  .header--v4 .cabinet__link {
    font-size: 16px;
    line-height: 120%;
  }
  .header--v4 + .hero {
    padding-top: 88px;
    padding-bottom: 24px;
  }
  .header--v4 + .hero .breadcrumbs__list {
    font-size: 0.8125em;
  }
  .header--v4 + .hero .hero__title {
    font-size: 2.25em;
    margin-top: 0.6em;
  }
  .header--v4 + .hero .hero__breadcrumbs {
    margin-bottom: 0;
  }
  .header--v4 .header__logo {
    margin: 0;
  }
  .header--v4 .header__contacts {
    margin-right: 0;
  }
  .header--v4 .header__indicator {
    margin-right: auto;
  }
  .header--v4 .header__hamburger {
    display: block;
    margin-left: 51px;
  }
  .header--fixed.header--v3 .phone {
    color: #000;
  }
  .header--fixed .header__phone .phone {
    font-size: 20px;
  }
  .footer {
    padding-top: 34px;
    padding-bottom: 50px;
  }
  .header--v5 .header__nav {
    display: none;
  }
  .header--v5 .header__contacts {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
  .header--v5 .header-contacts__item {
    margin-left: 20px;
  }
  .header--v5 .header-contacts__item--social {
    display: block;
    -ms-flex-order: 3;
    order: 3;
  }
  .header--v5 .indicator__button--magnifier {
    display: none;
  }
  .header--v5 .indicator__button--whatsapp {
    width: 26px;
    height: 26px;
    margin-left: 0;
  }
  .header--v5 .header-contacts__item--callback {
    margin-right: 20px;
    display: none;
  }
  .header--v5 .cabinet__link {
    font-size: 16px;
  }
  .header--v5 .header__indicator {
    display: none;
  }
  .header--v5 .header__hamburger {
    display: block;
    margin-right: 0;
  }
  .header--v5 .header__right-top {
    margin-bottom: 0;
    margin-left: 0;
  }
  .block-landing__title {
    font-size: 36px;
  }
  .block-landing__title.block-landing__title--mini {
    font-size: 36px;
    max-width: 100%;
  }
  .block-landing__text {
    max-width: 360px;
    font-size: 20px;
  }
  .block-landing-img {
    margin-top: 64px;
  }
  .block-landing-img__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .block-landing-img__img {
    height: 370px;
  }
  .block-landing-video__title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .contacts-location .location-main__wrap {
    /* height: 100%; */
  }
  .contacts-location .location-main__map {
    width: 100%;
  }
  .contacts-location .location-main__addresses {
    margin-left: 0;
    width: 100%;
  }
  .block-certificate-banner {
    padding: 0;
  }
  .block-certificate-banner--md,
  .header--franchise .header--v5 .header__indicator,
  .hero-slider__franchise .header--v5 .header__indicator {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  .bordered td,
  .bordered th {
    font-size: 0.85em;
    padding: 0.2em;
    line-height: 1em;
  }
}
@media only screen and (max-width: 992px) {
  .block-doctor-bg {
    padding-top: 65px;
    margin-bottom: 70px;
  }
  .block-doctor-bg__img {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .block-doctor-bg__img img {
    width: auto;
  }
  .block-doctor-bg .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .birthday__banner .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .birthday__text {
    padding: 30px;
  }
  .block-filters__program-row .block-filters__program-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .modal-schedule__body .row .col-md-6 {
    max-width: 488px;
    margin: 0 auto;
  }
  .doctor-inner__name {
    font-size: 36px;
  }
  .doctor-inner__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .doctor-inner__desc-item {
    font-size: 16px;
    margin-right: 16px;
  }
  .doctor-inner__about {
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 48px;
    border-bottom: 1px solid #a8a779;
  }
  .doctor-inner__picture {
    max-width: 200px;
  }
  .doctor__calendar-address--mobile {
    display: block;
  }
  .block-news .slider__controls,
  .block-news--blue:before,
  .departments__diagnostics,
  .departments__diagnostics-title,
  .departments__services,
  .departments__services-title {
    display: none;
  }
  .block-news--blue {
    background: 0 0;
    padding-bottom: 0;
  }
  .block-news {
    padding-bottom: 0;
  }
  .block-news .slider__controls--mobile,
  .block-services-about__wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .promotions-cards .promotions-title {
    margin-bottom: 32px;
  }
  .block-services-about__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 280px 32px 44px;
  }
  .block-services-about__img {
    left: auto;
    top: -75px;
  }
  .block-services-about__img img {
    max-width: 260px;
  }
  .block-services-text__add {
    font-size: 18px;
  }
  .slider__controls,
  .slider__controls--mobile {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-landing-programs .slider__controls,
  .block-landing-white-space {
    display: none;
  }
  .block-landing-hospital-call .block-landing-call__links {
    position: relative;
  }
  .block-landing-hospital-call {
    padding: 36px 0;
  }
  .block-landing-news:before {
    height: 600px;
  }
  .block-landing-news {
    padding-top: 0;
    margin-top: 64px;
  }
  .block-landing-news .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-landing-advantages__minus-img {
    position: relative;
  }
  .block-landing-longread h1,
  .block-landing-longread h2,
  .block-landing-longread h3 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .block-landing-longread h4 {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .block-landing-longread p,
  .block-landing-titles-cols__list ul li p {
    font-size: 16px;
  }
  .block-landing-longread button {
    margin-top: 32px;
    margin-right: 0;
  }
  .block-landing-longread button.block-landing-longread__btn-hide {
    margin-top: 40px !important;
  }
  .block-landing-longread__info {
    float: none;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .block-landing-date__content p,
  .block-landing-questionnaire__result-top h3 {
    font-size: 24px;
  }
  .block-landing-questionnaire .row {
    gap: 24px;
  }
  .block-landing-questionnaire__result-text {
    font-size: 24px;
    line-height: 30px;
  }
  .block-landing-questionnaire__result {
    padding: 30px 60px;
  }
  .block-landing-questionnaire__result-btn {
    margin: 30px auto 0;
    max-width: 100%;
  }
  .block-landing-questionnaire__btn {
    max-width: 100%;
  }
  .block-landing-longread__btn-hide {
    margin-top: 40px !important;
  }
  .block-landing-date__content {
    padding-left: 30px;
  }
  .block-landing-num-list__num {
    width: 40px;
    height: 40px;
    font-size: 29px;
    margin-right: 14px;
  }
  .block-landing-num-list__text h3,
  .block-landing-num-list__text p {
    font-size: 18px;
    line-height: 30px;
  }
  .block-landing-icon-links .row,
  .block-landing-titles-cols__list ul li {
    gap: 15px;
  }
  .block-landing-titles-cols .row {
    gap: 30px;
  }
  .block-landing-titles-cols__title {
    font-size: 22px;
    padding: 12px 15px;
    margin-bottom: 28px;
  }
  .block-landing-titles-cols__list ul li .block-landing-titles-cols__icon {
    height: 58px;
    width: 58px;
  }
  .contacts-tabs .tabs__title {
    font-size: 24px;
    margin-right: 30px;
  }
  .contacts-tabs .tabs__title:last-child {
    margin-right: 0;
  }
  .block-payment-card form button {
    margin-top: 42px;
  }
  .block-payment-card__link {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .block-nums .block-nums__list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .block-banner .block-banner__content {
    background-size: cover;
    background-position: center right;
    padding: 44px 20px;
  }
  .block-banner .block-banner__content p,
  .doctor-inner__section-about-text h4 {
    font-size: 20px;
  }
  .modal-900 .modal-dialog {
    max-width: 90%;
  }
  .block-register--2 .form__btn {
    max-width: 330px;
    padding: 17px;
    font-size: 18px;
  }
  .job-features-3__logo {
    margin: 67px 0 83px;
  }
  .job-features-3__logo-img {
    margin-bottom: 15px;
  }
  .job-feature-2,
  .job-feature-3 {
    margin: 40px 0;
  }
  .block-landing-breadcrumbs,
  .land-widget-breadcrumbs {
    top: 95px;
  }
  .section__desc,
  .section__text {
    font-size: 18px;
  }
  .block-price .row {
    display: block;
  }
  .mb-64 {
    margin-bottom: 32px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mt-80 {
    margin-top: 64px;
  }
  .mt-64 {
    margin-top: 32px;
  }
  .mt-24 {
    margin-top: 16px;
  }
  .mt-32 {
    margin-top: 20px;
  }
  .mt-48 {
    margin-top: 32px;
  }
  .mt-120 {
    margin-top: 64px;
  }
  .pb-250 {
    padding-bottom: 0;
  }
  .block-bonuses__list ul li:nth-child(1) {
    height: 180px;
  }
  .block-bonuses__list ul li:nth-child(2) {
    height: 210px;
  }
  .block-bonuses__list ul li:nth-child(3) {
    height: 240px;
  }
  .block-bonuses__list ul li:nth-child(4) {
    height: 270px;
  }
  .block-bonuses__list ul li:nth-child(5) {
    height: 310px;
  }
  .block-bonuses__list ul li:nth-child(6) {
    height: 350px;
  }
  .block-bonuses__percent {
    height: 95px;
    width: 95px;
  }
  .block-bonuses__percent span {
    height: 72px;
    width: 72px;
    font-size: 24px;
  }
  .doctor-inner__section-about-text {
    font-size: 18px;
  }
  .doctor-inner__section-about-text h3 {
    font-size: 24px;
  }
  .doctor-inner,
  .doctor-inner-form {
    margin-bottom: 70px;
  }
  .doctor-inner__services .section__title {
    margin-bottom: 36px;
  }
  .doctor-inner__dropdown .section__title,
  .doctor-inner__dropdown-item-content {
    margin-bottom: 32px;
  }
  .doctor-inner__doctors .slider__controls,
  .doctor-inner__reviews .slider__controls {
    display: none;
  }
  .doctor-inner__doctors-slider,
  .doctor-inner__reviews-slider {
    margin-top: 40px;
  }
  .doctor__calendar-address {
    border-top: 0;
    padding-top: 0;
  }
  .doctor__content {
    padding-top: 32px;
  }
  .doctor-inner__dropdown-item-inner {
    margin-top: 24px;
  }
  .doctor__content-from {
    max-width: 100%;
    padding-top: 32px;
  }
  .departments__diagnostics-item.departments__diagnostics-item--mobile,
  .departments__services-item.departments__services-item--mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .block-doctor {
    margin: 64px 0;
  }
  .location-main__addresses-nav {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-gallery .slider__controls {
    margin: 0;
  }
  .block-fixed-modal__content form button,
  .block-news--blue {
    margin-top: 0;
  }
  .block-news {
    margin-top: 64px;
  }
  .block-gallery__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 43px;
  }
  .block-gallery__preview.block-gallery__preview--tablet {
    display: block;
  }
  .block-gallery__preview {
    display: none;
  }
  .block-gallery__preview-item {
    margin-right: 7px;
    margin-bottom: 9px;
  }
  .block-gallery__preview-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-program-steps__tabs ul li a,
  .promotions-item--big .promotions-item__title {
    font-size: 20px;
  }
  .promotions-list__col-12 {
    margin-bottom: 40px;
  }
  .promotions-cards__content,
  .promotions-form__content {
    padding: 48px 27px;
  }
  .promotions-cards__text,
  .promotions-cards__title,
  .promotions-form__form-list ul li {
    font-size: 18px;
  }
  .promotions-form__form-title {
    font-size: 36px;
  }
  .promotions-form__form form {
    padding: 40px 60px;
  }
  .promotions__tabs ul li {
    width: auto;
    border-bottom: none;
  }
  .block-services-text__img {
    text-align: center;
    margin-top: 24px;
  }
  .block-services-text__img img {
    width: auto;
    max-width: 100%;
  }
  .block-services-appointment__text {
    margin-bottom: 40px;
  }
  .block-services-appointment__form-title {
    margin-bottom: 8px;
  }
  .block-services-appointment__form {
    margin-top: 48px;
  }
  .block-services-text--blue {
    padding: 48px 0;
  }
  .block-services-text__desc,
  .block-services-text__shifted {
    margin-left: 0;
  }
  .block-services-list {
    margin-top: 64px;
  }
  .block-services-list__item-link {
    font-size: 14px;
  }
  .block-services-list__content {
    margin-top: 32px;
  }
  .block-services-desc {
    margin-top: 64px;
  }
  .block-services-answer {
    margin-top: 64px;
    padding: 0 0 38px;
  }
  .block-services-answer:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 170px;
    top: 0;
  }
  .block-services-answer__title {
    font-size: 32px;
  }
  .block-services-answer__text {
    font-size: 16px;
  }
  .block-services-answer__img {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 28px;
  }
  .block-services-answer__img img {
    width: auto;
    max-width: 265px;
  }
  .footer__bottom-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header__search {
    display: none;
  }
  .header--v2 .header__nav {
    display: none !important;
  }
  .block-program-price {
    margin-top: 64px;
    padding: 40px 0;
  }
  .block-program-price__wrapper {
    padding-top: 28px;
  }
  .block-program-price__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .block-program-price__item {
    border-bottom: none;
  }
  .block-program-price__item-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .block-program-price__item-num {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .block-program-price__item-btn {
    margin-top: 24px;
  }
  .block-program-steps__item-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .block-program-steps {
    margin-top: 64px;
  }
  .block-program-steps__item-num {
    font-size: 28px;
  }
  .block-program-img__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .block-program-img {
    margin-top: 225px;
  }
  .block-program-img__row {
    background: 0 0;
  }
  .block-program-img__wrapper {
    padding: 260px 33px 40px;
    border: 2px solid #bac7de;
  }
  .block-program-img__img {
    margin-top: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -180px;
    z-index: 1000;
  }
  .block-landing-reviews .slider__controls {
    display: none;
  }
  .block-landing-desc .section__title {
    margin-bottom: 24px;
  }
  .block-landing-desc .slider__controls,
  .block-landing-doctors .slider__controls {
    display: none;
  }
  .block-landing-doctors {
    margin-bottom: 64px;
  }
  .block-landing-doctors .slider__controls--mobile {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .block-landing-list.block-landing-list--full-bg,
  .block-landing-reviews__btn {
    margin-top: 64px;
  }
  .block-landing-doctors__slider,
  .block-landing-reviews__slider {
    margin-top: 40px;
  }
  .doctor-slider__link {
    display: none;
  }
  .block-landing-doctors__btn {
    margin-top: 32px;
  }
  .block-landing-call__item {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-landing-call__title {
    font-size: 40px;
    margin-bottom: 48px;
    text-align: center;
  }
  .block-landing-links__list ul li a {
    font-size: 24px;
  }
  .block-landing-appointment__card {
    background: 0 0;
    padding: 0;
    width: 100%;
  }
  .block-landing-appointment__card-text,
  .block-landing-appointment__card-title {
    display: none;
  }
  .block-landing-appointment__card-btn {
    margin-top: 32px;
  }
  .block-landing-appointment__card-address {
    display: none;
  }
  .block-landing-list {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .block-landing-list:after {
    background: #eff4fd;
    width: 100%;
    height: 100px;
    content: "";
    position: absolute;
    top: 0;
    z-index: -100;
  }
  .block-landing-list:before {
    height: 715px;
    top: auto;
    bottom: 0;
  }
  .block-landing-list__content {
    margin-left: 0;
  }
  .block-landing-list__img {
    margin-bottom: 20px;
  }
  .block-landing-img-slider__slider-img {
    margin-top: -108px;
    max-width: 380px;
  }
  .block-landing-img-slider__text {
    font-size: 20px;
  }
  .block-landing-img-slider {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .block-landing-img-slider:before {
    bottom: auto;
    top: 124px;
  }
  .block-landing-img-slider__nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 110px;
  }
  .block-landing-dropdown .section__title,
  .block-landing-questions__text {
    margin-bottom: 32px;
  }
  .block-landing-price,
  .block-landing-questions,
  .block-landing-table {
    margin-top: 64px;
  }
  .block-landing-questions .section__title {
    margin-bottom: 24px;
  }
  .block-landing-price .section__title {
    margin-bottom: 32px;
  }
  .block-landing-add {
    margin-bottom: 64px;
    padding: 40px 0;
  }
  .block-landing-centers__item {
    padding: 24px 32px;
  }
  .block-landing-news.block-landing-news--v2 .row {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-landing-news.block-landing-news--v2 .block-landing-news__img img {
    padding: 28px 25px;
  }
  .block-landing-news__img,
  .block-landing-preparation-one .section__title {
    margin-bottom: 40px;
  }
  .block-landing-register {
    margin-top: 64px;
  }
  .block-landing-register__form {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding: 48px 90px;
  }
  .block-landing-register__picture {
    display: none;
  }
  .block-landing-preparation-one__item {
    margin-left: 0;
  }
  .block-landing-video:before {
    top: 30%;
  }
  .block-landing-video__video iframe {
    height: 414px;
  }
  .block-landing-questions__clinic-name {
    margin-bottom: 34px;
  }
  .block-landing-indent {
    height: 130px;
  }
  .block-landing-indent--140 {
    height: 100px;
  }
  .block-landing-price__top-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .block-landing-items-cols {
    margin-top: 64px;
  }
  .block-landing-questions-links .row .col-xs-12:not(:last-child),
  .block-notice .block-notice__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-landing-questions-links__item-title {
    max-width: 100%;
  }
  .block-landing-preparation-slider .slider__slide {
    margin: 0 10px;
  }
  .block-landing-preparation-slider .slider__controls {
    display: none;
  }
  .block-landing-img-link__wrapper {
    padding: 32px 24px;
  }
  .block-landing-img-link__img {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 32px;
    text-align: center;
  }
  .block-landing-img-link__img img {
    width: auto;
    height: auto;
  }
  .block-landing-event-form__form .tax-form__switch-body h3,
  .block-landing-img-link__text {
    font-size: 18px;
  }
  .block-landing-img-link .section__title {
    margin-bottom: 32px;
  }
  .block-landing-video-reviews .section__title {
    margin-bottom: 36px;
  }
  .block-landing-video-reviews .slider__controls--mobile {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .block-landing-video-reviews .slider__controls {
    display: none;
  }
  .block-landing-video-list,
  .block-landing-video-reviews {
    margin-top: 64px;
  }
  .block-landing-video-reviews__item-text {
    margin-top: 19px;
  }
  .block-landing-video-price {
    margin-top: 64px;
  }
  .block-landing-video-price__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-landing-video-price__video {
    margin-bottom: 40px;
    min-width: 100%;
    margin-right: 0;
  }
  .block-landing-video-price__desc {
    width: 100%;
  }
  .block-landing-article-link {
    margin-top: 64px;
    margin-bottom: 0;
  }
  .block-landing-article-link__content {
    border: none;
    padding: 0;
  }
  .block-landing-article-link__desc {
    border: 2px solid #bac7de;
    padding: 43px 32px 298px;
  }
  .block-landing-article-link__img img {
    width: auto;
  }
  .block-landing-article-link__img {
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -260px;
    top: auto;
  }
  .block-landing-article-link__btn {
    margin-top: 40px;
    max-width: 100%;
  }
  .block-landing-article-link__img--mobile {
    display: block !important;
  }
  .block-promotions-form__content {
    padding: 0 99px 66px;
  }
  .block-promotions-form {
    margin-top: 185px;
  }
  .block-promotions-form__list {
    margin-bottom: 68px;
    margin-top: -120px;
  }
  .block-promotions-form__form {
    margin-left: 0;
    border-left: none;
    padding: 0 30px;
  }
  .block-promotions-form__list-title {
    font-size: 32px;
  }
  .block-payment__wrapper,
  .block-promo-doctor__wrapper {
    padding: 35px 25px 35px 0;
  }
  .block-landing-doctors-info,
  .block-title-list {
    margin-top: 64px;
  }
  .block-title-list .section__title {
    margin-bottom: 32px;
    max-width: 100%;
  }
  .block-landing-doctors-info .section__title {
    margin-bottom: 40px;
  }
  .block-landing-doctors-info .slider__controls {
    display: none;
  }
  .block-landing-doctors-info .slider__controls.slider__controls--mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .block-landing-doctor-comment .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-landing-doctor-comment__content,
  .block-landing-slide-tabs__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 48px;
  }
  .block-landing-doctor-comment__spec {
    max-width: 100%;
  }
  .block-landing-doctor-comment__img {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .block-landing-doctor-comment__img img {
    max-width: 262px;
    height: 100%;
  }
  .block-landing-tabs__wrapper:before {
    width: 100%;
    height: 75%;
    top: 0;
    bottom: auto;
  }
  .block-landing-tabs__wrapper {
    padding: 48px 40px 0;
  }
  .block-landing-tabs__img {
    margin-top: 40px;
    width: 100%;
  }
  .block-landing-doctor-comment__wrapper:before {
    width: 100%;
    height: 80%;
    top: auto;
    bottom: 0;
  }
  .block-landing-doctor-comment__wrapper {
    padding: 0 32px 41px;
  }
  .block-alert__text span {
    margin-left: 10px;
  }
  .block-landing-before-after {
    margin-top: 64px;
  }
  .block-landing-rate__content {
    margin-bottom: 64px;
    padding: 32px;
  }
  .block-landing-rate {
    margin-top: 64px;
  }
  .block-landing-rate__col:not(:first-child)
    .block-landing-rate__item:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .block-landing-img-text__desc {
    margin-bottom: 24px;
  }
  .block-landing-img-text__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .block-landing-img-text__item:nth-child(2n) .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-landing-img-text__item .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-landing-img-text {
    margin-top: 64px;
  }
  .block-landing-advantages__minus-list,
  .block-landing-advantages__plus-list {
    font-size: 16px;
  }
  .block-landing-advantages {
    margin-bottom: 250px;
    margin-top: 200px;
  }
  .block-landing-advantages .section__title {
    display: none;
    margin-bottom: 24px;
  }
  .block-landing-advantages .section__title--mobile {
    display: block;
  }
  .block-landing-advantages__minus-img img,
  .block-landing-advantages__plus-img img {
    width: auto;
    max-width: 100%;
  }
  .block-landing-advantages__plus-img {
    margin-top: -200px;
    text-align: center;
    margin-bottom: 28px;
  }
  .block-landing-advantages__minus-img {
    text-align: center;
    margin-bottom: -250px;
    margin-top: 40px;
  }
  .block-landing-about .section__title {
    margin-bottom: 32px;
  }
  .block-landing-about__item {
    margin-right: 0;
    display: block;
  }
  .block-landing-about__add {
    margin-right: 0;
    max-width: 100%;
  }
  .block-payment__content {
    padding-left: 30px;
  }
  .block-payment__icon {
    width: 48px;
    height: 48px;
  }
  .block-landing-video-centered__content {
    margin: 64px auto 0;
  }
  .block-landing-slider-tabs {
    margin-top: 64px;
  }
  .block-landing-doctors__links ul {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .land-widget-desc .row,
  .login-page h1 {
    text-align: center;
  }
  .land-widget-desc {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .land-widget-desc:before {
    top: auto;
    bottom: 0;
    height: 70%;
  }
  .land-widget-desc img {
    width: auto;
    margin-bottom: 24px;
  }
  .land-widget-desc__content {
    text-align: left;
  }
  .block-landing-info__text {
    padding: 40px 80px 73px;
  }
  .block-landing-info__add {
    margin: -50px 80px 0;
  }
  .block-landing-event-form__form h2 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 40px;
  }
  .block-landing-event-form__form h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .block-landing-event-form__form .row .col-md-6 {
    width: 100%;
  }
  .block-landing-event-form__form .tax-form__info {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .block-video-gallery .slider__controls {
    display: none;
  }
  .block-video-gallery .slider__controls--mobile {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .block-awards__item {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .block-fixed-modal {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .block-fixed-modal__content {
    max-width: 100%;
    width: 100%;
  }
  .block-fixed-modal__content form {
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .block-notice .block-notice__title svg {
    height: 48px;
    width: 48px;
  }
  .block-notice .block-notice__title h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .block-notice .block-notice__text p {
    font-size: 20px;
    line-height: 24px;
  }
  .text-bordered {
    padding: 16px;
  }
  .block-certificates__title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .block-certificates__desc {
    font-size: 18px;
    line-height: 1.2em;
  }
  .block-compensation__title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .block-compensation__desc {
    font-size: 18px;
    line-height: 1.2em;
  }
  .block-steps__title,
  .block-vacancies__title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .block-steps__list ol li {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    gap: 30px 0;
  }
  .block-hh {
    background-position: 50% 50%;
  }
  .contacts-inner {
    margin-left: 0;
    margin-bottom: 64px;
  }
  .contacts-desc__title {
    font-size: 32px;
  }
  .contacts-location {
    margin-top: 64px;
  }
  .block-app-links__qr ul li img,
  .block-certificate--reverse:before,
  .contacts-form__img {
    display: none;
  }
  .contacts-form {
    margin-bottom: 0;
  }
  .contacts-form__form {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    padding: 48px;
  }
  .contacts-form__form-title {
    font-size: 32px;
  }
  .contacts-about__subtitle {
    font-size: 24px;
  }
  .contacts-about__bottom {
    padding: 30px 40px 50px;
  }
  .contacts-about__img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-about__img img {
    width: auto;
  }
  .contacts-about__content-text {
    font-size: 18px;
  }
  .block-certificate h3,
  .block-programs-banner__content h2,
  .contacts-about__title {
    font-size: 32px;
  }
  .contacts-left__wrapper {
    position: relative;
    left: auto;
  }
  .block-doctors-list .doctor-slider__link {
    display: -ms-flexbox;
    display: flex;
  }
  .block-patient-form .form__switch-body h3,
  .block-payment__desc,
  .tax-form__content .tax-form__switch-body h3 {
    font-size: 18px;
  }
  .block-programs-banner__content p {
    font-size: 18px;
    max-width: 310px;
  }
  .block-certificate .row {
    row-gap: 0;
  }
  .block-certificate--reverse {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .block-certificate-form__content h3 {
    text-align: left;
    max-width: 90%;
    margin: 0 auto 4px;
  }
  .block-certificate-form__content p {
    text-align: left;
    max-width: 90%;
    margin: 0 auto 14px;
  }
  .block-certificate-form__content form {
    max-width: 90%;
  }
  .block-certificate-form__content form p {
    text-align: left;
    max-width: 100%;
    margin: 0;
  }
  .block-border-text h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .block-border-text {
    max-width: 100%;
  }
  .block-border-text__content {
    padding: 16px;
  }
  .block-certificate-banner {
    margin-bottom: -40px;
  }
  .block-reviews-filter {
    margin-bottom: 20px;
  }
  .block-reviews-filter form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tax-form__content {
    padding: 32px 50px;
  }
  .tax-form__content h2 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 40px;
  }
  .tax-form__content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .tax-form__content .tax-form__info {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .block-app-links__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-app-links__gif {
    -ms-flex-order: 2;
    order: 2;
  }
  .block-app-links__rate {
    bottom: auto;
    top: 30px;
    right: auto;
    left: 20px;
  }
  .block-header-nav .header__nav,
  .block-header-nav .header__snowflake,
  .footer-franchise .row .col-lg-1,
  .header--franchise .header__nav,
  .header--franchise .header__snowflake,
  .modal-img img {
    display: none;
  }
  .login-page {
    background-size: cover;
  }
  .login-page .row {
    max-width: 550px;
    margin: 0 auto;
  }
  .login-page h1 {
    font-size: 42px;
    margin-bottom: 32px;
    line-height: 50px;
  }
  .login-page h1 img {
    display: inline-block;
    height: 30px;
  }
  .footer-franchise .row .col-md-5 {
    padding-left: 0;
  }
  .modal-img__text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-schedule-doctor__content {
    padding: 25px;
  }
  .modal-schedule-doctor__top {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
  }
  .modal-schedule-doctor__title {
    font-size: 28px;
  }
  .modal-auth__content {
    padding: 25px;
  }
  .modal-auth__title {
    font-size: 28px;
  }
  .modal-auth__top {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .modal-done__icon {
    height: 54px;
    width: 54px;
    margin-right: 20px;
  }
  .modal-done__title {
    font-size: 28px;
  }
  .modal-done__content {
    padding: 25px;
  }
  .modal-done__text {
    font-size: 20px;
  }
  .block-qr-codes .block-qr-codes__item .block-qr-codes__item-text p {
    font-size: 22px;
  }
  .block-qr-codes .block-qr-codes__item .block-qr-codes__item-text a {
    font-size: 18px;
  }
  .modal-top {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
  }
  .modal-form {
    margin-top: 20px;
  }
  .modal-form input[type="email"]:-ms-input-placeholder,
  .modal-form input[type="tel"]:-ms-input-placeholder,
  .modal-form input[type="text"]:-ms-input-placeholder,
  .modal-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .modal-form input[type="email"]::placeholder,
  .modal-form input[type="tel"]::placeholder,
  .modal-form input[type="text"]::placeholder,
  .modal-form textarea::placeholder {
    font-size: 16px;
  }
  .modal-form input[type="email"],
  .modal-form input[type="tel"],
  .modal-form input[type="text"],
  .modal-form textarea {
    font-size: 16px;
  }
  .modal--2 .modal-dialog {
    width: auto;
  }
  .modal--2 .modal-body {
    padding: 30px 15px;
  }
  .modal--3 .modal-dialog,
  .modal--form .modal-dialog {
    width: auto;
  }
  .first-screen--2 .first-screen__address-item:before,
  .phone:after {
    content: none;
  }
  .phone {
    text-decoration: none;
  }
  .phone__number {
    display: none;
  }
  .phone__icon {
    display: block;
  }
  .cabinet__btn {
    display: none;
  }
  .cabinet__icon {
    display: block;
  }
  .first-screen__top {
    margin-bottom: 3.75em;
  }
  .first-screen__addresses {
    text-align: center;
    padding-left: 0;
    margin-top: 1.875em;
  }
  .first-screen__snowflake-3,
  .first-screen__snowflake-6 {
    top: auto;
    bottom: 0;
  }
  .first-screen--2 .first-screen__address-item {
    display: block;
    margin: 18px 0 0;
  }
  .first-screen--2 .first-screen__address-item:first-child {
    margin-top: 0;
  }
  .address-item2,
  .first-screen--2 .first-screen__address-item .address-item3 {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .first-screen--2 .first-screen__address-item:last-child {
    margin-top: 18px;
  }
  .actual {
    padding-top: 2.4375em;
    padding-bottom: 2.8125em;
  }
  .actual__title {
    font-size: 2.375em;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .actual--2 {
    padding: 35px 0 38px;
  }
  .actual--2 .actual__slider .slider__note {
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    margin: 0;
  }
  .actual-item {
    padding: 15px;
  }
  .actual-item:before {
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
  }
  .actual-item__text {
    font-size: 1.25em;
    line-height: 29px;
  }
  .actual-item__text:after,
  .gallery__picture:before {
    content: none;
  }
  .actual-item2__title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 120%;
  }
  .actual-item2__desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .actual-item2__note {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .content--main {
    padding-bottom: 1.75rem;
  }
  .gallery__slider .slick-dots {
    bottom: auto;
    top: 100%;
    margin-top: 5px;
  }
  .gallery__slider .slick-dots li button:before {
    border-color: #07233f;
    width: 8px;
    height: 8px;
  }
  .gallery__slider .slick-dots li.slick-active button:before {
    background: #07233f;
  }
  .features__wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts-item {
    margin-right: auto;
    margin-left: auto;
  }
  .form__file-title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .nav-sticky {
    display: -ms-flexbox;
    display: flex;
  }
  .location__wrap {
    display: block;
    height: auto;
    padding: 0 15px;
  }
  .location__addresses {
    display: block;
    width: 100%;
    background: 0 0;
    color: #323232;
    padding: 0;
  }
  .addresses {
    display: block;
  }
  .doctor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .doctor__picture {
    -ms-flex-order: 2;
    order: 2;
  }
  .doctor__content,
  .doctor__widget {
    overflow: unset;
    width: 100%;
    -ms-flex-order: 4;
    order: 4;
  }
  .doctor__content {
    -ms-flex-order: 1;
    order: 1;
  }
  .doctor__tabs {
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
  }
  .filter__row {
    display: block;
  }
  .filter__col--input {
    width: 30%;
    float: left;
    max-width: none;
    margin-right: 3%;
  }
  .filter__col--title {
    width: 100%;
    margin-bottom: 15px;
  }
  .filter__col--btn {
    float: left;
    width: 30%;
    margin: 0;
  }
  .program-hero__btn-holder,
  .program-hero__picture {
    width: 50%;
  }
  .announce-index.orange {
    line-height: 1.2;
  }
  .table-adaptive {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
  }
  .block-doctor__img,
  .block-text__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .block-text__title {
    font-size: 24px;
  }
  .block-text__subtitle {
    font-size: 20px;
  }
  .block-text__text {
    font-size: 16px;
  }
  .block-text__icon {
    width: 85px;
    height: 85px;
  }
  .block-links__list div {
    margin-bottom: 20px;
  }
  .block-links__list div:last-child {
    margin-bottom: 0;
  }
  .block-department--video {
    padding: 25px 0 !important;
  }
  .calendar__item-day,
  .calendar__item-num {
    font-size: 18px;
  }
  .specialists__name {
    font-size: 20px;
  }
  .modal-schedule__content.slots_many {
    padding: 30px !important;
  }
  .appointment__title {
    font-size: 27px;
  }
  .appointment-form__radio {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .appointment-form__radio-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .appointment-form__radio-item:last-child,
  .block-program-inner-form__privilege-item:last-child {
    margin-bottom: 0;
  }
  .block-filters__title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
  }
  .block-bonuses__list ul,
  .block-filters__list,
  .block-landing-links--tabs .block-landing-links__list ul,
  .promotions__tabs ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-filters__close,
  .block-filters__search-close {
    display: block;
  }
  .block-filters__content,
  .block-filters__search-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    padding: 20px;
    width: 100%;
    background: #fff;
    z-index: 99999;
  }
  .block-filters__mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .block-filters__item {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .block-filters__item-title {
    font-size: 18px;
  }
  .block-filters__search {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px;
    margin-bottom: 0;
  }
  .block-filters__search-input {
    min-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    padding: 14px 20px;
    font-size: 16px;
  }
  .block-filters__program-icon,
  .block-filters__program-icon img {
    width: 64px;
    height: 64px;
  }
  .block-filters__program-icon svg {
    width: 38px;
    height: 38px;
  }
  .block-filters__checkbox {
    display: block;
    position: relative;
    background: 0 0;
    box-shadow: none;
    padding: 0;
  }
  .block-filters__item-arrow,
  .block-filters__tabs .block-filters__tabs-links {
    display: none;
  }
  .block-filters__btn-text {
    font-size: 18px;
  }
  .block-program-inner-form__submit button {
    width: 320px;
  }
  .block-program-inner-form__content {
    padding: 30px 20px;
  }
  .block-program-inner-form__choice-name {
    font-size: 18px;
  }
  .block-program-inner-form__result {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-program-inner-form__popup-inner {
    font-size: 16px;
  }
  .block-program-inner-form__privilege-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block-program-inner-form__privilege {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-program-inner-form__result-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .block-filters__select {
    display: block;
  }
  .modal_calendar .dp__cell_inner {
    height: 40px;
    width: 40px;
  }
  .schedule-modal__done {
    margin-bottom: 40px;
  }
  .schedule-modal__spec-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .schedule-modal__address,
  .schedule-modal__date,
  .schedule-modal__spec-text {
    font-size: 18px;
  }
  .schedule-modal__link {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    min-width: 100%;
  }
  .schedule-modal__link:last-child {
    margin-bottom: 0;
  }
  .add-menu__header-cabinet--mobile {
    display: block;
  }
  .add-menu__header-cabinet {
    display: none;
  }
  .add-menu__header-cabinet-link {
    margin-bottom: 20px;
  }
  .add-menu__item a {
    font-size: 24px;
  }
  .mt-48 {
    margin-top: 24px;
  }
  .section__title.section__title--large {
    font-size: 30px;
  }
  .block-page-top h1 {
    font-size: 36px;
  }
  .block-bonuses__list ul li .line {
    height: 2px;
    width: 100%;
    margin: 0 5px;
  }
  .block-bonuses__list ul li {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto !important;
  }
  .block-bonuses__num {
    width: auto;
    padding: 10px 50px;
  }
  .doctor-inner__section-about {
    margin-bottom: 64px;
  }
  .doctor-inner__section-about .section__title {
    margin-bottom: 24px;
  }
  .doctor-inner__about {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 32px;
  }
  .doctor-inner__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 24px;
  }
  .doctor-inner__picture {
    margin-bottom: 0;
    margin-right: 18px;
  }
  .doctor-inner__dropdown {
    padding: 64px 0;
  }
  .doctor-inner__reviews {
    margin-top: 64px;
  }
  .doctor-inner__video {
    margin-bottom: 64px;
  }
  .doctor-form__title {
    font-size: 24px;
  }
  .doctor-form__bottom,
  .doctor-form__desc {
    font-size: 16px;
  }
  .departments__direct-list .row .col-md-6 {
    width: 100%;
  }
  .departments__tabs-select,
  .location-main__addresses-popup.active .location-main__addresses-inner {
    display: block;
  }
  .address-item5 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .address-item5__icon {
    margin-bottom: 0;
  }
  .hero-slider__address-item {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .hero-slider__address-item:last-child {
    margin-bottom: 0;
  }
  .hero-slider__address-items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location-main {
    margin: 40px 0;
  }
  .block-main__title {
    font-size: 22px;
  }
  .location-main__addresses-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .location-main__addresses-title svg {
    display: block;
    width: 14px;
    height: 8px;
    transition: 0.2s;
  }
  .contacts-parking__links a,
  .location-main__addresses-text {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location-main__addresses-popup .location-main__addresses-inner {
    display: none;
    cursor: pointer;
  }
  .location-main__addresses-popup .location-main__addresses-title {
    border-bottom: 1px solid #bac7de;
    padding-bottom: 7px;
  }
  .location-main__addresses-popup.active .location-main__addresses-title svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block-img__title {
    margin-left: 17px;
  }
  .block-img--left .block-img__title {
    text-align: left;
    margin-left: 22px;
  }
  .block-img--left .block-img__card {
    left: 0;
  }
  .block-img {
    margin: 40px 0;
  }
  .block-main__link-btn {
    max-width: 45px;
    max-height: 45px;
  }
  .block-main__link-text {
    font-size: 16px;
  }
  .block-img__card {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto -65px;
    max-width: 94%;
    padding: 20px 17px;
  }
  .block-tabs {
    padding: 47px 0;
  }
  .block-tabs__links-item {
    font-size: 35px;
  }
  .block-tabs__search-btn {
    min-width: 174px;
  }
  .block-tabs__search-input {
    margin-right: 20px;
  }
  .block-gallery .slider__controls,
  .block-main__img-right {
    display: none;
  }
  .block-gallery .slider__controls--mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-gallery__preview.block-gallery__preview--tablet {
    display: none;
  }
  .promotions-title {
    font-size: 36px;
  }
  .promotions-item--big {
    padding: 0;
  }
  .promotions-item--big .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .promotions-item--big .promotions-item__content-inner {
    padding: 28px 25px;
  }
  .promotions-item--big .promotions-item__img {
    position: relative;
    top: 0;
    right: 0;
  }
  .promotions-item--big .promotions-item__tag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .promotions-cards__img {
    max-width: 300px;
    margin: 0 auto 12px;
  }
  .promotions__tabs ul li a {
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .block-promotions-inner .section__title {
    margin-bottom: 40px;
  }
  .block-promotions-inner__date {
    font-size: 16px;
  }
  .block-promotions-inner__subtitle {
    font-size: 18px;
  }
  .block-promotions-inner__text {
    font-size: 16px;
  }
  .block-promotions-inner__content {
    padding: 32px 20px;
  }
  .block-services-appointment__form-title {
    font-size: 24px;
  }
  .block-services-text {
    margin-top: 64px;
  }
  .footer__socials {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding-top: 30px;
  }
  .contacts-parking {
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin-top: 32px;
  }
  .contacts-parking__links {
    position: relative;
    display: none;
    bottom: auto;
    left: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .contacts-parking__links a {
    border: 1px solid #0a2942;
    border-radius: 30px;
    padding: 14px 10px;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-parking__links a span {
    margin-top: 6px;
  }
  .contacts-parking__links a:not(:last-child) {
    margin-bottom: 16px;
  }
  .contacts-parking__links.contacts-parking__links--mobile {
    display: block;
  }
  .contacts-parking__btn {
    display: none;
  }
  .footer__nav {
    margin-bottom: 20px;
  }
  .contacts-call,
  .contacts-parking {
    margin-right: 0;
    margin-left: 0;
  }
  .header-contacts__item--callback {
    margin-right: 15px;
  }
  .header--inner.header--v3 .header__cabinet,
  .header--inner.header--v3 .header__callback,
  .header--main.header--v3 .header__cabinet,
  .header--main.header--v3 .header__callback {
    margin: 0;
  }
  .header--inner.header--v4 .indicator__button,
  .header--main.header--v4 .indicator__button {
    margin-left: 15px;
  }
  .header--inner.header--v4 .header-contacts__item--callback,
  .header--main.header--v4 .header-contacts__item--callback {
    margin-right: 15px;
  }
  .header--v3 .phone {
    font-size: 21px;
  }
  .header--v3 .header__cabinet,
  .header--v3 .header__callback {
    margin: 0;
  }
  .header--v3 .header__indicator,
  .header--v4 .header__cabinet {
    display: none;
  }
  .header--fixed.header--v3 .header__indicator {
    display: none !important;
  }
  .header--fixed.header--v3 .phone {
    font-size: 21px;
  }
  .footer__logo {
    margin-bottom: 9px;
  }
  .footer__top {
    margin-bottom: 30px;
  }
  .footer-social {
    max-width: 225px;
    margin: 0 auto;
  }
  .header--v5 .header-contacts__item--callback {
    margin-right: 15px;
    margin-left: 30px;
  }
  .header--v5 .header__cabinet {
    display: none;
  }
  .block-program-about__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .block-program-about__name {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-program-about__name-text {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .block-program-about__text {
    font-size: 18px;
  }
  .block-landing-dropdown__more {
    margin-top: 27px;
  }
  .block-program-steps__item-text {
    font-size: 18px;
  }
  .block-items {
    padding: 40px 0 20px;
  }
  .block-items__item {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 16px;
  }
  .block-items__img {
    margin-right: 22px;
    margin-bottom: 0;
  }
  .block-landing-img {
    margin-top: 32px;
  }
  .block-landing-img .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-landing-img__img {
    width: 100%;
  }
  .block-landing-img__content {
    margin-bottom: 30px;
  }
  .block-landing-reviews {
    margin-top: 64px;
  }
  .block-landing-links {
    display: none;
  }
  .block-landing-links--tabs,
  .block-landing-table__content tbody td span {
    display: block;
  }
  .block-landing-links--tabs .block-landing-links__list {
    border-bottom: none;
  }
  .block-landing-links--tabs .block-landing-links__list ul li {
    padding-bottom: 6px;
    margin: 0 0 8px;
  }
  .block-landing-appointment__card-title {
    font-size: 24px;
  }
  .block-landing-img-slider__slider-img {
    margin-top: 0;
    max-width: 100%;
  }
  .block-landing-img__slider {
    margin-left: 0;
  }
  .block-landing-img-slider__nav,
  .block-landing-table__content colgroup,
  .block-landing-table__content thead {
    display: none;
  }
  .block-landing-img-slider__nav--mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-landing-calendar__title {
    margin-bottom: 40px;
  }
  .block-landing-calendar {
    margin-top: 64px;
  }
  .block-landing-words__img {
    margin-bottom: 20px;
  }
  .block-landing-words__title {
    font-size: 22px;
  }
  .block-landing-cols__content {
    padding: 24px;
  }
  .block-landing-cols .section__title {
    margin-bottom: 30px;
  }
  .block-landing-table__content tbody tr td:first-child {
    background: #bac7de;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 10px;
  }
  .block-landing-table__content tbody tr td:first-child span {
    margin-left: 5px;
  }
  .block-landing-table__content tbody tr td:not(:first-child) span {
    font-weight: 700;
    margin-bottom: 4px;
  }
  .block-landing-table__content tbody tr:nth-child(2n) {
    background: 0 0;
  }
  .block-landing-table__content tbody,
  .block-landing-table__content tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-landing-table__content tbody tr {
    padding: 0;
    font-size: 16px;
  }
  .block-landing-table__content tbody td {
    padding: 10px 0;
  }
  .block-landing-time__icon svg {
    width: 35px;
    height: 35px;
  }
  .block-landing-time__title {
    font-size: 20px;
  }
  .block-landing-add__list {
    margin-top: 26px;
  }
  .block-landing-centers .section__title {
    margin-bottom: 35px;
  }
  .block-landing-centers {
    margin-bottom: 64px;
  }
  .block-landing-centers.block-landing-centers--list
    .block-landing-centers__title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .block-landing-centers__item {
    margin-bottom: 40px;
  }
  .block-landing-centers__img {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .block-landing-preparation__item {
    padding: 33px 14px;
  }
  .block-landing-preparation .row .col-sm-3 {
    padding: 10px;
  }
  .block-landing-preparation {
    margin-top: 64px;
    padding: 40px 0;
  }
  .block-landing-register__form-title {
    font-size: 32px;
  }
  .block-landing-register__form {
    padding: 24px 20px 30px;
  }
  .block-landing-preparation-one {
    margin-top: 64px;
    padding: 40px 0;
  }
  .block-landing-video__content-list .col-xs-12 {
    margin-bottom: 8px;
  }
  .block-landing-video__content-list .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .block-landing-video {
    margin-top: 64px;
  }
  .block-landing-questions__program-btn,
  .block-promo-doctor .slider__controls {
    margin-top: 30px;
  }
  .block-landing-questions-links__item {
    padding: 38px 20px;
  }
  .block-landing-questions-links__item-title {
    font-size: 30px;
  }
  .block-landing-preparation-slider .row .col-sm-3 {
    padding: 10px;
  }
  .block-landing-preparation-slider {
    margin-top: 64px;
    padding: 40px 0;
  }
  .block-landing-img-link {
    margin-bottom: 64px;
  }
  .block-landing-video-reviews__item {
    min-height: 468px;
  }
  .block-landing-video-price__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .block-landing-video-price__price {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .block-landing-video-price__btn {
    margin-bottom: 16px;
  }
  .block-landing-video-price__text {
    font-size: 16px;
  }
  .block-promotions-form__form-title {
    font-size: 24px;
  }
  .block-landing-app {
    padding: 27px 0 135px;
  }
  .block-landing-app__title {
    font-size: 24px;
  }
  .block-landing-app__text,
  .block-landing-text.block-landing-text--bg .block-landing-text__content p,
  .block-steps ul li p {
    font-size: 16px;
  }
  .block-landing-app__content {
    max-width: 70%;
  }
  .block-landing-app__img img {
    height: 280px;
  }
  .block-landing-app__img--tablet {
    display: none;
  }
  .block-landing-app__img--mobile {
    display: inline-block;
    right: 0;
    bottom: -143px;
  }
  .block-promo-doctor__add {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-promo-doctor__img img {
    max-width: 300px;
    margin: 0 auto;
  }
  .block-promo-doctor__img {
    margin-bottom: 18px;
  }
  .block-promo-doctor__wrapper:before {
    width: 100%;
    height: 94%;
    bottom: 0;
    top: auto;
  }
  .block-payment__wrapper,
  .block-promo-doctor__wrapper {
    padding: 0 20px 30px;
  }
  .block-payment__wrapper:before {
    width: 100%;
    height: 66%;
    top: 0;
    bottom: auto;
  }
  .block-payment--fail .block-payment__wrapper:before {
    height: 74%;
  }
  .block-landing-doctors-info__wrapper {
    padding: 0 16px 32px;
  }
  .block-landing-doctors-info__wrapper:before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 80%;
  }
  .block-landing-doctors-info__img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .block-landing-doctors-info__img {
    text-align: center;
    margin-bottom: 54px;
  }
  .block-landing-doctor-comment__content,
  .block-landing-slide-tabs__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-landing-doctor-comment__about {
    width: 100%;
  }
  .block-landing-doctor-comment__img {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .block-landing-tabs__wrapper.block-landing-tabs__wrapper--table {
    padding: 24px 15px;
  }
  .block-landing-tabs__wrapper:before {
    height: 77%;
  }
  .block-landing-doctor-comment__wrapper:before {
    height: 83%;
  }
  .block-landing-rate__col:not(:first-child)
    .block-landing-rate__item:first-child {
    border-top: 1px solid #bac7de;
    margin-top: 21px;
    padding-top: 21px;
  }
  .block-landing-img-text__desc {
    padding: 32px 24px;
  }
  .block-landing-doctors__list .doctors-slider__item {
    max-width: 100%;
  }
  .block-landing-doctors__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-landing-about {
    margin-top: 64px;
  }
  .block-awards__item .block-awards__item-text p,
  .block-landing-about__add-text {
    font-size: 14px;
  }
  .block-landing-about__add-text ul {
    grid-gap: 15px;
  }
  .block-landing-about__item-img {
    text-align: center;
    margin-top: 32px;
  }
  .block-landing-about__item-img img {
    width: auto;
    max-width: 100%;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .block-landing-slide-tabs {
    margin-top: 64px;
  }
  .block-payment__content {
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0 50px;
  }
  .block-payment__img img {
    max-width: 300px;
    margin: 0 auto;
  }
  .block-payment__add {
    font-size: 20px;
  }
  .block-landing-slider-tabs .slider__controls--mobile {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .block-articles .slider__controls,
  .block-landing-slider-tabs__nav {
    display: none;
  }
  .block-landing-doctors__links ul li a {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .block-landing-register__title {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .block-landing-tabs__table tbody th.bg-dark,
  .block-landing-tabs__table tbody th.bg-light {
    padding-left: 18px;
  }
  .block-landing-tabs__table-desc ul {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search__checklist {
    overflow: scroll;
    max-width: 100%;
  }
  .block-awards {
    padding: 30px 0;
  }
  .block-awards__item {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    gap: 16px;
  }
  .block-articles .slider__controls--mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .block-notice .block-notice__title svg {
    height: 35px;
    width: 35px;
  }
  .block-notice .block-notice__title h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .block-notice .block-notice__title {
    margin-bottom: 16px;
  }
  .block-notice .block-notice__text p {
    font-size: 16px;
    line-height: 20px;
  }
  .block-table tbody tr td,
  .block-table tr th {
    font-size: 16px;
    padding: 18px 8px;
  }
  .brand-item {
    padding: 10px;
  }
  .brand-item__img {
    max-height: 123px;
  }
  .block-brands {
    padding-top: 64px;
  }
  .block-brands,
  .block-certificates {
    margin-bottom: 64px;
  }
  .block-compensation,
  .block-text-bordered,
  .block-vacancies {
    margin-top: 64px;
  }
  .block-steps__list ol li {
    font-size: 16px;
    line-height: 1.2em;
  }
  .custom-alert {
    padding: 16px 24px 24px 16px;
  }
  .custom-alert--small {
    padding: 16px 20px;
  }
  .custom-alert__picture {
    max-width: 55px;
    margin-bottom: 20px;
  }
  .schedule-modal__spec {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .schedule-modal__spec-name {
    font-size: 27px;
  }
  .schedule-modal__info {
    margin-top: 45px;
  }
  .schedule-modal__info-text {
    font-size: 20px;
  }
  .schedule-modal__btns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-inner__desc {
    margin-bottom: 32px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contacts-inner__btn {
    margin-bottom: 0;
    padding: 10px 18px;
    min-width: 330px;
  }
  .block-programs-list__item-top a h4,
  .contacts-inner__text,
  .contacts-inner__text a {
    font-size: 18px;
  }
  .contacts-inner {
    padding: 24px 20px 33px;
  }
  .contacts-desc__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .contacts-inner__btn-route {
    padding: 10px 18px;
  }
  .contacts-inner__btns a {
    margin-right: 18px;
  }
  .contacts-inner__btns a:last-child {
    margin-right: 0;
  }
  .contacts-inner__btns {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .contacts-desc__text {
    font-size: 18px;
    margin-left: 94px;
  }
  .block-doctors-list__title {
    font-size: 36px;
  }
  .block-steps ul {
    gap: 110px;
  }
  .block-branches__tabs,
  .block-steps ul li {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-steps ul li {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-branches .tabs__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block-branches__tabs {
    gap: 16px;
    display: -ms-flexbox;
    display: flex;
  }
  .block-programs-list__item {
    height: 330px;
  }
  .block-programs-list__item-icon {
    width: 64px;
    height: 64px;
  }
  .block-filters-dropdown__content {
    position: relative;
    top: auto;
    box-shadow: none;
  }
  .block-program-filters__links ul li a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .block-programs-banner__content {
    padding: 16px 24px 70px 16px;
  }
  .block-programs-banner__content h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
  }
  .block-programs-banner__content p {
    font-size: 14px;
    line-height: 18px;
  }
  .block-programs-banner__content a {
    font-weight: 500;
  }
  .block-programs-banner__bg.block-programs-banner__bg--desktop {
    display: none;
  }
  .block-programs-banner__bg.block-programs-banner__bg--tablet,
  .header--franchise .header--v5 .header__cabinet,
  .hero-slider__franchise .header--v5 .header__cabinet {
    display: block;
  }
  .block-certificate--reverse .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-certificate--reverse .row .col-sm-6:last-child {
    text-align: center;
  }
  .block-certificate-form__content h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .block-certificate-form__content p {
    font-size: 14px;
  }
  .block-reviews__list .row {
    row-gap: 30px;
  }
  .block-landing-docs__text,
  .block-landing-docs__text a,
  .block-reviews-rate__form .star-rating__title {
    font-size: 16px;
  }
  .block-landing-docs__list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .block-landing-docs__list ul li a {
    font-size: 16px;
    gap: 20px;
  }
  .block-app-links__qr h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .block-app-links__qr p {
    font-size: 22px;
  }
  .block-app-links__qr ul {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-app-links__qr ul li a svg {
    height: 55px;
    width: 180px;
  }
  .login-page .logo {
    display: none;
  }
  .footer-franchise .footer__nav {
    margin-left: -15px;
  }
  .block-contacts-franchise__links {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .block-contacts-franchise__name {
    gap: 14px;
  }
  .block-contacts-franchise__name p {
    font-size: 22px;
    line-height: 35px;
  }
  .block-contacts-franchise__item h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .b-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .block-landing-video-price__video {
    height: 345px;
    min-height: auto;
  }
}
@media (max-width: 760px) {
  .contacts-tabs .tabs__caption {
    border-bottom: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-tabs .tabs__title {
    margin-bottom: 16px;
    padding-bottom: 11px;
    font-size: 20px;
    margin-right: 0;
  }
  .contacts-tabs .tabs__title:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .block-program-inner-form__radio-item label {
    width: 195px;
  }
  .block-program-inner-form__select {
    display: block;
  }
  .block-program-inner-form__links {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .hero-slider__item {
    min-height: 500px;
  }
  .hero-slider__item-desc,
  .hero-slider__item-title {
    width: 100% !important;
  }
  .block-tabs__select {
    display: block;
  }
  .block-tabs__search {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-tabs__search-btn {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 695px) {
  .block-landing-video-price__video {
    min-height: 365px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 670px) {
  .block-landing-tabs__table,
  .block-landing-tabs__table .show--desktop {
    display: none;
  }
  .block-landing-tabs__table .show--mobile,
  .block-landing-tabs__table.block-landing-tabs__table--desktop,
  .block-vaccination-slider {
    display: block;
  }
  .block-landing-tabs__table.block-landing-tabs__table--desktop td span,
  .block-landing-tabs__table.block-landing-tabs__table--desktop th,
  .block-landing-tabs__table.block-landing-tabs__table--desktop th span {
    font-size: 14px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 662px) {
  .contacts-inner__btn {
    min-width: auto;
    margin-bottom: 24px;
  }
  .contacts-inner__btns a {
    margin-right: 0;
  }
  .contacts-inner__btns {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .departments__tabs--v2 {
    display: block;
  }
  .block-tabs__links--v2 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .block-tabs__links--v2 .block-tabs__links-item.active {
    border-bottom: 3px solid #fff;
  }
  .block-tabs {
    padding: 20px 0 64px;
  }
  .block-tabs__links--v2,
  .departments__tabs--v2 .departments__tabs-list ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-tabs__links--v2 .block-tabs__links-item {
    display: -ms-flexbox;
    display: flex;
  }
  .departments__tabs--v2 .departments__tabs-list ul li {
    width: 100%;
  }
  .block-tabs__links--v2 .block-tabs__links-item,
  .departments__tabs--v2 .departments__tabs-list ul li a {
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
    font-size: 30px;
  }
  .departments__tabs--v2 {
    margin: 0 12px 35px;
  }
  .departments__tabs--v2 .departments__tabs-list ul li a.active {
    border-bottom: 3px solid #a8a779;
  }
}
@media only screen and (max-width: 650px) {
  .block-program-inner-form__radio {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .block-program-inner-form__radio-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .block-program-inner-form__radio-item label {
    width: 100%;
  }
  .block-program-inner-form__select {
    font-size: 20px;
  }
}
@media only screen and (max-width: 630px) {
  .block-landing-video-price__video {
    min-height: 318px;
  }
}
@media (max-width: 620px) {
  .slider__controls,
  .slider__controls--mobile {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .modal-schedule__body .row .col-md-6 {
    max-width: 370px;
  }
  .block-services-about__btn {
    display: -ms-flexbox;
    display: flex;
  }
  .block-services-about__btn.block-services-about__btn--hide {
    display: none;
  }
  .block-landing-questionnaire__item-left p {
    font-size: 16px;
  }
  .block-landing-questionnaire__item-right label {
    font-size: 18px;
  }
  .block-landing-questionnaire__item-right label:not(:last-child),
  .block-landing-questionnaire__result-item:not(:last-child) {
    margin-right: 15px;
  }
  .block-landing-questionnaire__result-top h3 {
    font-size: 20px;
    margin-right: 10px;
  }
  .block-landing-questionnaire__result-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .block-landing-questionnaire__result-item {
    font-size: 16px;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .block-landing-questionnaire__result-item span {
    padding: 8px 10px;
  }
  .block-landing-questionnaire__result-text {
    font-size: 18px;
    line-height: 20px;
  }
  .block-landing-questionnaire__result {
    padding: 20px 30px;
  }
  .block-landing-num-list__text h3,
  .block-landing-num-list__text p {
    font-size: 16px;
  }
  .block-landing-event-form__content {
    padding: 30px;
  }
  .block-branches button,
  .block-payment-card form button {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .btn {
    font-size: 13px;
    padding: 8px 15px;
    line-height: 1.2em;
  }
  .btn span,
  .list--checked li a br {
    display: none;
  }
  .btn--md {
    min-width: auto;
  }
  .list--checked li {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 30px;
  }
  .modal__btn,
  .modal__text,
  .modal__text h2,
  .modal__text h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .modal__btn {
    min-width: auto;
    line-height: 150%;
    padding: 13px 15px;
  }
  .modal__btn[type="submit"] {
    width: 100%;
  }
  .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal--3 .modal-body,
  .modal--form .modal-body {
    padding: 30px 15px;
  }
  .hamburger__inner {
    height: 1px;
    width: 20px;
  }
  .hamburger__inner:before {
    top: -8px;
  }
  .hamburger__inner:after {
    bottom: -8px;
  }
  .tabs__title {
    font-size: 1.25em;
    line-height: 1.875em;
  }
  .hero {
    padding-top: 4em;
    padding-bottom: 1.375em;
  }
  .hero__breadcrumbs {
    margin-bottom: 0;
  }
  .hero__title {
    font-size: 1.25em !important;
    line-height: 1.25em;
    margin-bottom: 2px;
  }
  .hero__desc {
    font-size: 0.8125em;
    line-height: 1.25em;
  }
  .hero-slider {
    margin-top: 0;
  }
  .hero-slider__slider,
  .start-screen__desc br {
    display: none;
  }
  .hero-slider__item {
    min-height: 298px;
    padding: 35px 0 30px;
  }
  .hero-slider__item-picture--xs {
    display: block;
  }
  .hero-slider__item-content {
    width: 100%;
  }
  .hero-slider__item-title {
    font-size: 24px;
    line-height: 120%;
  }
  .hero-slider__item-desc {
    font-size: 16px;
    line-height: 120%;
  }
  .hero-slider__bottom {
    top: 100%;
    margin-top: 16px;
  }
  .hero-slider__note {
    font-size: 14px;
    line-height: 120%;
  }
  .hero-slider__dots .slick-dots li button:before {
    border-color: #a8a779;
    width: 8px;
    height: 8px;
  }
  .hero-slider__dots .slick-dots li.slick-active button:before {
    background: #a8a779;
  }
  .hero-slider__address-item {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .hero-slider__address-item:last-child {
    margin-top: 16px;
  }
  .start-screen__slider .slick-dots {
    bottom: auto;
    top: 100%;
    margin-top: 5px;
  }
  .start-screen__slider .slick-dots li button:before {
    border-color: #07233f;
    width: 8px;
    height: 8px;
  }
  .start-screen__slider .slick-dots li.slick-active button:before {
    background: #07233f;
  }
  .start-screen__slider .slide {
    height: 200px;
  }
  .start-screen__content {
    bottom: 29px;
  }
  .start-screen__desc,
  .start-screen__title {
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: -0.025em;
  }
  .start-screen__desc {
    font-size: 0.8125em;
    line-height: 1.2em;
  }
  .first-screen__top {
    margin-bottom: 2.1875em;
  }
  .first-screen__logo {
    margin-left: 3%;
  }
  .first-screen__desc {
    position: static;
    font-size: 1.5em;
    line-height: 35px;
    padding: 0;
  }
  .first-screen__features {
    display: none;
  }
  .first-screen__features:after {
    content: " ";
    display: table;
    clear: both;
  }
  .first-screen__snowflake-3 {
    width: 32px;
    height: 32px;
    right: 37px;
    bottom: 42px;
    left: auto;
  }
  .first-screen__snowflake-6 {
    display: none;
  }
  .first-screen--2 {
    padding-top: 5.7em;
    padding-bottom: 2.15em;
  }
  .first-screen--2 .first-screen__img {
    max-width: 87.4%;
    left: 10px;
  }
  .first-screen--2 .first-screen__desc {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 13px;
  }
  .entry__content p,
  .first-screen--2 .first-screen__top,
  .treatment__text p {
    margin-bottom: 15px;
  }
  .first-screen--3 {
    padding-top: 5.2em;
    padding-bottom: 2.5em;
  }
  .first-screen--3 .first-screen__desc {
    font-size: 20px;
    line-height: 38px;
    margin-top: 4px;
  }
  .first-screen--3 .first-screen__img {
    max-width: 100%;
  }
  .first-screen--3 .first-screen__top {
    margin-bottom: 1.6em;
  }
  .first-screen--3 .first-screen__addresses {
    text-align: left;
  }
  .first-screen--3 .first-screen__address-item {
    width: 100%;
    margin-top: 4px;
  }
  .first-screen--3 .first-screen__address-item:before {
    content: none;
  }
  .first-screen--3 .first-screen__address-item:first-child {
    margin-top: 0;
  }
  .first-screen--3 .first-screen__address-item:last-child {
    margin-top: 4px;
  }
  .first-screen--main {
    background: #fff;
    display: block;
    padding-bottom: 0;
  }
  .address-item2__icon {
    font-size: 18px;
  }
  .address-item2__text {
    font-size: 1.125em;
  }
  .address-item3__icon {
    width: 20px;
    margin-right: 8px;
  }
  .address-item3__icon .icon {
    font-size: 20px;
  }
  .address-item3__text {
    font-size: 1em;
  }
  .address-item4__content,
  .block-fixed-modal__content form button {
    margin-top: 0;
  }
  .address-item5 {
    min-height: 58px;
  }
  .address-item5__text {
    text-decoration: underline;
  }
  .page-title {
    padding-top: 6em;
    padding-bottom: 1.375em;
  }
  .page-title__breadcrumbs,
  .section-title span {
    display: none;
  }
  .page-title__title {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .actual {
    padding: 1.75rem 0;
  }
  .actual--2 .actual__slider .slider__dots {
    -ms-flex-order: 1;
    order: 1;
    margin-top: -24px;
  }
  .actual--2 .actual__slider .slider__controls {
    position: static;
  }
  .actual--2 .actual__slider .slider__next {
    display: none !important;
  }
  .actual--main {
    display: block;
  }
  .actual-item2__bottom {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: block;
  }
  .actual-item2__btn {
    min-width: 146px;
    margin: 0 auto 35px;
    position: relative;
    padding: 13px 13px 12px;
  }
  .actual-item2__note {
    text-align: left;
    padding: 0 0 0 77px;
  }
  .entry {
    padding: 3.125em 0;
  }
  .entry__content {
    font-size: 1em;
    line-height: 1.5em;
  }
  .treatment {
    padding: 3.125em 0;
  }
  .treatment__row {
    margin-top: 30px;
  }
  .treatment__header {
    margin-bottom: 18px;
  }
  .treatment__text {
    font-size: 1em;
    line-height: 1.5em;
  }
  .section-title {
    font-size: 2.375em;
    line-height: 1.2em;
  }
  .courses {
    padding-top: 2.75em;
    padding-bottom: 6.25em;
  }
  .courses__title {
    margin-bottom: 11px;
  }
  .courses__slider .slick-arrow,
  .services__slider .slick-arrow {
    width: 32px;
    height: 32px;
    margin-top: 15px;
  }
  .courses__list {
    font-size: 1em;
  }
  .courses__list li,
  .services__list li {
    margin-top: 13px;
  }
  .services {
    padding-top: 0.875em;
    padding-bottom: 4.5625em;
  }
  .services__title {
    margin-bottom: 11px;
  }
  .services__list {
    font-size: 1em;
  }
  .content {
    padding: 1.75rem 0;
  }
  .content__text {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 36px;
  }
  .content--main {
    padding-bottom: 1.75rem;
  }
  .specialists {
    margin-bottom: 0.7rem;
  }
  .specialists__header {
    margin-bottom: 18px;
  }
  .specialists__title {
    margin-right: 11px;
  }
  .specialists__slider {
    text-align: center;
  }
  .news-slider__slider .slick-arrow,
  .specialists__slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .specialists__slider-nav {
    display: none;
  }
  .news-slider {
    margin-bottom: 0.7rem;
  }
  .news-slider__header {
    margin-bottom: 18px;
  }
  .news-slider__title {
    margin-right: 11px;
  }
  .news-slider__slider {
    text-align: center;
  }
  .news-slider__slider-nav,
  .specialist--2 .specialist__name br {
    display: none;
  }
  .news-slider__reviews {
    bottom: 17px;
    left: 15px;
  }
  .news-slider__body {
    padding: 0.5625em 1.0625em;
  }
  .news-slider__name {
    font-size: 1.25em;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .news-slider__about {
    font-size: 1em;
    line-height: 24px;
  }
  .about {
    margin-bottom: 51px;
  }
  .news-slider__item,
  .specialist {
    display: inline-block;
    text-align: left;
  }
  .specialist__btn,
  .specialist__reviews {
    bottom: 17px;
  }
  .specialist__reviews {
    left: 15px;
  }
  .specialist__btn {
    right: 15px;
  }
  .specialist__body {
    padding: 0.5625em 1.0625em;
  }
  .specialist__name {
    font-size: 1.25em;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .specialist__about {
    font-size: 1em;
    line-height: 24px;
  }
  .specialist--2 .specialist__body {
    padding: 16px 0;
  }
  .specialist--2 .specialist__name {
    margin-bottom: 16px;
  }
  .specialist--2 .specialist__about {
    font-size: 16px;
    line-height: 120%;
  }
  .interior__header {
    margin-bottom: 17px;
  }
  .interior__thumbs {
    display: none;
  }
  .gallery {
    padding-bottom: 4.75rem;
  }
  .gallery__header {
    margin-bottom: 0;
  }
  .gallery__tour {
    position: absolute;
    left: 50%;
    bottom: 1.75rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 !important;
  }
  .features__title {
    margin-bottom: 18px;
  }
  .features__wrap {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    padding: 1.875em 0 2.0625em;
  }
  .features__wrap .slick-arrow {
    width: 32px;
    height: 32px;
    margin-top: 7px;
  }
  .feature {
    margin: 0;
  }
  .feature2 {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 9px;
  }
  .feature2__icon {
    min-height: 43px;
    margin-bottom: 0;
  }
  .feature2__icon .icon-hospital {
    font-size: 27px;
  }
  .feature2__icon .icon-clinic,
  .feature2__icon .icon-diagnostics,
  .feature2__icon .icon-pediatrics {
    font-size: 36px;
  }
  .reviews__header {
    margin-bottom: 3px;
  }
  .reviews__slider {
    margin-bottom: 15px;
  }
  .reviews__slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .reviews__btn {
    font-size: 0.8125em;
    line-height: 1.2em;
  }
  .review {
    padding: 0.625em 1em 1em 1.125em;
  }
  .review__desc {
    margin-bottom: 24px;
  }
  .review__desc,
  .review__name {
    font-size: 1em;
    line-height: 1.5em;
  }
  .contacts-item {
    margin-bottom: 1em;
  }
  .form__btn {
    font-size: 1em;
    padding: 0.5em 0.9375em;
  }
  .block-tags {
    padding: 1.75rem 0 1rem !important;
  }
  .advantages {
    padding: 1.75rem 0 1.4rem;
  }
  .advantages .slick-arrow {
    width: 32px;
    height: 32px;
    margin-top: 7px;
  }
  .advantage__title {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .location__title {
    font-size: 34px;
  }
  .location--2 .location__addresses {
    padding: 0;
  }
  .location--2 .location__map {
    height: 411px;
    margin-bottom: 25px;
  }
  .location--3,
  .location--4,
  .location--6 {
    padding-top: 48px;
  }
  .location--3 .location__header {
    margin-bottom: 23px;
  }
  .location--3 .location__wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .location--3 .location__addresses {
    margin-bottom: 0;
  }
  .location--3 .location__map {
    margin-bottom: 25px;
    height: 411px;
  }
  .location--4 .location__header {
    margin-bottom: 23px;
  }
  .location--4 .location__wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .location--4 .location__addresses {
    margin-bottom: 0;
  }
  .location--4 .location__map {
    margin-bottom: 25px;
    height: 411px;
  }
  .location--5 .location__title {
    margin-bottom: 23px;
  }
  .location--5 .location__addresses {
    margin-bottom: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .location--5 .location__addresses .addresses {
    float: none;
    width: 100%;
  }
  .location--5 .location__map {
    height: 411px;
  }
  .location--6 .location__header {
    margin-bottom: 23px;
  }
  .location--6 .location__wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .location--6 .location__map {
    margin-bottom: 0;
    height: 411px;
  }
  .addresses {
    margin-top: 17px;
  }
  .accordion--2 .accordion__title br,
  .addresses__col {
    display: block;
  }
  .address-item {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 24px;
  }
  .address-item__title {
    margin-bottom: 15px;
  }
  .address-item__desc,
  .address-item__title {
    font-size: 20px;
    line-height: 130%;
  }
  .address-item--2 {
    margin-top: 17px;
  }
  .address-item--2 .address-item__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .address-item--2 .address-item__desc {
    font-size: 18px;
    line-height: 27px;
  }
  .doctor__picture {
    margin-bottom: 24px;
    float: none;
  }
  .alert h2,
  .doctor__title {
    font-size: 1.75em;
  }
  .doctor__desc {
    font-size: 1em;
    line-height: 1.5em;
  }
  .doctor__btn {
    margin-bottom: 24px;
  }
  .contact-page__title,
  .doctors-page__title {
    font-size: 1.25em;
    line-height: 20px;
    letter-spacing: -0.025em;
  }
  .doctors-page__title {
    line-height: 1.25em;
  }
  .filter {
    margin-bottom: 30px;
  }
  .filter__col {
    margin-top: 15px;
  }
  .filter__col:first-child {
    margin-top: 0;
  }
  .filter__col--input {
    width: 100%;
  }
  .filter__col--title {
    margin-bottom: 0;
  }
  .filter__col--btn {
    width: 50%;
  }
  .filter__item {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .filter-item__label {
    font-size: 14px;
  }
  .about-page__title {
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: -0.025em;
  }
  .news-item__picture {
    float: none;
  }
  .reviews-page__title {
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: -0.025em;
  }
  .sidebar-filter__item {
    margin-bottom: 10px;
  }
  .price-page__title {
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: -0.025em;
  }
  .price-table-2 thead th {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
  }
  .price-table-2 tbody td {
    font-size: 14px;
    line-height: 18px;
    padding: 23px 0 22px;
  }
  .accordion--2 .accordion__title {
    font-size: 18px;
    line-height: 24px;
  }
  .accordion--2 .accordion__content,
  .accordion--2 .accordion__text {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion--3 .accordion__title,
  .star-rate__ico svg,
  .star-rating__ico svg {
    font-size: 20px;
  }
  .program-page {
    padding: 1.75em;
  }
  .cookie h3,
  .program-hero {
    display: block;
  }
  .program-hero__picture {
    width: 100%;
  }
  .program-hero__btn-holder {
    width: 100%;
    padding: 24px 20px;
  }
  .program-item__title {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .simple-page {
    padding: 1.75em 0;
  }
  .alert p.debt,
  .simple-page__title {
    font-size: 1.75em;
    line-height: 1.2em;
  }
  .simple-page__desc {
    font-size: 1.25em;
    line-height: 1.875em;
  }
  .simple-page__booking-form {
    margin-bottom: 52px;
  }
  .simple-page__filter {
    float: none;
  }
  .blockquote {
    font-size: 1em;
    line-height: 1.5em;
  }
  .section-blockquote {
    padding: 1.875em;
    margin-bottom: 42px;
  }
  .booking-form__items {
    margin-bottom: 18px;
  }
  .calendar .datepicker table thead tr td,
  .calendar .datepicker table thead tr th {
    font-size: 0.875em;
    padding: 5px;
  }
  .calendar .datepicker .datepicker-days tbody tr td,
  .calendar .datepicker .datepicker-days tbody tr th {
    height: 40px;
    font-size: 0.875em;
    padding: 5px;
  }
  .tags__item {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .site-text .tags__item {
    margin-bottom: 16px !important;
  }
  .alert p.debt {
    font-size: 16px !important;
  }
  .star-rating__title {
    font-size: 16px;
  }
  .star-rating__btn {
    width: 100%;
    font-size: 18px;
  }
  .star-rating__wrap {
    max-width: 140px;
    width: 100%;
  }
  .star-rating__ico {
    padding-left: 7px;
  }
  .modal-schedule__btn button,
  .star-rate__wrap,
  .table-adaptive table tbody td.title_program {
    width: 100%;
  }
  .star-rate__ico {
    padding-left: 7px;
  }
  .block-department--diagnostic-west .block-department__title br,
  .block-department--emergency .block-department__title br,
  .block-department--ginecology .block-department__title br,
  .block-department--ginecology-2 .block-department__title br,
  .block-department--ginecology-west .block-department__title br,
  .block-department--home .block-department__title br,
  .block-department--oncology .block-department__title br,
  .block-department--oncology-west .block-department__title br,
  .block-department--ortopedia .block-department__title br,
  .block-department--pain .block-department__title br,
  .block-department--pain-west .block-department__title br,
  .block-department--radiation .block-department__title br,
  .block-department--stomatology .block-department__title br,
  .block-department--stomatology-west .block-department__title br,
  .block-department--surgery .block-department__title br,
  .block-department--urology .block-department__title br,
  .block-desc br,
  .block-services-2__note br,
  .hide-xs,
  .table-adaptive table thead {
    display: none;
  }
  .masha {
    font-size: 1.5em;
  }
  .quote-cols .col-md-10,
  .quote-cols .col-md-5 {
    padding: 0;
  }
  .bordered td {
    padding: 0.5em;
    font-size: 0.9em;
  }
  .news-listing .news-item__picture {
    max-width: 100%;
    text-align: center;
  }
  .news-listing .news-item__picture img {
    display: inline;
  }
  .service-listing .panel {
    margin-bottom: 23px;
  }
  .table-responsive > .table > tbody > tr > td.pricewrap,
  td.pricewrap {
    white-space: normal;
  }
  .table-adaptive table tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .table-adaptive table tbody td {
    display: inline-block;
  }
  .table-adaptive table tbody td:last-child {
    margin-left: auto;
  }
  .cookie {
    padding: 20px 14px 20px 24px;
  }
  .cookie__text {
    margin-right: 15px;
  }
  .cookie__btn {
    font-size: 14px;
    padding: 11px;
    min-width: 95px;
  }
  .cookie--dark {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    padding: 16px 16px 52px;
  }
  .cookie--dark .cookie__text {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.2em;
  }
  .cookie--dark .cookie__btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2em;
    padding: 12px 16px;
    border-radius: 100px;
  }
  .block-header {
    margin-bottom: 38px;
  }
  .block-title {
    font-size: 24px;
  }
  .block-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .add-menu__item a,
  .block-text__title {
    font-size: 20px;
  }
  .block-text__subtitle {
    font-size: 18px;
  }
  .block-text__icon {
    width: 55px;
    height: 55px;
  }
  .block-department {
    background-size: cover;
    text-align: center;
    padding: 25px 0 202px;
  }
  .block-department .site-container {
    position: relative;
  }
  .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 17px;
  }
  .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 25px;
  }
  .block-department__features {
    display: inline-block;
    margin-bottom: 24px;
  }
  .block-department__feature {
    margin-right: 0;
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
  }
  .block-department__feature:first-child,
  .block-services-2--cosmetology-west .block-services-2__list li:first-child,
  .block-services-2--ginecology .block-services-2__list li:first-child,
  .block-services-2--home .block-services-2__list li:first-child,
  .block-services-2--lb .block-services-2__list li:first-child,
  .block-services-2--pediatr .block-services-2__list li:first-child,
  .block-services-2--pediatr-west .block-services-2__list li:first-child,
  .block-services-2--pv .block-services-2__list li:first-child {
    margin-top: 0;
  }
  .block-department__feature:last-child {
    margin-top: 8px;
  }
  .block-department__feature-icon {
    width: 32px;
    margin-right: 11px;
  }
  .block-department__feature-icon .icon-document-2 {
    font-size: 26px;
  }
  .block-department__feature-icon .icon-consultant {
    font-size: 24px;
  }
  .block-department__feature-icon .icon-medicine {
    font-size: 26px;
  }
  .block-department__feature-icon .icon-medicine-2 {
    font-size: 30px;
  }
  .block-department__feature-icon .icon-healthcare {
    font-size: 26px;
  }
  .block-department__feature-icon .icon-heart,
  .block-department__feature-icon .icon-lungs {
    font-size: 22px;
  }
  .block-department__feature-icon .icon-first-aid-kit,
  .block-department__feature-icon .icon-teeth-protection {
    font-size: 28px;
  }
  .block-department__feature-icon .icon-fetus {
    font-size: 26px;
  }
  .block-department__feature-icon .icon-oral-health {
    font-size: 22px;
  }
  .block-department__feature-icon .icon-tomography {
    font-size: 27px;
  }
  .block-department__feature-icon .icon-calendar {
    font-size: 28px;
  }
  .block-department__feature-icon .icon-clock {
    font-size: 27px;
  }
  .block-department__feature-icon .icon-doctor,
  .block-department__feature-icon .icon-surgery-tools {
    font-size: 26px;
  }
  .block-department__feature-icon .icon-24-hours-delivery,
  .block-department__feature-icon .icon-methods {
    font-size: 32px;
  }
  .block-department__feature-icon .icon-charity,
  .block-department__feature-icon .icon-cosmetic,
  .block-department__feature-icon .icon-depilation,
  .block-department__feature-icon .icon-home {
    font-size: 28px;
  }
  .block-department__feature-icon .icon-check,
  .block-department__feature-icon .icon-fertilization,
  .block-department__feature-icon .icon-patient {
    font-size: 26px;
  }
  .block-department__feature-icon .icon-prevention {
    font-size: 32px;
  }
  .block-department__feature-title {
    font-size: 16px;
    line-height: 20px;
  }
  .block-department__feature-title .tooltip {
    top: 100% !important;
    left: 0 !important;
    margin-top: -80px;
  }
  .block-department__btn {
    min-width: 260px;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 10px 8px;
  }
  .block-department__btn-holder {
    display: block;
  }
  .block-department-info {
    padding: 56px 0 0;
  }
  .block-department--diagnostic {
    background:
      url(../../../uploads/img/landings/diagnostic/bg-header--phone.jpg) 50%
        100% no-repeat,
      linear-gradient(180deg, #9ba1ad 0%, #e1e2e5 100%);
  }
  .block-department--pediatr,
  .block-department--west {
    background-image: url(../../../uploads/img/landings/west/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 25px 0 211px;
  }
  .block-department--west .block-department__title {
    margin-bottom: 17px;
  }
  .block-department--west .block-department__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .block-department--west .block-department__features {
    margin-bottom: 28px;
  }
  .block-department--pediatr {
    background-image: url(../../../uploads/img/landings/pediatr/bg-header--phone.jpg);
  }
  .block-department--pediatr .block-department__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .block-department--pediatr .block-department__features {
    margin-bottom: 28px;
  }
  .block-department--pediatr-west {
    background-image: url(../../../uploads/img/landings/pediatr-west/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 26px 0 164px;
  }
  .block-department--pediatr-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
  }
  .block-department--pediatr-west .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .block-department--pediatr-west .block-department__features {
    margin-bottom: 28px;
  }
  .block-department--cosmetology {
    background-image: url(../../../uploads/img/landings/cosmetology/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 25px 0 190px;
  }
  .block-department--pause .block-department {
    background-image: url(../../../uploads/img/landings/pause/bg-header--phone.jpg);
    background-position: 50% 70%;
    padding: 30px 0 370px;
  }
  .block-department--aptos .block-department,
  .block-department--programs .block-department {
    background-image: url(../../../uploads/img/landings/aptos/bg-header--phone.jpg);
    background-position: 50% 70%;
    padding: 30px 0 370px;
  }
  .block-department--programs .block-department {
    background-image: url(../../../uploads/img/landings/programs/bg-header--phone.jpg);
  }
  .block-department--programs-inner .block-department {
    background-image: url(../../../uploads/img/landings/programs-inner/bg-header--phone.jpg);
    background-position: 50% 70%;
  }
  .block-department--ophthalmology {
    background-image: url(../../../uploads/img/landings/ophthalmology/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 25px 0 175px;
  }
  .block-department--ophthalmology .block-department__title {
    margin-bottom: 18px;
  }
  .block-department--ophthalmology .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .block-department--ophthalmology .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--cosmetology-west,
  .block-department--oncology {
    background-image: url(../../../uploads/img/landings/cosmetology-west/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 26px 0 164px;
  }
  .block-department--oncology {
    background-image: url(../../../uploads/img/landings/oncology/bg-header--phone.jpg);
    padding: 24px 0 274px;
  }
  .block-department--oncology-west {
    background-image: url(../../../uploads/img/landings/oncology-west/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 234px;
  }
  .block-department--medical,
  .block-department--radiation {
    background-image: url(../../../uploads/img/landings/radiation/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 29px 0 274px;
  }
  .block-department--medical {
    background-image: url(../../../uploads/img/landings/medical/bg-header--phone.jpg);
    padding: 30px 0 266px;
  }
  .block-department--diagnostic-west {
    background-image: url(../../../uploads/img/landings/diagnostic-west/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 196px;
  }
  .block-department--ginecology,
  .block-department--ginecology-west {
    background-image: url(../../../uploads/img/landings/ginecology/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 26px 0 195px;
  }
  .block-department--ginecology-west {
    background-image: url(../../../uploads/img/landings/ginecology-west/bg-header--phone.jpg);
  }
  .block-department--ginecology-2,
  .block-department--ginecology-3 {
    background-image: url(../../../uploads/img/landings/ginecology-2/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 26px 0 195px;
  }
  .block-department--ginecology-3 {
    background-image: url(../../../uploads/img/landings/ginecology-3/bg-header--phone.jpg);
  }
  .block-department--ortopedia,
  .block-department--pain {
    background-image: url(../../../uploads/img/landings/ortopedia/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 226px;
  }
  .block-department--pain {
    background-image: url(../../../uploads/img/landings/pain/bg-header--phone.jpg);
    padding: 24px 0 277px;
  }
  .block-department--pain-west {
    background-image: url(../../../uploads/img/landings/pain-west/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 260px;
  }
  .block-department--emergency {
    background-image: url(../../../uploads/img/landings/emergency/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 325px;
  }
  .block-department--stomatology,
  .block-department--stomatology-west {
    background-image: url(../../../uploads/img/landings/stomatology/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 232px;
  }
  .block-department--stomatology-west {
    background-image: url(../../../uploads/img/landings/stomatology-west/bg-header--phone.jpg);
  }
  .block-department--stomatology-pv,
  .block-department--surgery {
    background-image: url(../../../uploads/img/landings/stomatology-pv/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 232px;
  }
  .block-department--surgery {
    background-image: url(../../../uploads/img/landings/surgery/bg-header--phone.jpg);
    padding: 24px 0 300px;
  }
  .block-department--cardio,
  .block-department--hospital {
    background-image: url(../../../uploads/img/landings/cardio/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 300px;
  }
  .block-department--hospital {
    background-image: url(../../../uploads/img/landings/hospital/bg-header--phone.jpg);
  }
  .block-department--oms .block-department,
  .block-department--telemed {
    background-image: url(../../../uploads/img/landings/oms/bg-header--phone-upd.jpg);
    background-position: 50% 100%;
    padding: 24px 0 317px;
  }
  .block-department--telemed {
    background-image: url(../../../uploads/img/landings/telemed/bg-header--phone.jpg);
    padding: 24px 0 277px;
  }
  .block-department--lb,
  .block-department--pv {
    background-image: url(../../../uploads/img/landings/pv/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 29px 0 252px;
  }
  .block-department--lb {
    background-image: url(../../../uploads/img/landings/lb/bg-header--phone.jpg);
  }
  .block-department--oms .block-department__btn {
    min-width: auto;
    white-space: normal;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .block-department--oms .block-department__btn-holder {
    margin-bottom: 16px;
  }
  .block-department--home,
  .block-department--urology {
    background-image: url(../../../uploads/img/landings/urology/bg-header--phone.jpg);
    background-position: 50% 100%;
    padding: 24px 0 248px;
  }
  .block-department--home {
    background-image: url(../../../uploads/img/landings/home/bg-header--phone.jpg);
    padding: 26px 0 290px;
  }
  .block-department--cosmetology .block-department__title {
    margin-bottom: 18px;
  }
  .block-department--cosmetology .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .block-department--cosmetology .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--cosmetology-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 18px;
  }
  .block-department--cosmetology-west .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .block-department--cosmetology-west .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--ginecology .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .block-department--ginecology .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .block-department--ginecology .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--ginecology-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .block-department--ginecology-west .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .block-department--ginecology-west .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--ginecology-2 .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .block-department--ginecology-2 .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .block-department--ginecology-2 .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--ortopedia .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--ortopedia .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--ortopedia .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--urology .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--urology .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--urology .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--stomatology .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--stomatology .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--stomatology .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--surgery .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--surgery .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--surgery .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--stomatology-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--stomatology-west .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--stomatology-west .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--pain .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--pain .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--pain .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--pain-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--pain-west .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--pain-west .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--emergency .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .block-department--emergency .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--emergency .block-department__features {
    margin-bottom: 24px;
  }
  .block-department--home .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .block-department--home .block-department__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .block-department--home .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--oncology .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 25px;
  }
  .block-department--oncology .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--oncology .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--oncology-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 25px;
  }
  .block-department--oncology-west .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--oncology-west .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--radiation .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 25px;
  }
  .block-department--radiation .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--radiation .block-department__features {
    margin-bottom: 23px;
  }
  .block-department--diagnostic-west .block-department__title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 25px;
  }
  .block-department--diagnostic-west .block-department__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .block-department--diagnostic-west .block-department__features {
    margin-bottom: 23px;
  }
  .block-menu {
    padding: 12px 0 8px;
  }
  .block-menu__link {
    font-size: 16px;
  }
  .block-services {
    padding-bottom: 42px;
  }
  .block-services__title {
    margin-bottom: 23px;
  }
  .block-services__item {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
  }
  .block-services__link {
    font-size: 14px;
    padding: 7px 26px 8px;
  }
  .block-services__btn {
    padding: 13px 12px 11px;
    font-size: 20px;
    line-height: 150%;
  }
  .block-services-2 {
    padding: 40px 0 45px;
  }
  .block-services-2__title {
    margin-bottom: 23px;
  }
  .block-services-2__list {
    columns: 1;
  }
  .block-services-2__btn {
    padding: 13px 12px 11px;
    font-size: 20px;
    line-height: 150%;
  }
  .block-services-2__note {
    text-align: left;
  }
  .block-services-2--cosmetology-west,
  .block-services-2--ginecology,
  .block-services-2--home,
  .block-services-2--mammology,
  .block-services-2--pediatr,
  .block-services-2--pediatr-west {
    padding: 64px 0;
  }
  .block-services-2--cosmetology-west .block-services-2__title,
  .block-services-2--ginecology .block-services-2__title,
  .block-services-2--home .block-services-2__title,
  .block-services-2--lb .block-services-2__title,
  .block-services-2--pediatr .block-services-2__title,
  .block-services-2--pediatr-west .block-services-2__title,
  .block-services-2--pv .block-services-2__title {
    margin-bottom: 22px;
  }
  .block-services-2--cosmetology-west .block-services-2__list li,
  .block-services-2--ginecology .block-services-2__list li,
  .block-services-2--home .block-services-2__list li,
  .block-services-2--lb .block-services-2__list li,
  .block-services-2--pediatr .block-services-2__list li,
  .block-services-2--pediatr-west .block-services-2__list li,
  .block-services-2--pv .block-services-2__list li {
    margin: 24px 0 0;
  }
  .block-services--west {
    padding: 48px 0 55px;
  }
  .block-specialists__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .block-specialists--diagnostic .block-specialists__slider .slick-slider,
  .block-specialists--pediatr .block-specialists__slider .slick-slider,
  .block-specialists--west .block-specialists__slider .slick-slider,
  .block-specialists__slider .slick-slider {
    padding-bottom: 48px;
  }
  .block-specialists__slider .slider__next,
  .block-specialists__slider .slider__prev {
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
  }
  .block-specialists__btn {
    padding: 13px 12px 11px;
    font-size: 20px;
    line-height: 150%;
  }
  .block-specialists--west .specialist {
    text-align: center;
  }
  .block-discounts {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    margin-bottom: 0;
  }
  .block-discounts__slider {
    border-radius: 0;
  }
  .block-discounts__slider .slick-slider {
    padding-bottom: 60px;
  }
  .block-discounts .slider__next,
  .block-discounts .slider__prev {
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
  }
  .block-discounts .slider__next {
    right: 15px;
  }
  .block-discounts .slider__prev {
    left: 15px;
  }
  .block-discounts--pediatr {
    margin-bottom: 56px;
  }
  .block-discounts--ginecology,
  .block-price {
    margin-bottom: 64px;
  }
  .block-price {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-price__gallery .slider__next,
  .block-price__gallery .slider__prev {
    top: auto;
    bottom: 30px;
    -ms-transform: none;
    transform: none;
    width: 48px;
    height: 48px;
  }
  .block-price__gallery .slider__next {
    right: 15px;
  }
  .block-price__gallery .slider__prev {
    left: 15px;
  }
  .block-price__picture {
    border-radius: 0;
    margin-bottom: 0;
    display: block;
    min-height: 350px;
  }
  .block-price__content {
    min-height: auto;
    padding: 48px 15px 33px;
  }
  .block-price__title {
    margin-bottom: 17px;
    text-align: center;
  }
  .block-price__filter {
    margin-bottom: 8px;
  }
  .block-price__slider .slick-slider {
    padding-bottom: 100px;
  }
  .block-price__slider .slider__next,
  .block-price__slider .slider__prev {
    bottom: 0;
    margin: 0;
    width: 48px;
    height: 48px;
  }
  .block-price__slider .slider__next {
    right: 0;
  }
  .block-price__slider .slider__prev {
    left: 0;
    right: auto;
  }
  .block-price__filter + .block-price__slider .slider__next,
  .block-price__filter + .block-price__slider .slider__prev {
    margin-bottom: 0;
  }
  .block-callback {
    padding: 37px 0 40px;
  }
  .block-callback__title {
    margin-bottom: 4px;
  }
  .block-register {
    padding: 50px 0 35px;
  }
  .block-register__form-title {
    margin-bottom: 30px;
  }
  .block-register--2 .form__btn {
    padding: 16px;
    max-width: 284px;
  }
  .block-about-department__title {
    margin-bottom: 14px;
  }
  .block-about-department__text h3 {
    font-size: 18px;
    line-height: 120%;
  }
  .block-testimonials {
    padding: 40px 0 52px;
  }
  .block-testimonials__title {
    margin-bottom: 23px;
  }
  .block-testimonials__slider .slick-slider {
    padding-bottom: 73px;
  }
  .block-testimonials__slider .slick-dotted {
    margin-bottom: 44px;
  }
  .block-testimonials__slider .slick-dots {
    bottom: -48px;
  }
  .block-testimonials__slider .slider__next,
  .block-testimonials__slider .slider__prev {
    top: auto;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    margin: 0;
    width: 48px;
    height: 48px;
  }
  .block-testimonials__slider .slider__next {
    right: 64px;
  }
  .block-testimonials__slider .slider__prev {
    left: 64px;
  }
  .block-testimonials__slider .slider__prev.slick-disabled {
    display: block !important;
  }
  .block-testimonials__all {
    top: auto;
    margin-top: 30px;
  }
  .block-video {
    margin-bottom: 56px;
  }
  .department-discount__content {
    padding: 36px 15px;
    text-align: center;
  }
  .department-discount__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 23px;
  }
  .department-discount__text {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 39px;
  }
  .department-discount__text p {
    margin-top: 23px;
  }
  .department-discount__btn {
    padding: 13px 13px 10px;
    font-size: 20px;
    line-height: 150%;
  }
  .department-discount__picture {
    display: none;
  }
  .callback-item {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .callback-item__icon {
    margin-right: 20px;
  }
  .callback-item__icon .icon {
    font-size: 40px;
  }
  .callback-item__btn {
    min-width: 232px;
    font-size: 18px;
    line-height: 27px;
    padding: 13px;
  }
  .testimonial {
    font-size: 16px;
    line-height: 22px;
    padding: 28px 20px 32px;
  }
  .testimonial__text .expand-review {
    right: 19px;
    bottom: 40px;
  }
  .job-features {
    padding-right: 8px;
    padding-left: 8px;
  }
  .job-features-2__col {
    width: 100%;
    float: none;
    margin: 0;
  }
  .job-features-2__logo {
    width: 100%;
    height: 100%;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
    left: auto;
    top: 90px;
  }
  .job-features-2__logo img {
    margin: 0 auto;
    width: 276px;
  }
  .job-features-3__col {
    width: 100%;
    float: none;
    margin: 0;
  }
  .job-features-3__logo {
    margin: 38px 0 11px;
  }
  .job-features-3__logo-img {
    height: 46px;
    margin-bottom: 20px;
  }
  .job-features-3__logo-title {
    font-size: 22px;
    line-height: 24px !important;
  }
  .job-feature {
    margin-bottom: 30px;
  }
  .job-feature__icon {
    font-size: 48px;
    width: 100px;
    height: 100px;
    line-height: 120px;
  }
  .job-feature__title {
    font-size: 14px;
  }
  .job-feature-2 {
    margin: 54px 0;
  }
  .job-feature-2__icon {
    margin-bottom: 28px;
    font-size: 64px;
  }
  .job-feature-2__title {
    font-size: 18px;
    max-width: 180px;
  }
  .job-feature-3 {
    margin: 25px 0;
  }
  .job-feature-3__icon {
    margin-bottom: 28px;
  }
  .job-feature-3__icon .icon {
    font-size: 40px;
  }
  .job-feature-3__title {
    font-size: 16px;
    line-height: 20px !important;
  }
  .modal-schedule__content.slots_many {
    padding: 30px 15px !important;
  }
  .modal-schedule__btn {
    text-align: center;
  }
  .appointment-form__title-num {
    min-width: 55px;
    min-height: 55px;
    font-size: 30px;
    margin-right: 22px;
  }
  .appointment-form__title-name {
    font-size: 22px;
  }
  .block-curators {
    margin-top: 40px;
  }
  .block-program-inner-form__submit button {
    width: 100%;
    font-size: 24px;
  }
  .block-add .col-xs-6 {
    width: 100%;
  }
  .modal_calendar .dp__cell_inner {
    height: 32px;
    width: 32px;
  }
  .modal-schedule__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .modal-schedule__content {
    padding: 30px;
  }
  .block-department--aptos .block-department__feature-icon {
    font-size: 26px;
  }
  .schedule-modal__done-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .schedule-modal__done-icon svg {
    width: 25px;
    height: 15px;
  }
  .schedule-modal__done-text {
    font-size: 28px;
  }
  .add-menu__item {
    margin-top: 8px;
  }
  .add-menu__lang-switcher {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .add-menu__social {
    display: block;
  }
  .add-menu__header-phone-link span,
  .add-menu__header-social {
    display: none;
  }
  .add-menu__header-phone-link {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .add-menu__header-phone-link,
  .add-menu__header-phone-link svg {
    display: -ms-flexbox;
    display: flex;
  }
  .add-menu__addresses {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .add-menu__addresses-item {
    margin-bottom: 32px;
  }
  .add-menu__addresses-clinic-name,
  .block-landing-img-text__title h2,
  .block-landing-img-text__title h3 {
    font-size: 18px;
  }
  .add-menu__addresses-tel,
  .add-menu__addresses-time {
    font-size: 16px;
  }
  .add-menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .add-menu__list ul li:not(:last-child),
  .add-menu__list-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-tabs__search-btn {
    font-size: 18px;
    padding: 15px;
  }
  .hero-slider__main .hero-slider__slider {
    display: block !important;
  }
  .hero-slider__main .hero-slider__bottom {
    margin-top: -83px;
  }
  .block-tabs {
    margin-top: 40px;
  }
  .hero-slider__main .hero-slider__item {
    min-height: 512px;
  }
  .hero-slider__main .hero-slider__container {
    padding-top: 230px;
  }
  .block-services-about__text.block-services-about__text--hidden {
    display: none;
  }
  .header__right-top {
    margin: 0;
    width: 100%;
  }
  .header__hamburger,
  .header__logo {
    margin-right: 0;
  }
  .header__logo img {
    width: 50px;
  }
  .header__callback {
    margin-left: 0;
    margin-right: 0;
  }
  .header__phone {
    margin: 0;
  }
  .header-contacts__item--callback a {
    min-width: 104px;
    line-height: 1.2em;
    padding: 8px;
  }
  .header--inner.header--v3,
  .header--main.header--v3,
  .header--v3 {
    top: 15px;
  }
  .header--inner.header--v3 .hamburger__inner,
  .header--main.header--v3 .hamburger__inner {
    width: 24px;
  }
  .header--inner.header--v3 .btn,
  .header--main.header--v3 .btn {
    padding: 9px 18px 8px;
  }
  .header--inner.header--v3 .header__logo img,
  .header--main.header--v3 .header__logo img {
    width: 58px;
  }
  .header--inner.header--v4,
  .header--main.header--v4 {
    top: 5px;
  }
  .header--inner.header--v4 .header__wrap,
  .header--main.header--v4 .header__wrap {
    min-height: 58px;
  }
  .header--inner.header--v4 .header__logo img,
  .header--main.header--v4 .header__logo img {
    max-width: 54px;
  }
  .header--inner.header--v4 .header__contacts,
  .header--main.header--v4 .header__contacts {
    width: 100%;
  }
  .header--inner.header--v4 .header-contacts__item--callback a,
  .header--main.header--v4 .header-contacts__item--callback a {
    min-width: 104px;
    line-height: 1.2em;
  }
  .header--inner.header--v4 .header-contacts__item--social,
  .header--main.header--v4 .header-contacts__item--social {
    display: none;
  }
  .header--inner .header__cabinet,
  .header--inner .header__callback,
  .header--main .header__cabinet,
  .header--main .header__callback {
    margin-right: 0;
  }
  .header--v3 .btn {
    padding: 9px 18px 8px;
  }
  .header--v3 .hamburger__inner {
    width: 24px;
    height: 3px;
  }
  .header--v3 .hamburger__inner:before {
    top: -9px;
  }
  .header--v3 .hamburger__inner:after {
    bottom: -9px;
  }
  .header--v3 .callback__btn {
    font-size: 13px;
    padding: 8px 15px 7px 14px;
  }
  .header--v3 + .hero {
    padding-top: 62px;
    padding-bottom: 15px;
  }
  .header--v3 + .hero .breadcrumbs__list {
    font-size: 18.7px;
  }
  .header--v3 + .hero .hero__title {
    font-size: 36px !important;
    margin-top: 13px;
  }
  .header--v3 + .hero .hero__breadcrumbs {
    margin-bottom: 0.45em;
  }
  .header--v4 {
    top: 0;
  }
  .header--v4 .header-contacts {
    font-size: 12px;
  }
  .header--v4 .header-contacts__list {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header--v4 .indicator__button {
    margin-left: 16px;
  }
  .header--v4 .hamburger__inner {
    height: 2px;
    width: 26px;
  }
  .header--v4 .hamburger__inner:before {
    top: -10px;
  }
  .header--v4 .hamburger__inner:after {
    bottom: -10px;
  }
  .header--v4 + .hero {
    padding-top: 62px;
    padding-bottom: 22px;
  }
  .header--v4 + .hero .breadcrumbs__list {
    font-size: 18.7px;
  }
  .header--v4 + .hero .hero__title {
    font-size: 36px !important;
    margin-top: 13px;
  }
  .header--v4 .header__wrap {
    min-height: 54px;
  }
  .header--v4 .header__logo {
    margin-right: 24px;
  }
  .header--v4 .header__contacts {
    width: 100%;
  }
  .header--v4 .header__indicator {
    margin-left: 0;
    margin-right: 0;
  }
  .header--v4 .header__hamburger {
    margin-left: 24px;
  }
  .header--fixed {
    top: 0 !important;
  }
  .header--fixed .hamburger__inner {
    width: 24px;
  }
  .header--fixed.header--v3 {
    padding: 10px 0;
  }
  .header--fixed.header--v3 .btn {
    font-size: 13px;
    padding: 8px 15px 7px 14px;
  }
  .header--fixed .header__cabinet,
  .header--fixed .header__callback {
    margin-right: 0;
  }
  .announce-index {
    font-size: 16px;
  }
  .announce-index + .header {
    position: absolute;
    top: 35px;
  }
  .announce-index + .header + .first-screen--2 {
    padding-top: 3.2em;
  }
  .announce-index + .header--inner + .hero,
  .announce-index + .header--main + .hero {
    margin-top: -41px;
  }
  .announce-index + .header--v5.header + .block-landing-breadcrumbs {
    top: 115px;
  }
  .announce-index + .header--v4.header--inner {
    top: 5px;
    position: relative;
  }
  .announce-index + .header--v4.header--inner + .hero {
    margin-top: -58px;
  }
  .announce-index + .header--v4.header--main:not(.header--fixed) {
    top: 12px;
  }
  .footer__logo img {
    width: 74px;
  }
  .footer__nav nav {
    font-size: 1em;
    line-height: 2em;
  }
  .header--v5 .header__right-top {
    margin-right: 10px;
  }
  .header--v5 .hamburger__inner {
    width: 28px;
    height: 2px;
  }
  .header--v5 .hamburger__inner:before {
    top: -10px;
  }
  .header--v5 .hamburger__inner:after {
    bottom: -10px;
  }
  .header--v5 .header__logo img {
    width: 75px;
  }
  .add-menu__call-btn {
    margin-bottom: 64px;
    max-width: 100%;
  }
  .block-landing-centers.block-landing-centers--list
    .block-landing-centers__link {
    max-width: 100%;
  }
  .block-landing-img-link__img img {
    width: 100%;
  }
  .block-landing-article-link__title {
    font-size: 30px;
    text-align: center;
  }
  .block-landing-article-link__name {
    font-size: 16px;
    text-align: center;
  }
  .block-landing-article-link__desc {
    padding: 43px 16px 298px;
  }
  .block-promotions-form__content {
    padding: 0 16px 43px;
  }
  .block-promotions-form {
    margin-top: 170px;
  }
  .block-promotions-form__list {
    padding: 24px 16px;
  }
  .block-promotions-form__form {
    padding: 0;
  }
  .block-landing-doctors-info__top {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .block-landing-doctors-info__experience {
    font-size: 14px;
    padding: 8px 14px;
  }
  .block-landing-doctors-info__record {
    font-size: 14px;
  }
  .block-landing-doctors-info__btns {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  .block-landing-doctors-info__btn {
    padding: 16px;
    font-size: 14px;
  }
  .block-landing-doctors-info__btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .block-landing-tabs__wrapper {
    padding: 24px 20px 0;
  }
  .block-landing-doctor-comment__wrapper {
    padding: 0 16px 25px;
  }
  .block-landing-img-text__title {
    font-size: 16px;
  }
  .block-landing-img-text {
    margin-top: 48px;
  }
  .block-landing-img-text .section__title {
    margin-bottom: 32px;
  }
  .block-landing-about__item-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .block-landing-about__add {
    padding: 25px 20px;
  }
  .block-landing-about__add-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .block-landing-about__add-text ul {
    -ms-grid-columns: (2fr) [1];
    grid-template-columns: repeat(1, 2fr);
    grid-gap: 20px;
  }
  .block-payment__title {
    font-size: 28px;
  }
  .block-landing-tabs__links ul li,
  .block-page-tabs ul li {
    padding-right: 8px;
    padding-bottom: 12px;
  }
  .block-landing-tabs__text h2,
  .block-landing-tabs__text h3,
  .block-reviews-rate__form h2 {
    font-size: 20px;
  }
  .block-fixed-modal__content .form-group input[type="text"],
  .block-fixed-modal__content h5,
  .block-landing-tabs__text .block-landing-tabs__subtitle,
  .block-reviews-rate__form input[type="text"],
  .block-reviews-rate__form textarea {
    font-size: 16px;
  }
  .block-landing-info__wrapper {
    max-width: 100%;
  }
  .block-landing-info__text {
    padding: 30px 40px 60px;
  }
  .block-landing-info__add {
    font-size: 16px;
    padding: 22px 20px;
    margin: -40px 40px 0;
  }
  .block-landing-event-form__form .checkbox-radio {
    margin-right: 30px;
  }
  .block-fixed-modal__content form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contacts-inner {
    padding: 0;
    border: none;
  }
  .block-reviews-rate__form svg {
    height: 24px;
    width: 24px;
  }
  .block-reviews-rate__form input[type="text"]:-ms-input-placeholder,
  .block-reviews-rate__form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .block-reviews-rate__form input[type="text"]::placeholder,
  .block-reviews-rate__form textarea::placeholder {
    font-size: 16px;
  }
  .block-reviews-rate__form .star-rating__wrap {
    max-width: 150px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .block-qr-codes .block-qr-codes__item {
    gap: 20px;
  }
  .block-qr-codes .block-qr-codes__item img {
    max-width: 155px;
  }
  .block-qr-codes .block-qr-codes__item .block-qr-codes__item-text {
    gap: 0;
  }
  .block-qr-codes .block-qr-codes__item .block-qr-codes__item-text p {
    font-size: 18px;
  }
  .block-404__text p,
  .block-feedback-form__wrapper input[type="text"],
  .block-feedback-form__wrapper select,
  .block-feedback-form__wrapper textarea,
  .block-nums .block-nums__list ul li p,
  .block-qr-codes .block-qr-codes__item .block-qr-codes__item-text a,
  .search__text p {
    font-size: 16px;
  }
  .block-feedback-form__wrapper {
    padding: 32px 50px;
  }
  .block-feedback-form__wrapper input[type="text"]:-ms-input-placeholder,
  .block-feedback-form__wrapper textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .block-feedback-form__wrapper input[type="text"]::placeholder,
  .block-feedback-form__wrapper textarea::placeholder {
    font-size: 16px;
  }
  .block-feedback-form__wrapper .block-feedback-form__title h3 {
    font-size: 30px;
  }
  .block-nums .block-nums__list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block-banner .block-banner__content {
    display: none;
  }
  .block-banner .block-banner__content.block-banner__content--mobile {
    display: block;
  }
  .modal-top h3 {
    font-size: 28px;
  }
  .modal-900 .modal-content {
    padding: 30px 35px;
  }
  .section-price__item-nums--grid,
  .section-price__subtitle--grid {
    -ms-grid-columns: 70px 70px 70px;
    grid-template-columns: 70px 70px 70px;
  }
  .block-landing-news.block-landing-news--v2 .block-landing-news__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-landing-news.block-landing-news--v2 .block-landing-news__img img {
    padding: 48px 13px;
  }
  .block-landing-app {
    padding: 27px 0 40px;
  }
  .block-landing-app__content {
    max-width: 50%;
  }
  .block-landing-app__img img {
    height: 240px;
  }
  .block-landing-app__img--mobile {
    bottom: -47px;
  }
  .block-landing-text.block-landing-text--bg .block-landing-text__content {
    padding: 17px 8px;
  }
  .search__text h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .search-result__item {
    gap: 16px;
  }
  .search-result__item .search-result__item-text {
    margin-top: 0;
  }
  .search-result__item h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .search-result__item img {
    width: 90px;
    height: 90px;
  }
  .block-articles__doctor,
  .search-result__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-articles__doctor,
  .block-articles__slide-bottom {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-steps__list ol li {
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px;
  }
  .block-steps__list ol li:first-child {
    margin-top: 0;
  }
  .block-404__img span {
    font-size: 100px;
  }
  .block-app-links__qr {
    text-align: center;
  }
  .block-app-links__slider .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .block-app-links__slider .slick-dots li button:before {
    color: #bac7de;
  }
  .block-app-links__slider .slider__slide {
    height: 370px;
    background-size: 45%;
    padding: 24px 20px;
  }
  .block-app-links__slider .slider__slide h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
    text-align: center;
  }
  .block-app-links__slider .slider__slide p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .block-app-links__rate {
    position: relative;
    top: auto;
    left: auto;
  }
  .block-app-links__rate ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .block-app-links__rate ul li {
    background: #e1e8f4;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    padding: 2px 7px;
  }
  .block-app-links__rate ul li svg {
    height: 17px;
    width: 17иpx;
  }
  .header--franchise .header--v5 .header__cabinet,
  .hero-slider__franchise .header--v5 .header__cabinet {
    display: none;
  }
  .login-page h1 {
    font-size: 32px;
  }
  .login-page h1 img {
    height: 23px;
    margin-right: 5px;
  }
  .login-page__form {
    padding: 45px 13px;
  }
  .login-page h1,
  .login-page__form h3 {
    line-height: 38px;
  }
}
@media only screen and (max-width: 570px) {
  .block-landing-video-price__video {
    min-height: 277px;
    padding: 16px;
  }
  .block-landing-video-price__play svg {
    height: 48px;
    width: 48px;
  }
}
@media only screen and (max-width: 559px) {
  .doctor-form__item img,
  .modal-auth__input input {
    width: 100%;
  }
  .modal__submit {
    max-width: 100%;
  }
  .modal-done__icon {
    height: 35px;
    width: 35px;
    margin-right: 10px;
  }
  .block-bg-text__content {
    padding: 23px 10px;
  }
  .block-attention-text__content p,
  .block-bg-text__content h3,
  .block-bg-text__content p {
    font-size: 16px;
  }
  .block-attention-text__content {
    gap: 17px;
  }
  .block-attention-text__content svg {
    height: 18px;
    width: 18px;
  }
  .block-filters__program-btn {
    font-weight: 400;
    font-size: 16px;
    padding: 13px;
  }
  .block-landing-breadcrumbs,
  .land-widget-breadcrumbs {
    top: 80px;
  }
  .breadcrumbs__list {
    overflow-x: scroll;
  }
  .block-services-about__text ul,
  .block-services-answer__text ul,
  .block-services-text__desc ul,
  .block-services-text__shifted ul,
  .promotions-items__text ul,
  .section__desc ul {
    margin-left: 10px;
  }
  .add-menu__header-contacts,
  .add-menu__header-logo {
    margin-right: 20px;
  }
  .add-menu__header-contacts .header-contacts__item--social,
  .doctor-inner__video:before {
    display: none;
  }
  .mt-120,
  .mt-80 {
    margin-top: 48px;
  }
  .doctor-inner__section-about-text {
    font-size: 16px;
  }
  .doctor-inner__name {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .doctor-inner {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #a8a779;
  }
  .doctor-inner-form {
    margin-bottom: 30px;
  }
  .doctor-inner__services .section__title {
    margin-bottom: 32px;
  }
  .doctor-inner__services-name {
    font-size: 18px;
  }
  .doctor-inner__services-price,
  .doctor__calendar-price-item p,
  .doctor__calendar-price-item p span {
    font-size: 16px;
  }
  .doctor-inner__dropdown-item-year {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .doctor-inner__dropdown-item-subtitle {
    font-size: 20px;
  }
  .doctor-inner__dropdown .section__title {
    font-size: 30px;
  }
  .doctor-inner__dropdown-item-content h3 {
    font-size: 22px;
  }
  .doctor-inner__dropdown-item-title {
    font-size: 24px;
  }
  .doctor-inner__dropdown-item-desc {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
  }
  .doctor-inner__dropdown {
    margin-top: 64px;
    padding: 32px 0;
  }
  .doctor__calendar-item-day {
    font-size: 16px;
    padding: 2px 15px 0;
  }
  .doctor__calendar-time-title {
    text-align: center;
  }
  .doctor__calendar-time-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .doctor__calendar-btn {
    margin-top: 24px;
  }
  .doctor-inner__video {
    margin-top: 64px;
  }
  .doctor-inner__video-content iframe {
    height: 230px;
  }
  .doctor__calendar-address--mobile .doctor__calendar-address-list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .doctor-inner__video .section__title {
    display: block;
    margin-bottom: 24px;
  }
  .departments__diagnostics {
    padding: 0;
    margin-bottom: 0;
  }
  .departments__services {
    padding: 0;
  }
  .departments__search-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .departments__search-content .search__input {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .departments__search-btn {
    width: 100%;
  }
  .block-doctor {
    margin: 48px 0;
  }
  .block-doctor__title {
    font-size: 30px;
  }
  .block-tabs {
    margin-top: 40px;
  }
  .block-tabs__items-col {
    width: 100%;
    display: none;
  }
  .block-tabs__items-col:nth-child(-n + 3) {
    display: block !important;
  }
  .hero-slider__main .hero-slider__slider {
    display: block !important;
  }
  .block-main__img--phone {
    display: block;
  }
  .block-main__img--tablet {
    display: none;
  }
  .block-img__title {
    font-size: 30px;
  }
  .location-main__addresses-nav {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-slider__address {
    margin-top: 64px;
  }
  .hero-slider__main .hero-slider__item-desc ul li:before {
    top: 6px;
    height: 5px;
    width: 5px;
  }
  .block-main__logo-blue,
  .block-main__logo-orange {
    font-size: 40px;
  }
  .hero-slider__address-item {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .hero-slider__address-item:last-child {
    margin-bottom: 0;
  }
  .block-gallery .slider__controls--mobile,
  .block-news .slider__controls--mobile {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-news--blue {
    margin-top: 0;
  }
  .block-news {
    margin-top: 48px;
  }
  .block-news .slider__slide {
    margin: 0;
  }
  .block-news .block-news__links {
    display: none;
  }
  .block-news .block-news__links.block-news__links--mobile {
    display: block;
    margin-top: 32px;
  }
  .promotions-list {
    margin-top: 32px;
  }
  .promotions-list .row .promotions-list__col,
  .promotions-list__col-12 {
    margin-bottom: 24px;
  }
  .promotions-cards .promotions-title {
    margin-bottom: 19px;
  }
  .promotions-cards__content,
  .promotions-form__content {
    padding: 0;
    background: 0 0;
    border: none;
  }
  .promotions-cards__text,
  .promotions-cards__title {
    font-size: 16px;
  }
  .promotions-form__form-title {
    font-size: 32px;
  }
  .promotions-form__form-list {
    margin-bottom: 22px;
  }
  .promotions-form__form form {
    padding: 32px 16px;
  }
  .promotions__search {
    margin-bottom: 32px;
  }
  .promotions__search-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promotions__search-content .search__input {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .promotions__search-btn {
    width: 100%;
  }
  .block-promotions-inner .section__title {
    margin-bottom: 32px;
  }
  .block-patient-form form,
  .block-promotions-inner__content {
    padding: 0;
    border: none;
  }
  .block-services-appointment {
    margin-bottom: 48px;
  }
  .block-services-appointment__title {
    font-size: 32px;
  }
  .block-services-appointment__text {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .block-services-appointment__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-services-appointment__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .block-services-appointment__item:last-child {
    margin-bottom: 0;
  }
  .block-services-appointment__item-img {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 80px;
    max-height: 80px;
  }
  .block-services-appointment__form-title {
    font-size: 32px;
  }
  .block-services-about__wrapper {
    padding: 280px 20px 22px;
    margin-top: 110px;
  }
  .block-services-about__title {
    font-size: 26px;
  }
  .block-services-text {
    margin-top: 48px;
  }
  .block-services-text--blue {
    padding: 32px 0;
  }
  .block-services-text__add {
    margin-top: 16px;
    font-size: 16px;
  }
  .block-services-text__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .block-services-text__desc,
  .block-services-text__shifted {
    font-size: 16px;
  }
  .block-services-list {
    margin-top: 48px;
  }
  .block-services-list__content {
    margin-top: 26px;
  }
  .block-services-answer {
    margin-top: 48px;
  }
  .block-services-answer__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .footer .col-xs-6 {
    width: 100%;
  }
  .footer__address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__address-item {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .footer__address-item:last-child {
    margin-bottom: 0;
  }
  .footer__socials {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .socials {
    margin-bottom: 55px;
  }
  .footer__socials-left {
    margin-bottom: 12px;
  }
  .footer__copy {
    margin-left: 0;
  }
  .footer__socials-left {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header--v5 .header__wrap {
    min-height: 54px;
  }
  .header--v5 .header__contacts {
    width: 100%;
  }
  .header--v5 .header-contacts__list {
    width: 100%;
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header--v5 .header-contacts__item--social {
    display: none;
  }
  .header--v5 .header-contacts__item--callback a {
    min-width: 104px;
    line-height: 1.2em;
  }
  .header--v5 .header-contacts__item--phone a {
    font-size: 0 !important;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #a8a779;
  }
  .header--v5 .header-contacts__item--phone a .icon {
    fill: #fff;
    display: inline-block;
  }
  .header--v5 .header-contacts__item--phone {
    margin-right: 30px;
  }
  .block-program-about__title {
    margin-bottom: 16px;
  }
  .block-program-about__name-text {
    margin-right: 0;
  }
  .block-program-about__text {
    font-size: 16px;
  }
  .block-program-price {
    padding: 24px 0;
    margin-top: 48px;
  }
  .block-program-price__wrapper {
    padding-top: 24px;
  }
  .block-program-price__item-title {
    font-size: 20px;
  }
  .block-program-steps__item-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .block-program-steps__item-text,
  .block-program-steps__tabs-checkbox label,
  .block-program-steps__tabs-year-item label {
    font-size: 16px;
  }
  .block-program-steps {
    margin-top: 48px;
  }
  .block-program-steps__item-num {
    font-size: 20px;
    padding: 8px 28px;
    top: -18px;
  }
  .block-program-steps__tabs ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-program-steps__tabs ul li {
    width: auto;
  }
  .block-program-steps__tabs ul li a {
    font-size: 16px;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .block-program-steps__wrapper {
    padding: 38px 16px 22px;
  }
  .block-program-img__title {
    font-size: 26px;
  }
  .block-program-img__list .col-sm-6 {
    margin-bottom: 8px;
  }
  .block-program-img__wrapper {
    padding: 260px 17px 32px;
  }
  .block-landing__main {
    background-position: 50%;
    padding: 120px 0 390px;
  }
  .block-landing__title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .block-landing__title.block-landing__title--mini {
    font-size: 32px;
  }
  .block-landing__text {
    max-width: 100%;
    font-size: 16px;
  }
  .block-items__text {
    font-size: 14px;
  }
  .block-landing__btn {
    width: 100%;
    margin-top: 48px;
  }
  .block-landing-reviews {
    margin-top: 48px;
  }
  .block-landing-doctors {
    margin-bottom: 48px;
  }
  .block-landing-call__links {
    padding: 24px 30px;
  }
  .block-landing-call__item {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-landing-call__item-link,
  .block-landing-call__item-text {
    font-size: 16px;
  }
  .block-landing-call__item-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-landing-call__item-icon {
    margin-right: 16px;
  }
  .block-landing-call__title {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .block-landing-programs {
    padding: 48px 0;
  }
  .block-landing-programs__item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .block-landing-programs__item-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .block-landing-appointment__text ul,
  .block-landing-dropdown__item-text ul,
  .block-landing-items-cols__item-text ul {
    margin-left: 10px;
  }
  .block-landing-appointment__text {
    font-size: 18px;
  }
  .block-landing-appointment__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .block-landing-appointment__item:last-child {
    margin-bottom: 0;
  }
  .block-landing-appointment__item-text,
  .block-landing-list__list ul li {
    font-size: 16px;
  }
  .block-landing-appointment__item-img {
    margin-right: 16px;
  }
  .block-landing-appointment__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-landing-list__title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .block-landing-list.block-landing-list--full-bg {
    margin-top: 48px;
  }
  .block-landing-img-slider__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .block-landing-img-slider {
    padding-top: 30px;
    margin-top: 64px;
  }
  .block-landing-img-slider:before {
    top: 85px;
  }
  .block-landing-calendar__title {
    font-size: 30px;
  }
  .block-landing-calendar {
    margin-top: 48px;
  }
  .block-landing-dropdown__item-title {
    font-size: 20px;
  }
  .block-landing-dropdown {
    padding: 48px 0;
  }
  .block-landing-dropdown.light-bg {
    padding: 0;
  }
  .block-landing-questions {
    margin-top: 48px;
  }
  .block-landing-price__subtitle,
  .block-loads ul li a p,
  .section-price__subtitle {
    font-size: 14px;
  }
  .block-landing-price__item-name,
  .block-landing-price__item-num,
  .block-landing-price__title-item,
  .section-price__item-name,
  .section-price__item-num,
  .section-price__title-item {
    font-size: 16px;
  }
  .block-landing-price.block-landing-price--blue {
    padding: 48px 0;
  }
  .block-landing-price {
    margin-top: 48px;
  }
  .block-landing-calendar__btn-submit {
    width: 100%;
  }
  .block-landing-calendar__btns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-landing-calendar__btn-choice {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .block-departments:after {
    height: 200px;
    top: -190px;
  }
  .block-departments__item-icon {
    height: 64px;
    width: 64px;
  }
  .block-departments__items-col {
    width: 100%;
    display: none;
  }
  .block-departments__items-col:nth-child(-n + 5) {
    display: block !important;
  }
  .block-departments__link,
  .block-landing-dropdown__btn {
    margin-top: 30px;
  }
  .block-landing-words__title {
    font-size: 20px;
  }
  .block-landing-table {
    margin-top: 48px;
  }
  .block-landing-add {
    margin-bottom: 48px;
    padding: 32px 0;
  }
  .block-landing-centers {
    margin-bottom: 48px;
  }
  .block-landing-centers__item {
    padding: 19px 32px;
  }
  .block-landing-news__title {
    font-size: 30px;
  }
  .block-landing-news__text {
    font-size: 16px;
  }
  .block-landing-news__link {
    width: 100%;
  }
  .block-landing-register {
    margin-top: 48px;
  }
  .block-landing-register .col-xs-12 {
    padding: 0;
  }
  .block-landing-register__form {
    padding: 24px 16px 35px;
  }
  .block-landing-video__content-title {
    font-size: 18px;
  }
  .block-landing-video {
    margin-top: 48px;
  }
  .block-landing-video:before {
    display: none;
  }
  .block-landing-video-content {
    margin-top: 32px;
  }
  .block-landing-video__video iframe {
    height: 200px;
  }
  .block-landing-dropdown__program-text .col-sm-6 {
    margin-bottom: 8px;
  }
  .block-landing-price--border {
    padding-top: 48px;
  }
  .block-landing-items-cols {
    margin-top: 48px;
  }
  .block-landing-items-cols__item-title {
    margin-bottom: 18px;
  }
  .block-landing-items-cols__item-icon svg {
    width: 40px;
    height: 42px;
  }
  .block-landing-questions-links {
    margin-top: 48px;
  }
  .block-landing-questions-links__item {
    padding: 26px 20px;
  }
  .block-landing-questions-links__item-title {
    font-size: 24px;
  }
  .block-landing-img-link__text {
    font-size: 16px;
  }
  .block-landing-img-link {
    margin-bottom: 48px;
  }
  .block-landing-video-reviews .section__title {
    margin-bottom: 32px;
  }
  .block-landing-video-list,
  .block-landing-video-price,
  .block-landing-video-reviews {
    margin-top: 48px;
  }
  .block-promotions-form__form-title {
    font-size: 28px;
  }
  .block-promotions-form__btn {
    margin-top: 24px;
    font-size: 16px;
  }
  .block-promotions-form__item-icon {
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    width: 64px;
    margin-right: 16px;
  }
  .block-promotions-form__list-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .block-landing-app__title {
    font-size: 22px;
  }
  .block-landing-app__link svg {
    height: 40px;
    width: 40px;
  }
  .block-title-list__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-title-list {
    margin-top: 48px;
  }
  .block-title-list__img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .block-landing-doctors-info__name {
    font-size: 24px;
  }
  .block-landing-doctors-info__spec {
    font-size: 16px;
  }
  .block-landing-doctors-info {
    margin-top: 48px;
  }
  .block-landing-doctors-info .section__title {
    margin-bottom: 30px;
  }
  .block-landing-tabs__wrapper:before {
    height: 80%;
  }
  .block-landing-doctor-comment__wrapper:before {
    height: 87%;
  }
  .block-alert__text {
    font-size: 16px;
  }
  .block-landing-before-after {
    margin-top: 48px;
  }
  .block-landing-rate__content {
    padding: 32px 20px;
    margin-bottom: 48px;
  }
  .block-landing-rate {
    margin-top: 48px;
  }
  .block-landing-advantages__minus {
    margin-top: 20px;
  }
  .block-landing-about {
    margin-top: 48px;
    margin-bottom: 110px;
  }
  .block-landing-about__item-text {
    font-size: 16px;
  }
  .block-landing-slide-tabs {
    margin-top: 48px;
  }
  .payment-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .block-landing-video-centered__content {
    margin: 48px auto 0;
  }
  .block-landing-slider-tabs {
    margin-top: 48px;
  }
  .block-landing-longread__list .row .col,
  .block-landing-longread__nums .row .col,
  .block-landing-tabs__btn,
  .contacts-about__img img {
    width: 100%;
  }
  .block-landing-event-form__form .tax-form__switch-body h3,
  .block-landing-tabs__text thead tr th,
  .block-patient-form .form__switch-body h3,
  .tax-form__content .tax-form__switch-body h3 {
    font-size: 16px;
    line-height: 1;
  }
  .land-widget-desc__title {
    font-size: 20px;
  }
  .block-landing-event-form__form .form-group input[type="text"],
  .block-landing-event-form__form select,
  .land-widget-desc__text {
    font-size: 16px;
  }
  .block-landing-longread__item-icon,
  .block-landing-longread__num {
    width: 55px;
    height: 55px;
  }
  .block-landing-longread__list,
  .block-landing-longread__nums {
    margin-bottom: 24px;
  }
  .block-landing-event-form__form h2,
  .tax-form__content h2 {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  .block-landing-event-form__form h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .block-landing-event-form__form .tax-form__info {
    font-size: 16px;
    line-height: 1;
    padding: 16px;
  }
  .block-landing-event-form__form
    .form-group
    input[type="text"]:-ms-input-placeholder,
  .block-patient-form .form-group input[type="text"]:-ms-input-placeholder,
  .block-patient-form .form-group select:-ms-input-placeholder,
  .tax-form__content .form-group input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
  }
  .block-landing-event-form__form .form-group input[type="text"]::placeholder,
  .block-patient-form .form-group input[type="text"]::placeholder,
  .block-patient-form .form-group select::placeholder,
  .tax-form__content .form-group input[type="text"]::placeholder {
    font-size: 16px;
  }
  .block-landing-event-form__form .tax-form__switch {
    gap: 20px;
    margin-bottom: 20px;
  }
  .block-landing-event-form__form button[type="submit"],
  .block-patient-form input[type="submit"],
  .tax-form__content button[type="submit"] {
    margin-top: 15px;
  }
  .text-bordered {
    padding: 30px 11px;
  }
  .block-brands {
    padding-top: 48px;
  }
  .block-brands,
  .block-certificates {
    margin-bottom: 48px;
  }
  .block-certificates__title {
    font-size: 30px;
  }
  .block-compensation {
    margin-top: 48px;
  }
  .block-compensation__title,
  .block-steps__title {
    font-size: 30px;
  }
  .block-text-bordered,
  .block-vacancies {
    margin-top: 48px;
  }
  .block-certificate h3,
  .block-vacancies__title {
    font-size: 30px;
  }
  .vacancy-item__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancy-item__info-desc {
    padding-left: 15px;
    margin-top: 10px;
  }
  .contacts-inner__text p,
  .schedule-modal__info-text {
    font-size: 16px;
  }
  .contacts-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .contacts-inner__text,
  .contacts-inner__text a {
    font-size: 16px;
  }
  .contacts-desc__title {
    font-size: 24px;
  }
  .contacts-desc__text {
    margin-left: 0;
  }
  .contacts-location {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .contacts-location .location-main__map {
    height: 400px;
  }
  .contacts-form {
    margin-top: 48px;
  }
  .contacts-form__form {
    padding: 32px 15px;
  }
  .contacts-about__subtitle,
  .contacts-about__text {
    font-size: 20px;
  }
  .block-certificate-form__content form button,
  .block-patient-form .form-group .form-group__checkbox,
  .block-patient-form .form-group input[type="text"],
  .block-patient-form .form-group select,
  .contacts-about__text--mini,
  .tax-form__content .form-group input[type="text"],
  .tax-form__content select {
    font-size: 16px;
  }
  .contacts-about__title {
    font-size: 28px;
  }
  .contacts-about__content-btn {
    width: 100%;
    font-size: 14px;
  }
  .block-programs-banner__content {
    padding: 24px 16px;
  }
  .block-programs-banner__content p {
    margin-bottom: 140px;
  }
  .block-programs-banner__content a {
    width: 100%;
    text-align: center;
  }
  .block-programs-banner__bg.block-programs-banner__bg--tablet {
    display: none;
  }
  .block-programs-banner__bg.block-programs-banner__bg--mobile {
    display: block;
  }
  .block-border-text h3 {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: left;
  }
  .block-border-text__content {
    padding: 30px 11px;
  }
  .block-certificate-banner--md {
    display: none;
  }
  .block-certificate-banner--sm {
    display: block;
  }
  .block-certificate-form {
    margin-bottom: 0;
  }
  .tax-form__content {
    border: none;
    padding: 0;
  }
  .tax-form__content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .tax-form__content .tax-form__info {
    font-size: 16px;
    line-height: 1;
    padding: 16px;
  }
  .block-patient-form .form__switch,
  .tax-form__content .tax-form__switch {
    gap: 20px;
    margin-bottom: 20px;
  }
  .block-patient-form .form-group {
    margin-bottom: 10px;
  }
  .block-patient-form__banner p,
  .block-patient-form__link a,
  .block-patient-form__link p,
  .form-title h3,
  .form-title p,
  .modal-img__text p {
    font-size: 16px;
  }
  .modal-img__text {
    padding: 32px 24px 48px;
  }
  .modal-img__text h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .modal-img__icon {
    margin-bottom: 32px;
  }
}
@media (max-width: 559px) {
  .block-landing-longread p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 530px) {
  .block-filters__program-row .block-filters__program-col {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 490px) {
  .block-payment__wrapper {
    padding: 0;
  }
  .block-payment__wrapper:before {
    display: none;
  }
  .block-payment__content {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 50px;
  }
  .block-payment__btn {
    margin: 40px auto 0;
  }
  .block-payment__img img {
    max-width: 100%;
    margin: 0 auto;
  }
  .block-payment__btns {
    margin: 48px auto 0;
  }
}
@media only screen and (max-width: 460px) {
  .block-landing-video-price__video {
    min-height: 230px;
  }
}
@media only screen and (max-width: 400px) {
  .birthday__form {
    padding: 40px 30px;
    box-shadow: none;
  }
  .header--inner.header--v3 .callback__btn,
  .header--main.header--v3 .callback__btn {
    padding: 7px 13px;
    font-size: 12px;
  }
  .header--inner.header--v3 .cabinet__icon,
  .header--main.header--v3 .cabinet__icon {
    font-size: 15px;
    line-height: 36px;
    width: 30px;
    height: 30px;
  }
  .header--inner.header--v3 .phone,
  .header--main.header--v3 .phone {
    font-size: 16px;
  }
  .header--inner.header--v3 .phone__icon,
  .header--main.header--v3 .phone__icon {
    width: 30px;
    height: 30px;
    line-height: 40px;
  }
  .header--fixed.header--v3 .phone {
    font-size: 16px;
  }
  .announce-index + .header--inner + .hero,
  .announce-index + .header--main + .hero {
    margin-top: -33px;
  }
  .announce-index + .header--v4.header--inner + .hero {
    margin-top: -58px;
  }
  .block-landing-article-link__img img {
    width: 90%;
  }
  .block-landing-tabs__wrapper:before {
    height: 84%;
  }
}
@media only screen and (max-width: 399px) {
  .header-contacts__item--phone a {
    font-size: 0 !important;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #a8a779;
  }
  .header-contacts__item--phone a .icon {
    fill: #fff;
    display: inline-block;
  }
  .header--inner.header--v4 .header-contacts__item--phone a,
  .header--main.header--v4 .header-contacts__item--phone a {
    background: #fff;
  }
  .header--inner.header--v4 .header-contacts__item--phone a .icon,
  .header--main.header--v4 .header-contacts__item--phone a .icon {
    fill: #a8a779;
  }
  .header--fixed.header--v4 .header-contacts__item--phone a {
    background: #a8a779;
  }
  .header--fixed.header--v4 .header-contacts__item--phone a .icon {
    fill: #fff;
  }
  .header__dark .header-contacts__item--phone a {
    background: #a8a779 !important;
  }
  .header__dark .header-contacts__item--phone a svg {
    fill: #fff !important;
  }
  .block-landing-video-price__video {
    min-height: 193px;
  }
}
@media (max-width: 380px) {
  .modal-schedule__body .row .col-md-6 {
    max-width: 345px;
  }
}
/*# sourceMappingURL=app.css.map */
