@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background: #ffffff;
  font-size: 18px;
  font-family: PFHighwayThin, Arial, Helvetica, sans-serif;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #000000;
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #0066cc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #0066cc;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
header,
footer,
nav,
aside,
article,
section {
  display: block;
}
input,
button,
textarea,
select {
  font-family: PFHighwayThin, Arial, Helvetica, sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.alignleft {
  float: left;
  margin: 0 20px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.heading {
  color: black;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 401px) {
  .heading.line {
    position: relative;
  }
  .heading.line:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    z-index: 10;
    margin-top: -1px;
    height: 2px;
    background: #999;
  }
  .heading span {
    padding: 0 45px;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 20;
  }
}
@media (max-width: 400px) {
  .heading {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .heading span {
    padding: 0 10px;
  }
}
/*
	Первый экран
*/
.header {
  background: url(../img/bg-first.jpg) center top no-repeat;
  height: 657px;
  margin-bottom: 60px;
}
.header .container {
  position: relative;
}
@media (max-width: 900px) {
  .header {
    margin-bottom: 0;
    background: url(../img/bg-first.jpg) right top no-repeat;
  }
}
@media (max-width: 600px) {
  .header {
    background: url(../img/bg-first.jpg) no-repeat;
    height: auto;
    background-position: 80%;
  }
}
.logo {
  padding: 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
}
.slogan {
  font-size: 30px;
  line-height: 35px;
  padding: 15px 0 15px 85px;
  background: url(../img/logo.png) no-repeat -5px center;
  display: block;
}
@media (max-width: 991px) {
  .slogan {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  .slogan {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .slogan {
    padding: 60px 0 10px 0;
    background-position: center top;
  }
}
.header-phone {
  padding-top: 30px;
  padding-right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .header-phone {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .header-phone {
    padding-top: 10px;
  }
}
.header .phone {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
}
.header .phone a {
  text-decoration: none;
  color: #000;
}
.header .phone u {
  color: #0066cc;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px #0066cc dotted;
}
.btn {
  display: inline-block;
  font-family: Arial;
  color: #000;
  text-decoration: none;
  text-align: center;
  height: 48px;
  cursor: pointer;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #db9d5e;
  background-image: -webkit-linear-gradient(to top, #db9d5e, #fbbd61);
  background-image: -moz-linear-gradient(to top, #db9d5e, #fbbd61);
  background-image: -o-linear-gradient(to top, #db9d5e, #fbbd61);
  background-image: -ms-linear-gradient(to top, #db9d5e, #fbbd61);
  background-image: linear-gradient(to top, #db9d5e, #fbbd61);
  padding: 0 10px;
  border: none;
  line-height: 48px;
}
@media (max-width: 400px) {
  .btn {
    height: auto;
    line-height: 20px;
    padding: 10px;
  }
}
.btn:hover {
  background-color: #fbbd61;
  background-image: -webkit-linear-gradient(to top, #fbbd61, #db9d5e);
  background-image: -moz-linear-gradient(to top, #fbbd61, #db9d5e);
  background-image: -o-linear-gradient(to top, #fbbd61, #db9d5e);
  background-image: -ms-linear-gradient(to top, #fbbd61, #db9d5e);
  background-image: linear-gradient(to top, #fbbd61, #db9d5e);
  color: #000;
}
form[name="recall"] {
  display: none;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 100;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 100px;
}
form[name="recall"] input {
  width: 228px;
  padding: 0 15px;
  height: 45px;
  background: #fff;
  border: 1px #a8a8a8 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form[name="recall"] button {
  width: 260px;
}
form[name="recall"].open {
  display: block;
}
.modal > span:last-child,
form[name="recall"] > span:last-child {
  position: absolute;
  line-height: 32px;
  right: 5px;
  top: -2px;
  font-size: 28px;
  cursor: pointer;
}
@media (max-width: 600px) {
  form[name="recall"] {
    right: 10px;
    left: 10px;
  }
  form[name="recall"] input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  form[name="recall"] button {
    width: 100%;
    display: block;
  }
}
.first-desc {
  padding: 27px 15px 30px 30px;
  margin: 60px -15px 0 -15px;
  font-size: 24px;
  font-family: Arial;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .first-desc {
    background: none;
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .first-desc {
    padding: 15px;
    font-size: 20px;
  }
}
.first-desc h1 {
  font-size: 42px;
  line-height: 54px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .first-desc h1 {
    font-size: 32px;
    line-height: normal;
  }
  .first-desc h1 br {
    display: none;
  }
}
@media (max-width: 400px) {
  .first-desc h1 {
    font-size: 28px;
  }
}
.first-desc ul {
  margin: 55px 0;
  padding: 0;
}
.first-desc ul li {
  list-style: none;
  background: url(../img/li2.png) no-repeat left 7px;
  margin: 19px 0;
  padding-left: 30px;
}
.first-desc .btn {
  width: 430px;
  margin-left: 35px;
}
@media (max-width: 600px) {
  .first-desc .btn {
    width: auto;
    margin: 0;
  }
}
.header-doctor {
  position: relative;
  height: 560px;
  clear: both;
}
@media (max-width: 991px) {
  .header-doctor {
    display: none;
  }
}
.doctor {
  position: absolute;
  left: 5px;
  bottom: 5px;
  line-height: 24px;
}
/*
	Меню
*/
.main-nav {
  position: absolute;
  z-index: 100;
  top: 657px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #bebebe;
  background-image: -webkit-linear-gradient(to top, #bebebe, #f1f0f1);
  background-image: -moz-linear-gradient(to top, #bebebe, #f1f0f1);
  background-image: -o-linear-gradient(to top, #bebebe, #f1f0f1);
  background-image: -ms-linear-gradient(to top, #bebebe, #f1f0f1);
  background-image: linear-gradient(to top, #bebebe, #f1f0f1);
  text-align: center;
  line-height: 24px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  display: inline-block;
  padding: 0 40px;
  margin: 18px 0;
  position: relative;
}
.main-nav ul li:after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 1px;
}
.main-nav ul li a {
  color: #000;
  text-decoration: none;
}
.main-nav ul li a.red {
  color: #E00404;
}
.main-nav ul li a:hover {
  color: #990000;
}
.main-nav ul li:last-child:after {
  display: none;
}
@media (max-width: 1199px) {
  .main-nav ul li {
    padding: 0 30px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    position: static;
    width: auto;
    height: auto;
    text-align: right;
    padding: 5px;
  }
  .main-nav ul {
    display: none;
  }
  .main-nav ul li {
    display: block;
    margin: 10px 0;
    padding: 0 15px;
  }
  .main-nav ul li:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-nav.fix {
    position: fixed;
    top: 0;
  }
}
.navbar-toggle {
  background: none;
  border: none;
  width: 20px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 901px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle .bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggle .bar:nth-child(2) {
  top: 12px;
}
.navbar-toggle .bar:nth-child(3) {
  top: 18px;
}
.navbar-toggle:not(.collapsed) .bar:nth-child(1),
.navbar-toggle:not(.collapsed) .bar:nth-child(3) {
  top: 11px;
}
.navbar-toggle:not(.collapsed) .bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*
	Преимущества
*/
.advant {
  padding-top: 63px;
}
.advant .heading {
  font-size: 36px;
}
@media (max-width: 400px) {
  .advant .heading {
    font-size: 28px;
  }
}
.advant-list {
  border-bottom: 1px solid #cdcdcd;
}
.advant-item {
  color: #333;
  font-size: 18px;
  font-weight: 100;
  line-height: 21px;
  margin-bottom: 65px;
}
.advant-item .headline {
  color: black;
  font-family: Arial;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 24px;
  min-height: 54px;
  line-height: 27px;
}
.advant .ico {
  display: block;
  margin: 0 auto 27px auto;
  width: 200px;
  height: 158px;
}
.advant .ico-check {
  background: url(../img/img-advant-01.jpg) 0 0 no-repeat;
}
.advant .ico-time {
  background: url(../img/img-advant-02.jpg) 0 0 no-repeat;
}
.advant .ico-heart {
  background: url(../img/img-advant-03.jpg) 0 0 no-repeat;
}
@media (max-width: 1199px) {
  .advant-item {
    text-align: center;
  }
.pussy .advant-item {
    text-align: center;
    margin-bottom: 10px;
}

}
@media (max-width: 480px) {
  .advant .ico {
    width: 80px;
    height: 63px;
    background-size: 100% 100%;
  }
}
@media (max-width: 380px) {
  .advant .ico {
    width: 42px;
    height: 33px;
    background-size: 100% 100%;
  }
}
/*
	Виды обрезания
*/
.types {
  padding-top: 73px;
  padding-bottom: 10px;
}
.types .container {
  position: relative;
}
.types .tabbb {
  padding-top: 4px;
}
.types .tabbb > div {
  display: none;
}
.types-info {
  font-size: 24px;
}
.types-info ul {
  margin: 0px 0 20px 0px;
  padding: 0;
}
.types-info ul li {
  margin: 10px 0;
  padding-left: 40px;
  background: url(../img/li.png) no-repeat 0 1px;
  list-style: none;
}
.types-info ul li:first-child {
  margin-top: 0;
}
.types .navigator {
  font-weight: bold;
  margin-bottom: 35px;
}
.types .navigator i {
  font-style: normal;
}
.types .navigator u {
  color: #0066cc;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px #0066cc dotted;
}
.types .navigator span.open u {
  color: #d2781e;
  text-decoration: none;
  border-bottom: 1px #fff dotted;
}
.types-img {
  font-size: 24px;
}
.types-img p {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .types-img {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1199px) {
  .types-info {
    font-size: 22px;
  }
  .types-img {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .types .navigator i {
    display: block;
  }
}
@media (max-width: 480px) {
  .types-info,
  .types-img {
    font-size: 18px;
  }
}
.show-img {
  position: absolute;
  left: 13px;
  top: 97px;
  cursor: pointer;
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show-img {
    width: 470px;
  }
}
@media (max-width: 991px) {
  .show-img {
    left: 28px;
  }
}
@media (max-width: 600px) {
  .show-img {
    display: none;
  }
}
div.open {
  display: block !important;
}
.btn-tech {
  width: 340px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .btn-tech {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .btn-tech {
    width: auto;
  }
}
/*
	Скальпель
*/
.scalpel-desc {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.scalpel-desc .heading {
  text-align: left;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 45px;
}
.scalpel-desc .heading + p {
  font-size: 24px;
}
.scalpel-desc ul {
  margin: 20px 0 20px 35px;
}
.scalpel-desc ul li {
  list-style: none;
}
.scalpel-desc p {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .scalpel {
    background: url(../img/img-scalp-main.jpg) center top no-repeat;
    height: 900px;
    padding-top: 26px;
  }
  .scalpel-desc {
    float: right;
    max-width: 555px;
    margin-bottom: 83px;
  }
}
@media (max-width: 400px) {
  .scalpel-desc .heading {
    font-size: 28px;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .mobile-img {
    display: none;
  }
}
.tool {
  clear: both;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 -30px;
  padding: 23px 15px 7px 15px;
}
.tool .headline {
  color: #333;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 23px;
}
.tool-item {
  text-align: center;
  color: black;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  margin: 0 -10px 30px -10px;
}
.tool-item img {
  display: block;
  margin: 0 auto 10px auto;
}
@media (max-width: 991px) {
  .tool .headline {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tool {
    display: none;
  }
}
/*
	Слайдер
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
	Технологии
*/
.tech {
  padding-top: 73px;
  padding-bottom: 79px;
}
.tech .heading {
  margin-bottom: 79px;
}
.tech-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.tech-img {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.tech-desc {
  float: right;
  width: 50%;
  padding-left: 15px;
  font-size: 24px;
  line-height: 30px;
}
.tech-desc p {
  margin: 20px 0;
}
.tech-desc p:first-child {
  margin-top: 0;
}
.tech-desc p:last-child {
  margin-bottom: 0;
}
.tech-desc p b {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.tech .slick-dots {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.tech .slick-dots li {
  list-style: none;
  display: inline-block;
}
.tech .slick-dots li button {
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  margin-left: 18px;
  background: rgba(255, 255, 255, 0.7);
  color: #666;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px #cdcdcd solid;
}
.tech .slick-dots li.slick-active button {
  background: #fbbc62;
  border: 1px #9b9a99 solid;
}
@media (min-width: 1200px) {
  .tech-desc {
    height: 322px;
  }
}
@media (max-width: 991px) {
  .tech-img {
    float: none;
    width: auto;
    padding: 15px;
    text-align: center;
  }
  .tech-img img {
    display: inline-block;
  }
  .tech-desc {
    float: none;
    width: auto;
    padding: 15px;
  }
  .tech .slick-dots {
    position: static;
  }
}
@media (max-width: 767px) {
  .tech .heading {
    margin-bottom: 30px;
  }
  .tech-desc {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 425px) {
  .tech {
    padding-bottom: 0;
  }
  .tech-img {
    margin-bottom: 50px;
  }
  .tech .slick-dots {
    position: absolute;
    bottom: auto;
    top: 260px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .tech .slick-dots li button {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
  }
}
@media (max-width: 375px) {
  .tech-img {
    margin-bottom: 70px;
  }
  .tech .slick-dots {
    top: 220px;
  }
  .tech .slick-dots li button {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .tech-img {
    margin-bottom: 50px;
  }
  .tech .slick-dots {
    top: 190px;
  }
}
.red {
  color: #900;
}
/*
	Палата
*/
.ward-desc {
  padding-top: 53px;
  background: rgba(255, 255, 255, 0.67);
  padding: 60px 20px 20px 20px;
}
.ward-desc .heading {
  text-align: left;
  font-size: 35px;
  margin-bottom: 45px;
}
.ward-desc p {
  font-size: 24px;
  margin: 24px 0;
}
@media (min-width: 992px) {
  .ward {
    background: url(../img/img-medical.jpg) center top no-repeat;
    height: 768px;
  }
  .ward-desc {
    max-width: 570px;
    float: right;
  }
}
@media (max-width: 480px) {
  .ward-desc .heading {
    font-size: 28px;
  }
  .ward-desc p {
    font-size: 18px;
  }
}
/*
	Сопровождение
*/
@media (min-width: 992px) {
  .accomp {
    background: url(../img/img-soprovozhdenie.jpg) center top no-repeat;
    height: 750px;
    margin-top: 73px;
  }
}
.contact-list {
  position: relative;
  margin-top: 85px;
}
.contact-item {
  display: inline-block;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 7px;
}
.contact-item:last-child {
  margin-right: 0;
}
.contact-item button {
  border: none;
  background: none;
  padding: 0;
}
.contact-item button span {
  color: #303030;
  font-size: 18px;
  font-weight: 100;
  text-decoration: underline;
}
.contact-item img {
  display: block;
  margin: 0 auto 5px auto;
}
.contact-item.open {
  display: inline-block !important;
}
@media (max-width: 600px) {
  .contact-list {
    margin-top: 0;
  }
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 5px;
  right: 20px;
  background: #fff;
  color: #303030;
  font-size: 18px;
  font-weight: 100;
  line-height: 21px;
  padding: 6px 10px;
  text-align: left;
}
.dropdown-menu a {
  color: #303030;
  text-decoration: underline;
}
.open .dropdown-menu {
  display: block;
}
@media (max-width: 600px) {
  .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/*
	Видео
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.video {
  padding-top: 73px;
}
.video .container {
  padding: 0;
}
.video .heading {
  margin-bottom: 54px;
}
/*
	Доктора
*/
.doctors {
  padding-top: 57px;
  margin-bottom: 100px;
}
.doctors .container {
  padding: 0;
  position: relative;
}
.doctors-img {
  float: left;
  width: 50%;
}
.doctors-table {
  float: right;
  width: 50%;
}
.doctors-table .headline {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}
.doctors-table p {
  font-size: 18px;
  line-height: 30px;
}
.doctors-table p span {
  display: inline-block;
  width: 200px;
}
.doctors-table p b {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
.doctors .slick-dots {
  z-index: 15;
  left: 188px;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}
.doctors .slick-dots li {
  list-style: none;
  display: inline-block;
}
.doctors .slick-dots li button {
  cursor: pointer;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 15px;
  background: #fff;
  border: none;
  text-indent: -9999px;
}
.doctors .slick-dots li.slick-active button {
  background: #e3a460;
}
.doctors .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 570px;
}
@media (max-width: 1199px) {
  .doctors .btn {
    width: 470px;
  }
}
@media (max-width: 991px) {
  .doctors-img {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .doctors-table {
    float: none;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .doctors .slick-dots {
    position: static;
    margin: 20px 0;
  }
  .doctors .slick-dots li button {
    border: 1px solid #e3a460;
  }
  .doctors .btn {
    position: static;
    clear: both;
    margin: 20px 0;
  }
}
@media (max-width: 425px) {
  .doctors {
    margin-bottom: 40px;
  }
  .doctors .container {
    padding: 0 15px;
  }
  .doctors .btn {
    width: auto;
    margin-top: 90px;
    position: relative;
    z-index: 1000;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
    height: auto;
  }
  .doctors-img {
    width: 280px;
    margin: 0 auto 30px auto;
  }
  .doctors .slick-dots {
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 100;
  }
  .doctors #blink1 {
    position: absolute;
    bottom: 110px;
    left: 10px;
    right: 10px;
    z-index: 100;
  }
}
#blink1 {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  position: absolute;
  left: 600px;
  bottom: 62px;
  z-index: 10;
}
@media (max-width: 1199px) {
  #blink1 {
    left: 500px;
  }
}
@media (max-width: 991px) {
  #blink1 {
    position: static;
    text-align: center;
  }
}
@-webkit-keyframes blink {
  50% {
    color: #222222;
  }
  51% {
    color: rgba(34, 34, 34, 0);
  }
  100% {
    color: rgba(34, 34, 34, 0);
  }
}
@keyframes blink {
  50% {
    color: #222222;
  }
  51% {
    color: rgba(34, 34, 34, 0);
  }
  100% {
    color: rgba(34, 34, 34, 0);
  }
}
#blink2 {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  font-size: 18px;
  font-family: Arial;
}
@-webkit-keyframes blink2 {
  50% {
    color: #222222;
  }
  51% {
    color: rgba(34, 34, 34, 0);
  }
  100% {
    color: rgba(34, 34, 34, 0);
  }
}
@keyframes blink2 {
  50% {
    color: #222222;
  }
  51% {
    color: rgba(34, 34, 34, 0);
  }
  100% {
    color: rgba(34, 34, 34, 0);
  }
}
/*
	Цены
*/
.price-table {
  background: rgba(255, 255, 255, 0.67);
  padding: 60px 20px 20px 20px;
  width: 570px;
  height: 758px;
  float: right;
  position: relative;
}
.price-table .heading {
  text-align: left;
  margin-bottom: 47px;
}
.price-table table {
  margin: 46px 30px;
  font-size: 24px;
  width: 420px;
}
@media (min-width: 426px) {
  .price-table table tr td:first-child {
    width: 260px;
  }
  .price-table table tr:last-child td {
    padding-top: 50px;
  }
}
.price-table table tr td:last-child {
  text-align: right;
}
.price-table table tr td:first-child:after {
  content: "-";
  float: right;
}
.price-table table tr td.not:first-child:after {
  content: "";
  float: right;
}
.price-table table tr td {
  padding: 9px 0;
}
.price-table .btn {
  width: 520px;
  position: absolute;
  left: 15px;
  bottom: 90px;
}
@media (min-width: 992px) {
  .price {
    background: url(../img/bg-price-block.jpg) center top no-repeat;
    height: 758px;
  }
  .price .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .price-table {
    width: auto;
    height: auto;
    float: none;
    padding: 0;
  }
  .price-table .heading {
    text-align: center;
  }
  .price-table table {
    margin: 30px auto 60px auto;
    width: auto;
    font-size: 18px;
  }
  .price-table table .not {
    display: none;
  }
  .price-table .btn {
    width: auto;
    max-width: 520px;
    position: static;
    margin: 20px auto;
    display: block;
  }
  .price #blink2 {
    text-align: center;
    position: static;
    display: block;
  }
}
.price-kwota {
  position: relative;
  z-index: 1;
}
@media (min-width: 426px) {
  .price-kwota:before {
    content: "";
    display: block;
    background: url(../img/bg-price.png) 0 0 no-repeat;
    width: 151px;
    height: 82px;
    position: absolute;
    top: -20px;
    left: -46px;
    z-index: -1;
  }
}
/*
	Квоты
*/
.quotas {
  padding-top: 65px;
}
.quotas .heading {
  margin-bottom: 80px;
}
.quotas-img {
  margin-left: -15px;
}
.quotas-desc p {
  font-size: 24px;
  line-height: 28px;
  margin: 24px 0;
}
.quotas-desc p:first-child {
  margin-top: -3px;
}
.quotas-desc .btn {
  width: 100%;
  margin-top: 17px;
}
@media (max-width: 991px) {
  .quotas-img {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .quotas .heading {
    margin-bottom: 30px;
  }
  .quotas-desc p {
    font-size: 18px;
  }
}
/*
	Отзывы
*/
.reviews {
  padding-top: 95px;
}
.reviews-item {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.reviews-item .ico {
  width: 171px;
  height: 171px;
  display: block;
  margin: 0 auto 15px auto;
}
.reviews-item.positiv {
  color: #449a01;
}
.reviews-item.positiv .ico {
  background: url(../img/img-smile-01.jpg) 0 0 no-repeat;
}
.reviews-item.indiffer {
  color: #f9e539;
}
.reviews-item.indiffer .ico {
  background: url(../img/img-smile-02.jpg) 0 0 no-repeat;
}
.reviews-item.negativ {
  color: #ff6633;
}
.reviews-item.negativ .ico {
  background: url(../img/img-smile-03.jpg) 0 0 no-repeat;
}
.reviews p {
  font-size: 24px;
  line-height: 28px;
  margin: 24px 0;
}
@media (max-width: 991px) {
  .reviews-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .reviews p {
    font-size: 20px;
    line-height: normal;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .reviews .reviews-item .ico {
    width: 120px;
    height: 120px;
    background-size: 100% 100%;
  }
}
@media (max-width: 425px) {
  .reviews .reviews-item .ico {
    width: 60px;
    height: 60px;
  }
}
/*
	FAQ
*/
.faq {
  font-size: 24px;
  padding-top: 65px;
}
.faq .heading {
  margin-bottom: 50px;
}
.faq-answer > div {
  display: none;
}
.faq-answer p {
  margin: 24px 0;
  line-height: 28px;
}
.faq-question {
  font-size: 24px;
}
.faq-question ul {
  list-style: none;
  padding-left: 20px;
  margin: 24px 0;
}
.faq-question ul li {
  padding-top: 5px;
  cursor: pointer;
}
.faq-question ul li u {
  color: #0066cc;
  text-decoration: none;
  border-bottom: 1px #0066cc dotted;
}
.faq-question ul li.open u {
  color: #d2781e;
  text-decoration: none;
  border-bottom: 1px #fff dotted;
}
@media (max-width: 480px) {
  .faq-answer,
  .faq-question {
    font-size: 18px;
  }
}
/*
	Адрес клиники
*/
.address {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .address .container {
    padding: 0;
  }
}
.address .heading {
  margin-bottom: 80px;
}
.address .headline {
  font-size: 28px;
  line-height: 28px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin: 15px 0;
}
.address ul {
  margin: 30px 40px;
  list-style: none;
  padding: 0;
  font-size: 24px;
}
.address ul li {
  padding: 6px 0;
}
.address ul li:before {
  content: "-";
}
.address p {
  font-size: 18px;
  margin: 18px 0 18px 40px;
  line-height: 20px;
}
.address .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .address .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .address .heading {
    margin-bottom: 30px;
  }
  .address ul {
    font-size: 18px;
    margin: 20px 0;
  }
  .address p {
    margin: 20px 0;
  }
}
/*
	Сертификаты
*/
.certificate {
  padding-top: 65px;
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .certificate img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .certificate {
    text-align: center;
  }
}
/*
  Nivo Lightbox Style
*/
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../img/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../img/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../img/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../img/close.png) no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../img/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../img/close@2x.png);
    background-size: 16px 16px;
  }
}
/*
	Баннер
*/
.banner {
  margin-bottom: 70px;
}
.banner-content {
  text-align: center;
  background: #f0f0f0;
  font-size: 36px;
  line-height: 48px;
  padding: 21px 0;
}
.banner-content .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .banner-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner .btn {
    display: block;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 400px) {
  .banner-content {
    font-size: 28px;
    line-height: normal;
  }
  .banner .btn {
    margin-top: 10px;
  }
}
/*
	Карта
*/
section.map {
  margin-bottom: 35px;
  font-size: 0;
  padding: 0;
}
section.map iframe {
  margin: 0;
  padding: 0;
  display: block;
}
.map {
  width: 100%;
  height: 380px;
  background: #C0C0C0;
  margin: 0 15px 35px 15px;
}
@media (max-width: 767px) {
  .map {
    margin: 0 0 35px 0;
  }
}
/*
	Модальные окна
*/
#blacker {
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal {
  position: fixed;
  font-family: Arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 17px;
  text-align: left;
  z-index: 1000;
  left: 50%;
  background: #f1efef;
  margin-left: -450px;
  top: 100px;
  width: 900px;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal p {
  margin: 17px 0;
}
@media (max-width: 991px) {
  .modal {
    top: 20px;
    width: auto;
    left: 10px;
    right: 10px;
    margin: 0;
  }
}
.modal.open {
  width: 900px;
  padding: 30px;
  height: 480px;
  opacity: 1;
}
@media (max-width: 991px) {
  .modal.open {
    width: auto;
    height: auto;
  }
}
#blacker.open {
  position: fixed;
  opacity: 1;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal h3 {
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
}
form.kwota {
  width: 840px;
  text-align: center;
  font-size: 0;
  margin-top: 35px;
}
form.kwota label {
  display: inline-block;
  width: 270px;
  font-size: 17px;
  margin: 0 5px;
  color: #009933;
}
form.kwota label.red {
  color: #990000;
}
form.kwota label input {
  width: 248px;
  padding: 0 15px;
  height: 45px;
  background: #fff;
  border: 1px #a8a8a8 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 40px;
}
form.kwota span {
  display: block;
  font-size: 15px;
  color: #666666;
  margin: 8px 0;
}
form.kwota button {
  width: 420px;
}
.modal > span:last-child,
form[name="recall"] > span:last-child {
  position: absolute;
  line-height: 32px;
  right: 5px;
  top: -2px;
  font-size: 28px;
  cursor: pointer;
}
#d1,
#d2,
#d3 {
  display: none;
}
#d1.open,
#d2.open,
#d3.open {
  display: block;
}
.doctor-desc {
  max-width: 460px;
  float: right;
  margin: 0;
  font-size: 17px;
}
.doctor-desc p {
  margin: 17px 0;
}
@media (max-width: 991px) {
  .doctor-desc {
    max-width: none;
    float: none;
  }
}
#mContact form {
  width: 460px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 600px) {
  #mContact form {
    width: auto;
  }
}
#mContact form input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  background: #fff;
  border: 1px #a8a8a8 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 37px;
}
@media (max-width: 991px) {
  #mContact form input {
    margin-top: 0;
  }
}
#mContact button {
  width: 460px;
}
@media (max-width: 600px) {
  #mContact button {
    width: 100%;
  }
}
.doctor-desc span {
  display: block;
  font-size: 15px;
  color: #666666;
  margin: 8px 0;
}
.modal-doctor {
  max-width: 320px;
  position: relative;
}
.modal-doctor img {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .modal-doctor {
    display: none;
  }
}
.doctor-name {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  text-align: center;
  font-size: 17px;
  display: block;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 600px) {
  #mKwota {
    padding: 15px;
  }
  #mKwota p {
    display: none;
  }
  form.kwota {
    width: auto;
    margin-top: 0;
  }
  form.kwota label {
    display: block;
    width: auto;
    margin: 10px 0;
    font-size: 14px;
  }
  form.kwota label input {
    margin-top: 10px;
  }
  form.kwota button {
    width: 100%;
  }
  form.kwota span {
    font-size: 12px;
  }
    #photo {
    padding-top: 7px;
}
}


#monitor{position:fixed; font-family:Arial; z-index:1000; text-align:left; color:#666666; right:-400px; transition:right 1s; top:140px; width:350px; height:130p; padding:30px; background:#fff; border:1px #9d9d9e solid; border-right:0; border-radius:4px 0 0 4px;}
#monitor.open{right:0;}
#monitor big{font-size:18px;}
#monitor p{font-size:14px; margin:22px 0;}
#monitor .btn{background:#bad89a; box-sizing:border-box; width:290px; height:46px;}

#lastkwota{position:fixed; font-family:Arial; z-index:1000; text-align:left; color:#fff; right:0px; transition:right 1s; top:140px; width:350px; height:130p; padding:30px; background:#990000; border-radius:4px 0 0 4px;}
#lastkwota big{font-size:18px;}
#lastkwota p{font-size:14px; margin:22px 0;}
#lastkwota .btn{background:#fff; color:#000; box-sizing:border-box; width:290px; height:46px;}



#mKwotaMonitor .lCol img, #mKwotaMonitor .lCol{width:290px; float:left;}
#mKwotaMonitor .rCol{width:355px; font-family:pfhighway,Helvetica,Arial,sans-serif; float:right; font-size:18px; }
#mKwotaMonitor.modal.open{width:740px;}
#mKwotaMonitor .rCol big{font-size:24px; font-family:Arial;}

#mKwotaMonitor form input{width:353px; padding:0 15px; height:45px; background:#fff; border:1px #a8a8a8 solid; border-radius:3px; margin-top:15px;}
#mKwotaMonitor button{width:355px;}
#mKwotaMonitor .rCol span{display:block; font-size:15px; color:#666666; margin:8px 0;}

#photo{padding-top:73px;}
.pussy {overflow:hidden;max-height:570px; margin-bottom:50px;}
.pussy.open{max-height: 5700px;margin-bottom:0px;}
.pussy .advant-item.txt {text-align:left; line-height:1.2;}
.pussy .advant-item.txt p{margin-bottom:30px;}
.pussy .advant-item.txt .btn{text-align:center; font-size:18px;}
.pussy .advant-list{border-bottom:0 !important;}
.pussy .advant-item.txt big{font-size:24px; font-family:Arial; display:block; margin-bottom:30px;}
@media (max-width: 768px) {
#photo {
    padding-top: 30px;
}
.pussy .advant-item.txt span {
    margin-bottom: 50px;
}
.pussy {max-height: 600px;}
.pussy.open {
    max-height: 12000px;
    margin-bottom: 0px;
}
#photo .heading {

    margin-bottom: 20px;
}
}
@media (max-width: 600px) {
    #photo {
    padding-top: 40px;
}
}