@import "css_normalize.css";
html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #454545;
}
input:focus {
    outline: none;
}
.hoverable {
    cursor: pointer;
}
.text-center,
table.styled .text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
a {
    color: #00a4cc;
}
.btn,
a,
.hoverable {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
a:hover {
    text-decoration: none;
}
.btn:hover,
a:hover,
.hoverable:hover {
    /* opacity: 0.85; */
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
table td {
    font-size: inherit;
    color: inherit;
    vertical-align: top;
}
.alignleft {
    float: left;
    margin: 0px 25px 10px 0px;
}
.alignright {
    float: right;
    margin: 0px 0px 10px 25px;
}
.btn {
    color: white;
    display: inline-block;
    padding: 8px 40px;
    background: #e2001a;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.hp-block .heading {
    font-family: Roboto;
    color: #05a7d0;
    font-size: 2.5em;
    line-height: 1.2;
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
.fake-h1,
.fake-h2,
.fake-h3,
.fake-h4 {
    color: #494948;
    line-height: 1.2;
    margin: 0.5em 0px;
}
h1,
.fake-h1 {
    margin: 0px 0px 0.5em;
    font-size: 3.2em;
    font-weight: normal;
}
h2,
.fake-h2 {
    font-size: 2.5em;
    font-weight: normal;
}
h3,
.fake-h3 {
    font-weight: 600;
    font-size: 1.42em;
    color: #494948;
    text-transform: uppercase;
}
h4,
.fake-h4 {
    font-size: 1.14em;
    font-weight: 600;
}
blockquote {
    background: #fdfdfd;
    padding: 5px 10px 5px 30px;
    margin-left: 2px;
    border-left: 3px solid #858383;
}
blockquote.patterned {
    padding: 5px 20px 5px 20px;
    background: url("bg_blue-pattern.jpg") top;
    border: none;
    color: #ffffff;
}
blockquote.patterned .heading,
blockquote.patterned .subheading {
    color: white;
}
blockquote .heading,
blockquote .subheading {
    color: #858383;
}
blockquote .heading {
    font-weight: bold;
    font-size: 1.14em;
    margin: 1em 0;
}
blockquote .subheading {
    font-size: 1.14em;
    margin: 1em 0;
}
blockquote.blue {
    border-color: #1192c5;
}
blockquote.blue .fake-heading,
blockquote.blue .fake-subheading {
    color: #1192c5;
}
blockquote.orange {
    border-color: #ffa800;
}
blockquote.orange .fake-heading,
blockquote.orange .fake-subheading {
    color: #ffa800;
}
blockquote.red {
    border-color: #ec5135;
}
blockquote.red .fake-heading,
blockquote.red .fake-subheading {
    color: #ec5135;
}
blockquote.green {
    border-color: #60a917;
}
blockquote.green .fake-heading,
blockquote.green .fake-subheading {
    color: #60a917;
}
pre {
    padding: 10px 20px 10px 20px;
    background: #1192c5;
    color: white;
}
a img {
    outline: none;
    border: none;
}
table {
    border-spacing: 0px;
}
table.styled {
    width: 100%;
    margin: 10px 0px 20px;
}
table.styled caption {
    font-size: 1.32em;
    text-align: center;
    padding-bottom: 10px;
}
table.styled th {
    padding: 8px 10px;
    background: #00bdf0;
    color: #fcfcfc;
    text-align: left;
}
table.styled td {
    text-align: left;
    padding: 5px 10px;
}
table.styled tbody tr:nth-child(even) td,
.styled tbody tr.odd td {
    background: #f7fbfc;
}
.c-inner ul {
    overflow: hidden;
}
.hp-b-block {
    width: 100%;
    padding: 5px 0px 20px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #e7edf1;
}
.hp-b-block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.hp-b-block li {
    padding-left: 39px;
    padding-bottom: 10px;
    background: url("icon_hp-li.png") no-repeat 0px 5px;
}
.p-block {
    background: url("bg_blue-pattern.jpg") top;
}
.p-block-inner {
    overflow: hidden;
    width: 1000px;
    padding: 20px 0px 15px;
    margin: 0 auto;
    text-align: center;
}
.p-block .heading {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.vrachi {
    padding: 40px 0px 0px;
    text-align: center;
    color: #ffffff;
}
.vrachi p {
    margin: 0px 0px 10px 0px;
}
.vrach img {
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    filter: grayscale(90%);
}
.vrach:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.vrachi .vrach {
    vertical-align: top;
    width: 195px;
    display: inline-block;
    margin: 0px 20px 40px;
}
.vrachi .dolzhnost {
    font-style: italic;
    margin-bottom: 4px;
}
.vrachi .name {
    font-weight: 600;
}
.ts-nav {
    color: #454444;
}
.ts-nav div {
    margin-bottom: 3px;
}
.ts-nav a {
    color: #4d4d4d;
    text-decoration: none;
}
.ts-nav a strong {
    font-weight: normal;
    margin-right: 3px;
    vertical-align: 1px;
}

html {
    background-color: #fff;
}
html,
body {
    height: 100%;
}
body {
    min-width: 1300px;
    max-width: 1400px;
    margin: 0 auto;
}
#o-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -101px;
}
#header {
    position: relative;
    z-index: 10;
    height: 245px;
    color: #1d1d1d;
    line-height: 1.2;
    background: #fff;
}
#h-logo {
    position: absolute;
    left: 240px;
    top: 0px;
}
#header .btn {
    color: white;
    width: 150px;
    margin-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
}
#header .btn:hover {
    background-color: #fb1300;
}
#h-inner {
    position: relative;
    width: 944px;
    margin: 0 auto;
}
#h-phones {
    position: absolute;
    left: 0px;
    height: 130px;
    width: 192px;
    text-align: right;
    padding: 30px 42px 30px 0px;
    /* border-right: 1px solid #dedede; */
    
    background: url("bg_h-phones.png") no-repeat 0 70px;
}
#h-phones-inner a {
    font-size: 1.785em;
    line-height: 1;
}
#h-phones-inner span {
    font-size: 0.56em;
    vertical-align: 2px;
}
#h-address {
    position: absolute;
    right: 0px;
    height: 130px;
    width: 203px;
    padding: 30px 0px 30px 42px;
    /* border-left: 1px solid #dedede; */
    
    text-align: right;
}
.h-time {
    display: inline-block;
    padding-left: 33px;
    background: url("icon_clock.png") no-repeat left center;
}
.h-time span {
    font-size: 1.78em;
}
.h-time-vs {
    display: inline-block;
    margin-top: 5px;
}
.h-time-vs span {
    font-size: 14px;
}
.h-heading {
    margin-bottom: 7px;
    font-weight: bold;
}
#header a {
    text-decoration: none;
    color: #212121;
}
#header a:hover {
    text-decoration: none;
}
#header #h-salons {
    margin-top: 17px;
}
.menu-glavnoe-menyu-container {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 1.14em;
    background: #ffffff;
}
#menu-glavnoe-menyu .sub-menu:before {
    content: url('icon_menu_top.png');
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -11px;
}
#menu-glavnoe-menyu .sub-menu .sub-menu:before {
    content: none;
}
#header #menu-glavnoe-menyu > li {
    display: inline-block;
    padding: 20px 41px 20px 41px;
}
#menu-glavnoe-menyu > li > a {
    text-transform: uppercase;
}
#header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.13);
}
#header li {
    position: relative;
    padding: 0px;
    margin: 0px;
}
#header li.hovered > ul {
    display: block;
}
#header ul ul {
    display: none;
    position: absolute;
    width: 350px;
    top: 59px;
    left: -109px;
    text-align: left;
    background: #2b2a29;
}
#header ul ul ul {
    position: absolute;
    left: 350px;
    top: 0px;
    background: #373635;
}
#header ul ul a {
    display: block;
    padding: 13px 80px 13px 40px;
    width: 230px;
    color: #ffffff;
}
#header ul ul li:hover {
    opacity: 1;
    background: #373635;
}
#header ul ul a:hover {
    opacity: 1;
    background: #373635;
}
#header ul ul ul a:hover {
    background: #343332;
}
#header #menu-item-146 ul {
    left: -85px;
}
#header .current-menu-item > a {
    color: #e3001b;
}
#menu-glavnoe-menyu > .current-menu-item > a:after {
    content: url('icon_menu_active.png');
    position: absolute;
    left: 50%;
    top: 44px;
    margin-left: -11px;
}
#pusher {
    height: 101px;
}
#footer {
    clear: both;
    height: 101px;
    font-size: 0.857em;
    color: #a0a0a0;
    background: #e3e3ff;
}
#f-inner {
    width: 90%;
    margin: 0 auto;
}
#f-inner a {
    color: #a0a0a0;
}
#f-inner table {
    width: 100%;
    height: 101px;
    table-layout: fixed;
}
#f-inner table td {
    vertical-align: middle;
}
.p-block {} .p-otdeleniye {
    display: inline-block;
    width: 240px;
    margin: 10px 0px;
    white-space: nowrap;
}
.p-otdeleniye.p54 {
    width: 252px;
}
.p-block a {
    text-decoration: none;
    color: white;
}
.p-o-title {
    margin-top: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.p-buttons .btn {
    position: relative;
    float: left;
    margin-right: 4px;
    display: table;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 330px;
    height: 64px;
    padding-left: 50px;
    background: #ffffff;
    color: #0b91b3;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
.p-buttons .btn.last {
    margin-right: 0px;
}
.p-buttons .btn div {
    display: table-cell;
    vertical-align: middle;
}
.p-buttons .btn:hover {
    background: #05a7d0;
    color: #ffffff;
}
.p-buttons .btn:hover .active {
    display: none;
}
.p-buttons .btn img {
    position: absolute;
    left: 12px;
    top: 23px;
}
.p-buttons {
    padding-top: 10px;
}
.p-buttons .b2 img {
    left: 22px;
    top: 22px;
}
.p-buttons .b3 img {
    left: 17px;
    top: 21px;
}
.c-inner .p-block {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 32px;
    padding-bottom: 15px;
}
.c-inner .p-block .p-otdeleniye {
    width: 236px;
}
.c-inner .p-block .p-otdeleniye.p54 {
    width: 240px;
    margin-right: 20px;
}
.c-inner .p-buttons {
    padding-top: 20px;
    padding-left: 34px;
    text-align: center;
}
.c-inner .p-buttons .btn {
    width: 308px;
    padding-right: 10px;
}
.c-inner {
    width: 1000px;
    margin: 19px auto 30px;
    padding: 20px 27px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: white;
}
.c-inner.two_columns {
    padding: 3px 30px 30px 3px;
}
.c-inner-sidebar {
    float: left;
    width: 239px;
    margin-right: 28px;
    padding-top: 14px;
    background: #f9f9f9;
}
.sis-heading {
    margin: 0px 0px 13px 22px;
    font-size: 1.42em;
    color: #454444;
}
.c-inner-sided {
    overflow: hidden;
    padding: 18px 0px 0px 0px;
}
.cis-nav {} .cis-nav a {
    text-decoration: none;
    color: #4d4d4d;
}
.cis-nav div {
    padding: 10px 26px 10px 22px;
}
.cis-n-active {
    background: url("icon_s-nav-active.png") no-repeat 222px center #08a5e1;
    color: #ffffff;
}
.breadcrumbs {
    margin-bottom: 15px;
    font-size: 1.14em;
    color: #08a5e1;
}
.breadcrumbs a {
    text-decoration: none;
    color: #9c9c9c;
}
.breadcrumbs img {
    vertical-align: middle;
    margin: 0px 11px 0px 9px;
}
.hp-news-outer {} .hp-news {
    text-align: left;
    color: white;
    margin-bottom: 30px;
    vertical-align: top;
}
.hp-news td {
    vertical-align: top;
}
.hp-news-outer .p-block-inner {
    padding-top: 0px;
    padding-bottom: 25px;
}
.hp-news-outer .fake-h2 {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.hp-n-date {
    width: 50px;
    padding-right: 11px;
    text-align: right;
    border-right: 2px solid #3ad7ff;
}
.hp-n-date .day {
    line-height: 0.9;
    margin-right: -3px;
    font-size: 3.2em;
}
.hp-n-date .month {
    font-size: 0.85em;
}
.hp-n-date .year {
    font-size: 0.85em;
}
.hp-n-data {
    width: 227px;
    padding-left: 20px;
    padding-right: 21px;
}
.hp-n-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.hp-n-announce {
    margin-bottom: 16px;
}
.hp-news-outer .btn {
    text-transform: uppercase;
    padding: 12px 0px;
    width: 199px;
    background: #87e3fa;
}
.hp-offers {
    padding-bottom: 30px;
}
.hp-offers .fake-h2 {
    font-weight: bold;
    color: #05a7d0;
    text-transform: uppercase;
}
.hp-offers .btn {
    margin-top: 30px;
    text-transform: uppercase;
    padding: 12px 0px;
    width: 199px;
}
.hp-offers a {
    text-decoration: none;
}
.n-l-item {
    overflow: hidden;
    margin-bottom: 40px;
}
.n-l-image {
    float: left;
    margin-right: 32px;
}
.n-l-date {
    color: #08a5e1;
}
.n-l-date .today {
    color: #f25158;
}
.n-l-title {
    margin: 10px 0px 15px;
    line-height: 1.1;
    font-size: 2.5em;
}
.n-l-title a {
    text-decoration: none;
    color: #4d4d4d;
}
.load_more {
    margin-left: -27px;
}
.c-bottom-block {
    margin-top: 40px;
}
.b-nav {
    color: #4d4d4d;
    width: 944px;
    margin: 30px auto 30px;
}
.b-nav-title {
    margin-bottom: 10px;
    font-size: 1.14em;
    font-weight: bold;
}
.b-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.b-nav li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.b-nav li a {
    color: #454444;
    text-decoration: none;
}
.b-nav li span {
    margin: 0px 9px 0px 16px;
}
.b-nav li:last-child span {
    display: none;
}
.b-b-block {
    width: 1000px;
    padding: 30px 27px;
    margin: 30px auto 30px;
    font-size: 1.14em;
    color: #4d4d4d;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}
.b-b-block * {
    vertical-align: middle;
}
.b-b-block .yashare-auto-init {
    display: inline-block;
}
.hp-map {
    text-align: center;
    background: white;
    padding: 9px 0px 0px;
}
.hp-map .fake-h2 {
    font-weight: bold;
    color: #e3001b;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 32px;
    border-bottom: 2px solid;
    display: inline-block;
}
#map {
    height: 550px;
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 10px;
}
.c-c-left {
    float: left;
    width: 505px;
}
.c-c-right {
    float: right;
    width: 392px;
}
form.styled input[type=text],
form.styled textarea {
    margin-bottom: 24px;
    width: 350px;
    border: 1px solid #e4e8ef;
    background: white;
    color: #302c1f;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 8px 8px 8px 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: none;
    outline: none;
    overflow: auto;
}
form.styled textarea {
    height: 80px;
}
.intro-text.type2 {
    background-color: #fdfdfd;
    padding: 23px 30px 33px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.intro-text {
    padding: 23px 5px 33px;
    position: relative;
    float: left;
    width: 100%;
}
.grey {
    background-color: #f8f8f8;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.column.first {
    margin-left: 0px;
}
.dt-sc-two-third {
    width: 65.8%;
}
.dt-sc-one-third {
    width: 31.9%;
}
.intro-text.type2 h4 {
    color: #2c3e50;
    font-weight: 400;
}
.intro-text h4 {
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    padding: 25px 0px 15px;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}
.intro-text h4 span {
    font-weight: 600;
}
.intro-text .dt-sc-button {
    float: right;
}
.dt-sc-button {
    color: #ffffff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-top: 10px;
    z-index: 3;
    position: relative;
    background-color: #fa1400;
}
.dt-sc-button:hover span {
    cursor: pointer;
}
.dt-sc-button span {
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: absolute;
    right: 0;
    top: 0;
}
.dt-sc-button.large {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 75px 0px 30px;
    border-radius: 2px;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
}
.dt-sc-button.large span {
    width: 40px;
    font-size: 22px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #ec1603;
}
.dt-sc-button:before {
    background: #e01604 !important;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-radius: 0 2px 2px 0;
}
.dt-sc-button:hover:before {
    width: 100%;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont2.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-check-circle:before {
    content: "\f058";
    color: #fa1400;
}
.slider-box {
    position: relative;
    width: 600px;
    height: 410px;
    overflow: hidden;
    top: 50px;
    left: 150px;
}
.slider {
    position: relative;
    width: 10000px;
    height: 410px;
}
.slider div.item {
    float: left;
    width: 600px;
}
.slider div.item p {
    font-size: 24px;
    color: #a5a5a5;
    margin-left: 40px;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}