/**  
  * @outputFile ../css/style.css
  * @outputStyle expanded
  */
body {
  position: relative;
  font: 1.125rem "Times New Roman", serif;
  line-height: 1.2;
  color: black;
  -webkit-font-smoothing: antialiased;
  background: #352116 url("/web/img/bg-body.jpg") 0 0 repeat;
  min-width: 1000px;
  overflow-x: hidden; }

/* 
*
* Common elements
*
*/
.clear {
  clear: both; }

ul, ol {
  padding-left: 2.5rem; }

label {
  cursor: default; }

textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  font: 14px "Times New Roman", serif; }

p {
  margin: 1.375rem 0 0; }

p:first-child {
  margin-top: 0; }

.rte-center {
  text-align: center; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  color: black;
  background: #fff;
  padding: 4px 7px 3px;
  border: 1px solid black;
  outline: none;
  font-size: 16px;
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  outline: none; }

textarea.error,
input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error {
  color: #dc5858; }

textarea.error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder, input[type="number"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder, input[type="search"].error::-webkit-input-placeholder, input[type="tel"].error::-webkit-input-placeholder, input[type="text"].error::-webkit-input-placeholder, input[type="url"].error::-webkit-input-placeholder, input[type="color"].error::-webkit-input-placeholder, input[type="date"].error::-webkit-input-placeholder, input[type="datetime"].error::-webkit-input-placeholder, input[type="datetime-local"].error::-webkit-input-placeholder, input[type="month"].error::-webkit-input-placeholder, input[type="time"].error::-webkit-input-placeholder, input[type="week"].error::-webkit-input-placeholder {
  color: #dc5858; }

textarea.error:-moz-placeholder,
input[type="email"].error:-moz-placeholder, input[type="number"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder, input[type="search"].error:-moz-placeholder, input[type="tel"].error:-moz-placeholder, input[type="text"].error:-moz-placeholder, input[type="url"].error:-moz-placeholder, input[type="color"].error:-moz-placeholder, input[type="date"].error:-moz-placeholder, input[type="datetime"].error:-moz-placeholder, input[type="datetime-local"].error:-moz-placeholder, input[type="month"].error:-moz-placeholder, input[type="time"].error:-moz-placeholder, input[type="week"].error:-moz-placeholder {
  color: #dc5858; }

textarea.error::-moz-placeholder,
input[type="email"].error::-moz-placeholder, input[type="number"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder, input[type="search"].error::-moz-placeholder, input[type="tel"].error::-moz-placeholder, input[type="text"].error::-moz-placeholder, input[type="url"].error::-moz-placeholder, input[type="color"].error::-moz-placeholder, input[type="date"].error::-moz-placeholder, input[type="datetime"].error::-moz-placeholder, input[type="datetime-local"].error::-moz-placeholder, input[type="month"].error::-moz-placeholder, input[type="time"].error::-moz-placeholder, input[type="week"].error::-moz-placeholder {
  color: #dc5858; }

textarea.error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder, input[type="number"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder, input[type="search"].error:-ms-input-placeholder, input[type="tel"].error:-ms-input-placeholder, input[type="text"].error:-ms-input-placeholder, input[type="url"].error:-ms-input-placeholder, input[type="color"].error:-ms-input-placeholder, input[type="date"].error:-ms-input-placeholder, input[type="datetime"].error:-ms-input-placeholder, input[type="datetime-local"].error:-ms-input-placeholder, input[type="month"].error:-ms-input-placeholder, input[type="time"].error:-ms-input-placeholder, input[type="week"].error:-ms-input-placeholder {
  color: #dc5858; }

textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1; }

textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
  color: #ababab;
  opacity: 1; }

textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
  color: #ababab;
  opacity: 1; }

textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
  color: #ababab;
  opacity: 1; }

a {
  outline: none;
  background-color: transparent;
  color: black;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

a:hover, a:focus {
  color: #c7252d; }

.btn {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #fff;
  background-color: #699cc7;
  border-radius: 3px;
  font-size: 15px;
  font-family: MuseoSans300;
  text-decoration: none;
  text-align: center;
  border: none;
  padding: 0.5625rem 1.125rem 0.5rem;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  outline: none; }

.btn:focus, .btn:hover {
  color: #fff;
  background-color: #83add1;
  text-decoration: none; }

.wrapper {
  position: relative;
  width: 1020px;
  margin: 2.1875rem auto;
  background: white url("/web/img/bg-page-middle.png") 0 0 repeat-y; }

.wrapper:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background: url("/web/img/bg-page-top.png") 0 0 no-repeat;
  height: 29.875rem;
  content: ""; }

.wrapper:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url("/web/img/bg-page-bottom.png") 0 0 no-repeat;
  height: 22.875rem;
  content: ""; }

.header {
  padding: 4rem 3.25rem 0 5rem; }

.header:after {
  content: "";
  display: table;
  clear: both; }

.header__number {
  position: relative;
  z-index: 1;
  float: left;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 3px 0 0; }

.header__phone {
  position: relative;
  z-index: 1;
  float: right;
  font-size: 1.6875rem;
  font-style: italic;
  font-weight: bold;
  border-bottom: 0.125rem solid #2e2e2e;
  padding: 0 0 0.6875rem;
  margin: 0 0 0.5rem; }

.header__phone span {
  position: relative;
  top: 0.375rem;
  font-size: 2.5625rem;
  margin-left: -2px; }

.header__address {
  position: relative;
  z-index: 2;
  clear: right;
  float: right;
  font-size: 1.25rem;
  line-height: 1.35;
  width: 15.625rem; }

.header__toggled {
  display: none; }

.header__toggled.active {
  display: block; }

.header__address-toggle-menu {
  position: absolute;
  top: 1.4375rem;
  left: 0px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  padding: 0.5rem;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s, visibility 0s ease 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s, visibility 0s ease 0.3s;
  transition: opacity 0.3s, visibility 0s ease 0.3s; }

.header__address-toggle-menu a.active {
  text-decoration: none;
  color: black;
  cursor: default; }

.header__address-toggle {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  cursor: pointer;
  height: 1.4375rem;
  border-bottom: 2px dashed black;
  outline: none; }

.header__address-toggle:hover .header__address-toggle-menu, .header__address-toggle:focus .header__address-toggle-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.header__address-toggle-value {
  outline: none; }

.header__logo {
  position: absolute;
  top: 2.75rem;
  left: 50%;
  margin: 0 0 0 -12.3125rem;
  width: 22.3125rem;
  height: 10.125rem;
  background: url("/web/img/logo.png") 0 0 no-repeat;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-background-size: cover;
  background-size: cover; }

.header__logo:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.header__logo:hover, .header__logo:focus {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.header__title {
  max-width: 43.75rem;
  position: relative;
  z-index: 1;
  clear: both;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 5.6875rem 0 0; }

.content {
  position: relative;
  z-index: 1;
  border: 0.25rem solid black;
  border-radius: 3px;
  margin: 1.625rem 1.5625rem 0; }

.content-inner {
  border: 0.125rem solid #2e2e2e;
  margin: 3px 4px;
  border-radius: 2px; }

.main-menu {
  font-size: 1.375rem;
  font-weight: bold;
  border-bottom: 0.125rem solid #2e2e2e; }

.main-menu:after {
  content: "";
  display: table;
  clear: both; }

.main-menu li {
  float: left;
  width: 33.33%;
  text-align: center; }

.main-menu li:first-child a {
  border-left: none; }

.main-menu a {
  display: block;
  padding: 1.25rem 0.625rem;
  text-decoration: none;
  border-left: 0.125rem solid #2e2e2e; }

.learn-more {
  float: right;
  width: 18.3125rem;
  height: 5.875rem;
  background: url("/web/img/doctor-photo.jpg") 0 0 no-repeat;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  margin: 0.9375rem 2.5rem 0 0;
  padding: 13rem 0 0 0;
  line-height: 0.8;
  letter-spacing: -1px;
  text-shadow: 0 0 0.3125rem #fff;
  -webkit-background-size: cover;
  background-size: contain; }

.advantages {
  float: left;
  width: 34.125rem;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 1.6875rem 0 0 2.1875rem; }

.advantages ul {
  padding: 0;
  margin: 0 -1rem;
  list-style: none; }

.advantages ul:after {
  content: "";
  display: table;
  clear: both; }

.advantages ul li {
  position: relative;
  float: left;
  margin: 0 1rem 1.0625rem;
  padding: 0;
  width: 16.0625rem; }

.advantages ul li:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 3px;
  background: url("/web/img/bg-dotted-x.png") 0 0 repeat-x;
  content: ""; }

.advantages ul li:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: url("/web/img/bg-dotted-x.png") 0 0 repeat-x;
  content: ""; }

.advantages ul li > span {
  display: block;
  line-height: 4.875rem;
  height: 84px;
  padding: 0 0 0 3.9375rem; }

.advantages ul li > span:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
  background: url("/web/img/bg-dotted-y.png") 0 0 repeat-y;
  content: ""; }

.advantages ul li > span:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 3px;
  background: url("/web/img/bg-dotted-y.png") 0 0 repeat-y;
  content: ""; }

.advantages ul li > span > span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  line-height: 1.1;
  vertical-align: middle; }

.advantages ul .icon {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 67px;
  height: 76px;
  background: url("/web/img/bg-icons-check.png") 0 0 no-repeat;
  content: ""; }

.advantages ul li:first-child + li > span {
  padding-left: 5rem; }

.advantages ul li:first-child + li + li + li > span {
  padding-left: 5rem; }

.advantages ul li:first-child + li .icon {
  background-position: -67px 0;
  left: 11px; }

.advantages ul li:first-child + li + li .icon {
  background-position: 0 -76px;
  left: 16px;
  top: -19px; }

.advantages ul li:first-child + li + li + li .icon {
  background-position: -67px -76px;
  left: 11px;
  top: -19px; }

.advantages__title {
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1.5625rem 1rem; }

.prices {
  border-top: 0.125rem solid black; }

.prices:after {
  content: "";
  display: table;
  clear: both; }

.prices__item {
  height: 17.5rem !important;
  position: relative;
  float: left;
  width: 20%;
  padding: 1.875rem 1.1875rem 1.1875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25; }

.prices__item:before {
  position: absolute;
  top: 1.9375rem;
  bottom: 1.875rem;
  left: -2px;
  border-left: 0.125rem solid black;
  content: ""; }

.prices__item:first-child:before {
  display: none; }

.prices__item-title {
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -0.9375rem 0.9375rem; }

.prices__item-summary {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: justify;
  margin: 0 0 1rem;
  padding: 0 0 1.6875rem;
  background: url("/web/img/bg-stars-x.png") 2px bottom repeat-x; }

.prices__item-price {
  position: relative;
  font-size: 3.125rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 -0.9375rem;
  letter-spacing: -2px;
  padding-left: 0.625rem; }

.prices__item-price > span {
  position: relative;
  z-index: 1; }

.prices__item-price:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 14.1875rem;
  height: 6.875rem;
  background: url("/web/img/bg-ovals-red.png") 0 0 no-repeat;
  content: ""; }

.prices__item:first-child .prices__item-price:before {
  top: -34px;
  left: -1px;
  background-position: 20px 0; }

.prices__item:first-child + .prices__item .prices__item-price:before {
  top: -34px;
  left: -18px;
  background-position: -200px 0; }

.prices__item:nth-child(2) .prices__item-price:before {
  top: -34px;
  left: -18px;
  background-position: -200px 0; }

.prices__item:first-child + .prices__item + .prices__item .prices__item-price:before {
  top: -34px;
  left: -26px;
  background-position: -430px 0; }

.prices__item:first-child + .prices__item + .prices__item + .prices__item .prices__item-price:before {
  top: -33px;
  left: -20px;
  background-position: -675px 0; }

.prices__inner {
  padding: 1.25rem 0; }

.prices__inner:after {
  clear: both;
  display: table;
  content: ""; }

.prices__item-image {
  text-align: center;
  min-height: 6.25rem;
  margin-top: 0.9375rem; }

.prices__item-count {
  padding: 0.4375rem 0 0.3125rem;
  line-height: 1;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff; }

.prices__item-count--1 {
  background: url("/web/img/bg-red-brush-1.png") center center no-repeat; }

.prices__item-count--2 {
  background: url("/web/img/bg-red-brush-2.png") center center no-repeat; }

.prices__item-count--3 {
  background: url("/web/img/bg-red-brush-3.png") center center no-repeat; }

.prices__item-drivers {
  margin-top: 2px;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  font-weight: 700; }

.prices__item-price2 {
  width: 9.375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  line-height: 1;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #c7252d;
  position: absolute;
  bottom: 0.625rem;
  border-top: 0.1875rem solid #e1e1e1; }

.blocks {
  border-top: 0.125rem solid black;
  overflow: hidden; }

.blocks:after {
  content: "";
  display: table;
  clear: both; }

.block {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 2.3125rem 2.1875rem 0.9375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block:before {
  position: absolute;
  top: 2.125rem;
  bottom: 2.0625rem;
  left: -0.3125rem;
  width: 0.625rem;
  background: url("/web/img/bg-stars-y.png") 0 0 repeat-y;
  content: ""; }

.block:first-child:before {
  display: none; }

.block p {
  text-align: justify; }

.block__title {
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1.25rem 3px; }

.license {
  margin: -0.1875rem 0 -0.9375rem; }

.license a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.license a:hover img, .license a:focus img {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.files {
  margin: -0.375rem 0 0;
  padding: 0 0 0.5rem;
  list-style: none;
  font-size: 1.25rem;
  font-weight: bold;
  background: url("/web/img/bg-stars-x.png") 0 bottom repeat-x;
  line-height: 1.1; }

.files li {
  position: relative;
  margin: 0;
  padding: 1.25rem 0 0.875rem;
  background: url("/web/img/bg-stars-x.png") 0 0 repeat-x; }

.files li:after {
  content: "";
  display: table;
  clear: both; }

.files li:before {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -0.875rem 0 0;
  content: ""; }

.files li.ext-doc:before {
  background: url("/web/img/bg-icon-word.png") 0 0 no-repeat; }

.files li.ext-pdf:before {
  background: url("/web/img/bg-icon-pdf.png") 0 0 no-repeat; }

.files a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 3.625rem;
  line-height: 1.1;
  vertical-align: middle; }

.files a:after {
  position: absolute;
  top: 50%;
  right: -3.75rem;
  margin-top: -0.9375rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1.5625rem;
  content: "}"; }

.text {
  border-top: 0.125rem solid black;
  padding: 1.875rem 2.1875rem;
  text-align: justify; }

.text:after {
  content: "";
  display: table;
  clear: both; }

.main-menu + .text {
  border-top: none;
  padding: 1.875rem 4.625rem 7.5rem; }

.title, h1 {
  font-weight: bold;
  font-size: 1.875rem;
  margin: 2.625rem 0 3.375rem 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3; }

.title.center, h1.center {
  text-align: center; }

.subtitle, h2 {
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 2.625rem 0 1.25rem 0.1875rem;
  text-align: left; }

.subtitle:first-child, h2:first-child {
  margin-top: 0; }

.doctor {
  margin: 1.125rem 0 2.125rem; }

.doctor:after {
  content: "";
  display: table;
  clear: both; }

.doctor .title {
  padding-top: 4.5625rem;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.doctor__image {
  float: right;
  width: 17.5rem;
  height: 19rem;
  background: url("/web/img/doctor-sign-photo.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: contain; }

.doctor__rang {
  position: relative;
  float: left;
  margin: 1.375rem 0 0 3px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.1; }

.doctor__rang:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 3px;
  background: url("/web/img/bg-dotted-x.png") 0 0 repeat-x;
  content: ""; }

.doctor__rang:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: url("/web/img/bg-dotted-x.png") 0 0 repeat-x;
  content: ""; }

.doctor__rang > span {
  display: block;
  padding: 1.1875rem 3.125rem 1.3125rem 3.75rem; }

.doctor__rang > span:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
  background: url("/web/img/bg-dotted-y.png") 0 0 repeat-y;
  content: ""; }

.doctor__rang > span:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 3px;
  background: url("/web/img/bg-dotted-y.png") 0 0 repeat-y;
  content: ""; }

.doctor__name {
  float: left;
  margin: 1.25rem 0 0 2.125rem;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1; }

.title + dl {
  margin-top: -0.625rem; }

dl {
  padding: 0;
  margin: 0 0 1.5625rem; }

dl:after {
  content: "";
  display: table;
  clear: both; }

dt {
  float: left;
  width: 45%;
  text-align: right;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic; }

dd {
  float: left;
  width: 45%;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.title2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 3.125rem 0 0; }

.title2 + p {
  margin-top: 0.625rem; }

.text-align-center {
  text-align: center; }

.fs20 {
  font-size: 1.25rem; }

.map {
  width: 790px;
  height: 350px;
  margin: 0 auto; }

.form-error {
  color: #c00;
  font-size: 14px;
  margin: 4px 0 0; }

.captcha-reload {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("/web/img/bg-icon-reload.png") 0 0 no-repeat;
  text-align: left;
  text-indent: -9999px; }

.feedback {
  position: relative;
  padding: 4.875rem 2.5rem 4.875rem;
  margin: 2.5rem 0.3125rem 0; }

.feedback .message {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s ease 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s, visibility 0s ease 0.3s;
  transition: opacity 0.3s, visibility 0s ease 0.3s;
  text-align: center;
  z-index: 1; }

.feedback .message__inner {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  margin-top: -30px; }

.feedback .message__title {
  font-weight: bold;
  font-size: 24px; }

.feedback .message.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.feedback:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 3px;
  background: url("/web/img/bg-dotted-x.png") 0 0 repeat-x;
  content: ""; }

.feedback:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: url("/web/img/bg-dotted-x.png") 0 0 repeat-x;
  content: ""; }

.feedback .feedback-inner:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
  background: url("/web/img/bg-dotted-y.png") 0 0 repeat-y;
  content: ""; }

