a {
  color: #269abc;
}
.sb-phone {
  display: inline-block;
}
#content h1 {
  margin-top: 0;
}
.notification {
  display: none;
}
.sitebar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#promocode {
  position: fixed;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  bottom: 0;
  font-size: 16px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  z-index: 10000;
}

.sitebar .sitebar-item {
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.sitebar .sitebar-item a {
  display: inline-block;
  padding: 10px 15px;
}
.sitebar .sitebar-item:hover {
  background: #f8f8f8;
}
.sitebar .sitebar-item a:hover {
  text-decoration: none;
}

.sitebar .active a {
  color: rgb(51, 51, 51);
}
.two-colum {
  margin-top: 20px;
}
.two-colum th:nth-child(2n) {
  text-align: center;
}
.two-colum td:nth-child(2n) {
  text-align: center;
}

.wrapp-contacts {
  margin: 20px 0;
}

.address {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3em;
  padding-top: 5px;
}
.glyphicon {
  color: #aaa;
}
.address-block {
  max-width: 294px;
  margin: 0 auto 16px auto;
}
.address-block .glyphicon-map-marker {
  font-size: 30px;
  margin-right: 10px;
}
.search-block {
  max-width: 294px;
  margin: 0 auto;
}
.search-block .glyphicon-search {
  font-size: 24px;
  margin-right: 10px;
  padding-left: 5px;
  cursor: pointer;
}
.sisea-search-form .form-control {
  max-width: 185px;
  display: inline-block;
}

.phone .glyphicon-earphone {
  font-size: 24px;
  top: 5px;
}
.phone .sb-phone a {
  font-size: 24px;
  color: inherit;
}
.phone .sb-phone a:hover {
  text-decoration: none;
}
.infinity-time {
  margin-top: -5px;
  font-size: 14px;
  margin-bottom: 14px;
}
.phone {
  text-align: right;
}
.phone .btn:active,
.phone .btn:focus {
  outline: none;
}
/* sticky menu */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.shadow {
  -webkit-box-shadow: 0px 7px 17px -2px rgba(117, 117, 117, 1);
  -moz-box-shadow: 0px 7px 17px -2px rgba(117, 117, 117, 1);
  box-shadow: 0px 7px 17px -2px rgba(117, 117, 117, 1);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #5bc0de;
}

/* end sticky menu */

.navbar-logo {
  display: none;
  padding: 5px 0;
}
.navbar-logo .logo {
  max-height: 40px;
}
.navbar-default {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #eee;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #269abc;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #31b0d5;
  color: #fff;
}
.sitebar .sitebar-item:hover {
  background: none;
}
.sitebar .active a {
  color: #fff;
}
.sitebar .active,
.sitebar .active:hover {
  background: #5bc0de;
}
.sitebar .sitebar-item a:hover {
  text-decoration: underline;
}
/* form style */
.mfp-content {
  max-width: 320px;
  background: #f1f1f1;
}
.white-popup-block {
  /*padding: 35px 69px 50px;*/
  text-align: center;
  padding: 35px 0;
}
.white-popup-block img {
  max-width: 182px;
  margin-bottom: 5px;
}
.white-popup-block .btn {
  margin: 30px auto 5px;
  display: block;
}
.white-popup-block label,
.white-popup-block input {
  display: block;
}
.white-popup-block label {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}
.white-popup-block input {
  padding: 6px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
  margin: 0 auto;
}

.white-popup-block input[type='submit'] {
  padding: 8px 14px;
  box-shadow: none;
}
/* end form style */
/* banner styles */
.jumbotron-banner {
  background: url(../images/bg-gatch.jpg);
  background-size: cover;
}
.jumbotron-banner .banner {
  max-width: 675px;
}
.jumbotron-banner .banner .banner__title {
  font-size: 32px;
  margin-bottom: 35px;
  margin-top: 50px;
}
.jumbotron-banner .banner .banner__title strong {
  color: #269abc;
}
.jumbotron-banner .banner .banner__text {
  font-size: 21px;
}
.jumbotron-banner .banner .banner__text strong {
  color: #269abc;
}
.jumbotron-banner .banner .banner__list {
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.jumbotron-banner .banner .banner__list li {
  display: inline-block;
  margin-right: 15px;
}
.jumbotron-banner .banner .banner__list li .glyphicon {
  color: #46b8da;
}
/* end banner styles */
.glyphicon-list-arrow {
  padding: 0;
  list-style-type: none;
}
.glyphicon-list-arrow li {
  margin: 3px 0;
}
.glyphicon-list-arrow .glyphicon {
  color: #5bc0de;
  margin-right: 8px;
}

/* section advantages */
.advantages {
  text-align: center;
  margin: 50px 0;
}
.advantages h2 {
  margin-bottom: 40px;
}
.advantages .img-circle {
  border: 2px solid #5bc0de;
  max-width: 95%;
}
.advantages p {
  text-align: center;
  margin-top: 10px;
}
.wrapp__advantages-slider {
  max-width: 450px;
  margin: 0 auto;
  display: none;
  text-align: center;
}
.wrapp__advantages-slider .img-circle {
  margin: 0 auto;
}
.h2-title {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* end advantages */
/* bxslider */
.bx-wrapper {
  margin-bottom: 25px;
  box-shadow: none;
}
.bx-viewport {
  height: 297px;
}
.bxslider__vtoroe-mnenie {
  margin-bottom: 40px;
}
.vtoroe-mnenie__list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  backface-visibility: hidden;
}
.vtoroe-mnenie__img {
  width: 245px;
  height: 297px;
  margin-right: 15px;
  display: block;
}
.vtoroe-mnenie__img img {
  max-width: inherit;
}
.vtoroe-mnenie__content {
  display: block;
  position: relative;
  flex-grow: 1;
}
.cons-name,
.cons-info span:not(:last-of-type) {
  border-bottom: 1px solid #e7e7e7;
}
.cons-name {
  font-size: 18px;
  margin-bottom: 5px;
}
.cons-info span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.cons-info__accent {
  color: #269abc;
}
.cons-info__expirience {
  font-weight: bold;
}
.bx-pager-item {
  display: inline-block;
}
.vtoroe-mnenie__thumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 5px;
  border: 1px solid #e7e7e7;
}
.vtoroe-mnenie__thumb img {
  display: block;
  width: 87px;
  height: 87px;
  margin-right: 5px;
  max-width: 100%;
}
.vtoroe-mnenie__thumb-info span {
  display: block;
  text-align: left;
  color: #269abc;
}
.vtoroe-mnenie__thumb-info span:first-of-type {
  margin-bottom: 10px;
  color: #333;
}
.bxslider__vtoroe-mnenie .bx-pager-item {
  width: calc(25% - 7px);
  margin-right: 5px;
}
.bxslider__vtoroe-mnenie .bx-pager-item:last-of-type {
  margin-right: 0;
}
.bxslider__vtoroe-mnenie .bx-pager {
  text-align: center;
}
/* end bxslider */
.tickets-row .btn-info {
  margin-top: 15px;
}
/* insurance */
.owl-carousel .item {
  margin: 10px;
  text-align: center;
}
.owl-carousel .item img {
  margin: 0 auto;
  max-height: 105px;
}
.owl-carousel .item p {
  margin-top: 7px;
}
/* end insurance */
.foot-phone {
  margin-top: 10px;
  display: block;
  color: #269abc;
}
.foot-phone:hover {
  color: #269abc;
  text-decoration: none;
}
footer {
  margin-top: 90px;
  margin-bottom: 30px;
}
footer ul {
  color: #269abc;
}
footer a {
  color: #269abc;
}
footer .sb-phone a:hover {
  color: #269abc;
  text-decoration: none;
}
/* ticket */
.ticket-comment-edited {
  display: none !important;
}
.ticket-comment-link {
  display: none !important;
}
/* inner-sitebar */
.sitebar .inner-sitebar {
  background: #fff;
  color: #269abc;
}
.sitebar .inner-sitebar__item a {
  color: #269abc;
  padding: 5px;
}
/* doc page */
.doctor-image {
  width: 240px;
  height: auto;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 30px;
}
.pop-up__input {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.agreement-text {
  font-size: 12px;
  color: #999;
  line-height: 1.2;
  margin-top: 10px;
}

.agreement-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.agreement-link:hover {
  border-bottom: none;
}

.doctor-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.doctor-item .doctor-item__img img {
  display: block;
  margin-right: 15px;
  width: 180px;
  border-radius: 50%;
}

.doctor-item__text a {
  font-size: 16px;
}

@media (max-width: 500px) {
  .doctor-item .doctor-item__img img {
    width: 130px;
  }
  #doctor-list {
    font-size: 25px;
  }
}

ol.step-by-step {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  margin-top: 15px;
  padding: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 1.2;
}
ol.step-by-step li.step-by-step--list {
  counter-increment: step-counter;
  margin-bottom: 20px;
  line-height: 1.5;
}
ol.step-by-step li.step-by-step--list::before {
  content: counter(step-counter);
  margin-right: 5px;
  background-color: #5bc0de;
  color: white;
  font-weight: bold;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
ol.step-by-step li.step-by-step--list:hover::before {
  background: #31b0d5;
}

/* popup license */
.mfp-img-license .mfp-close {
  color: #000;
  margin-right: 15px;
}
.mfp-img-license .mfp-close:hover {
  cursor: pointer;
}
.mfp-img-license .mfp-counter {
  color: #555;
  margin-right: 15px;
}

/* media */
@media only screen and (max-width: 1200px) {
  .vtoroe-mnenie__thumb-info span:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .phone {
    max-width: 207px;
    margin: 0 auto;
  }
  .navbar-logo {
    display: block;
  }
  .vtoroe-mnenie__thumb-info {
    display: none;
  }
  .bxslider__vtoroe-mnenie .bx-pager-item {
    width: auto;
  }
  .bx-pager {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .phone {
    max-width: 207px;
    margin: 15px auto;
    text-align: left;
  }
  .navbar-logo {
    padding-left: 20px;
  }
  .advantages p {
    max-width: 300px;
    margin: 15px auto 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .wrapp__advantages-slider {
    display: block;
  }
  .advantages {
    display: none;
  }
  .jumbotron-banner {
    background-position: 65%;
  }
  .jumbotron-banner .banner .banner__title {
    font-size: 25px;
  }
  .jumbotron-banner .banner .banner__text {
    font-size: 18px;
  }
  .jumbotron-banner .banner .banner__list li {
    font-size: 16px;
  }
  .fb-gallery {
    text-align: center;
  }
  .well .h2 {
    font-size: 20px;
  }
  .inner {
    margin-top: 30px;
  }
}

/* bvi add */
.bvi-panel-open,
.bvi-panel-close {
  display: block;
  margin: 0 auto;
  max-width: 294px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(91, 192, 222);
  transition: 0.2s;
}
.bvi-glyphicon-eye-open,
.bvi-glyphicon-eye-close {
  font-size: 20px;
  margin-right: 14px;
  padding-left: 8px;
  transition: 0.2s;
}
.bvi-glyphicon-eye-open:hover,
.bvi-panel-open:hover {
  color: #31b0d5;
}

.infinity-time {
  margin-top: 5px;
  margin-bottom: 20px;
}
.search-block {
  margin: 0 auto 5px;
}
.logo {
  margin-top: 15px;
}

.bvi-body .navbar-default .navbar-toggle .icon-bar {
  background: #000000 !important;
}
/* end bvi */

@media only screen and (max-width: 690px) {
  .bx-viewport {
    height: auto;
  }
  .vtoroe-mnenie__list-item {
    display: block;
    text-align: center;
  }
  .vtoroe-mnenie__img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 324px) {
  .address-block .glyphicon-map-marker {
    font-size: 25px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .blockquote__vtoroe-mnenie {
    padding: 0;
    border: none;
  }
}

.show_email {
  display: inline-block;
  padding: 8px 16px;
  box-sizing: border-box;
  line-height: 1;
  margin-left: 16px;
  transition: background 0.2s;
  color: #fff;
  background-color: rgb(91, 192, 222);
  border: 1px solid transparent;
  border-radius: 4px;
}

.show_email:hover {
  cursor: pointer;
  background-color: rgba(91, 192, 222, 0.8);
}
