@charset "UTF-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,code,em,img,q,s,small,strong,sub,var,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,aside,embed,footer,header,menu,nav,output,section,time,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
aside,footer,header,menu,nav,section {
  display: block;
}
body {
  line-height: 1;
}
ol,ul {
  list-style: none;
}
q {
  quotes: none;
}
q:before,q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/os-ight.eot?") format("eot"), url("../fonts/os-ight.woff") format("woff"), url("../fonts/os-ight.woff2") format("woff2"), url("../fonts/os-ight.ttf") format("truetype"), url("../fonts/os-ight.svg#opensans") format("svg"), url("../fonts/os-ight.otf") format("opentype");
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/os-reg.eot?") format("eot"), url("../fonts/os-reg.woff") format("woff"), url("../fonts/os-reg.woff2") format("woff2"), url("../fonts/os-reg.ttf") format("truetype"), url("../fonts/os-reg.svg#opensans") format("svg"), url("../fonts/os-reg.otf") format("opentype");
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/os-semi.eot?") format("eot"), url("../fonts/os-semi.woff") format("woff"), url("../fonts/os-semi.woff2") format("woff2"), url("../fonts/os-semi.ttf") format("truetype"), url("../fonts/os-semi.svg#opensans") format("svg"), url("../fonts/os-semi.otf") format("opentype");
}
@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/os-bold.eot?") format("eot"), url("../fonts/os-bold.woff") format("woff"), url("../fonts/os-bold.woff2") format("woff2"), url("../fonts/os-bold.ttf") format("truetype"), url("../fonts/os-bold.svg#opensans") format("svg"), url("../fonts/os-bold.otf") format("opentype");
}
@font-face {
  font-family: "muller";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/muller-bold.eot?") format("eot"), url("../fonts/muller-bold.woff") format("woff"), url("../fonts/muller-bold.woff2") format("woff2"), url("../fonts/muller-bold.ttf") format("truetype"), url("../fonts/muller-bold.svg#muller") format("svg"), url("../fonts/muller-bold.otf") format("opentype");
}
@font-face {
  font-family: "muller";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/muller-extrabold.eot?") format("eot"), url("../fonts/muller-extrabold.woff") format("woff"), url("../fonts/muller-extrabold.woff2") format("woff2"), url("../fonts/muller-extrabold.ttf") format("truetype"), url("../fonts/muller-extrabold.svg#muller") format("svg"), url("../fonts/muller-extrabold.otf") format("opentype");
}
.fancybox-enabled {
  
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-is-closing {
  display: none;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0.7;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider,.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image,.fancybox-placeholder,.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fancybox-image,.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font: 40px/40px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled:after,.fancybox-button--disabled:before {
  opacity: .5;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,  .fancybox-button--right,  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #212529;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 2px solid #4c6ef5;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap,  .fancybox-container--thumbs .fancybox-controls,  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container {
  width: 100%;
}
.select2-container--sanatoriy .select2-selection--single {
  background: white;
  border: 0px;
  height: 52px;
  overflow: hidden;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
}
.select2-container--sanatoriy .select2-selection--single .select2-selection__rendered {
  color: #343a40;
  line-height: 52px;
  padding-left: 20px;
  padding-right: 30px;
  font-weight: 600;
}
.select2-container--sanatoriy .select2-selection--single .select2-selection__arrow {
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.select2-container--sanatoriy .select2-selection--single .select2-selection__arrow b {
  height: 52px;
  width: 40px;
  display: block;
  background: url("../images/chevron.svg") no-repeat center center;
}
.select2-container--sanatoriy .select2-selection--single .select2-selection__placeholder {
  color: #adb5bd;
}
.select2-container--sanatoriy .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--sanatoriy .select2-selection--multiple {
  background: white;
  border: 0px;
  min-height: 52px;
  height: 52px;
  position: relative;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
}
.select2-container--sanatoriy .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 52px;
  width: 100%;
  white-space: initial !important;
}
.select2-container--sanatoriy .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  border: none;
  border-radius: 2px;
  padding: 0 0 0 0;
  cursor: default;
  display: inline;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 52px;
}
.select2-container--sanatoriy .select2-selection--multiple .select2-selection__choice:not(:first-of-type):before {
  content: ", ";
}
.select2-container--sanatoriy .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--sanatoriy .select2-selection--multiple .select2-selection__placeholder {
  color: #adb5bd;
}
.select2-container--sanatoriy .select2-results__option {
  padding: 10px 20px;
}
.select2-container--sanatoriy .select2-results__option--highlighted[aria-selected] {
  background: #5c7cfa;
  color: white;
}
.select2-container--sanatoriy .select2-results__option--highlighted[aria-selected=true] {
  background: #5c7cfa;
  color: white;
}
.select2-container--sanatoriy .select2-results__option[aria-selected=true] {
  background: #5c7cfa;
  color: white;
  font-weight: 600;
  opacity: 0.5;
}
.select2-container--sanatoriy.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container--sanatoriy span.select2-search {
  background: #e9ecef;
  margin-top: 0;
  padding: 10px 10px;
}
.select2-container--sanatoriy span.select2-search input {
  height: 30px !important;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: white;
  padding: 3px 10px;
}
.select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  max-height: 300px;
  overflow-y: auto;
  z-index: 99995;
}
.selection {
  width: 100%;
}
.select2-container .select2-search--inline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 13px;
  width: 100% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 52px;
  padding: 0 20px;
  text-overflow: ellipsis;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container .select2-search--inline .select2-search__field.placeholder {
  font-weight: 600;
  color: #adb5bd;
}
.select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
  font-weight: 600;
  color: #adb5bd;
}
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  font-weight: 600;
  color: #adb5bd;
}
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  font-weight: 600;
  color: #adb5bd;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  font-weight: 600;
  color: #adb5bd;
}
.select2-container .select2-search--inline .select2-search__field:-webkit-input-placeholder {
  font-weight: 600;
  color: #adb5bd;
}
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr;
}
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 14px;
}
.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 22px;
  top: -4px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: 10px;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: 0;
}
.noUi-target {
  background: #dee2e6;
  border-radius: 3px;
  margin-top: 20px;
}
.noUi-connect {
  background: #748ffc;
  border-radius: 0;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-handle {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 7px 0 rgba(33, 37, 41, 0.15);
  box-shadow: 0 2px 7px 0 rgba(33, 37, 41, 0.15);
  border-radius: 4px;
  cursor: pointer;
}
.noUi-active {
  -webkit-box-shadow: 0 2px 12px 0 rgba(33, 37, 41, 0.3);
  box-shadow: 0 2px 12px 0 rgba(33, 37, 41, 0.3);
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips {
  position: absolute;
  color: #adb5bd;
  font-weight: 600;
  font-size: 11px;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: left;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 35px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal:last-child {
  text-align: right;
  right: 0;
  left: 0 !important;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html,body {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
svg,svg path {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
body {
  min-width: 320px;
  font-family: "opensans", sans-serif;
  font-weight: 400;
  color: #343a40;
  background-color: #fff;
  line-height: normal;
  font-size: 13px;
}
body.loading {
  background: #fff;
}
body.loading:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 70%;
  height: 2px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #dee2e6), color-stop(50%, #5c7cfa), color-stop(70%, #5c7cfa), color-stop(80%, #dee2e6));
  background: linear-gradient(to right, #dee2e6 40%, #5c7cfa 50%, #5c7cfa 70%, #dee2e6 80%);
  background-size: 200% auto;
  -webkit-animation: shine 1s linear infinite reverse;
  animation: shine 1s linear infinite reverse;
}
body.loading .main-wrapper {
  display: none;
}
.main-wrapper {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.main-wrapper .header {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.main-wrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main-wrapper .content:after {
  content: "";
  display: table;
  clear: both;
}
.main-wrapper .footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
a {
  color: #5c7cfa;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #364fc7;
}
p img {
  max-width: 100%;
  border-radius: 4px;
}
input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  background: transparent;
  font-family: "opensans", sans-serif;
  font-size: 13px;
  height: 52px;
  line-height: 52px;
  color: #343a40;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 2px #dee2e6;
  box-shadow: inset 0 0 0 2px #dee2e6;
  padding: 17px 20px;
}
input[type="color"].placeholder,input[type="date"].placeholder,input[type="datetime"].placeholder,input[type="datetime-local"].placeholder,input[type="email"].placeholder,input[type="month"].placeholder,input[type="number"].placeholder,input[type="password"].placeholder,input[type="search"].placeholder,input[type="tel"].placeholder,input[type="text"].placeholder,input[type="time"].placeholder,input[type="url"].placeholder,input[type="week"].placeholder,input:not([type]).placeholder,textarea.placeholder {
  font-weight: 400;
  color: #868e96;
}
input[type="color"]:-moz-placeholder,input[type="date"]:-moz-placeholder,input[type="datetime"]:-moz-placeholder,input[type="datetime-local"]:-moz-placeholder,input[type="email"]:-moz-placeholder,input[type="month"]:-moz-placeholder,input[type="number"]:-moz-placeholder,input[type="password"]:-moz-placeholder,input[type="search"]:-moz-placeholder,input[type="tel"]:-moz-placeholder,input[type="text"]:-moz-placeholder,input[type="time"]:-moz-placeholder,input[type="url"]:-moz-placeholder,input[type="week"]:-moz-placeholder,input:not([type]):-moz-placeholder,textarea:-moz-placeholder {
  font-weight: 400;
  color: #868e96;
}
input[type="color"]::-moz-placeholder,input[type="date"]::-moz-placeholder,input[type="datetime"]::-moz-placeholder,input[type="datetime-local"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="month"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="text"]::-moz-placeholder,input[type="time"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="week"]::-moz-placeholder,input:not([type])::-moz-placeholder,textarea::-moz-placeholder {
  font-weight: 400;
  color: #868e96;
}
input[type="color"]:-ms-input-placeholder,input[type="date"]:-ms-input-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="datetime-local"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder,input[type="month"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="text"]:-ms-input-placeholder,input[type="time"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="week"]:-ms-input-placeholder,input:not([type]):-ms-input-placeholder,textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #868e96;
}
input[type="color"]::-webkit-input-placeholder,input[type="date"]::-webkit-input-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="datetime-local"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="month"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input[type="time"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="week"]::-webkit-input-placeholder,input:not([type])::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #868e96;
}
input[type="color"]:-webkit-input-placeholder,input[type="date"]:-webkit-input-placeholder,input[type="datetime"]:-webkit-input-placeholder,input[type="datetime-local"]:-webkit-input-placeholder,input[type="email"]:-webkit-input-placeholder,input[type="month"]:-webkit-input-placeholder,input[type="number"]:-webkit-input-placeholder,input[type="password"]:-webkit-input-placeholder,input[type="search"]:-webkit-input-placeholder,input[type="tel"]:-webkit-input-placeholder,input[type="text"]:-webkit-input-placeholder,input[type="time"]:-webkit-input-placeholder,input[type="url"]:-webkit-input-placeholder,input[type="week"]:-webkit-input-placeholder,input:not([type]):-webkit-input-placeholder,textarea:-webkit-input-placeholder {
  font-weight: 400;
  color: #868e96;
}
textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.3;
}
input[type="file"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 13px;
  font-family: "opensans", sans-serif;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  position: relative;
  cursor: pointer;
}
input[type="file"]:after {
  content: "Выберите файл";
  text-indent: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  color: #343a40;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  background: #fff url("../images/icon-more.svg") no-repeat center right 15px;
  border-radius: 3px;
}
select.styled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 13px;
  font-family: "opensans", sans-serif;
  font-weight: 600;
  color: #343a40;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  height: 52px;
  line-height: 52px;
  background: #fff url("../images/chevron.svg") no-repeat center right 15px;
  border-radius: 3px;
  width: 100%;
  padding: 0 40px 0 20px;
  cursor: pointer;
  outline: none;
}
select.styled:disabled {
  opacity: .5;
}
.title-primary,.title-secondary,.nav-title,.hero .hero-title {
  font-family: "muller", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
.nav-subtitle,.sanatory-list .nav-subtitle,.advantages .advantages-subtitle,.social .lead,.sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-title {
  font-family: "muller", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
}
section:not(.hero):not(.advantages):not(.filter):not(.sanatory-map),.advantages .section-body,footer .footer-body,.filter .section-body,.filter .section-footer {
  max-width: 1200px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.title-secondary {
  font-size: 24px;
  margin-bottom: 20px;
}
p {
  line-height: 1.7;
  margin-bottom: 20px;
}
section:not(.hero):not(.advantages):not(.filter):not(.sanatory-map) {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
hr {
  max-width: 1140px;
  height: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-top: 1px solid #e9ecef;
  background: transparent;
}
ul,ol {
  padding-left: 26px;
  list-style-position: outside;
  margin-bottom: 24px;
}
ul li,ol li {
  margin-bottom: 12px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
.sanatory-map {
  position: relative;
  display: none;
}
.sanatory-map .btn {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 110px);
  z-index: 2;
}
#map {
  height: 560px;
}
[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%);
}
ul.pagination {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
}
ul.pagination li.active a {
  background: #dee2e6;
  color: #343a40;
  cursor: default;
}
ul.pagination li:not(.active):not(.disabled):hover * {
  border-color: #dee2e6;
  text-decoration: none;
  color: #495057;
}
ul.pagination li.disabled * {
  opacity: .5;
  cursor: default;
}
ul.pagination li a,ul.pagination li span {
  display: block;
  font-weight: 600;
  height: 32px;
  padding: 5px 12px;
  text-align: center;
  color: #adb5bd;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  ul.pagination li.first,  ul.pagination li.last {
    display: none;
  }
}
header {
  background: white;
  -webkit-box-shadow: 0 1px 4px 0 rgba(33, 37, 41, 0.2);
  box-shadow: 0 1px 4px 0 rgba(33, 37, 41, 0.2);
  position: relative;
  z-index: 1;
  height: 70px;
}
header .header-body {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-body .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: transparent;
  padding: 10px 30px;
}
header .header-body .logo:after {
  content: "";
  display: table;
  clear: both;
}
header .header-body .logo svg {
  display: block;
  float: left;
}
@media only screen and (max-width: 480px) {
  header .header-body .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    width: 82px;
    padding: 10px;
    overflow: hidden;
  }
  header .header-body .logo svg g path:not(:first-child) {
    display: none;
  }
}
header .header-body .header-phone {
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  padding: 0 20px;
  font-weight: 600;
  color: #4c6ef5;
}
header .header-body .header-phone span {
  color: #495057;
}
header .header-body .header-phone svg {
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 4px;
}
header .header-body .header-phone svg path {
  fill: #ced4da;
}
@media only screen and (max-width: 768px) {
  header .header-body .header-phone {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  header .header-body .header-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    background: transparent;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 20px;
    background: #e9ecef;
  }
  header .header-body .header-phone svg {
    top: 10px;
    left: 10px;
  }
  header .header-body .header-phone .phone {
    display: none;
  }
  header .header-body .header-phone:hover .phone {
    display: block;
    background: white;
    padding: 6px 15px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-box-shadow: 0 1px 20px 1px rgba(33, 37, 41, 0.2);
    box-shadow: 0 1px 20px 1px rgba(33, 37, 41, 0.2);
    border-radius: 4px;
    font-size: 14px;
  }
  header .header-body .header-phone:hover .phone:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
  }
}
header .header-body .header-city-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 44px;
  position: relative;
  overflow: visible;
}
header .header-body .header-city-select > a {
  display: inline-block;
  padding: 1px 0;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #4c6ef5), color-stop(0%, rgba(255, 255, 255, 0))) repeat-x bottom;
  background: linear-gradient(to right, #4c6ef5 33%, rgba(255, 255, 255, 0) 0%) repeat-x bottom;
  background-size: 3px 1px;
  position: relative;
  white-space: nowrap;
}
header .header-body .header-city-select > a svg {
  display: block;
  position: absolute;
  top: 2px;
  left: -24px;
}
header .header-body .header-city-select > a svg path {
  fill: #ced4da;
}
header .header-body .header-city-select > a:hover {
  background: transparent bottom;
}
header .header-body .header-city-select > a:hover svg path {
  fill: #5c7cfa;
}
@media only screen and (max-width: 980px) {
  header .header-body .header-city-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 16px;
  }
  header .header-body .header-city-select > a {
    display: block;
    background: transparent;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 20px;
    background: #e9ecef;
  }
  header .header-body .header-city-select > a svg {
    top: 10px;
    left: 7px;
  }
  header .header-body .header-city-select > a:hover {
    -webkit-box-shadow: inset 0 0 0 2px #5c7cfa;
    box-shadow: inset 0 0 0 2px #5c7cfa;
  }
}
@media only screen and (max-width: 320px) {
  header .header-body .header-city-select {
    margin-left: 0;
  }
}
header .header-body .header-city-select .ask-for-city {
  background: white;
  -webkit-box-shadow: 0 1px 20px 1px rgba(33, 37, 41, 0.2);
  box-shadow: 0 1px 20px 1px rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 36px;
  left: -22px;
  width: auto;
  max-width: 300px;
  padding: 16px 20px;
  border-radius: 4px;
  z-index: 1;
  text-align: center;
  display: none;
}
header .header-body .header-city-select .ask-for-city:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
header .header-body .header-city-select .ask-for-city span {
  white-space: nowrap;
  display: block;
  margin-bottom: 10px;
}
header .header-body .header-city-select .ask-for-city a {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 320px) {
  header .header-body .header-city-select .ask-for-city {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  header .header-body .header-city-select .ask-for-city:after {
    display: none;
  }
}
header .header-body .header-add-sanatoriy {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  header .header-body .header-add-sanatoriy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 16px;
  }
  header .header-body .header-add-sanatoriy .btn {
    width: 34px;
    padding: 10px 7px;
    color: #5c7cfa;
    overflow: hidden;
  }
}
@media only screen and (max-width: 320px) {
  header .header-body .header-add-sanatoriy {
    margin-left: 0;
  }
}
header .header-body .header-nav-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 24px;
  margin-right: 24px;
  padding: 26px 0;
  cursor: pointer;
  width: 20px;
  height: 70px;
  text-indent: -9999px;
  background: url("../images/icon-hamburger.svg") no-repeat center center;
  opacity: .5;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