.feedback .feedback-inner:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 3px;
  background: url("/web/img/bg-dotted-y.png") 0 0 repeat-y;
  content: ""; }

.feedback .subtitle {
  margin-bottom: 27px; }

.feedback .left {
  float: left;
  width: 19.375rem; }

.feedback .right {
  float: right;
  width: 22.5rem; }

.feedback label {
  display: block;
  margin: 0 0 2px;
  text-align: left; }

.feedback label.required:after {
  color: #c7252d;
  content: " *"; }

.feedback textarea {
  height: 12.25rem;
  resize: none; }

.feedback .item {
  margin: 0 0 0.8125rem; }

.feedback img.captcha {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  top: -3px;
  margin: -0.9375rem 0 0 0.8125rem;
  vertical-align: top; }

.feedback .item-captcha input {
  vertical-align: top;
  width: 112px; }

.feedback .tip {
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
  text-align: center; }

.feedback .actions {
  margin: 1.1875rem 0 0; }

.feedback .actions input[type='submit'],
.feedback .actions button[type='submit'] {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.9375rem 0 1rem;
  color: black;
  background-color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.feedback .actions input[type='submit']:before,
.feedback .actions button[type='submit']:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 0.4375rem;
  background: url("/web/img/bg-stars-x.png") 0 0 repeat-x;
  content: ""; }

