@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular.woff') format('woff'),
		url('fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
  font-size: 14px;
  line-height: 24px;
  font-family: Proxima Nova, Arial, sans-serif;
  background: #ffffff;
}
html,
body {
  height: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
body {
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
h1 {
  font-size: 18px;
  margin: .67em 0;
}
h2 {
  font-size: 22px;
  margin: .83em 0;
  color: #4c4c4c;
}
h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
mark {
  background: #ff0;
  color: #000000;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
html,
button,
input,
select,
textarea {
  color: #000000;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f5f5f5;
  background: rgba(255, 255, 255, 0.5);
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   BUTTONS */
/* ========================================================================== */
.bxmap-button {
  display: inline-block;
  color: #ffffff;
  margin: 15px 0;
  font: normal 16px/36px Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: #00BED6;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bxmap-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bxmap-button:hover,
.bxmap-button:focus {
  color: #ffffff;
  background: #108498;
  text-decoration: none;
}
.bxmap-button:active,
.bxmap-button.active {
  outline: 0;
  background: #108498;
  box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
}
.btn {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
  font: normal 16px/36px Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: #00BED6;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  height: 36px;
  padding: 0 20px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background: #108498;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background: #108498;
  box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}
.hours .btn {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.hours .btn.disabled {
  background-color: transparent;
  color: #a7a7a7;
}
.btn-primary {
  background: #00BED6;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  background: #0b7a8e;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background: #0b7a8e;
}
.btn-block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-square {
  border-radius: 0;
}
.btn-link {
  color: #108498;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #00BED6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  background-color: transparent;
  color: #00BED6;
  text-decoration: none;
}
.btn-login,
.btn-gray {
  background-color: transparent;
  position: relative;
  color: #00BED6;
  border: solid 2px #cecece;
  line-height: 32px;
}
.btn-login:hover,
.btn-gray:hover,
.btn-login:focus,
.btn-gray:focus,
.btn-login:active,
.btn-gray:active {
  color: #ffffff;
  background: #00BED6;
  text-decoration: none;
  border-color: #00BED6;
}
.btn-login:hover.arr-right:after,
.btn-gray:hover.arr-right:after,
.btn-login:focus.arr-right:after,
.btn-gray:focus.arr-right:after,
.btn-login:active.arr-right:after,
.btn-gray:active.arr-right:after {
  background-position: -30px -180px;
}
.btn-login {
  padding-right: 40px;
}
.btn-login:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url('images/all-icons-lightblue.png') no-repeat 0 -60px;
  background-size: 60px 400px;
}
.btn-login:hover:after,
.btn-login:focus:after,
.btn-login:active:after {
  background-position: 0 -90px;
}
.btn-cancel {
  position: relative;
  padding-right: 30px;
  background: transparent;
  border: solid 1px #de3939;
  color: #de3939;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.btn-cancel:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  width: 15px;
  height: 16px;
  margin-top: -8px;
  background: url('images/ui_sprite.png') no-repeat -35px -310px;
  background-size: 105px auto;
}
.btn-cancel:active,
.btn-cancel:focus {
  background: transparent;
  border-color: #ab2c2c;
  color: #ab2c2c;
  box-shadow: none;
}
.btn-cancel:active:after,
.btn-cancel:focus:after {
  background-position: -35px -345px;
}
.btn-service-search {
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 40px;
}
.btn-service-search:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -8px;
  background: url('images/ui_sprite.png') no-repeat 0 -280px;
  background-size: 105px auto;
}
.btn-edit {
  background-image: url('images/ui_sprite.png');
  background-repeat: no-repeat;
  background-size: 105px auto;
  text-indent: -9999px;
  text-align: left;
  background-position: 1px 2px;
}
.btn-edit:active,
.btn-edit:focus {
  background-color: transparent !important;
  background-position: 1px -33px;
}
.btn-attach {
  background-image: url('images/ui_sprite.png');
  background-repeat: no-repeat;
  background-size: 105px auto;
  text-indent: -9999px;
  text-align: left;
  background-position: -69px 1px;
}
.btn-attach:active,
.btn-attach:focus {
  background-color: transparent !important;
  background-position: -69px -34px;
}
.btn-car {
  background-image: url('images/ui_sprite.png');
  background-repeat: no-repeat;
  background-size: 105px auto;
  text-indent: -9999px;
  text-align: left;
  background-position: -69px -71px;
}
.btn-car:active,
.btn-car:focus {
  background-color: transparent !important;
  background-position: -69px -106px;
}
.btn-map-marker {
  background-image: url('images/ui_sprite.png');
  background-repeat: no-repeat;
  background-size: 105px auto;
  text-indent: -9999px;
  text-align: left;
  margin-top: 8px;
  background-position: -69px -140px;
}
.btn-map-marker:active,
.btn-map-marker:focus {
  background-color: transparent !important;
  background-position: -69px -175px;
}
/* ==========================================================================
   FORMS */
/* ========================================================================== */
.form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 36px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 12px;
  color: #4c4c4c;
  vertical-align: middle;
  border: solid 1px #b4b4b4;
  outline: none;
  background-color: #ffffff;
  -webkit-appearance: none;
  border-radius: 2px;
  box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:focus {
  outline: none;
  border-color: #00BED6;
  background-color: #ffffff;
}
textarea.form-control {
  padding: 10px;
  height: auto;
}
select.form-control {
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: menulist;
}
select.form-control[multiple],
select.form-control.multiple {
  -webkit-appearance: none;
  height: auto;
}
.form-control[type="file"] {
  padding: 5px;
}
.form-control[type="number"],
.form-control[type="date"],
.form-control[type="time"] {
  padding: 0 0 0 10px;
}
.form-control[type="color"] {
  padding: 0;
}
.form-control-required,
.form-control[required] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpi/P//PwM1ARMDlcGogaMGkgEYdysrEK3Y5c59klzoC8T7gPgzFIPYPuR6uQWINwGxIxDzQDGIvRkqR5KBIFdU41FTDXU90QYWEaGukBQDTYhQZ0LtZMNIioFniFB3mhQD+4lQ10+KgaCk0YpHTStUDUlhWAPE/kC8H4i/QjGI7QeVIxoABBgA0UkaIFtFpqkAAAAASUVORK5CYII=');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.form-control.disabled,
.form-control-disabled,
.form-control:disabled {
  opacity: .5;
}
.form-control.disabled:hover,
.form-control-disabled:hover,
.form-control:disabled:hover {
  background-color: #ffffff;
  color: #4c4c4c;
}
.form-control-search {
  border-radius: 20px;
  padding: 0 20px;
  border-color: #cecece;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 0 15px 0 0;
  border: solid 1px #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
}
[data-target-self],
[data-target-blank] {
  cursor: pointer;
}
a,
.pseudolink {
  color: #108498;
  text-decoration: underline;
}
a:active,
a.active,
.pseudolink:active,
.pseudolink.active {
  color: #00BED6;
  text-decoration: none;
}
.text-red {
  color: #a42338;
}
.text-green {
  color: #409990;
}
.text-gray {
  color: #808080;
}
.text-thin {
  font-weight: 300;
}
.text-error {
  color: #a42338;
}
.error + .text-error {
  display: block;
  margin-top: -10px;
}
.text-warning {
  color: #ea5600;
}
.warning + .text-warning {
  display: block;
  margin-top: -10px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group.group-search {
  position: relative;
  padding: 0 15px;
  margin-bottom: 20px;
}
.form-group.group-search:before,
.form-group.group-search:after {
  content: " ";
  display: table;
}
.form-group.group-search:after {
  clear: both;
}
.form-group.group-search .form-control {
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 20px;
}
.form-group.group-search .search-but {
  position: absolute;
  top: 3px;
  right: 25px;
  margin: 0;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url('images/all-icons-lightblue.png') no-repeat -30px 0;
  background-size: 60px 400px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 2;
  cursor: pointer;
}
.group-header {
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 15px 0 10px 0;
}
.group-header + .form-control {
  margin-top: 0;
}
.footer-wrapper {
  margin-top: 20px;
}
.container {
  margin: 15px 15px 0 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container .container {
  margin-bottom: 0;
}
.well-done {
  color: #525252;
  font-weight: bold;
  font-size: 22px;
  margin-top: 50px;
}
.header {
  padding: 10px;
color:#fff;
text-shadow: 0px 1px 1px rgba(0,179,205,1);
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,190,214,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(100%, rgba(0,190,214,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,190,214,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,190,214,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,190,214,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,190,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00bed6', GradientType=1 );
}
.header h1 {
  color:#00BED6;
  text-align: center;
  margin: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  line-height: 30px;
  padding: 0;
  overflow: hidden;
  padding: 0 5px;
}

.hedaer-title-h1{
  text-align: center;
}
.header .logo {
height:50px;
margin:0 20px;
}
.open-menu,
.open-profile {
  display: block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url('images/all-icons-lightblue.png') no-repeat 0 0;
  background-size: 60px 400px;
}
.open-menu {
  float: left;
}
.open-menu:active {
  /*    background-position: 0 -105px;*/
}
.open-profile {
  float: right;
  background-position: 0 -30px;
}
.open-profile:active {
  /*background-position: 0 -175px;*/
}
.open-profile.disabled {
  /*background-position: 0 -210px;*/
}
/*Р’СЃРїРѕРјРѕРіР°С‚РµР»СЊРЅС‹Рµ РєРѕРЅС‚РµР№РЅРµСЂС‹*/
#container {
  height: 100%;
}
#main {
  position: relative;
  z-index: 1;
  min-height: 100%;
  background: #ffffff;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.6), -10px 0 20px -10px rgba(0, 0, 0, 0.6);
}
/*РђРєС‚РёРІРЅРѕРµ РјРµРЅСЋ*/
#container.active {
  overflow:hidden;
}
#container.active[data-side="left"] .slide-menu.left-menu,
#container.active[data-side="right"] .slide-menu.right-menu {
  visibility: visible;
}
/*Р‘РѕРєРѕРІС‹Рµ РјРµРЅСЋ*/
.slide-menu {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #4c4c4c;
}
.slide-menu.left-menu {
  right: 50px;
  left: 0;
  z-index: 2;
}
.slide-menu.right-menu {
  right: 0;
  left: 50px;
}
.slide-menu.right-menu a {
  padding: 12px 20px 12px 45px;
  position: relative;
}
.slide-menu.right-menu a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url('images/all-icons-lightblue.png') no-repeat 0 -150px;
  background-size: 60px 400px;
}
.slide-menu.right-menu .personl-kabinet:after {
  background-position: 0 -150px;
}
.slide-menu.right-menu .personl-aboutme:after {
  background-position: 0 -180px;
}
.slide-menu.right-menu .personl-talons:after {
  background-position: 0 -210px;
}
.slide-menu.right-menu .personl-analizes:after {
  background-position: 0 -240px;
}
.slide-menu.right-menu .personl-services:after {
  background-position: 0 -270px;
}
.slide-menu.right-menu .personl-exit:after {
  background-position: 0 -120px;
}
.slide-menu.left-menu li a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  top: 50%;
  right: 6px;
  margin-top: -15px;
  background: url('images/all-icons-lightblue.png') no-repeat -40px -180px;
  background-size: 60px 400px;
}
.menu ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu ul li a {
  display: block;
  position: relative;
  padding: 12px 30px 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}
.menu ul li + li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu ul li a:active,
.menu ul li a.active {
  background-color: rgba(0, 0, 0, 0.04);
}
.menu-white ul li a {
  border-bottom-color: #ccc;
  color: #4c4c4c;
  text-shadow: none;
}
.menu-white ul li a:active,
.menu-white ul li a .active {
  background: #ffffff;
  color: #00BED6;
}
.menu-white ul li:first-child a {
  border-top: solid 1px #ccc;
}
.content-menu {
  background: #00BED6;
  margin: 1em -15px;
}
.content-menu ul {
  border-bottom: 0;
}
.content-menu li {
  /*padding-left:35px;*/
  /*padding-right:35px;*/
}

.service-price {
  margin-right: 10px;
  font-weight: normal;
}
.negative-margin {
  margin: 15px -5px;
}
.container > .negative-margin:first-child {
  margin-top: -15px;
  margin-bottom: 0;
}
.content-header {
  padding: 15px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #000000;
}
.news-item .content-header {
  color: #108498;
}
.content-header.arr:after {
  background-image: none;
}
.content-header.arr-down:after,
.content-header.arr-up:after {
  background-image: url('images/all-icons-lightblue.png');
}
.content-header.gray {
  color: #4c4c4c;
  background: #e8e8e8;
  text-shadow: 0 1px 1px #ffffff;
}
.content-header.nopadding {
  padding: 5px 15px;
}
.content-header .selectbox {
  margin-top: 5px;
}
.arr {
  position: relative;
  padding-right: 50px;
}
.arr:after,
.bxmap-item.bxmap-next:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url('images/all-icons-lightblue.png') no-repeat -30px -30px;
  background-size: 60px 400px;
}
.bxmap-items.bxmap-cat-items .bxmap-item.bxmap-next:after {
  width: 30px;
  margin-right: 0;
}
.arr-down:after {
  background-position: -30px -30px;
}
.arr-up:after {
  background-position: -30px -60px;
}
.arr-right:after,
.bxmap-item.bxmap-next:after {
  background-position: -30px -150px;
}
.well {
  background: #f5f5f5;
  padding: 15px;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.well.main {
  margin-bottom: 0;
}
.news-item {
  padding: 15px;
  color: #4c4c4c;
}
.news-item:nth-child(2n-1) {
  background: #f5f5f5;
}
.news-item.white {
  background: transparent;
}
.news-item .date {
  margin-bottom: 8px;
}
a.news-item {
  display: block;
  text-decoration: none;
}
.news-item img.preview_picture {
  float: left;
  margin: 0 10px 6px 0;
}
.news-date-time {
  color: #486daa;
}
.news-item .content-header.arr-right {
  padding: 0 25px 0 0;
  margin-bottom: 8px;
}
.news-item div.name {
  margin-bottom: 8px;
}
.news-item .date .time {
  float: right;
}
.news-item-img {
  display: block;
  margin: 0 auto 15px auto;
}
.licenses {
  padding: 0 8px;
}
.license-item {
  display: block;
  float: left;
  margin: 0 1.5%;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #f8f8f8;
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f7f7f7 35%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f7f7f7 35%, #f0f0f0 100%);
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.steps {
  padding: 7px 10px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  display: block;
  text-decoration: none;
  color: #4c4c4c;
  background: #e8e8e8;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 15px;
}
.goback {
  display: block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #ffffff url('images/all-icons-lightblue.png') no-repeat -30px -90px;
  background-size: 60px 400px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.goback.ir {
  background-color: #ffffff;
}
.goback:active {
  background-color: #00BED6;
  background-position: -30px -120px;
}
.goback:active.ir {
  background-color: #00BED6;
}
.doctor-image {
  display: block;
  float: left;
  margin-right: 15px;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 15px;
}
img.doctor-image {
  height: auto;
  width: auto;
  max-width: 50px;
  border-radius: 0;
}
.doctor-description {
  margin-top: 5px;
}
.doctor-description a {
  color: #000000;
  text-decoration: none;
}
.hours {
  margin-left: -3%;
  margin-top: 20px;
}
.hours .btn {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 8px;
  float: left;
  display: block;
}
@media only screen and (orientation: landscape) {
  .hours {
    margin-left: -2%;
  }
  .hours .btn {
    width: 18%;
    margin-left: 2%;
    margin-bottom: 8px;
    float: left;
    display: block;
  }
}
.talon-wrapper {
  margin: 15px;
}
.talon {
  padding: 10px 20px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 0 3px rgba(0,0,0,.25);
}
.talon-header-wrapper {
  border-bottom: dashed 1px #d5d5d5;
  margin: 0 -20px 20px -20px;
  padding: 5px 20px 15px 20px;
  position: relative;
}
.talon-header-wrapper:after {
  position: absolute;
  content: "";
  bottom: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  box-shadow: inset 2px 2px 3px rgba(0,0,0,.15);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.talon .date {
  float: left;
}
.talon .time {
  float: right;
  text-align: right;
}
.talon .service {
  clear: both;
}
.talon .gray {
  color: #8b8b8b;
}
.talon .doc,
.talon .kabinet {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.talon .doc {
  width: 70%;
  padding-right: 10px;
}
.service-search br {
  display: none;
}
.service-search .styler {
  display: block;
  width: 100%;
}
.shedule-item {
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  font-weight: 300;
  color: #4c4c4c;
}
.shedule-item:active {
  background: #f7f7f7;
}
.shedule-item .fleft {
  width: 55%;
  padding-right: 5%;
}
.shedule-item .fright {
  width: 35%;
  padding-right: 5%;
}
.tab-section {
  margin: 0 0 30px;
}
ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs li,
.tabs li.disabled:active {
  float: left;
  display: inline-block;
  position: relative;
  background: #e8e8e8;
  font-size: 14px;
  color: #b1b1b1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  width: 135px;
  padding: 8px 0;
  text-align: center;
  border: solid 1px #d9d9d9;
  border-radius: 6px 6px 0 0;
  margin-left: 15px;
  z-index: 1;
}
.tabs li.current {
  border-bottom-color: #f7f7f7;
  background: #f7f7f7;
  color: #000000;
}
.tabs-content {
  background: #f7f7f7;
  margin-top: -1px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}
.tabs-content .container {
  margin: 15px;
  color: #4c4c4c;
}
.tabs-content .menu li:first-child a {
  border-top: 0;
}
.tabs-content .menu li:last-child a {
  border-bottom: 0;
}
.tabs-content .box {
  display: none;
}
.tabs-content .box.visible {
  display: block;
}
.footer {
  color: #394047;
  font-size: 12px;
  padding: 0 15px 15px;
}
ol.unstyled,
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ta-center,
.table th.ta-center,
.table td.ta-center {
  text-align: center;
}
.ta-left,
.table th.ta-left,
.table td.ta-left {
  text-align: left;
}
.ta-right,
.table th.ta-right,
.table td.ta-right {
  text-align: right;
}
.td-n {
  text-decoration: none;
}
.hide {
  display: none;
}
.show,
.d-b {
  display: block;
}
.inline-block,
.d-ib {
  display: inline-block;
}
.invisible {
  visibility: hidden;
}
.verdana {
  font-family: Verdana, sans-serif;
}
.tahoma {
  font-family: Tahoma, sans-serif;
}
.arial {
  font-family: Arial, sans-serif;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
img[align="right"] {
  padding: 0 0 20px 20px;
}
img[align="left"] {
  padding: 0 20px 20px 0;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.footerVersion {
  float: right;
}
.headerRegister {
  padding-bottom: 0;
}
.firstRegister {
  margin-top: 10px;
}
.regNote {
  text-align: center;
  color: #b1b1b1;
  font-size: 12px;
  margin: 0 15px;
}
.fileSelect {
  position: relative;
}
.fileSelect input {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 154px;
  height: 16px;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hideShowNext {
  cursor: pointer;
}
.rub {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.rub:before {
  display: block;
  content: '\2013';
  position: absolute;
  top: 0.1em;
}
/* ==========================================================================
	   BIG-SLIDER */
/* ========================================================================== */
.big-slider {
  height: 400px;
  background: url(images/loader.svg) no-repeat 50% 50%;
  overflow: hidden;
}
.big-slider .slider-item {
  opacity: 0;
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}
.big-slider .slider-item-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 15px 30px 15px;
  height: 120px;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.big-slider .slider-item-text a {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  max-height: 120px;
}
.big-slider .slider-item-text a:hover,
.big-slider .slider-item-text a:focus {
  text-decoration: none;
}
.big-slider .owl-controls {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}
.big-slider .owl-dot {
  display: inline-block;
  cursor: pointer;
  border: solid 2px transparent;
  border-radius: 6px;
  margin: 0 15px 0 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.big-slider .owl-dot span {
  width: 6px;
  height: 6px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 6px;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.big-slider .owl-dot.active,
.big-slider .owl-dot:hover {
  border-color: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
.big-slider .owl-dot.active span,
.big-slider .owl-dot:hover span {
  background: transparent;
}
.big-slider.owl-loaded {
  overflow: auto;
}
.big-slider.owl-loaded .slider-item {
  opacity: 1;
}
/* ==========================================================================
   HELPERS */
/* ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
.fleft,
.fll,
.fl-l {
  float: left;
}
.fright,
.flr,
.fl-r {
  float: right;
}
.companyCat {
  box-shadow: none !important;
}
/* ==========================================================================
   Р¤Р°Р№Р»РѕРІС‹Рµ РёРЅРїСѓС‚С‹ */
/* ========================================================================== */
.jq-file {
  border-radius: 2px;
  margin-bottom: 10px;
}
.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file:active .jq-file__browse {
  color: #ffffff;
  background: #00BED6;
  border-color: #00BED6;
}
.jq-file:active .jq-file__name {
  border-color: #00BED6;
  color: #00BED6;
}
.jq-file.disabled {
  color: #b4b4b4;
  border-color: #b4b4b4;
}
.jq-file.disabled .jq-file__name {
  color: #b4b4b4;
  border-color: #b4b4b4;
}
.jq-file.disabled:hover .jq-file__browse,
.jq-file.disabled:active .jq-file__browse {
  background: #b4b4b4;
  border-color: #b4b4b4;
}
.jq-file.disabled .jq-file__browse {
  border-color: #b4b4b4;
  background: #b4b4b4;
  color: #4c4c4c;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 80px 0 10px;
  color: #4c4c4c;
  font: 15px/36px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: solid 1px #b4b4b4;
  border-radius: 2px;
  box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
}
.focused .jq-file__name {
  border-color: #00BED6;
  color: #00BED6;
}
.jq-file__browse {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font: 15px/36px Arial, sans-serif;
  padding: 0 10px;
  border-radius: 0 2px 2px 0;
  background: #00BED6;
}
.focused .jq-file__browse {
  color: #ffffff;
  background: #0b7a8e;
}
/* ==========================================================================
   РЎРµР»РµРєС‚С‹ */
/* ========================================================================== */
select.styler {
  opacity: 0;
}
select.styler[multiple] {
  opacity: 1;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity ease .1s;
  transition: opacity ease .1s;
}
.jq-selectbox.opacity-one {
  opacity: 1;
}
.jq-selectbox.disabled .jq-selectbox__select {
  background: #b4b4b4;
  color: #000000;
  opacity: .7;
  cursor: default;
  border-color: #cecece;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 20px;
  padding: 8px 16px 8px 30px;
  position: relative;
  margin: 7px 0;
  color: #4c4c4c;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 15px;
}
.jq-selectbox li:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 30px;
  right: 0;
  height: 1px;
  background: #e8e8e8;
}
.jq-selectbox li:first-child:after {
  content: none;
}
.jq-selectbox li.selected:before,
.jq-selectbox li.sel:before {
  position: absolute;
  content: "";
  border: solid #00BED6;
  border-width: 0 0 2px 2px;
  top: 50%;
  left: 8px;
  height: 4px;
  width: 9px;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jq-selectbox li.selected:hover:before,
.jq-selectbox li.sel:hover:before {
  border-color: #ffffff;
}
.jq-selectbox li:hover {
  color: #ffffff;
  background: #00BED6;
}
.jq-selectbox li.disabled {
  color: #b4b4b4;
  cursor: default;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #ffffff;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-selectbox__select {
  height: 36px;
  padding: 0 40px 0 15px;
  border: solid 1px #cecece;
  border-radius: 20px;
  background: #ffffff;
  color: #000000;
  font: 16px / 36px Arial, sans-serif;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.focused .jq-selectbox__select,
.dropdown .jq-selectbox__select {
  color: #4c4c4c;
  border-color: #00BED6;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  min-width: 180px;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  margin-left: -4px;
  border: solid 2px #00BED6;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform ease .3s;
  transition: transform ease .3s;
}
.opened .jq-selectbox__trigger-arrow {
  margin-top: -2px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-color: #4c4c4c;
}
.jq-selectbox__dropdown {
  top: 36px;
  width: 100%;
  margin: 10px 0 ;
  padding: 0;
  font: 16px / 20px Arial, sans-serif;
  background: #ffffff;
  border: solid 1px #cecece;
  border-radius: 1px;
  min-width: 180px;
  box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.jq-selectbox__search {
  margin: 0;
  padding: 10px;
  background: #fcfcfc;
  border-bottom: solid 1px #e8e8e8;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.jq-selectbox__search input {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 40px;
  height: 36px;
  display: block;
  outline: none;
  border: solid 1px #cecece;
  border-radius: 20px;
  color: #4c4c4c;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABtUlEQVR42u3TQUuUURTGcS1HalWAUoFZqWlgWOHGcufMpkINw5VF7uoTFAUFUh9F+KEYAoYZRCFQq3IvA00gqNSgUMz2vRGQMLyvM3Oxpefunufwv4fnntuUXXL6FIzJ65Vrii/HTHurIuyd396Y0to44oiHtiVWPZHX47SLCp75LLFhWnMjkFM+SMzqy/D6zQneaa8H6VayZaRGx00/FF2oBTnju3Xn6lzV45uitv0z+WhLR8rIApUty87II4l8g88wKriXZRy3aTZiJRaVtKTlBxK9EZhrgsm0vGw1ckW/WEivfcXjSMyMHdUxuyQYicTcFnRWS3lBdyTmiuBGmtwRiekSjBx8mquC69VSr6AQiRkTnK2WWlQ8jcS8VE6LSz5FYtbMpcUpif4IyKDgTlputWE+ArOkqCXLmBbcahByVzCZbTVb8VNPQ0+96/X+druikst1U0lsOlGr5bx1v0zU6Jiwa1vwovZdbVYE7w1mzrEkWHTS8/qgZveVBF/NGDWgy4Bxr6wJiv+CTYGySs6kBTvC3imbN+7oXzcNqjdXpyEFQ1V/JwWKqkPQAUDD/wM0LPcHLqgsRPATNpMAAAAASUVORK5CYII=') no-repeat 12px 8px;
  background-size: 20px 20px;
  -webkit-appearance: textfield;
  box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__search input:focus {
  border-color: #00BED6;
}
.jq-selectbox__not-found {
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #00BED6;
  font-size: 15px;
}








.va-middle,
.table th.va-middle,
.table td.va-middle {
  vertical-align: middle;
}

.col {
float: left;
padding-left: 10px;
padding-right: 10px;
}
.col-2 {
  width: 16.66666667%;
}
.col-6 {
width: 100%;
}
.col-10 {
  width: 83.33333333%;
}

.btn-big {
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border-radius: 40px;
}
.btn-small {
  height: 32px;
  font: normal 14px Proxima Nova, Arial, sans-serif;
  line-height: 32px;
  padding: 0 10px;
  min-width: 15px;
}
.btn-mini {
  height: 24px;
  font: normal 13px Proxima Nova, Arial, sans-serif;
  line-height: 24px;
  padding: 0 10px;
}

/* ==========================================================================
	   HILIGHT-BLOCKS */
/* ========================================================================== */
.h-block {
  background-position: 0 0;
  border-radius: 3px;
  background-image: url(images/pills.png);
  background-repeat: repeat;
}
.h-block[style*="background-image"] {
  background-size: cover;
  background-position: 50% 50%;
}
.h-block-inner {
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 3px;
  position: relative;
}
.h-block-inner.pink {
  background-image: -webkit-linear-gradient(top left, rgba(250, 117, 152, 0.9) 0%, rgba(250, 117, 152, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top left, rgba(250, 117, 152, 0.9) 0%, rgba(250, 117, 152, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom right, rgba(250, 117, 152, 0.9) 0%, rgba(250, 117, 152, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.pink {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGY4MmM3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk2Y2I0IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.pink .btn {
  color: #FA7598;
}
.h-block-inner.violet {
  background-image: -webkit-linear-gradient(top left, rgba(223, 130, 199, 0.9) 0%, rgba(121, 108, 180, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top left, rgba(223, 130, 199, 0.9) 0%, rgba(121, 108, 180, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom right, rgba(223, 130, 199, 0.9) 0%, rgba(121, 108, 180, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.violet {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGY4MmM3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk2Y2I0IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.violet .btn {
  color: #796cb4;
}
.h-block-inner.blue {
  background: -webkit-linear-gradient(top left, rgba(76, 181, 255, 0.9) 0%, rgba(76, 131, 255, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top left, rgba(76, 181, 255, 0.9) 0%, rgba(76, 131, 255, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom right, rgba(76, 181, 255, 0.9) 0%, rgba(76, 131, 255, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.blue {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGNiNWZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGM4M2ZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.blue .btn {
  color: #4c83ff;
}
.h-block-inner.green {
  background: -webkit-linear-gradient(top left, rgba(34, 208, 119, 0.9) 0%, rgba(26, 164, 93, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top left, rgba(34, 208, 119, 0.9) 0%, rgba(26, 164, 93, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom right, rgba(34, 208, 119, 0.9) 0%, rgba(26, 164, 93, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.green {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjJkMDc3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWFhNDVkIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.green .btn {
  color: #1aa45d;
}
.h-block-inner .btn {
  background-color: #ffffff;
  text-shadow: none;
  border: solid 2px transparent;
}
.h-block-inner .btn.btn-big {
  line-height: 40px;
}
.h-block-inner .btn.btn-small {
  line-height: 28px;
}
.h-block-inner .btn.btn-mini {
  line-height: 20px;
}
.h-block-inner .btn:hover,
.h-block-inner .btn:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}
.h-block-inner .va-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.h-block-header {
  height: 3em;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}


.mblock{
padding:10px 0;
font-size: 22px;
line-height: 29px;
}
.mblock > div{
margin:20px 0;
text-align: center;
}
.mblock > div div{
margin:10px 0;
padding-left:0;
padding-right:0;
}
.mblock_name{
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 39px;
text-align: center;
}

.wbanner{
font-size: 18px;
}
.wbanner div > div{
height:180px;
padding:0;
}
.wbanner .equal{
position:absolute; left:20px;
}

img.detail_picture{width:100%; height:50%;}
.news-item iframe {width:100%;height:250px;}

.header a.phone{
font-size: 18px;
color: #FFFFFF;
float:right;
text-decoration: none;
}
.header .block_text{
  float: right;
  display: flex;
  flex-direction: column;
}
.fcenter{
text-align: center;
}
.va-middle-center{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
ul.main-insurance-list{
padding:0;
}
.well{
text-align: center;
}

.modal-form1{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.445);
  z-index: 1002;
}

.modal-form1-block{
  padding: 20px;
  background: white;
  border: 1px solid #00BED6;
  width: 470px;
  margin: 0 5px;
}

.modal-form1-title{
  display: flex;
  flex-flow: column;
  align-items: center;
}

.modal-form1-title h3{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.modal-form1-block input:not([type="checkbox"]),
.modal-form1-block textarea{
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #00BED6;
}

.modal-form1-block input[type="checkbox"]{
  width: 15px;
  height: 15px;
}

.modal-form1-block input[type="checkbox"]~.mb10{
  display: inline;
}

.modal-form1-block input[type="submit"]{
  background: #00BED6;
  color: white;
}

.form1-button__close{
  align-self: flex-end;
  border: none;
  background: transparent;
  width: 23px;
  height: 23px;
  padding: 0;
}

.form1-button__close span,
.form1-button__close span::after{
  width: 23px;
  height: 3px;
  border-radius: 5px;
  display: block;
  content: '';
  background: black;
  transform: rotate(45deg);
}

.form1-button__close span::after{
  transform: rotate(90deg);
}

.form1-button__close:focus,
.form1-button__open:focus,
.modal-form1-block input:focus,
.modal-form1-block textarea:focus{
  outline: 0;
}

.form1-button__open{
  display: block;
  margin-left: auto;
  background: #00BED6;
  color: white;
  border: none;
  padding: 9px;
  width: 150px;
}

.req{
  color: red;
}

.reviews-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: start;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}

.reviews-modal.active{
  opacity: 1;
  z-index: 1001;
}

.reviews-modal-block{
  background: white;
  border: 1px solid #bebebe;
  height: 100%;
  overflow: auto;
}

.reviews-modal-header, .reviews-header{
  padding: 20px 20px 0px 20px;
  position: relative;
}


.reviews-modal-header p, .reviews-header p{
  font-size: 21px;
  margin: 0 0 5px 0;
}

.reviews-modal-body{
  padding: 0 20px 20px 20px;
  font-size: 18px;
}

.reviews-modal-close_button{
  background: #00BED6;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-modal-close_button span, .reviews-modal-close_button span::after{
  width: 30px;
  height: 2px;
  display: block;
  content: '';
  background: white;
  transform: rotate(45deg);
}

.reviews-modal-close_button span::after{
  transform: rotate(90deg);
}

.reviews-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.reviews-item{
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.reviews-block{
  background: white;
  border: 1px solid #bebebe;
  display: flex;
  height: 100%;
  flex-flow: column;
}

.reviews-more{
  text-align: center;
  margin-top: 20px;
}

.reviews-more_button, .reviews-more-add_button{
  border: 1px solid transparent;
  color: white;
  background-color: #ffffff;
  text-shadow: none;
  padding: 0 22px;
  border-radius: 40px;
  font: normal 17px/36px Proxima Nova, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: #00BED6;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.5s;
}

.reviews-open_button, .reviews-link_button{
  width: 100%;
  border: 1px solid transparent;
  padding: 5px;
  color: white;
  text-decoration: none;
  font: normal 17px/36px Proxima Nova, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s;
  background: #00BED6;
}

.reviews-more_button{
  text-decoration: none;
  padding: 10px 22px;
}

.reviews-more_button:hover, .reviews-open_button:hover, .reviews-more-add_button:hover, .reviews-link_button:hover{
  color: #00BED6;
  background: white;
}

.reviews-more_button:hover, .reviews-link_button:hover{
  text-decoration: none;
}
.reviews-more_button:active, .reviews-more_button:focus, .reviews-link_button:active, .reviews-link_button:focus{
  text-decoration: none;
  color: white;
}

.reviews-body{
  padding: 0 20px;
}

.reviews-footer{
  margin-top: auto;
  display: flex;
}

.reviews-more_button:focus, .reviews-link_button:focus, .reviews-more_button:hover, .reviews-link_button:hover{
  outline: 0;
}

.reviews-more-add_button{
  margin-bottom: 20px;
}