header .header-body .header-nav-icon.active {
  z-index: 256;
  background: url("../images/icon-close.svg") no-repeat center center;
}
header .header-body .header-nav-icon:hover {
  opacity: 1;
}
.modal {
  display: none;
  border-radius: 4px;
  text-align: center;
  padding: 0;
}
.modal .modal-header {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 24px;
  padding: 30px 30px 24px 30px;
}
.modal .modal-header p {
  color: #868e96;
  padding: 10px 0 0 0;
}
.modal .modal-body {
  text-align: left;
  padding: 10px 30px;
}
.modal .modal-body .form-group {
  margin-bottom: 24px;
}
.modal .modal-footer {
  background: #f1f3f5;
  -webkit-box-shadow: inset 0 1px 0 0 #dee2e6;
  box-shadow: inset 0 1px 0 0 #dee2e6;
  padding: 24px 30px;
}
.sidenav {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 560px;
  top: 0;
  right: -100%;
  background: white;
  -webkit-box-shadow: 0 0 30px 0 rgba(52, 58, 64, 0.2);
  box-shadow: 0 0 30px 0 rgba(52, 58, 64, 0.2);
  padding: 30px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  overflow-y: auto;
}
.sidenav.active {
  display: block;
  right: 0;
  visibility: visible;
  z-index: 2;
}
.sidenav .sidenav-nav-icon.active {
  display: block;
  padding: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url("../images/icon-close.svg") no-repeat center center;
  opacity: .5;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .sidenav-nav-icon.active:hover {
  opacity: 1;
}
.nav-block {
  overflow: hidden;
}
.nav-title {
  margin-bottom: 20px;
}
.nav-subtitle {
  position: relative;
  display: inline-block;
}
.nav-subtitle:after {
  content: "";
  position: absolute;
  height: 8px;
  border-bottom: 1px solid #e9ecef;
  top: 0;
  width: 600px;
  left: 100%;
  margin-left: 10px;
}
.nav-list {
  margin: 10px 0 30px 0;
  display: block;
  -webkit-columns: 220px auto;
  columns: 220px auto;
}
@media only screen and (max-width: 480px) {
  .nav-list {
    -webkit-columns: 190px auto;
    columns: 190px auto;
  }
}
.nav-list a {
  padding: 5px 0;
  color: #343a40;
  position: relative;
  display: block;
  z-index: 1;
}
.nav-list a:hover:not(.current) {
  color: #4c6ef5;
}
.nav-list a.current {
  color: white;
  font-weight: 600;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: 15px;
}
.nav-list a.current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #5c7cfa;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
}
.nav-list.alphabet a {
  padding-left: 24px;
}
.nav-list.alphabet a:before {
  content: attr(data-letter);
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 14px;
  font-family: "muller", sans-serif;
  font-weight: 700;
  color: #ced4da;
}
.nav-list.alphabet a.current {
  text-indent: 0;
}
.nav-list.alphabet a.current:after {
  left: 15px;
  width: calc(100% - 15px);
}
.btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  font-family: "opensans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  border-radius: 30px;
  margin: 0;
  padding: 18px 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  vertical-align: middle;
  position: relative;
}
.btn svg {
  display: inline-block;
  vertical-align: middle;
  max-height: 14px;
  margin-right: 3px;
  margin-top: -2px;
}
.btn svg path {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.small {
  padding: 10px 18px;
}
.btn.filled-indigo {
  background: #5c7cfa;
  color: white;
  -webkit-box-shadow: 0 2px 10px 0 #bac8ff;
  box-shadow: 0 2px 10px 0 #bac8ff;
}
.btn.filled-indigo svg path {
  fill: white;
}
.btn.filled-indigo:hover {
  -webkit-box-shadow: 0 6px 18px 3px #bac8ff;
  box-shadow: 0 6px 18px 3px #bac8ff;
  background: #6b88fa;
}
.btn.filled-indigo:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #4c6ef5;
}
.btn.filled-green {
  background: #51cf66;
  color: white;
  -webkit-box-shadow: 0 2px 10px 0 #b2f2bb;
  box-shadow: 0 2px 10px 0 #b2f2bb;
}
.btn.filled-green svg path {
  fill: white;
}
.btn.filled-green:hover {
  -webkit-box-shadow: 0 6px 18px 3px #b2f2bb;
  box-shadow: 0 6px 18px 3px #b2f2bb;
  background: #5dd271;
}
.btn.filled-green:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #40c057;
}
.btn.outline-indigo {
  color: #5c7cfa;
  -webkit-box-shadow: inset 0 0 0 2px #5c7cfa;
  box-shadow: inset 0 0 0 2px #5c7cfa;
}
.btn.outline-indigo svg path {
  fill: #5c7cfa;
}
.btn.outline-indigo:hover {
  background: #6b88fa;
  -webkit-box-shadow: inset 0 0 0 2px transparent, 0 4px 14px 0 #bac8ff;
  box-shadow: inset 0 0 0 2px transparent, 0 4px 14px 0 #bac8ff;
  color: white;
}
.btn.outline-indigo:hover svg path {
  fill: white;
}
.btn.outline-indigo:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #4c6ef5;
}
.btn.filled-black {
  background: #343a40;
  color: white;
}
.btn.filled-black svg path {
  fill: white;
}
.btn.filled-black:hover {
  -webkit-box-shadow: 0 6px 18px 3px #adb5bd;
  box-shadow: 0 6px 18px 3px #adb5bd;
  background: #3b4248;
}
.btn.filled-black:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #212529;
}
.btn.outline-black {
  color: #343a40;
  -webkit-box-shadow: inset 0 0 0 2px #343a40;
  box-shadow: inset 0 0 0 2px #343a40;
}
.btn.outline-black svg path {
  fill: #343a40;
}
.btn.outline-black:hover {
  background: #3b4248;
  -webkit-box-shadow: inset 0 0 0 2px transparent, 0 4px 14px 0 #adb5bd;
  box-shadow: inset 0 0 0 2px transparent, 0 4px 14px 0 #adb5bd;
  color: white;
}
.btn.outline-black:hover svg path {
  fill: white;
}
.btn.outline-black:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #212529;
}
.float-buttons {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 10;
  display: block;
  height: auto;
}
.float-buttons a {
  border-radius: 5px 0 0 5px;
  padding: 20px 10px 20px 14px;
  display: inline-block;
  width: 42px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 10px;
  text-align: center;
  float: right;
  clear: both;
}
.float-buttons a svg {
  width: 14px;
  margin: 0 0 10px 0;
}
.float-buttons a span {
  text-orientation: mixed;
  vertical-align: text-top;
}
@media only screen and (max-width: 480px) {
  .float-buttons {
    top: auto;
    bottom: 0;
  }
  .float-buttons a {
    padding: 18px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 10px;
  }
  .float-buttons a svg {
    margin: 0;
  }
  .float-buttons a span {
    display: none;
  }
}
@media screen and (max-height: 700px) {
  .float-buttons {
    top: auto;
    bottom: 0;
  }
  .float-buttons a {
    padding: 18px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 10px;
  }
  .float-buttons a svg {
    margin: 0;
  }
  .float-buttons a span {
    display: none;
  }
}
.hero {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343a40;
  opacity: .4;
  z-index: 0;
}
.hero .section-body {
  position: relative;
  width: 50%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .hero .section-body {
    width: 80%;
    max-width: 80%;
  }
}
.hero .hero-title {
  color: white;
}
.hero .hero-title.styled {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding-top: 13px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
.hero .hero-subtitle {
  font-family: "opensans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: white;
}
.hero .hero-search-form {
  display: block;
  margin-top: 24px;
  position: relative;
  height: 52px;
  background: white;
  -webkit-box-shadow: 0 3px 10px 0 rgba(33, 37, 41, 0.2);
  box-shadow: 0 3px 10px 0 rgba(33, 37, 41, 0.2);
  border-radius: 4px;
}
.hero .hero-search-form input {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  padding-top: 17px;
  padding-bottom: 17px;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 220px;
}
@media only screen and (max-width: 480px) {
  .hero .hero-search-form input {
    padding-right: 70px;
  }
}
.hero .hero-search-form .hero-search-form-extend-link {
  position: absolute;
  top: 17px;
  right: 72px;
}
@media only screen and (max-width: 480px) {
  .hero .hero-search-form .hero-search-form-extend-link {
    display: none;
  }
}
.hero .hero-search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 50px;
  height: 40px;
  padding: 12px 16px;
  top: 6px;
  right: 3px;
  z-index: 1;
  cursor: pointer;
  border-left: 1px solid #e9ecef;
}
.hero .hero-search-form button:after {
  content: "";
  display: table;
  clear: both;
}
.hero .hero-search-form button svg {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
}
.hero .hero-search-form button:hover svg path {
  fill: #5c7cfa;
}
.sanatory-list {
  text-align: center;
  padding: 40px 0;
}
.sanatory-list .section-body {
  padding-top: 30px;
}
.sanatory-list .nav-list {
  text-align: left;
}
.sanatory-list .nav-subtitle {
  margin: 10px auto;
  text-align: center;
}
.sanatory-list .nav-subtitle:before {
  content: "";
  position: absolute;
  height: 8px;
  border-bottom: 1px solid #e9ecef;
  top: 0;
  width: 600px;
  right: 100%;
  margin-right: 10px;
}
.advantages {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/map.svg"), -webkit-gradient(linear, left top, left bottom, from(#e9ecef), color-stop(7%, #f8f9fa), color-stop(93%, #f8f9fa), to(#e9ecef));
  background-image: url("../images/map.svg"), linear-gradient(to bottom, #e9ecef 0%, #f8f9fa 7%, #f8f9fa 93%, #e9ecef 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.advantages .section-body {
  padding-bottom: 40px;
}
.advantages .advantages-subtitle {
  margin-bottom: 10px;
}
.advantages .advantages-title {
  font-family: "muller", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}
.advantages .advantages-title span {
  font-size: 60px;
  color: #5c7cfa;
}
.advantages .advantages-title:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #ced4da;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .advantages .advantages-title {
    font-size: 24px;
  }
  .advantages .advantages-title span {
    font-size: 32px;
  }
}
.social {
  text-align: center;
  border-top: 1px solid #f1f3f5;
}
.social .lead {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .social .lead {
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
}
.social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.social a:after {
  content: "";
  display: table;
  clear: both;
}
.social a svg {
  display: block;
  float: left;
}
.social a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
footer {
  background: #343a40;
  color: white;
  text-align: center;
}
footer .footer-body {
  padding: 20px 0;
}
footer .footer-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #495057;
}
footer .footer-nav a {
  font-weight: 600;
  color: #fff;
  margin: 0 30px;
}
footer .footer-nav a:hover {
  color: #5c7cfa;
}
@media only screen and (max-width: 480px) {
  footer .footer-nav {
    display: none;
  }
}
footer .copyright {
  font-size: 11px;
  color: #868e96;
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  footer .copyright {
    padding-top: 0;
  }
}
.breadcrumbs a {
  padding-right: 20px;
  position: relative;
}
.breadcrumbs a:after {
  content: "";
  background: url("../images/chevron.svg") no-repeat center right;
  background-size: 90%;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 9px;
  height: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.breadcrumbs span {
  color: #868e96;
}
.catalog-search-form {
  display: block;
  width: 400px;
  height: 52px;
  background: white;
  -webkit-box-shadow: 0 3px 10px 0 rgba(33, 37, 41, 0.2);
  box-shadow: 0 3px 10px 0 rgba(33, 37, 41, 0.2);
  border-radius: 4px;
  position: relative;
}
.catalog-search-form input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 70px;
}
.catalog-search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 50px;
  height: 40px;
  padding: 12px 16px;
  top: 6px;
  right: 3px;
  z-index: 1;
  cursor: pointer;
  border-left: 1px solid #e9ecef;
}
.catalog-search-form button:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-search-form button svg {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
}
.catalog-search-form button:hover svg path {
  fill: #5c7cfa;
}
.catalog .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog .section-header .section-header-block {
  margin-bottom: 24px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.catalog .section-header .catalog-search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.catalog aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 255px;
  flex: 1 0 255px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .catalog aside {
    display: none;
  }
}
.catalog .section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  float: left;
  max-width: 100%;
}
.catalog .section-content-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog .section-content-actions .sort,.catalog .section-content-actions .view {
  white-space: nowrap;
}
.catalog .section-content-actions .sort label,.catalog .section-content-actions .view label {
  font-weight: 600;
  letter-spacing: 0;
  color: #adb5bd;
}
.catalog .section-content-actions .sort select,.catalog .section-content-actions .view select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  display: inline-block;
  font-family: "opensans", sans-serif;
  font-weight: 600;
  color: #343a40;
  font-size: 13px;
  background: transparent;
}
.catalog .section-content-actions .sort select:hover,.catalog .section-content-actions .view select:hover {
  color: #748ffc;
}
.catalog .section-content-actions .sort {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  margin-bottom: 12px;
}
.catalog .section-content-actions .view {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.catalog .section-content-actions .layout-view {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.catalog .section-content-actions .layout-view:after {
  content: "";
  display: table;
  clear: both;
}
.catalog .section-content-actions .layout-view a {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  margin-left: 14px;
}
.catalog .section-content-actions .layout-view a svg path {
  fill: #adb5bd;
}
.catalog .section-content-actions .layout-view a:hover svg path {
  fill: #868e96;
}
.catalog .section-content-actions .layout-view a.active svg path {
  fill: #5c7cfa;
}
@media only screen and (max-width: 480px) {
  .catalog .section-content-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog .section-content-actions .sort {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  .catalog .section-content-actions .view {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .catalog .section-content-actions .layout {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
#layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#layout:after {
  content: "";
  display: table;
  clear: both;
}
.sanatory-item {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  padding: 24px;
  display: block;
  background: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  border-radius: 5px;
  color: #343a40;
  margin-bottom: 24px;
}
.sanatory-item:after {
  content: "";
  display: table;
  clear: both;
}
.sanatory-item:hover {
  color: #343a40;
  -webkit-box-shadow: 0 4px 30px 0 rgba(62, 76, 90, 0.3);
  box-shadow: 0 4px 30px 0 rgba(62, 76, 90, 0.3);
}
.sanatory-item:hover .sanatory-item-title {
  color: #5c7cfa;
}
.sanatory-item:hover .sanatory-item-image .btn {
  visibility: visible;
}
.sanatory-item .sanatory-item-image {
  border-radius: 4px;
  overflow: hidden;
  width: 30%;
  max-width: 260px;
  float: left;
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .sanatory-item .sanatory-item-image {
    width: 100%;
  }
}
.sanatory-item .sanatory-item-image .ribbon {
  width: 110px;
  height: 30px;
  top: 8px;
  right: -33px;
  position: absolute;
  display: block;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}
.sanatory-item .sanatory-item-image .ribbon.sale {
  background: #fd7e14;
}
.sanatory-item .sanatory-item-image .ribbon.hit {
  background: #82c91e;
}
.sanatory-item .sanatory-item-image .btn {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
  box-shadow: 0 4px 20px 0 rgba(62, 76, 90, 0.2);
}
.sanatory-item .sanatory-item-image > img {
  width: 100%;
  float: left;
}
.sanatory-item .sanatory-item-body {
  padding-left: 24px;
  width: 70%;
  float: right;
}
@media only screen and (max-width: 480px) {
  .sanatory-item .sanatory-item-body {
    padding-left: 0;
    width: 100%;
  }
}
.sanatory-item .sanatory-item-body .sanatory-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  .sanatory-item .sanatory-item-body .sanatory-item-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 480px) {
  .sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-title {
    margin-bottom: 16px;
  }
}
.sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-title span {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  color: #868e96;
  font-weight: 400;
  text-transform: none;
  font-family: "opensans", sans-serif;
}
.sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-price {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 600;
  background: #f1f3f5;
  padding: 8px 20px;
  border-radius: 25px;
}
.sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-price span {
  font-size: 17px;
  color: #5c7cfa;
}
.sanatory-item .sanatory-item-body .sanatory-item-desc {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}
.sanatory-item .sanatory-item-body .sanatory-item-desc table {
  width: 100%;
}
.sanatory-item .sanatory-item-body .sanatory-item-desc table tr td {
  padding: 5px 0;
  color: #868e96;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .sanatory-item .sanatory-item-body .sanatory-item-desc table tr td {
    display: block;
    width: 100%;
  }
}
.sanatory-item .sanatory-item-body .sanatory-item-desc table tr td:first-child {
  padding-right: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #343a40;
}
.layout-grid .sanatory-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333%;
  flex: 0 0 31.333%;
  width: 31.333%;
  margin-right: 1%;
  margin-left: 1%;
}
@media only screen and (max-width: 980px) {
  .layout-grid .sanatory-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    width: 47%;
  }
}
@media only screen and (max-width: 480px) {
  .layout-grid .sanatory-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.layout-grid .sanatory-item .sanatory-item-image {
  width: 100%;
}
.layout-grid .sanatory-item .sanatory-item-body {
  padding-left: 0;
  width: 100%;
}
.layout-grid .sanatory-item .sanatory-item-body .sanatory-item-header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-grid .sanatory-item .sanatory-item-body .sanatory-item-header .sanatory-item-title {
  margin-bottom: 16px;
}
.layout-grid .sanatory-item .sanatory-item-body .sanatory-item-desc {
  display: none;
}
.layout-grid .sanatory-item .sanatory-item-body .sanatory-item-desc table tr td {
  display: block;
  width: 100%;
}
.filter {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ecef), color-stop(7%, #f8f9fa), color-stop(93%, #f8f9fa), to(#e9ecef));
  background-image: linear-gradient(to bottom, #e9ecef 0%, #f8f9fa 7%, #f8f9fa 93%, #e9ecef 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.filter .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}
.filter .section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter .section-footer .filter-results {
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.filter .section-footer .filter-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: right;
}
.filter .section-footer .filter-actions a:not(.btn) {
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #5c7cfa), color-stop(0%, rgba(255, 255, 255, 0))) repeat-x bottom;
  background: linear-gradient(to right, #5c7cfa 33%, rgba(255, 255, 255, 0) 0%) repeat-x bottom;
  background-size: 3px 1px;
  margin-right: 24px;
}
@media only screen and (max-width: 480px) {
  .filter .section-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .filter .section-footer .filter-results {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 24px;
  }
  .filter .section-footer .filter-actions {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.filter .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  width: 23%;
  position: relative;
}
.filter .form-group label {
  display: block;
  margin-bottom: 4px;
  color: #868e96;
}
.filter .form-group .results {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  white-space: nowrap;
  font-size: 11px;
  color: #868e96;
  font-weight: 600;
}
.filter .form-group .results #min-price {
  display: inline-block;
}
.filter .form-group .results #min-price:after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
}
.filter .form-group .results #max-price {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .filter .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 12px 0;
  }
}
@media only screen and (max-width: 480px) {
  .filter .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 12px 0;
  }
}