.feedback .actions input[type='submit']:after,
.feedback .actions button[type='submit']:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 0.4375rem;
  background: url("/web/img/bg-stars-x.png") 0 0 repeat-x;
  content: ""; }

.feedback .actions input[type='submit']:hover, .feedback .actions input[type='submit']:focus,
.feedback .actions button[type='submit']:hover,
.feedback .actions button[type='submit']:focus {
  color: #c7252d; }

.message {
  background-color: #dad6cc;
  padding: 1.625rem 3.125rem 1.5rem;
  margin: 2.3125rem 0 1.3125rem; }

.message p {
  margin: 1rem 0 0; }

.message p:first-child {
  margin-top: 0; }

.footer-menu {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin: 1.4375rem 0 1.25rem; }

.footer-menu a {
  position: relative;
  top: -2px;
  display: block;
  text-decoration: none; }

.footer-menu li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 0 3.125rem;
  border-left: 0.125rem solid #444;
  height: 1.25rem;
  line-height: 1.25rem; }

.footer-menu li:first-child {
  border-left: none; }

.footer {
  position: relative;
  z-index: 1;
  margin: 4.875rem 4.9375rem 0;
  padding: 0 0 1.5625rem;
  min-height: 10.625rem; }

.footer:after {
  content: "";
  display: table;
  clear: both; }

