body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serifial;
  background-color: #f1f1f1;
  color: #2f2f2f;
}

.trans {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a {
  color: #36a3dc;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

* {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6, .p-title, .first-block__pt-title, .first-block__title, .clinic-list-title, .doctor-title, .count-rows {
  font-family: Roboto;
}
.grayscale {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.grayscale:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale-inverse {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale-inverse:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.head-row {
  background: #494949;
  padding: 15px 0;
}

.offer {
  color: #cdcdcd;
  line-height: 16px;
  margin-top: 5px;
}

.change-city-block span {
  color: #cdcdcd;
  background: url(../images/loc.svg) no-repeat left center;
  padding: 4px 0 4px 25px;
  margin-right: 5px;
  background-size: 22px;
}

.change-city {
  color: #ffffff;
  font-size: 15px;
  border-bottom: 1px dotted;
}
.change-city:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: transparent;
}
.change-city:focus {
  color: #fff;
}
.change-city-block {
  margin-top: 10px;
}
.popup-title {
  font-size: 30px;
  font-family: Roboto;
  margin-bottom: 15px;
}
.city-container {
  width: 400px;
  flex-wrap: wrap;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.city-container a {
  display: block;
  margin: 3px 0;
  color: #2f2f2f;
}
.city-container a:hover {
  color: #87c189;
}
.phone-block {
  text-align: right;
  color: #fff;
  margin-top: 2px;
}
.phone-block a {
  font-size: 23px;
  color: #6dd7ff;
  display: block;
}
.phone-block a:hover,
.phone-block a:focus {
  color: #6dd7ff;
  text-decoration: none;
}

.btn-green {
  background: #87c189;
  color: #fff;
  padding: 6px 29px;
}
.btn-green:hover {
  color: #fff;
  background: #89ab7c;
}
.btn-green:active {
  background: #77966c;
}
.btn-green:focus {
  color: #fff;
}

.callme {
  margin-top: 6px;
}
.footer {
  background: #494949;
  padding: 20px 0;
  margin-top: 20px;
}
.footer-row {
  /*padding-top: 20px;
  border-top: 2px solid #e3eaf0;*/
}
.footer-menu {
  margin: 31px 0 0 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  float: left;
  margin-right: 15px;
}
.footer-menu li a {
  color: #ffffff;
  font-size: 13px;
}
.header-menu {
  margin: 13px 0 0 0;
  padding: 0;
  list-style: none;
}
.header-menu li {
  float: left;
  margin-right: 15px;
}
.header-menu li a {
  color: #ffffff;
  font-size: 13px;
}
.footer .phone-block {
  margin-top: 0;
}
.footer .offer {
  margin-top: 25px;
}
.footer .logo img {
  margin-top: 20px;
}
.callme-block {
  text-align: right;
}
.menu-line {
  background: #fff;
  border: 1px solid #e2e9ef;
  border-top: 0;
}
.breadcrumb-block {
  font-size: 13px;
}
.p-panel {
  background: #fff;
  border: 1px solid #e2e9ef;
  padding: 17px 30px;
  font-size: 13px;
  position: relative;
}

.panel-map {
  background: #fff;
  border: 1px solid #e2e9ef;
}
.open-menu {
  padding: 0;
  border: 0;
  width: 25px;
  background: transparent;
  margin: 19px 0 0 30px;
}
.open-menu span {
  height: 3px;
  width: 100%;
  background: #36a3dc;
  display: block;
  margin-bottom: 4px;
}
.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu li {
  float: left;
  margin: 0 30px 0 0;
}
.main-menu li a {
  color: #2f2f2f;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  display: block;
}
.main-menu li a:hover {
  text-decoration: none;
}
.main-menu li a:hover:after,
.main-menu li.active a:after {
  content: '';
  height: 3px;
  width: 100%;
  background: #87c189;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.search-row {
  padding: 22px;
  background: #fff;
  border: 1px solid #e2e9ef;
  margin-bottom: 23px;
}
.search-row form {
  background: #36a3dc;
  padding: 10px;
  border-radius: 4px;
}
.btn-white {
  background: #fff;
  padding: 6px 15px;
}
.btn-white:hover {
  color: #000;
}
.btn-white:active {
  background: #ececec;
}
.btn-white:focus {
  color: #000;
}
.search-row .btn {
  width: 100%;
}
.search-row select {
  height: 34px;
  width: 100%;
  border-radius: 5px;
}
.select2-container--open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.doctor-category + .select2-container,
.doctor-location + .select2-container {
  background: #fff;
  height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.doctor-category + .select2-container .select2-selection > span.select2-selection__rendered,
.doctor-location + .select2-container .select2-selection > span.select2-selection__rendered {
  line-height: 34px;
  padding: 0 35px 0 40px;
}
.doctor-category + .select2-container .select2-selection > span.select2-selection__rendered .select2-selection__placeholder,
.doctor-location + .select2-container .select2-selection > span.select2-selection__rendered .select2-selection__placeholder {
  color: #878787;
}
.doctor-category + .select2-container .select2-selection > span.select2-selection__rendered {
  background: url(../images/cat-icon.svg) no-repeat 11px center;
  background-size: 20px;
}
.doctor-location.metro + .select2-container .select2-selection > span.select2-selection__rendered {
  background: url(../images/metro.svg) no-repeat 11px center;
  background-size: 20px;
}
.select2-dropdown {
  padding: 8px;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-results > ul {
  max-height: 300px;
  overflow: auto;
}
.select2-search--dropdown {
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.select2-results .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.doctor-category + .select2-container .select2-selection--single,
.doctor-location + .select2-container .select2-selection--single {
  height: 34px !important;
}
.select2-selection__arrow {
  width: 15px;
  height: 9px;
  background: url(../images/select-arrow.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
}
.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.breadcrumb {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.select2-selection__placeholder {
  display: block;
}
.select2-selection__placeholder:first-letter {
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-size: 24px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 10px;
}
.descr-text {
  font-size: 13px;
  line-height: 18px;
  color: #878787;
}
.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}

.count-rows {
  color: #494953;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
.sorts,
.checkbox-sort {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkbox-sort a {
  color: #2f2f2f;
}
.sorts .sort-title {
  font-weight: bold;
}
.sorts li {
  font-size: 13px;
  float: left;
  margin-right: 15px;
}
.sorts li a {
  color: #2f2f2f;
}
.sorts li a:hover {
  color: #36a3dc;
}
.sorts li a.active {
  color: #36a3dc;
  font-weight: bold;
}
.sorts li a.active.asc:after,
.sorts li a.active.desc:after {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-left: 5px;
}
.sorts li a.active.desc:after {
  content: "\e260";
}
.sorts li a.active.asc:after {
  content: "\e259";
}
.checkbox-sort li {
  float: right;
  margin-left: 10px;
  line-height: 18px;
}
.checkbox-sort li label {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.checkbox-sort li label input {
  display: none;
}
.checkbox-sort li label span {
  width: 16px;
  height: 16px;
  background: url(../images/checkbox.png) no-repeat center top;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.checkbox-sort li label input:checked + span {
  background: url(../images/checkbox.png) no-repeat center bottom;
}
.doctor-title,
.clinic-list-title {
  font-size: 18px;
  color: #36a3dc;
  font-weight: bold;
  margin-bottom: 10px;
}
.doctor-spec,
.doctor-stage {
  font-size: 13px;
}
.doctor-spec a {
  color: #2f2f2f;
}
.doctor-spec a:hover {
  color: #23527c;
}
.doctor-price {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.doctor-price span {
  color: #e74c3c;
}
.doctor-price i {
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding: 1px 5px;
  vertical-align: text-top;
}
.doctor-descr {
  color: #878787;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}
.btn-green,
.btn-zapis,
.btn-zapis-filial,
.btn-zapis-clinic {
  width: 100%;
  background: #87c189;
  color: #fff;
  max-width: 200px;
}
.btn-green:hover,
.btn-zapis:hover,
.btn-zapis-filial:hover,
.btn-zapis-clinic:hover {
  color: #fff;
  background: #89ab7c;
}
.btn-green:active,
.btn-zapis:active,
.btn-zapis-filial:active,
.btn-zapis-clinic:active {
  background: #77966c;
}
.btn-green:focus,
.btn-zapis:focus,
.btn-zapis-filial:focus,
.btn-zapis-clinic:focus {
  color: #fff;
}
.btn-consul {
  background: transparent;
  border: 1px solid #36a3dc;
  color: #36a3dc;
  width: 100%;
  max-width: 200px;
}
.btn-consul:hover {
  color: #36a3dc;
}
.btn-consul:active {
  color: #36a3dc;
}
.btn-consul:focus {
  color: #36a3dc;
}
.or-phone {
  font-size: 10px;
}
.phone {
  font-size: 15px;
  color: #e74c3c;
  font-weight: bold;
}
.phone a {
  color: #e74c3c;
  /*font-weight: 400;
  border-bottom: 1px dashed;*/
}
.phone a:hover,
.phone a:focus {
  color: #e74c3c;
  text-decoration: none;
}
.rating-block {
  text-align: center;
  padding: 10px;
  border: 4px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 15px 0px;
  font-size: 13px;
}
.rating-block .rating-number {
  font-size: 20px;
  font-weight: bold;
}
.count-places {
  font-size: 13px;
  font-weight: bold;
  margin-top: 25px;
}
.doctor-places,
.filial-places {
  font-size: 13px;
  margin-top: -1px;
  line-height: 20px;
}
.place-filial-name {
  font-weight: bold;
}
/*
.doctor-places span,
.filial-places span {
    color: #9d9d9d;
    font-size: 11px;
}*/
.metro-item i {
  width: 13px;
  height: 13px;
  color: #e5cc3f;
  display: inline-block;
  line-height: 11px;
  text-align: center;
  font-style: normal;
  border: 1px solid #e5cc3f;
  border-radius: 50%;
  font-size: 12px;
  vertical-align: middle;
  margin: -3px 0 0 0px;
}
.metro-item i:first-child {
  margin-left: 0;
}
.metro-item span {
  color: #9d9d9d;
  font-size: 11px;
}
.metro-item {
  display: inline-block;
}
.doctor-lists .doctor-single:hover .p-panel {
  background: #fafafa;
}
.pagination-block {
  text-align: center;
}

.pagination {
  margin: 0;
  font-size: 15px;
}
/*
.pagination li {

}
.pagination li a {
    border: 0;
    border-radius: 0;
    padding: 0 12px;
    color: #36a3dc;
}
.pagination li a:focus,
.pagination li a:hover {
    background-color: transparent;
}*/
.subscribe-row {
  text-align: center;
  padding-bottom: 40px;
}
.subscribe-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 25px 0;
}
.subscribe-inp {
  height: 32px;
  width: 100%;
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}
.btn-blue {
  background: #36a3dc;
  color: #fff;
  height: 32px;
  width: 100%;
  padding: 0;
}
.btn-blue:hover {
  color: #fff;
  background: #3093c6;
}
.btn-blue:active {
  background: #2a7fab;
}
.btn-blue:focus {
  color: #fff;
}
.reg-block-text {
  font-size: 16px;
  margin-top: 95px;
}
.reg-block-text span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.reg-block-text .btn {
  width: auto;
  padding: 0 20px;
  margin-top: 15px;
}
.seo-block h2, .slider-doctor h2 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.seo-block h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;

}
.seo-block {
  color: #878787;
}
.seo-block p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}
.doctor-spec-lists {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  padding: 0;
  margin: 0;
  list-style: none;
}
.doctor-spec-lists li {
  line-height: 17px;
}
.doctor-spec-lists li a {
  font-size: 13px;
  margin: 4px 0;
  display: inline-block;
}
.doctor-spec-block {
  /*height: 490px;*/
}
.doctor-spec-block.close-block {
  overflow: hidden;
}
.doctor-spec-block.open-block {
  overflow: hidden;
}
.doctor-spec-block.open-block + .spec-list-more a > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spec-list-more a {
  color: #2f2f2f;
  font-size: 13px;
  position: relative;
}
.spec-list-more a:hover {
  text-decoration: none;
  color: #2f2f2f;
}

#map-container {
  /*height: 100%;*/
  /*width: 1170px;*/
  height: 215px;
}
#open-map {
  padding: 0;
  height: 80%;
}
.balloon-clinic-addres {
  font-size: 12px;
  border-bottom: 2px solid #eff3f6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.balloon-doctor-name {
  font-size: 20px;
}
.balloon-doctor-price {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.balloon-small {
  border-bottom: 2px solid #f1f4f7;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.doctor-contents-balloon .balloon-col:last-child .balloon-small {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.doctor-contents-balloon .balloon-clinic-addres {
  font-size: 12px;
  border-bottom: 1px solid #eff3f6;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.balloon-doctor-name-small {
  font-size: 16px;
}
.balloon-doctor-price-small {
  font-size: 16px;
  font-weight: bold;
}

.rate {
  display: inline-block;
  position: relative;
  height: 19px;
  width: 93px;
}
.rate__default {
  z-index: 1;
}
.rate__default, .rate__value {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #c3c3c8;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  text-align: left;
}
.rate__value {
  color: #e74c3c;
  z-index: 2;
  width: 0;
}
.rate i {
  font-size: 19px;
}

.doctor-sub-menu {
  margin-top: 20px;
  margin-bottom: -5px;
}
.doctor-sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-sub-menu ul li {
  float: left;
  margin-right: 15px;
}
.doctor-sub-menu ul li a {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.doctor-sub-menu ul li a.active,
.doctor-sub-menu ul li a:hover {
  color: #000;
}
.doctor-sub-menu ul li a.active:after,
.doctor-sub-menu ul li a:hover:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #87c189;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.doctor-priem-text {
  font-size: 13px;
  font-weight: bold;
  border-top: 0;
}

.doctor-places__filial-description {
  color: #878787;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

.btn-doctor-info {
  width: 100%;
  background: #36a3dc;
  color: #fff;
  max-width: 200px;
}
.btn-doctor-info:hover,
.btn-doctor-info:focus {
  color: #fff;
}
.doctor-description {
  color: #878787;
  line-height: 18px;
  font-size: 13px;
  border-top: 0;
}
.doctor-description__title {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.doctor-description__section {
  margin-top: 20px;
}
#doctor-description {
}
.doctor-description .doctor-description__section:first-child {
  margin-top: 0;
}
.doctor-description > div {
  /*margin-top: 0;*/
}
.doctor-description__section ul {
  padding-left: 17px;
}
.hide-show-trigger,
.ajax-load-doctor-description,
.ajax-loaded-panel {
  font-size: 13px;
  cursor: pointer;
}
.hide-show-trigger:hover,
.ajax-loaded-panel:hover,
.ajax-load-doctor-description:hover {
  background: #fafafa;
}
.reviews-title h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.reviews-block__item {
  border-top: 0;
}
.reviews-block__item .rate {
  height: 15px;
  width: 74px;
}
.reviews-block__item .rate i {
  font-size: 15px;
}
.reviews-block__riview-name {
  display: inline-block;
  vertical-align: text-bottom;
  font-weight: bold;
  margin-left: 15px;
}
.reviews-block__riview-rate-name {
  margin-bottom: 15px;
}
.reviews-block__text {
  font-size: 13px;
  color: #878787;
  line-height: 18px;
}
.ajax-loaded-panel.processed {
  background: url(../images/loader.gif) no-repeat center;
}
.loader-selector {
  position: relative;
}
.loader-selector .load-popup,
.popup .load-popup {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader.gif) no-repeat center rgba(255, 255, 255, 0.5);
}
.loader-gif {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader.gif) no-repeat center rgba(255, 255, 255, 0.5);
}
.processed .loader-gif {
  display: block;
}
.slider-doctor__swiper {
  width: 98%;
}
.slider-doctor__swiper-container {
  position: relative;
  margin-top: 25px;
}
.slider-doctor__swiper-container .swiper-button-next {
  right: -20px;
}
.slider-doctor__swiper-container .swiper-button-prev {
  left: -20px;
}
.slider-doctor__item {
  border: 2px solid #e2e9ef;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 95px;
}
.slider-doctor__item:hover {
  background: #fafafa;
}
.slider-doctor__foto {
  width: 20%;
  text-align: center;
}
.slider-doctor__info {
  width: 80%;
  padding-left: 10px;
  font-size: 13px;
}
.slider-doctor__spec {
  color: #909090;
  margin-top: 4px;
}
.slider-doctor__stage {
  color: #909090;
  margin-bottom: 4px;
}
.slider-doctor__price {
  font-size: 15px;
  font-weight: bold;
}
.slider-doctor__foto .rate {
  height: 12px;
  width: 60px;
  margin: 3px 0;
}
.slider-doctor__foto .rate i {
  font-size: 12px;
}
.slider-doctor__name {
  font-weight: bold;
}
.last-time {
  color: #878787;
  font-size: 9px;
  line-height: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.map-title h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.reviews-description {
  color: #878787;
  font-size: 13px;
}
.doctor-priem-text h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.more-info-places {
  display: block;
  margin-top: -1px;
  font-size: 13px;
  color: #2f2f2f;
}
.more-info-places:hover {
  background: #fafafa;
}
#doctor-map,
#panoram-map {
  height: 270px;
}
#doctor-map *,
#panoram-map * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.balloon-doctor-zapis {
  font-weight: bold;
}

.filial-info-title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
.filial-info-color {
  color: #878787;
  font-size: 13px;
  line-height: 18px;
}
.filial-phone {
  color: #da0143;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.phone span {
  display: inline-block;
  vertical-align: middle;
}
.phone-short {
  /*text-overflow: ellipsis;
  width: 63px;*/
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.clinic-categiries {
  font-size: 13px;
  line-height: 18px;
  color: #878787;
}
.clinic-categiries a {
  color: #878787;
}

.clinic-categiries a:hover {
  color: #e74c3c;
}


.filial-name {
  font-size: 13px;
  font-weight: bold;
}
.filial-addres {
  font-size: 13px;
  margin-top: 5px;
}
.filial-phone-single span {
  color: #878787;
}
.filial-phone-single {
  font-size: 13px;
  margin: 10px 0 5px;
}
.filial-zapiz {
  font-size: 13px;
  border-bottom: 1px dotted;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.select2.select2-container--doctor-filter-select {
  line-height: 28px;
  background: #f1f1f1;
  border-radius: 2px;
  margin-top: 15px;
}
.select2.select2-container--doctor-filter-select .select2-selection__placeholder {
  color: #36a3dc;
  font-weight: bold;
}
.select2-container--doctor-filter-select .select2-dropdown {
  border: 1px solid #f1f1f1;
  border-top: 0;
}

.select2-container--doctor-category .select2-dropdown {
  border: 1px solid #fff;
}
.sert-zoom {
  position: relative;
  display: block;
}
.sert-zoom span {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/zoom.png) no-repeat center rgba(54, 163, 220, 0.47);
}
.sert-zoom:hover span {
  opacity: 1;
}
.swiper-clinic-sert {
  padding: 0 30px;
  margin: 0 -15px !important;
}
.swiper-sert-next {
  right: 0 !important;
}
.swiper-sert-prev {
  left: 0 !important;
}
.clinic-title {
  margin: 0;
  font-size: 24px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.1;
}
.clinic-description-title {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
}

.clinic-off {
  color: #f00;
  font-size: 17px;
  font-weight: bold;
}

.podbor-block {
  background: #36a3dc;
  padding: 20px 30px;
  text-align: center;
}
.podbor-block-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.podbor-block .select2-container {
  margin-bottom: 15px;
}
.podbor-block form {
  text-align: left;
}
.spec-title {
  margin: -2px 0;
  font-size: 20px;
  font-weight: bold;
}
.clinic-list-description {
  color: #878787;
  margin-top: 10px;
}

.first-block {
  background-image: url(../images/first_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 40px;
  margin-bottom: 30px;
}

.first-block__title {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
}
.first-block .search-row {
  background: transparent;
  border-color: transparent;
}
.first-block__pt-item {
  background: #fff;
  padding: 25px 10px;
  border: 1px solid #e2e9ef;
  border-radius: 2px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first-block__pt-img {
  width: 20%;
  text-align: center;
  padding-right: 10px;
}
.first-block__pt-text {
  width: 80%;
  font-size: 13px;
  line-height: 18px;
  color: #878787;
}
.first-block__pt-title {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-title {
  font-size: 16px;
  font-weight: bold;
}

.count-zapis {
  font-size: 11px;
  color: #e74c3c;
  margin-top: 10px;
}
.category-link {
  margin: 0px 0px 7px 0;
  /*padding: 0px 15px;
  width: 20%;*/
}
.category-link a {
  color: #2f2f2f;
}
.category-link a:hover,
.category-link a:hover span {
  color: #87c189;
  text-decoration: none;
}
.category-link a span {
  color: #878787;
  font-size: 10px;
  margin-left: 5px;
}
.doctor-filter-row {
  position: relative;
}
.categories-lists {
  /*margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.index-tab-item {
  display: none;
}
.index-tab-item.active {
  display: block;
}
.trans-callme {
  position: fixed;
  bottom: 50px;
  right: 50px;
  /*-webkit-transform: scale(0);*/
  /*transform: scale(0);*/
  z-index: 50;
  display: none;
}
.trans-callme img {
  width: 90px;
}
.trans-callme.go {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.trans-callme.go1 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.go-top {
  background-color: #444;
  transition: all .5s;
  bottom: 60px;
  opacity: .4;
  display: none;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  left: 15px;
  text-align: center;
  width: 45px;
  z-index: 90;
  color: #fff;
}
.go-top i {
  width: 47px;
}
.popup-zapis-title {
  font-size: 20px;
  font-weight: bold;
  font-family: Roboto;
  margin-bottom: 15px;
}
#popup-zapis {
  width: 700px;
}
.popup {
  position: relative;
}
.popup-rating-block {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.popup-doctor-title {
  font-family: Roboto;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup-info-row-container {
  font-size: 12px;
}
.popup-info-row-container .row {
  margin-bottom: 3px;
}
.popup-info-row-container .popup-price {
  font-weight: bold;
}

.popup-price span {
  color: #e74c3c;
}
.popup-price i {
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding: 1px 5px;
  vertical-align: text-top;
}

.popup-info-row-container a {
  color: #2f2f2f;
}
.popup-info-row-container a:hover {
  color: #23527c;
}
.popup-priem-text {
  font-size: 13px;
}
.popup-form-group {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-form-label {
  font-size: 13px;
  font-weight: bold;
  padding-right: 30px;
  width: 35%;
  text-align: right;
}
.popup-form-field {
  width: 65%;
}
.popup-form-field input {
  height: 32px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  width: 67%;
  padding: 0 10px;
  font-size: 13px;
}
.popup-user-field {
  background: url(../images/user.png) no-repeat 95% center;
}
.popup-phone-field {
  background: url(../images/phone-call.png) no-repeat 95% center;
}
.popup-zapis-btn,
.popup-zapis-btn-code,
.popup-zapis-btn-consul {
  background: #36a3dc;
  height: 32px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}
.popup-prava {
  font-size: 10px;
  color: #878787;
  width: 200px;
  margin: 15px auto 0;
  text-align: center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.doctor-h1-title {
  margin: 0;
  font-size: 24px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 10px;
}
.reviews-description h1 {
  color: #878787;
  font-size: 13px;
  MARGIN: 0;
  font-weight: 400;
}
.doctor-priem-text h1 {
  font-size: 13px;
  font-weight: bold;
  border-top: 0;
}
.review-send {
  max-width: 200px;
}
.reviews-form label {
  font-weight: 400;
}


#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  color: #e74c3c;
}

#reviewStars-input {

  /*fix floating problems*/
  /*overflow: hidden;*/
  /**zoom: 1;*/
  /*end of fix floating problems*/

  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;

  width: 20px;
  height: 20px;

  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
}

#reviewStars-input label {
  float: right;
  cursor: pointer;
  margin: 0;
  width: 20px;
  height: 20px;
  text-align: center;

  font-size: 16px;
  position: relative;
  z-index: 1;
  color: #c3c3c8;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {

}

.review-success-added {
  font-size: 20px;
  text-align: center;
}
.admin-edit-pencil {
  margin-left: 10px;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.h2-title {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.popup-filial-change {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.popup-filial {
  display: block;
}
.slot-header {
  font-size: 11px;
  color: #878787;
  line-height: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.slot-item {
  background: #36a3dc;
  font-size: 11px;
  line-height: 27px;
  margin-top: 7px;
  text-align: center;
  color: #fff;
}
.slot-item:hover {
  cursor: pointer;
  background: #75c8f3;
}
.popup-success {
  text-align: center;
  font-size: 18px;
}
.doctor-slots-container {
  padding: 0 70px;
  position: relative;
  max-height: 300px;
  overflow: auto;
}
.slots-button-next {
  position: absolute;
  background: url(../images/right-arrow.png);
  width: 9px;
  height: 15px;
  right: 30px;
  top: 8px;
  cursor: pointer;
}
.slots-button-prev {
  position: absolute;
  background: url(../images/left-arrow.png);
  width: 9px;
  height: 15px;
  left: 30px;
  top: 8px;
  cursor: pointer;
}
.slots-button-next.swiper-button-disabled,
.slots-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.paged-text {
  font-size: 16px;
}
.popup-consul-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup-consul-subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}
.popup-input {
  height: 32px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  width: 67%;
  padding: 0 10px;
  font-size: 13px;
}
.phone-registrat-descr {
  font-size: 10px;
  color: #494949;
}
.phone-registrat {
  color: #494949;
  font-size: 30px;
}
.before-close {

}
.before-close-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  z-index: 10;
  text-align: center;
}
.before-close-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.before-close-text span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.main-leads-block {
  min-height: 570px;
  background: url(../images/main-leads.jpg) no-repeat center;
  background-size: cover !important;
  padding: 80px 0 60px;
  margin-bottom: 15px;
}
.main-leads-block-clinic {
  background: url(../images/main-leads-clinic.jpg) no-repeat center;
}
.main-leads__title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 15px;
  font-weight: bold;
}
.main-leads__lists {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
  list-style: none;
  margin-bottom: 20px;
}
.main-leads__lists li {
  padding-left: 35px;
  background: url(../images/li.png) no-repeat left 8px;
  margin-bottom: 5px;
}
.main-leads__form {
  background: #e6e6e6;
  border-radius: 5px;
  padding: 25px 40px 30px;
  text-align: center;
}
.main-leads__icon {
  background: url(../images/search.png) no-repeat center;
  height: 32px;
  margin-bottom: 15px;
}
.main-leads__form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-leads__form-subtitle {
  margin-bottom: 20px;
}
.main-leads__form-or-phone {
  color: #878787;
  margin-top: 15px;
}
.main-leads__form-phone {
  font-size: 18px;
}
.main-leads__form-input {
  height: 38px;
  width: 100%;
  border: 0;
  padding: 0 15px;
  border-radius: 3px;
}
.btn-main-leads__form {
  font-size: 18px;
  color: #fff;
  background: #36a3dc;
  height: 49px;
  width: 100%;
  margin-top: 13px;
}
.btn-main-leads__form:hover,
.btn-main-leads__form:active,
.btn-main-leads__form:focus {
  color: #fff;
}
.main-leads__form-warn {
  color: #f00;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-leads__form-spec-links {
  text-align: left;
}
.main-leads__form-spec-links ul {
  margin-top: 10px;
  list-style-type: none;
  padding: 0;
}
.main-leads__form-spec-links ul li {
  margin-bottom: 5px;
}

/**/
.main-leads-block-doctor .main-leads__title {
  margin-top: 0;
  line-height: 40px;
}
.mobile-phone-block {
  display: none;
}
.soc__icon {
  display: inline-block;
  width: 25px;
  margin-top: 13px;
}
.soc__icon img {
  max-width: 100%;
}
.politika-text {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
#politika {
  max-width: 800px;
}


@media (max-width: 1199px) {
  #open-map {
    width: 95%;
  }
  #map-container {
    /*width: 100%;*/
  }
  .reg-block-text {
    margin: 30px 0;
  }

  .categories-lists {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .header-menu {
    margin-top: 8px;
  }

}

@media (max-width: 991px) {
  .footer-menu {
    margin: 0;
  }
  .footer-menu li {
    float: none;
  }
  .search-row .select2 {
    margin-bottom: 10px;
  }
  .checkbox-sort {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .checkbox-sort li:first-child {
    margin-left: 0;
  }
  .checkbox-sort li {
    float: left;
  }

  .categories-lists {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 767px) {
  .logo img {
    margin: 0 auto;
    max-width: 200px;
  }
  .change-city-block, .phone-block, .callme-block {
    text-align: center;
  }
  .phone-block {
    margin-top: 10px;
  }
  .footer-menu {
    margin: 10px 0;
    text-align: center;
  }
  .subscribe-row .subscribe-inp {
    margin-bottom: 10px;
  }
  .doctor-img {
    margin-bottom: 20px;
  }
  .btn-green,
  .btn-zapis,
  .btn-zapis-filial,
  .btn-zapis-clinic,
  .btn-doctor-info {
    margin-bottom: 15px;
  }
  .or-phone, .phone {
    text-align: center;
  }
  .categories-lists {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .mobile-phone-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .btn-mobile:focus,
  .btn-mobile:hover,
  .btn-mobile {
    background: #36a3dc;
    color: #fff;
    font-size: 16px;
  }

}

@media all and (max-width: 768px) {

  #popup-zapis {
    width: 100%;
  }
  #popup-zapis .popup-info-row-container .row {
    margin-bottom: 10px;
  }

  #popup-zapis .popup-form-group {
    text-align: center;
    display: block;
  }
  #popup-zapis .popup-form-label {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  #popup-zapis .popup-form-field {
    width: 100%
  }

  #popup-zapis .popup-form-field input {
    width: 100%;
  }
}