.footer__left {
  float: left; }

.footer__right {
  float: right; }

.footer__sign {
  position: absolute;
  top: -3.1875rem;
  left: 47%;
  margin: 0 0 0 -10.75rem;
  width: 23.8125rem;
  height: 14rem;
  background: url("/web/img/bg-sign.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

@media screen and (max-width: 999px) {
  body {
    overflow-x: auto; } }

@media screen and (max-width: 1050px) {
  .wrapper {
    width: 100%;
    max-width: 1020px;
    margin: 0; }
  body {
    min-width: 320px; }
  .header__number {
    font-size: 0; }
  img {
    max-width: 100%;
    height: auto !important; }
  body {
    font-size: 14px !important; } }

html {
  font-size: 16px !important; }
  @media (max-width: 1250px) {
    html {
      font-size: 14px !important; } }
  @media (max-width: 991px) {
    html {
      font-size: 13px !important; } }
  @media (max-width: 768px) {
    html {
      font-size: 12px !important; } }
  @media (max-width: 550px) {
    html {
      font-size: 11px !important; } }

.header__number img {
  width: 9.375rem !important;
  height: auto !important; }

@media screen and (max-width: 1050px) {
  .advantages ul .icon {
    zoom: 0.8; } }

@media screen and (max-width: 850px) {
  .doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .doctor__name {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .feedback {
    padding: 15px; }
  .feedback .left {
    width: auto; }
  .feedback .subtitle {
    margin-bottom: 15px; }
  dd {
    margin-left: 5% !important; }
  dl {
    font-size: 12px; }
  .captcha-reload {
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px; }
  .feedback img.captcha {
    display: block;
    margin: 18px 0;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .item-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .feedback .right {
    float: none;
    width: auto; }
  .title2 {
    margin-top: 0px; }
  .header__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__number img {
    float: none !important;
    margin: 0 !important; }
  .advantages {
    width: auto;
    margin: 15px; }
  .advantages ul .icon {
    zoom: 0.6; }
  .prices__inner {
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .prices__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: auto !important; }
  .prices__item-price2 {
    width: 80%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px; }
  .prices__item-image {
    min-height: 106px; }
  .prices {
    padding: 30px 10px 0; }
  .block {
    width: 100%;
    height: auto !important; }
  .block:before {
    display: none; }
  .files li,
  .files {
    background: none; }
  .files a:after {
    display: none; }
  .advantages ul li {
    width: 100%;
    margin: 0 0 10px; }
  .advantages ul li > span {
    height: auto; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .header__number,
  .header__toggled,
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .header__logo {
    background-size: contain; }
  .header__logo {
    position: relative;
    display: block;
    margin-left: 0;
    top: 0;
    left: 0; }
  .footer-menu li {
    border: none; }
  .header__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .advantages ul li > span {
    padding-left: 50px !important;
    padding-right: 5px; }
  .advantages__title {
    margin-left: 0; }
  .advantages ul {
    margin: 0; }
  .learn-more {
    margin: 20px; }
  .main-menu + .text {
    padding: 15px; } }

@media screen and (max-width: 750px) {
  .header__number,
  .header__toggled,
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .header__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .header__number {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .header__logo {
    background-size: contain; }
  .header__toggled.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px; }
  .header {
    padding: 22px 20px 0; }
  .header__title {
    padding-top: 20px; }
  .advantages ul li {
    margin: 0 0 10px; }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__sign {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px; }
  .footer__left {
    margin-bottom: 15px; }
  .footer {
    margin: 20px 20px 0; }
  .footer-menu li {
    width: 45%;
    margin-bottom: 8px;
    padding: 0 3px;
    text-align: center; } }

.content-inner .text > [style]:not([class]) {
  width: 100% !important; }
  .content-inner .text > [style]:not([class]) > ymaps {
    max-width: 100% !important; }
    .header__phone a{
      font-size: 2.1625rem;
      text-decoration: none;
    }
.footer__left a{
  text-decoration: none;
}