
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
ul {
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}/**/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=541d010604c7f736c492)
 * Config saved to config.json and https://gist.github.com/541d010604c7f736c492
 *//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-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}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
@media (min-width:768px) {
  .container{width:750px}
}
@media (min-width:992px) {
  .container{width:970px}
}
@media (min-width:1200px) {
  .container{width:1170px}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}
@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}
}
@media (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left: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;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}/**/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=541d010604c7f736c492)
 * Config saved to config.json and https://gist.github.com/541d010604c7f736c492
 *//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);background-image:-o-linear-gradient(top, #428bca 0, #2d6ca2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#2d6ca2));background-image:linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#2d6ca2;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-o-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#357ebd));background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}
@media (max-width:767px) {
  .navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-o-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#357ebd));background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}
}
.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top, #428bca 0, #3071a9 100%);background-image:-o-linear-gradient(top, #428bca 0, #3071a9 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#3071a9));background-image:linear-gradient(to bottom, #428bca 0, #3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top, #428bca 0, #3278b3 100%);background-image:-o-linear-gradient(top, #428bca 0, #3278b3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#3278b3));background-image:linear-gradient(to bottom, #428bca 0, #3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.list-group-item.active .badge,.list-group-item.active:hover .badge,.list-group-item.active:focus .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-o-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#357ebd));background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}/**/
.icon-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/button-arrow.png)no-repeat;
	margin-left: 4px;
}
.icon-user {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 18px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-user.png)no-repeat 0 0;
	margin-right: 8px;
}
.icon-loupe {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-loupe.png)no-repeat;
}
.icon-register {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-register.png)no-repeat;
}
.mobile-nav-lk {
	width: 47px;
	height: 61px;
	display: inline-block;
	vertical-align: middle;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-nav-lk.png)no-repeat;
	margin-right: 32px;
}
.mobile-nav-phone {
	width: 50px;
	height: 51px;
	display: inline-block;
	vertical-align: middle;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-nav-phone.png)no-repeat;
	margin-right: 32px;
}
.mobile-nav-lang {
	width: 23px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-nav-lang.png)no-repeat;
	margin-left: 15px;
	margin-top: -7px;
}
.mobile-register {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-register.png)no-repeat;
	margin-right: 21px;
	margin-top: -5px;

}
.icon-mobile-close {
	width: 50px;
	height: 50px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-close.png)no-repeat;
	display: inline-block;
	-webkit-background-size: contain;
	background-size: contain;
}
.icon-question {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-question.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 24px;
	margin-top: -5px;
}
.cliniki-price-list-icon {
	width: 18px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/cliniki-price-list.png)no-repeat;
}/**/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}/**/
/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: July 14, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/**/
/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup{background:black;border-radius:.4em;display:none;position:absolute}.pickmeup *{-moz-box-sizing:border-box;box-sizing:border-box}.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}.pickmeup .pmu-instance .pmu-button{color:#eee;cursor:pointer;outline:0;text-decoration:none}.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#88c5eb}.pickmeup .pmu-instance .pmu-button:hover{color:#88c5eb}.pickmeup .pmu-instance .pmu-not-in-month{color:#666}.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover{color:#333;cursor:default}.pickmeup .pmu-instance .pmu-selected{background:#136a9f}.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}.pickmeup .pmu-instance nav{display:-ms-flexbox;display:-webkit-flex;display:flex;color:#eee;line-height:2em}.pickmeup .pmu-instance nav *:first-child :hover{color:#88c5eb}.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}.pickmeup .pmu-instance nav .pmu-month{width:14em}.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}.pickmeup .pmu-instance .pmu-day-of-week{color:#999;cursor:default}.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next{display:block}.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month{width:13em}.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years{display:none}/**/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }/**/
@font-face {
 font-family: 'plumb-light';
 src: url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-light.eot);
 src: local('☺'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-light.woff) format('woff'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-light.ttf) format('truetype'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-light.svg) format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'plumb-medium';
 src: url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-medium.eot);
 src: local('☺'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-medium.woff) format('woff'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-medium.ttf) format('truetype'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-medium.svg) format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'plumb-bold';
 src: url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-bold.eot);
 src: local('☺'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-bold.woff) format('woff'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-bold.ttf) format('truetype'), url(//www.emcmos.ru/sites/all/themes/emc/fonts/plumb-bold.svg) format('svg');
 font-weight: normal;
 font-style: normal;
}

/*подготовка*/
#psd {
	position: absolute;
	width: 100%;
	height: 3321px;
	top: 0px;
	left: 0px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/emc.jpg)no-repeat top center;
	opacity: 0.7;
	z-index: -1;
}
a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0069aa;
}
a.pseudo {
	border-bottom: 1px dotted #00426b;
}
a.pseudo:hover {
	color: #c92745;
	border-bottom: 1px dotted #c92745;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
	padding: 0;
	/*overflow: hidden;*/
}
.row {
	margin: 0;
	/*overflow: hidden;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0;
}
/*style default*/
h1 {
	font-size: 40px;
	font-family: 'plumb-light';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.019em;
	margin: 7px 0 7px -2px;
}
p {
	font-family: 'PT sans';
	font-size: 14px;
	margin: 8px 0;
}
b.aktsidentny {
	font-weight: bold;
	font-family: 'PT sans';
	font-size: 20px;
	display: block;
	margin: 9px 0 10px 0;
	letter-spacing: -0.003em;
}
h2 {
	margin: 34px 0 0 -3px;
	padding-left: 0px;
	font-size: 31px;
	line-height: 1.25;
	font-family: 'plumb-light';
	text-transform: uppercase;
	font-weight: normal;
}
h2.ver2 {
	letter-spacing: 0.06em;
	margin: 34px 0 0 -1px;
}
h3 {
	margin: 22px 0 -3px 0;
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-size: 20px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
}
h4 {
	font-size: 19px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
	margin: 4px 0 -3px 0;
	letter-spacing: 0.03em;
}
h4.ver2 {
	margin-top: 16px;
}
h5 {
	margin: 26px 0 -5px 0;
	letter-spacing: 0.055em;
	font-weight: normal;
	font-size: 14px;
	font-family: 'plumb-bold';
	text-transform: uppercase;
}
h5.ver2 {
	margin: 16px 0 5px -1px;
}
label {
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	color: #b3a8a8;
	display: inline-block;
	vertical-align: top;
}
label span {
	display: block;
	margin-bottom: 4px;
	height: 17px;
}
input[type="text"] {
	position: relative;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	font-family: 'PT sans';
	color: #000;
	padding: 0 15px;
	width: 394px;
	height: 52px;
	margin-bottom: 3px;
	display: inline-block;
}
input[type="text"]:focus {
	border: 1px solid #0069aa;
	outline: none;
}
input[type="text"]:required {
	border-color: red;
}
.input-small, input[type="text"].input-small {
	width: 88px;
}
label.required span:before {
	position: absolute;
	content: '';
	top: 29px;
	right: 9px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #d63225;
	z-index: 3;
}
textarea {
	display: block;
	padding: 13px 14px;
	font-family: 'PT sans';
	font-size: 16px;
	width: 394px;
	resize: none;
	outline: none;
	color: #000;
}
textarea:focus {
	border: 1px solid #0069aa;
}
.checkbox,.radio {
	margin-bottom: 14px;
}
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	position: static;
	font-size: 14px;
	font-family: 'PT sans';
	cursor: pointer;
	color: #000;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
	position: relative;
	top: -2px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin: 0 11px 0 0;
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox.png);
}
input[type="radio"] + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/radio.png);
}
input[type="checkbox"]:checked + label::before {
	background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox-checked.png);
}
input[type="radio"]:checked + label::before {
	background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/radio-checked.png);
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
	color: #b0afb2;
}
input[type="checkbox"]:disabled + label::before {
   background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox.png);
}
input[type="checkbox"]:checked:disabled + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox-disabled.png);
}
input[type="radio"]:checked:disabled + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/radio-checked-disabled.png);
}
/**/
/*main*/
.navbar {
	padding: 15px 0 18px 0;
	background: #00426b;
	display: block;
}
.navbar .container {
	position: relative;
}
.navbar-main {
	padding-top: 3px;
}
.navbar .nav {
	list-style: none;
	height: 29px;
	display: inline-block;
	vertical-align: top;
}
.navbar .nav li {
	position: relative;
	padding: 5px 12px 0px 6px;
	margin-right: 9px;
	font-size: 12px;
	line-height: 21px;
	height: 100%;
	float: left;
	font-family: 'plumb-light';
	font-size: 12px;
	border-right: 1px solid #4d7b98;
	color: #e1e1e1;
}
.navbar .nav li.lang {
	position: relative;
	z-index: 5;
	cursor: pointer;
    border-left: 1px solid #4d7b98;
	padding: 5px 10px 0px 15px;
	margin-right: 5px;
}
.navbar .nav li.lang ul.dropdown {
	float: right;
	list-style: none;
	margin-left: 13px;
	display: none;
}
.navbar .nav li.lang ul.dropdown.active {
	display: block;
}
.navbar .nav li.lang ul.dropdown li {
	border: none;
	margin-right: 11px;
	padding: 0;
}
.navbar .nav li.lang ul.dropdown li:last-of-type {
	margin-right: 0;
}
.navbar .nav li.lang ul.dropdown li a {
	font-size: 12px;
	line-height: 21px;
	font-family: 'plumb-light';
	color: #8c8888;
}
.navbar .nav li.lang ul.dropdown li a:hover {
	color: #fff;
}
.navbar .nav li:last-of-type {
	border-right: 0;
}
.navbar .nav li a {
	font-size: 11px;
	color: #b8b8b8;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.navbar .nav li a:hover {
	color: #fff;
}
.navbar .nav li a.cabinet {
	color: #e1e1e1;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.05em;
}
.navbar-right {
	position: absolute;
	right: 0px;
	top: 0px;
}
.navbar-right .navbar-search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 13px 0 14px;
	border: 1px solid;
	max-width: none;
	margin: 0;
	border-color: transparent #4d7b98 transparent #4d7b98;
}
.navbar-search .search-field {
	height: 29px;
	border: none;
	padding: 0 11px;
	font-size: 13px;
	box-sizing: border-box;
	color: #383838;
	font-family: 'plumb-light';
	min-width: 257px;
	width: auto;
}
.navbar-search .search-button {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 19px;
	display: block;
	width: 18px;
	height: 18px;
	border: none;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-loupe-active.png)no-repeat;
}
.search-main-form {
	display: none;
	z-index: 2;
}
.search-icon {
	cursor: pointer;
	height: 29px;
	box-sizing: border-box;
	padding-top: 3px;
}
.navbar-tel {
	margin-right: 12px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.navbar-tel .tel {
	color: #fff;
	font-family: 'plumb-medium';
	font-size: 15px;
	margin-bottom: -4px;
}
.navbar-tel .call {
	text-transform: uppercase;
	color: #9e9e9e;
	font-size: 11px;
	letter-spacing: 0.015em;
}
.navbar-tel .call:hover {
	color: #fff;
}
.header {
	margin-top: 25px;
}
.header div {
	padding: 0;
}
.header .navigation {
	padding-left: 76px;
	padding-top: 18px;
}
.header .navigation ul li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin-right: 36px;
}
.header .navigation ul li:last-of-type {
	margin-right: 0;
}
.header .navigation ul li a {
	font-family: 'plumb-light';
	letter-spacing: 0.5px;
	color: #000;
	padding: 3px 0;
	border-bottom: 2px solid transparent;
}
.header .navigation ul li a:hover {
	color: #0069aa;
	text-decoration: none;
	border-color: #4b8cc4;
}
.header .navigation ul li.active a {
	color: #0069aa;
}
.header .navigation ul li.button {
	text-align: center;
}
.header .navigation ul li.button a {
	color: #fff;
	padding: 10px 14px 8px 14px;
	font-size: 11px;
	background: #cf2d4e;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dc5072+0,c2213c+100 */
background: #dc5072; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjNTA3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjIxM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dc5072 0%, #c2213c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc5072), color-stop(100%,#c2213c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dc5072 0%,#c2213c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dc5072 0%,#c2213c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dc5072 0%,#c2213c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dc5072 0%,#c2213c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5072', endColorstr='#c2213c',GradientType=0 ); /* IE6-8 */
	border-radius: 2px;
	border-bottom: none;
}
.header .navigation ul li.button a:hover {
	text-decoration: none;
	border-bottom: none;
}
.header .navigation ul li.button a:focus {
	text-decoration: none;
}
.content {
	margin-top: 42px;
}/*
.content .container {
	overflow: hidden;
}*/
.row:before, .row:after {
	display: table;
	content: '';
	line-height: 0;
}
.row:after {
	clear: both;
}
.item-row {
	margin-bottom: 1px;
}
.content .descr {
	height: 460px;
}
.descr .title {
	font-weight: normal;
	font-size: 28px;
	font-family: 'plumb-light';
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
}
.descr .index-top {
	font-family: 'PT sans';
	padding-right: 35px;
	font-size: 15px;
	line-height: 25px;
	margin: 9px 0;
}
.row.numbers {
	padding-top: 10px;
	margin: 0;
	display: table;
	width: 100%;
}
.row.numbers .row {
	display: table-row;
}
.row.numbers .row .number-item {
	float: none;
	display: table-cell;
}
.row.numbers div {
	padding: 0;
}
.numbers .number {
	position: relative;
	font-family: 'plumb-bold';
	color: #0069aa;
	font-size: 90px;
	line-height: 80px;
}
.numbers span {
	color: #818285;
	text-transform: uppercase;
	font-family: 'PT sans';
	font-size: 16px;
}
.numbers .devider {
  width: 36px;
  top: 156px;
  left: 2px;
  border-bottom: 3px solid #0069aa;
  display: block;
  margin-top: 13px;
}
.slide-item {
	position: relative;
	overflow: hidden;
}
.slide-item .tooltip {
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding: 26px 28px 27px 28px;
	background: rgba(49,71,85,0.9);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-family: 'plumb-light';
}
.slide-item .tooltip strong {
	display: block;
	margin-bottom: 3px;
	font-size: 26px;
	font-family: 'plumb-light';
	font-weight: normal;
}
.slide-item img {
	width: 586px;
	height: 460px;
}
.slide-item img:hover {
	-webkit-filter: saturate(2.2);
}
.slide-item.small {
	margin-left: 1px;
}
.slide-item.small .tooltip {
	padding: 20px 0 21px 0;
	width: 100%;
}
.slide-item.small .tooltip strong {
	font-size: 19px;
	letter-spacing: 0;
	margin-bottom: 0;
}
.slide-item.small .tooltip span {
	letter-spacing: 0px;
	font-size: 10px;
}
.slide-item.small img {
	width: 297px;
	height: 217px;
}
.row.contacts {
	text-align: center;
	text-transform: uppercase;
	padding-top: 71px;
}
.row.contacts .title {
	font-size: 30px;
	font-family: 'plumb-light';
	color: #000;
	font-weight: normal;
}
.row.contacts .city {
	position: relative;
	font-size: 17px;
	color: #0069aa;
	display: block;
	font-family: 'plumb-light';
}
.row.contacts .city:after {
	position: absolute;
	content: '';
	top: 36px;
	left: 50%;
	margin-left: -15px;
	border-bottom: 3px solid #000;
	width: 36px;
}
.row.contacts .tel {
	margin-top: 30px;
	font-size: 20px;
	color: #0069aa;
	font-family: 'plumb-medium';
}
.tabs-block {
	margin-top: 33px;
}
.tabs-nav {
	position: relative;
	margin-top: 5px;
}
.tabs-nav ul {
	position: relative;
	margin-top: 0px;
	z-index: 2;
}
.tabs-nav ul li {
	display: inline-block;
	float: left;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	font-family: 'plumb-light';
	cursor: pointer;
	padding: 10px 21px;
	background: #d7d7d7;
	color: #575757;
	text-transform: uppercase;
	margin-right: 1px;
}
.tabs-nav ul li.active {
	position: relative;
	z-index: 2;
	color: #fff;
	background: #0e4567;
}
.title-button {
	position: relative;
	z-index: 2;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}
.title-button.middle {
	vertical-align: middle;
	padding: 37px 23px 0 23px;
}
.title-button.middle.subtitle-none {
	padding: 0;
}
.title-button.middle a {
	color: #898989;
}
.title-button.middle a:hover {
	color: #0069aa;
}
.btn, .btn-bg {
	min-width: 170px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 16px;
	padding: 15px 23px 12px 17px;
	display: inline-block;
	text-transform: uppercase;
	background: #0e4567;
	font-family: 'plumb-light';
	border: none;
}
.btn:hover, .btn-bg:hover  {
	color: #fff;
	background: #135985;
}
.btn:focus, .btn-bg:focus {
	background: #002d47;
	color: #fff;
}
.title-button .btn {
	color: #fff;
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 16px;
	padding: 15px 23px 12px 17px;
	display: block;
	text-transform: uppercase;
	background: #0e4567;
	font-family: 'plumb-light';
}
.title-button .btn:hover {
	background: #135985;
}
.title-button .btn:focus {
	background: #002d47;
}
.tabs-nav .registrer a:hover {
	text-decoration: none;
}
.tabs-content {
	margin-top: 33px;
	display: none;
}
.tabs-content.active {
	display: block;
}
.tabs-content ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	max-width: 175px;
	margin-right: 69px;
}
.tabs-content ul:last-of-type {
	margin-right: 0;
}
.tabs-content ul li {
	margin-bottom: 11px;
	word-wrap: break-word;
}
.tabs-content ul li:last-of-type {
	margin-bottom: 0;
}
.tabs-content ul li a {
	font-family: 'PT sans';
	font-size: 16px;
	text-decoration: underline;
}
.tabs-content ul li a:hover {
	color: #c92745;
}
.more-tabs {
	display: none;
}
.visual {
	margin-top: 55px;
	height: 280px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/visual.jpg)no-repeat center;
}
.visual .info-block {
	margin-top: 48px;
	width: 383px;
	height: 183px;
	background: #3d5368;
	box-sizing: border-box;
	padding: 18px 43px 0 36px;
	color: #fff;
}
.visual .info-block .title {
	text-align: center;
	position: relative;
	font-weight: normal;
	font-family: 'times new roman';
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0.04em;
	display: block;
	margin-bottom: 12px;
}
.visual .info-block .title:after {
	position: absolute;
	content: '';
	top: 36px;
	left: 0px;
	width: 100%;
	border-bottom: 3px solid #fff;
}
.visual .info-block span {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'plumb-light';
	letter-spacing: 0.02em;
	line-height: 29px;
}
/**/
.visual .col-lg-4.col-md-4.col-sm-4 {
	width: auto;
}
.visual .col-lg-4.col-md-4.col-sm-4 .info-block {
	width: 100%;
}
/**/
.article-block {
	margin-top: 36px;
}
.title-block {
	position: relative;
	text-transform: uppercase;
	font-family: 'plumb-light';
	border-bottom: 1px solid #cacaca;
}
.title-block .row {
	margin-bottom: -1px;
}
.title-block .left-part {
	overflow: hidden;
	width: auto;
}/*
.title-block:after {
	position: absolute;
	content: '';
	top: 44px;
	left: 0px;
	border-bottom: 1px solid #cacaca;
	width: 100%;
	z-index: 1;
}*/
.title-block .right-part {
	float: right;
	display: table;
}
.main-title {
	font-size: 38px;
	color: #000;
	margin: 0 0 -5px 0;
	font-weight: normal;
}
.subtitle {
	color: #0069aa;
	letter-spacing: 0.02em;
	display: block;
	margin: 0 0 8px 0;
}
.article-block .news-item {
	padding-right: 30px;
}
.article-block .col-lg-4:last-of-type .news-item {
	padding-right: 0;
}
.news-block .news-item {
	padding-right: 60px;
}
.news-item .title {
	margin: 17px 0 5px 0;
	font-size: 25px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
	line-height: 1.3;
}
.news-item p {
	margin: 0 0 11px 0;
	line-height: 1.3;
	font-family: 'PT sans';
}
.news-item .date {
	position: relative;
	font-family: 'PT sans';
	font-style: italic;
	font-size: 12px;
	color: #000;
	display: inline-block;
}
.news-item .date:after {
	position: absolute;
	content: '';
	top: -4px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #000;
}
.video-block {
	height: 411px;
	margin-top: 103px;
	/*margin-bottom: 16px;*/
}
.video-title {
	text-align: center;
	overflow: hidden;
	padding: 79px 145px 0;
}
.video-title .title {
	font-size: 37px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
	display: block;
	margin-bottom: -2px;
}
.video-title .subtitle {
	color: #0069aa;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'plumb-light';
}
.video-title .video-name {
	position: relative;
	font-style: italic;
	font-family: 'times new roman';
	font-size: 17px;
	margin: 32px 0;
	line-height: 20px;
}
.video-title .video-name:after {
	position: absolute;
	content: '';
	top: -11px;
	width: 44px;
	left: 50%;
	margin-left: -22px;
	border-bottom: 1px solid #000;
}
.video-title span {
	display: block;
}
.video-title .more {
	text-transform: uppercase;
	color: #2a2a2a;
	font-size: 18px;
	font-family: 'plumb-light';
}
.video-title .more:hover {
	color: #0069aa;
}
.video-content iframe {
	width: 589px;
	height: 411px;
}
.more-about	{
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'plumb-light';
	cursor: pointer;
	margin-top: 61px;
}
.dropdown-content-button {
	position: relative;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 0 17px 17px;
	margin-bottom: -1px;
	text-transform: uppercase;
	cursor: pointer;
}
.dropdown-content-list {
	display: none;
	font-family: 'PT sans';
	font-weight: normal;
	text-align: left;
	color: #000;
	text-transform: none;
	border-top: 1px solid #00426b;
	padding: 15px 65px 50px 19px;
	cursor: default;
}
.counter {
	text-align: center;
	padding-top: 32px;
	height: 180px;
}
.counter .title {
	font-size: 38px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
}
.counter .counter-items	{
	margin-top: 19px;
	font-size: 0;
}
.counter-items .counter-item {
	font-size: 37px;
	padding: 7px 20px;
	color: #000;
	margin: 0 2px;
	font-family: 'plumb-light';
	border: 1px solid #d7d7d7;
}
.prefooter {
	margin-top: 46px;
}
.bottom-navigation ul {
	list-style: none;
}
.bottom-navigation ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.bottom-navigation ul li:last-of-type {
	margin-right: 0;
}
.bottom-navigation ul li a {
	color: #000;
	text-transform: uppercase;
	font-family: 'plumb-light';
	font-size: 12px;
	letter-spacing: 0.05em;
}
.bottom-navigation ul li a:hover {
	color: #0069aa;
}
.social-block {
	margin-top: -3px;
}
.social-block ul {
	text-align: right;
}
.social-block ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.social-block ul li a {
	display: block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #000;
}
.social-block ul li a.od {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/od.png)no-repeat center;
}
.social-block ul li a.vk {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/vk.png)no-repeat center;
}
.social-block ul li a.fb {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/fb.png)no-repeat center;
}
.social-block ul li a.ins {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/ins.png)no-repeat center;
}
.social-block ul li a.youtube {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/youtube.png)no-repeat center;
}
.footer {
	margin-top: 13px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002d47+0,002d47+50,08324d+50,08324d+50,08324d+100 */
background: #002d47; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmQ0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMmQ0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA4MzI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA4MzI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODMyNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #002d47 0%, #002d47 50%, #08324d 50%, #08324d 50%, #08324d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002d47), color-stop(50%,#002d47), color-stop(50%,#08324d), color-stop(50%,#08324d), color-stop(100%,#08324d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #002d47 0%,#002d47 50%,#08324d 50%,#08324d 50%,#08324d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #002d47 0%,#002d47 50%,#08324d 50%,#08324d 50%,#08324d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #002d47 0%,#002d47 50%,#08324d 50%,#08324d 50%,#08324d 100%); /* IE10+ */
background: linear-gradient(to right,  #002d47 0%,#002d47 50%,#08324d 50%,#08324d 50%,#08324d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d47', endColorstr='#08324d',GradientType=1 ); /* IE6-8 */

}
.footer-logo {
	margin-top: 39px;
}
.footer-logo img {
	width: 152px;
	height: 50px;
}
.copyright {
	margin-top: 32px;
	font-family: 'plumb-light';
	font-weight: bold;
	font-size: 10px;
	color: #878787;
	line-height: 1.6;
}
.copyright span {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
}
.footer-nav {
	padding-top: 34px;
	padding-left: 26px;
	padding-bottom: 85px;
}
.footer-nav ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	max-width: 105px;
	margin-right: 48px;
	min-width: 103px;
}
.footer-nav ul li {
	margin-bottom: 3px;
}
.footer-nav ul li a {
	color: #fff;
	font-family: 'plumb-medium';
	font-size: 12px;
}
.footer-nav ul li a b {
	font-size: inherit;
	display: block;
}
.footer-nav ul:nth-child(4),.footer-nav ul:nth-child(5) {
	text-transform: uppercase;
}
.footer-nav ul:nth-child(5) {
	margin-right: 0;
}
.footer-nav ul:nth-child(4) li,.footer-nav ul:nth-child(5) li {
	line-height: 1.1;
}
.footer-nav ul:nth-child(4) li a,.footer-nav ul:nth-child(5) li a {
	font-family: 'plumb-medium';
	font-size: 10px;
}
b.bold {
	font-family: 'plumb-bold';
	font-weight: normal;
}
.divider {
	width: 89%;
	height: 1px;
	background: #454545;
	margin: 12px 0 14px 0;
}
.footer-contacts {
	position: relative;
	/*padding-top: 99px;*/
	padding-left: 48px;
}
.footer-contacts .tel-block span.tel {
	font-family: 'plumb-bold';
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.footer-contacts .tel-block span {
	color: #a6a6a6;
	font-size: 12px;
	font-family: 'plumb-medium';
	padding-left: 10px;
	padding-right: 25px;display: inline-block;
}
.footer-contacts a {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'plumb-light';
	display: block;
	margin-left: 52px;
}
.footer-buttons {
	height: 282px;
	display: table;
}
.footer-buttons a {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.footer-buttons .tel-block {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.footer-buttons:hover {
	background: #002d47;
}
.footer-buttons.disable-buttons:hover {
	background: none;
}
.footer-contacts a span.bold {
	font-family: 'plumb-bold';
	display: block;
}
.footer-contacts a.price-list {
    position: absolute;
    top: 41px;
    left: 8px;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 33px;
    padding-left: 27px;
    text-transform: none;
    background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-price-list.png)no-repeat left 0px;
    z-index: 2;
}
/*=>640*/
.navbar-mobile  {
	display: none;
}
.mobile-nav-block {
	display: none;
}
.mobile-appointment {
	display: none;
}
.mobile-news {
	display: none;
}
.video-content .more {
	display: none;
}
.mobile-nav li.mobile-close {
	display: none;
}
.mobile-copyright {
	display: none;
}
/*404*/
.page-not-found {
	text-align: center;
	padding-bottom: 225px;
}
.page-not-found .title {
	font-size: 150px;
	font-family: 'plumb-light';
	font-weight: normal;
	color: #000;
	margin: 0 0 -28px 0;
}
.page-not-found .subtitle {
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 21px;
}
.page-not-found .subtitle:after {
	position: relative;
	content: '';
	top: 14px;
	width: 50px;
	height: 3px;
	display: block;
	margin: 0 auto;
	background: #000;
}
.page-not-found p {
	font-size: 15px;
	line-height: 1.7;
}
.search-form {
	position: relative;
	max-width: 394px;
	display: inline-block;
	margin-top: 12px;
}
.search-form .search-submit {
	position: absolute;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-loupe-404.png)no-repeat center transparent;
	border: none;
	top: 10px;
	right: 0px;
	margin-top: -9px;
	width: 55px;
	height: 50px;
}
.search-form .site-map {
	display: inline-block;
	margin-top: 20px;
}
/*404 end*/

/*about_2*/
.about-visual {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/about-visual.jpg)no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.visual-block {
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: left bottom!important;
}
.visual-block .title {
	font-size: 64px;
	font-family: 'plumb-bold';
	font-weight: normal;
	color: #fff;
	margin: 0;
	letter-spacing: 0;
	text-transform: none;
}
.visual-block p {
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
	margin: 6px 0;
	padding-left: 4px;
	letter-spacing: -0.013em;
	-webkit-appearance: none;
}
.visual-block-content {
	padding-right: 39%;
	padding-top: 75px;
	padding-bottom: 121px;
}
.top-line {
	width: 39px;
	height: 2px;
	background: #4b8cc4;
	display: block;
	margin: 12px 0;
}
.article-item-row {
	margin-top: 46px;
	margin-bottom: 62px;
}
.article-item-row p {
	padding-right: 48px;
}
.article-item-row:last-of-type {
	margin-bottom: 0;
}
.colored-list {
	margin-top: 44px;
}
.tabs-content .colored-list ul {
	max-width: 200px;
	margin-right: 106px;
}
.tabs-content .colored-list ul:last-of-type {
	margin-right: 0;
}
.tabs-content .colored-list ul li {
	margin-bottom: 16px;
}
.tabs-content .colored-list ul li a {
	line-height: 1.1;
	color: #0069aa;
}
.video-items {
	margin-top: 44px;
}
.video-item {
	width: 360px;
	float: left;
	margin-right: 30px;
}
.video-item .video-descr {
	color: #0069aa;
	font-family: 'PT sans';
}
.video-item:nth-child(3n) {
	margin-right: 0;
}
.video-item .item iframe {
	width: 100%;
	height: 208px;
	margin-bottom: 7px;
}
.double-article {
	padding-bottom: 69px;
}
.reviews {
	padding-right: 30px;
}
.review-item {
	margin-top: 14px;
	margin-bottom: 32px;
}
.review-item:last-of-type {
	margin-bottom: 0;
}
.review-author {
	font-family: 'PT sans';
	font-size: 16px;
	color: #0069aa;
	letter-spacing: 0.065em;
	margin-bottom: 4px;
}
.review-city {
	font-family: 'PT sans';
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
.review-content {
	margin-top: 9px;
}
.review-content p {
	line-height: 1.7;
}
.articles {
	padding-left: 22px;
}
.article-item {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 70px;
}
.article-item:last-of-type {
	margin-bottom: 0;
}
.article-item a {
	font-family: 'PT sans';
}
.article-item .date {
	font-family: 'PT sans';
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	margin-top: 2px;
	display: block;
}
.article-block .more {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'PT sans';
	letter-spacing: 0.04em;
	display: inline-block;
	margin-top: 18px;
}
.medtsentr {
	margin-top: 51px;
	padding-bottom: 30px;
}
.medtsentr .row {
	margin-bottom: 61px;
}
.medtsentr .row:last-of-type {
	margin-bottom: 0;
}
.medtsentr-item {
	float: left;
	max-width: 544px;
	margin-right: 50px;
}
.medtsentr-item .row {
	margin-bottom: 0;
}
.medtsentr-item:last-of-type {
	margin-right: 0;
}
.medtsentr-item a {
	position: relative;
	display: block;
}
.medtsentr-item .tooltip {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/onMap.png)no-repeat center rgba(0,0,0,0.45);
	display: none;
}
.medtsentr-item img {
	width: 100%;
	height: 283px;
}
.medtsentr-item a:hover > .tooltip {
	display: block;
}
.medtsentr-item .title {
	letter-spacing: -0.005em;
	font-size: 21px;
	margin: 17px 0 0 0;
}
.medtsentr-item .title a {
	color: #000;
}
.medtsentr-item address {
	font-style: normal;
	margin-top: 1px;
	font-family: 'PT sans';
	letter-spacing: 0.025em;
	margin-bottom: 7px;
}
.medtsentr-item strong {
	font-size: 14px;
	font-family: 'PT sans';
	margin-bottom: -3px;
	display: block;
}
.medtsentr-item p {
	margin: 0;
}
.medtsentr-item .row div {
	float: left;
}
.medtsentr-item .row .hours {
	margin-right: 24px;
}
/*about_2 end*/
/*navbar sticky*/
.navbar-sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #00426b;
	padding: 15px 0 18px 0;
	z-index: 101;
	display: none;
}
.navbar-sticky .container {
	position: relative;
}
.navbar-sticky .sticky-logo {
	float: left;
}
.navbar-sticky .sticky-nav {
	float: left;
	margin-top: 8px;
	margin-left: 42px;
}
.sticky-nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
}
.sticky-nav ul li:last-of-type {
	margin-right: 0;
}
.sticky-nav ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'plumb-light';
	letter-spacing: 0.045em;
}
.navbar-sticky .navbar-right {
	top: 5px;
}
.navbar-sticky .navbar-tel {
	margin-right: 24px;
}
a.sticky-button {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 10px 21px 8px 13px;
	font-size: 11px;
	background: #cf2d4e;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dc5072+0,c2213c+100 */
background: #dc5072; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjNTA3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjIxM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dc5072 0%, #c2213c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc5072), color-stop(100%,#c2213c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dc5072 0%,#c2213c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dc5072 0%,#c2213c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dc5072 0%,#c2213c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dc5072 0%,#c2213c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5072', endColorstr='#c2213c',GradientType=0 ); /* IE6-8 */
	border-radius: 2px;
	border-bottom: none;
	text-transform: uppercase;
	text-align: center;
}
/**/

/*card_fr_5*/

.cap-logo {
	float: left;
}
.navbar-cap {
	background: #fff;
}

.navbar-cap .navbar-search .search-field {
	min-width: 100%;
}
.navbar-cap .navbar-right .search-icon {
	display: block!important;
}
.navbar-cap .search-main-form {
	position: absolute;
	top: 49px;
	right: -1px;
	background-color: #00426b;
	padding: 2px;
}
.navbar-cap .navbar-search .search-button {
	right: 10px;
}
.navbar-cap .nav {
	float: left;
	display: block;
	margin-top: 7px;
	margin-left: 28px;
}
.navbar-cap .nav li {
	display: none;
}
.navbar-cap .nav li:first-child {
	display: inline-block;
}
.navbar-cap .navbar-right {
	top: 6px;
}
.navbar-cap a.sticky-button {
	margin-right: 32px;
}
.navbar-cap .navbar-right .navbar-search {
	margin-right: 21px;
}
.navbar-cap .icon-loupe {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/loop-blue.png)no-repeat;
}
.navbar-cap .navbar-tel .tel {
	color: #000;
}
.navbar-cap .navbar-tel .call {
	color: #0069aa;
}
.navbar-cap .nav li a {
	color: #5e5e5e;
}
.navbar-cap .nav li a:hover {
	color: #5e5e5e;
}
.navbar-cap .nav li.lang {
	color: #0069aa;
	padding: 5px 15px 0px 14px;
}
.navbar-cap .nav li a.cabinet {
	color: #0069aa;
}
.navbar-cap .nav li a.cabinet .icon-user{
	background: none;
}

.card_fr {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/about-visual.jpg)no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.card_fr .about-content {
	padding-top: 33px;
	padding-bottom: 56px;
}
.card_fr p {
	margin-top: -2px;
	margin-bottom: 8px;
}
.card_fr .numbers .number {
	color: #fff;
}
.card_fr .numbers span {
	color: #fff;
}
.card_fr .numbers .devider {
	margin-top: 4px;
}
.card_fr .numbers .devider {
	border-color: #fff;
}
.card_fr .btn-bordered {
	margin-top: 49px;
	display: inline-block;
	border: 2px solid #fff;
	padding: 11px 25px 9px 22px;
	margin-right: 21px;
	margin-left: 2px;
}
.card_fr .btn-bordered:hover {
	background: #fff;
	border-color: #0069aa;
}
.btn-bordered {
	font-size: 16px;
	color: #fff;
	font-family: 'plumb-light';
	text-transform: uppercase;
}
.dash-list {
	list-style: none;
}
.dash-list li {
	position: relative;
	font-family: 'PT sans';
	font-size: 14px;
	padding-left: 22px;
	margin-bottom: 20px;
}
.dash-list li:before {
	position: absolute;
	content: '';
	top: 11px;
	left: 2px;
	width: 9px;
	border-bottom: 1px solid #0069aa;
}
.dash-list li:first-child {
	margin-top: 30px;
}
.btn-bg {
	color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 16px;
    padding: 15px 23px 12px 17px;
    display: inline-block;
    text-transform: uppercase;
    background: #0e4567;
    font-family: 'plumb-light';
}
.footer-cap {
	background: #08324d;
}
.footer-cap .footer-logo {
	margin-top: 20px;
}
.footer-cap .copyright {
	margin-top: 7px;
}
.footer-cap .footer-contacts {
	padding-top: 17px;
	padding-left: 43px;
}
.footer-cap .footer-contacts .tel-block {
	position: absolute;
	right: 31px;
	top: 15px;
	text-align: right;
}
.footer-cap .footer-contacts .tel-block span.tel {
	font-size: 16px;
}
.footer-cap .footer-contacts .tel-block span {
	font-size: 12px;
	display: block;
	padding-right: 0;
}
.footer-cap .footer-contacts a {
	font-size: 12px;
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 38px;
}
.footer-cap .footer-contacts a.price-list {
	position: relative;
	padding-top: 6px;
	top: auto;
	left: auto;
	font-family: 'plumb-medium';
	font-weight: normal;
	background-position: left 1px;
}

/**/
/*employee_5*/
.breadcrumbs ul {
	padding-top: 4px;
	list-style: none;
	border-top: 1px solid #d7d7d7;
}
.breadcrumbs li {
	position: relative;
	display: inline-block;
}
.breadcrumbs li:after {
	position: relative;
	content: '/';
	color: #787878;
	font-size: 11px;
	font-family: 'plumb-light';
	margin-left: 4px;
}
.breadcrumbs li:last-of-type:after {
	display: none;
}
.breadcrumbs ul li a {
	color: #787878;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'plumb-light';
}
.input-block {
	display: inline-block;
	vertical-align: top;
}
/*select*/
.jq-selectbox.focused .jq-selectbox__select {
	border-color: #d7d7d7;
}
.jq-selectbox__trigger {
	border: none;
	top: 0px;
}
.jq-selectbox__trigger-arrow {
	top: 50%;
	margin-top: -3px;
	width: 10px;
	height: 6px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/select-arrow.png)no-repeat;
	border: none;
}
.jq-selectbox__select {
	border-radius: 0;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'PT sans';
	box-shadow: none;
	padding: 0;
	text-indent: 15px;
	margin: 0;
	box-sizing: border-box;
	height: 50px;
	width: 394px;
	line-height: 47px;
	text-shadow: none;
}
.jq-selectbox__select:hover {
	background: #fff;
}
.jq-selectbox__select:active {
	box-shadow: none;
	background: #fff;
}
.jq-selectbox__dropdown {
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #d7d7d7;
	margin-top: -1px;
	border-radius: 0;
}
.jq-selectbox__dropdown ul {
	width: 100%;
	max-width: none;
	background: #fff;
	padding: 7px 0;
}
.jq-selectbox__dropdown ul li {
	color: #000;
	font-size: 16px;
	font-family: 'PT sans';
}
.jq-selectbox li {
	padding: 10px 16px;
	margin-bottom: 12px;
}
.jq-selectbox li.selected {
	background: #fff;
	color: #000;
}
.jq-selectbox li:hover {
	color: #0069aa;
	background: #fff;
}
.jq-selectbox__select-text {
	width: auto!important;
}
/**/
.input-block {
	position: relative;
}
.input-block .input-dropdown {
	display: none;
}
 .input-block input:focus ~ .input-dropdown {
	display: block;
}
.input-block .input-dropdown {
	position: absolute;
	width: 100%;
	max-width: none;
	background: #fff;
	padding: 7px 0;
	border: 1px solid #d7d7d7;
	margin-top: -3px;
	z-index: 3;
}
.input-block .input-dropdown li {
	color: #000;
	font-size: 16px;
	font-family: 'PT sans';
	padding: 10px 16px;
	cursor: pointer;
}
.input-block .input-dropdown li:hover {
	color: #0069aa;
}
.personal-list {
	margin-top: 19px;
}
.personal-nav .jq-selectbox__select, .personal-nav input {
	width: 361px;
}
.personal-nav-item {
	margin-right: 22px;
}
.personal-nav-item:last-of-type {
	margin-right: 0;
}
.doctor-list {
	margin-top: 40px;
}
.doctor-list .row {
	margin-bottom: 50px;
}
.doctor-list .row:last-of-type {
	margin-bottom: 0;
}
.doctor-item {
	float: left;
	margin-right: 36px;
	max-width: 199px;
}
.doctor-item:last-of-type {
	margin-right: 0;
}
.personal-content .doctor-item:nth-child(5n) {
	margin-right: 0;
}
.personal-content .doctor-item {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.doctor-item img {
	width: 199px;
	height: 252px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.doctor-item .doctor-name {
	display: block;
	font-family: 'PT sans';
	color: #424242;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
	line-height: 1.4;
}
.doctor-item .doctor-prof {
	color: #424242;
	font-size: 18px;
	font-family: 'PT sans';
	font-weight: normal;
	letter-spacing: 0.01em;
	word-break: break-all;
}
.personal-content .more {
	display: block;
	margin: 120px 0;
	padding-top: 19px;
	padding-bottom: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'plumb-light';
	clear: both;
}
/**/
/*employee_8*/
.doctor-card {
	margin-top: 8px;
}
.doctor-card .main-title {
	font-size: 40px;
	margin-bottom: -6px;
	letter-spacing: 0.022em;
}
.doctor-card-main {
	margin-top: 15px;
}
.doctor-card-main .subtitle {
	color: #0069aa;
	font-size: 24px;
	font-family: 'plumb-light';
	text-transform: uppercase;
	letter-spacing: -0.005em;
}
.doctor-card-main .subtitle-descr {
	color: #4a4a4b;
	display: block;
	font-family: 'PT sans';
	font-size: 14px;
	text-transform: none;
}
.doctor-title {
	border-bottom: 1px solid #d7d7d7;
	margin-top: 12px;
}
.doctor-card-img {
	max-width: 575px;
	width: 100%;
	float: left;
}
.doctor-card-img img {
	width: 496px;
	height: 511px;
	margin: 0 auto;
	display: block;
}
.doctor-card-content {
	position: relative;
	width: 595px;
	float: left;
	padding-left: 6px;
}
.doctor-card-reception {
	width: 515px;
	max-width: 515px;
	margin-top: 62px;
}
.doctor-card-reception span {
	display: block;
	color: #2f2f2f;
}
.doctor-card-reception .title {
	font-family: 'plumb-light';
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
}
.doctor-card-reception .line {
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	margin: 7px 0;
}
.doctor-card-reception a {
	font-family: 'PT sans';
	font-size: 16px;
}
.doctor-card-reception .address {
	font-family: 'PT sans';
	font-size: 14px;
	margin-top: 3px;
}
.doctor-card-reception .phone {
	font-family: 'PT sans';
	text-transform: uppercase;
}
.doctor-card-content .title-button {
	position: absolute;
	height: auto;
	display: block;
	right: 0px;
	bottom: 0px;
}
.doctor-card-content a.btn {
	float: right;
	margin-left: 1px;
}
.doctor-card-content a.btn {
	padding: 14px 22px 9px 16px;
}
.doctor-card-content a.btn.gray {
	background: #555555;
}
.doctor-descr {
	margin-top: 11px;
}
.doctor-descr .doctor-numbers {
	float: left;
}
.doctor-numbers .row.numbers .number-item {
	display: block;
	float: left;
	max-width: 180px;
	margin-right: 37px;
}
.doctor-numbers .row.numbers .number-item:last-of-type {
	margin-right: 0;
}
.doctor-numbers .number {
	font-size: 55px;
	margin-bottom: -7px;
}
.doctor-numbers .row.numbers span {
	color: #000;
	padding-left: 2px;
	display: inline-block;
	letter-spacing: 0.055em;
}
.doctor-history {
	float: left;
	max-width: 775px;
	padding-left: 33px;
	margin-top: 17px;
}
/* .doctor-history p {

	-webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
} */
.doctor-descr .history {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 36px;
}
.doctor-descr h4 {
	margin: 25px 0 10px 0;
}
.doctor-descr p {
	line-height: 1.75;
	letter-spacing: -0.016em;
}
.experience ul li {
	font-family: 'PT sans';
	font-style: italic;
	color: #000;
	letter-spacing: -0.055em;
	line-height: 1.7;
	margin-bottom: 9px;
}
.education {
	margin-top: 27px;
	padding-left: 20px;
}
.education h4 {
	font-size: 16px;
}
.doctor-descr .more-about {
	margin-top: 27px;
}
.posts-block {
	margin-top: 50px;
}
.post-item {
	float: left;
	width: 334px;
	margin-right: 63px;
}
.post-item:last-of-type {
	margin-right: 0;
}
.post-item .post-title {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 16px;
}
.post-item .post-title h3 {
	font-size: 26px;
	margin: 0 0 1px -2px;
	letter-spacing: -0.02em;
	font-family: 'plumb-light';
	text-transform: uppercase;
	font-size: 34px;
}
.link-item {
	margin-bottom: 21px;
}
.link-item a {
	font-family: 'PT sans';
	font-size: 14px;
}
.link-item .date {
	font-size: 10px;
	font-family: 'PT sans';
	font-style: italic;
	margin-top: 1px;
}
.link-item .float {
	float: left;
	margin-right: 9px;
	max-width: 110px;
	max-height: 59px;
}
.link-item .pull {
	float: right;
	max-width: 64%;
}
.posts-block .more {
	text-transform: uppercase;
}
.double-post .faq {
	width: 513px;
	float: left;
	margin-right: 110px;
}
.double-post .reviews {
	float: left;
	width: 518px;
}
.double-post h2 {
	margin: 27px 0 1px 0;
	font-size: 34px;
}
.faq p {
	color: #0069aa;
	line-height: 1.55;
	font-size: 16px;
	letter-spacing: -0.005em;
}
.faq .answer p {
	color: #000;
	font-size: 14px;
	line-height: 1.7;
}
.faq-item {
	margin-top: 12px;
}
.faq-item .date {
	font-family: 'PT sans';
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	margin-top: 11px;
	display: block;
}
.double-post .more {
	display: block;
	margin: 18px 0;
}
/**/
/*specialistam*/
.specialistam-visual {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/specialistam-visual.jpg)no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.specialistam-visual .breadcrumbs {
	margin-top: 8px;
}
.specialistam-visual .breadcrumbs ul {
	border: none;
}
.specialistam-visual .breadcrumbs ul li a {
	color: #fff;
}
.specialistam-visual .breadcrumbs li:after {
	color: #fff;
}
.specialistam-visual .title {
	text-transform: uppercase;
}
.specialistam-visual .visual-block-content {
	padding-bottom: 138px;
}
p.double-column {
	-webkit-column-width: auto;
	-moz-column-width: auto;
	column-width: auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	line-height: 1.85;
}
h3.in-article {
	margin: 17px 0 8px 0;
}
.offer {
	margin-top: 24px;
	line-height: 1.95;
}
.article-block p {
	line-height: 1.65;
	margin: 3px 0;
}
.article-block .colored-list {
	margin-top: 28px;
}
.article-block .colored-list ul li {
	margin-bottom: 15px;
}
/**/
/*contact_7*/
.contact-block {
	margin-top: 19px;
}
.contact-block .container {
	position: relative;
}
.contact-block h1 {
	margin-left: -3px;
	margin-bottom: 1px;
}
.contact-nav {
	border: 1px solid #d7d7d7;
	border-width: 1px 0px 1px 1px;
	border-bottom: 0;
	max-width: 1138px;
	box-sizing: border-box;
	overflow: hidden;
}
.contacts-container .swiper-slide {
	width: 25%!important;
	min-height: 358px;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	box-sizing: border-box;
	text-align: center;
	padding: 0 35px 26px 35px;
	background: #fff;
	float: left;
}
.contacts-container .swiper-slide .title {
	text-transform: none;
	letter-spacing: 0.025em;
	font-size: 14px;
	font-family: 'plumb-bold';
	font-weight: normal;
	margin-top: 29px;
	min-height: 40px;
}
.contacts-container .swiper-slide .divider {
	margin: 0 auto;
	width: 52px;
	height: 4px;
	margin-top: 24px;
	margin-bottom: 20px;
}
.contacts-container .swiper-slide address {
	font-style: normal;
	font-family: 'PT sans';
	letter-spacing: -0.025em;
	margin-bottom: 13px;
}
.contacts-container .swiper-slide span {
	display: block;
	margin: 11px 0;
	letter-spacing: -0.05em;
}
.contacts-container .swiper-slide .pseudo {
	float: right;
}
.contacts-container .swiper-slide .pseudo:first-child{
	float: left;
}
.contacts-container .swiper-slide.colored {
	background: #00426b;
	cursor: pointer;
	border-right-color: #fff;
}
.contacts-container .swiper-slide.colored a {
	color: #fff;
}
.contacts-container .swiper-slide.colored .title {
	color: #fff;
}
.contacts-container .swiper-slide.colored .divider {
	background: #fff;
}
.contacts-container .swiper-slide.colored address {
	color: #fff;
}
.contacts-container .swiper-slide.colored span {
	color: #fff;
}
.contacts-container .swiper-slide.colored .pseudo {
	color: #fff;
	border-color: #fff;
}
.move-buttons {
	position: absolute;
	top: 20px;
	right: 31px;
}
.contact-swiper-button-next,.contact-swiper-button-prev {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}
.contact-swiper-button-next {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/contacts-move-right.png)no-repeat;
}
.contact-swiper-button-prev {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/contacts-move-left.png)no-repeat;
}
.swiper-button-disabled {
	opacity: 0.35;
}
.contact-map {
	width: 100%;
	height: 830px;
	border-top: 1px solid #d7d7d7;
	margin-top: -1px;
}
.contact-nav-dropdown {
	position: absolute;
	top: 100%;
	left: 1px;
	margin-top: 0px;
	width: 1136px;
	overflow: hidden;
}
.contact-dropdown-content {
	position: relative;
	max-width: 1136px;
	background: #00426b;
	padding: 15px 23px;
	display: none;
	z-index: 1;
}
.contact-dropdown-content ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.contact-dropdown-content ul:last-of-type {
	margin-right: 0;
}
.contact-dropdown-content ul li a {
	color: #fff;
}
.contact-dropdown-content p {
	color: #fff;
}
.contact-dropdown-close {
	position: absolute;
	top: 23px;
	right: 15px;
	width: 11px;
	height: 11px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/contact-dropdown-close.png)no-repeat;
	cursor: pointer;
}
/**/
/* form_3 */
.register-form-block {
	margin-top: 4px;
}
.register-form-block .main-title {
	font-size: 40px;
	margin-bottom: 5px;
}
.register-form-block p {
	line-height: 1.75;
}
.register-form {
	margin-top: 18px;
}
.register-form .row {
	margin-bottom: 15px;
}
.register-form label {
	margin-right: 30px;
}
.register-form label:last-of-type {
	margin-right: 30px;
}
.agreement {
	margin-top: 41px;
}
.agreement label span {
	text-indent: 30px;
}
.capcha {
	margin: 19px 0;
}
.capcha label {
	vertical-align: middle;
	margin-right: 15px;
}
.capcha img {
	display: inline-block;
	vertical-align: middle;
}
.calendar {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 25px;
	height: 25px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/calendar.png)no-repeat;
	cursor: pointer;
	margin: -5px 0 0 0;
}
.pickmeup {
	z-index: 1043!important;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
	color: #0069aa;
	font-size: 14px;
	font-family: 'PT sans';
}
.pickmeup {
	background: #fff;
	margin-left: 22px;
}
.pickmeup .pmu-instance {
	background: #fff;
	border: 1px solid #d7d7d7;
}
.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
	color: #0069aa;
}
.pickmeup .pmu-instance .pmu-button {
	color: #494949;
	font-family: 'PT sans';
	font-size: 10px;
}
.pickmeup .pmu-instance .pmu-button.pmu-saturday, .pickmeup .pmu-instance .pmu-button.pmu-sunday {
	color: #ff1338;
}
.pickmeup .pmu-instance .pmu-day-of-week {
	border-top: 1px solid #d7d7d7;
	padding-top: 5px;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
	color: #494949;
	font-family: 'PT sans';
	font-size: 10px;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 2.7em;
}
.pickmeup .pmu-instance .pmu-selected {
	background: #0069aa;
	color: #fff;
}
.pickmeup .pmu-instance .pmu-button:hover {
	background: #0069aa;
	color: #fff;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month:hover {
	background: none;
}
.pickmeup .pmu-instance:first-child .pmu-prev:hover, .pickmeup .pmu-instance:last-child .pmu-next:hover {
	background: none;
	color: #0069aa;
}
/**/
/*services_7_cells*/
.services-block .title-block {
	margin-bottom: 25px;
}
.services {
	display: none;
}
.services.active {
	display: block;
}
.services .row {

}
.service-item {
	position: relative;
	height: 100%;

	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	background: #0069aa;
	text-align: center;
}
.service-item a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	display: table;
	width: 100%;
	height: 100%;
}
.service-item a span {
	display: table-cell;
	vertical-align: middle;
}
.service-item:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}
.service-item img {
	width: 100%;
	height: 100%;
}
.service-item .service-tooltip {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(98,116,126,0.5);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	font-family: 'plumb-light';
	text-transform: uppercase;
	padding: 13px 0;
	cursor: pointer;
	box-sizing: border-box;
}
.service-item .service-tooltip:hover {
	background: #314755;
}
.service-item.high {
	width: 284.5px;
	height: 470px;
	background: none;
}
.service-item.big {
	width: 570px;
	height: auto;
	background: none;
}
.service-item.small {
	width: 284px;
	height: 235px;
}
.service-item.wide {
	width: 570px;
	height: 235px;
}
.service-item .no-marg {
	margin-right: 0;
}
.tooltip-dropdown {
	position: absolute;
	top: 100%;
	margin-top: 1px;
	width: 570px;
	z-index: 5;
	text-align: left;
	background: #314755;
	color: #fff;
	padding: 35px;
	display: none;
	text-transform: none;
	cursor: default;
}
.service-tooltip.active {
	border-bottom: 1px solid #fff;
}
.tooltip-dropdown.active  {
	display: block;
}
.tooltip-dropdown .btn {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	width: auto;
	margin: 15px 0;
}
.services-block .move-buttons div {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.services-block .move-buttons .service-list-filter {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/service-list-filter.png)no-repeat;
	margin-right: 9px;
}
.services-block .move-buttons .service-block-filter {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/service-block-filter.png)no-repeat;
}
.services-list-filter-inner {
	max-width: 806px;
}
.services-list-filter .more-about {
	margin: 0;
}
.services-list-filter .dropdown-content-button {
	font-size: 15px;
	color: #0069aa;
	text-transform: none;
	text-align: left;
}
.services-list-filter .more-about b {
	display: block;
	margin-top: 6px;
}
.services-list-filter .more-about .colored-list {
	padding-left: 15px;
	margin-top: 23px;
}
.services-list-filter .more-about .colored-list li {
	margin-bottom: 24px;
}
/**/
/*cliniki-13.html*/
.cliniki-visual {
	margin-top: 40px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/cliniki-visual.jpg)no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
    height: 611px;
}
.cliniki-visual .visual-block-content {
	padding-top: 51px;
	padding-bottom: 46px;
}
.bordered-title {
	border: 3px solid #fff;
	text-transform: uppercase;
	font-family: 'plumb-bold';
	font-size: 64px;
	color: #fff;
	padding: 0px 30px;
	line-height: 1.3;
	max-width: 652px;
	box-sizing: border-box;
	width: 1px;/*баг или фича*/
	display: block;
}
.bordered-title legend {
	text-transform: uppercase;
	color: #fff;
	font-family: 'plumb-light';
	font-size: 27px;
	padding: 0 8px;
}
.bordered-address {
	max-width: 300px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.bordered-address p {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
}
.cliniki-visual .btn {
	margin-top: 25px;
}
.about-clinik {

}
.about-clinik .main-doctor {
	max-width: 20%;
	float: left;
	margin-top: 13px;
}
.about-clinik .main-doctor-descr .double-column-text {
	-webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 88px;
}
.gallery {
	margin-top: 77px;
	text-align: center;
}
.gallery img {
	width: 100%;
	height: 100%;
}
.gallery .col-lg-6 {
	overflow: hidden;
}
.gallery a {
	font-size: 16px;
	font-family: 'plumb-light';
	text-transform: uppercase;
	color: #000;
	margin-top: 19px;
	display: inline-block;
}
.gallery-parent .gallery-item {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
}
.gallery .row {
	display: none;
}
.gallery .row:nth-child(1) {
	display: block;
}
.gallery .row .row {
	display: block;
}
.gallery-tooltip {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 26px 28px 27px 28px;
	background: rgba(49,71,85,0.9);
	color: #fff;
	display: none;
	min-height: 30%;
}
.gallery-tooltip.small {
	padding: 20px 0 21px 0;
}
.gallery-tooltip strong {
	display: block;
	margin-bottom: 3px;
	font-size: 26px;
	font-family: 'plumb-light';
	font-weight: normal;
}
.gallery-tooltip span {
	text-transform: uppercase;
	font-family: 'plumb-light';
	font-size: 18px;
}
.gallery-tooltip.small strong {
	font-size: 19px;
	letter-spacing: 0;
	margin-bottom: 0;
}
.gallery-tooltip.small span {
	letter-spacing: 0;
	font-size: 10px;
}
.gallery-parent .gallery-item:hover > .gallery-tooltip {
	display: block;
}
button.mfp-arrow:before, button.mfp-arrow:after {
	display: none;
}
button.mfp-arrow {
	margin-top: -22px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
}
button.mfp-arrow:active {
	margin-top: -22px;
	top: 50%;
}
button.mfp-arrow-left {
	width: 27px;
	height: 44px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/popup-left-arrow.svg) no-repeat center;
	left: 5px;
}
button.mfp-arrow-right {
	width: 27px;
	height: 44px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/popup-right-arrow.svg) no-repeat center;
	right: 5px;
}
.mfp-title {
	font-size: 16px;
	font-family: 'plumb-light';
	color: #fff;
	margin-top: 0;
	line-height: 1.3;
}
.classic-table {
	width: 100%;
	margin-top: 29px;
}
.classic-table tr {
	vertical-align: top;
	font-family: 'PT sans';
	font-size: 13px;
	color: #19191a;
	border-bottom: 1px dotted #ced6dc;
}
.classic-table tr td {
	padding: 8px 0 9px 0;
}
.classic-table tr:last-of-type {
	border-bottom: none;
}
.classic-table .main {
	line-height: 1.3;
	vertical-align: bottom;
	font-family: 'plumb-medium';
	font-size: 14px;

	color: #615e5e;
	border-bottom: 1px solid #b0afb1;
}
.classic-table .main td {
	padding: 0 0 6px 0;
}
.classic-table .main td:nth-child(1) {
	padding-right: 90px;
}
.classic-table .main td:nth-child(2) {
	padding-right: 82px;
}
.classic-table .main td:nth-child(3) {
	padding-right: 65px;
}
.classic-table tr:nth-child(2) td {
	padding-top: 15px;
}
.classic-table a {
	font-weight: bold;
}
.pseudo-links {
	margin: 30px 0;
}
.pseudo-links .pseudo {
	color: #00426b;
	border-color: #00426b;
	font-size: 18px;
	font-family: 'PT sans';
}
ul.column-list {
	display: inline-block;
	vertical-align: top;
	max-width: 160px;
	margin-right: 8.3%;
}
ul.column-list:last-of-type {
	margin-right: 0;
}
ul.column-list li {
	margin-bottom: 17px;
}
ul.column-list li a {
	-webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
}
a.more-button {
	display: block;
	margin: 30px 0;
	padding-top: 19px;
	padding-bottom: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-family: 'plumb-light';
	clear: both;
}
.article-content {

}
.article-content .doctor-list {
	margin-top: 47px;
}
.article-content .doctor-list .doctor-name {
	color: #0069aa;
	margin-bottom: 6px;
}
.article-content .doctor-item .doctor-prof {
	line-height: 1.6;
	font-size: 15px;
}
.article-item-row h4 {
	margin-top: 0;
}
h4.item-row-title {
	margin-top: -3px;
	font-size: 21px;
	letter-spacing: -0.005em;
	line-height: 1.2;
	padding-right: 48px;
}
.dropdown-content-list.no-padding {
	padding: 0;
}
.about-clinik h2 {
	margin-bottom: 16px;
}
.about-clinik .doctor-name {
	margin-top: 11px;
}
.about-clinik .doctor-name a {
	font-size: 19px;
	font-family: 'PT sans';
	font-weight: bold;
}
.about-clinik .main-doctor-descr{
	line-height: 1.66;
	float: left;
	max-width: 80%;
}
.about-clinik .signature {
	margin-top: 38px;
}
.about-clinik .signature p {
	margin: 0;
	font-size: 14px;
}
.about-clinik .signature b {
	font-family: 'PT sans';
	font-size: 14px;
}
.about-clinik .main-doctor-descr h4 {
	font-size: 20px;
}
.about-clinik .dash-list {
	margin-top: 19px;
}
.about-clinik .dash-list li {
	padding-left: 17px;
	margin-bottom: 9px;
	font-size: 16px;
	margin-top: 0;
}
.about-clinik .dash-list li:before {
	top: 13px;
	left: -4px;
	width: 10px;
}
.dropdown-content-list .dropdown-content-button {
	border-top: none;
	text-align: center;
	margin-top: 20px;
}
.visual.cliniki-visual {
	margin-top: 76px;
	/* padding-top: 109px;
	padding-bottom: 127px; */
    padding-top: 49px;
    padding-bottom: 67px;
    height: auto;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/cliniki-visual2.jpg)no-repeat center;
}
.visual.cliniki-visual .info-block {
	width: 417px;
	/* height: 164px; */
    height: auto;
    padding-bottom: 33px;
	margin-top: 0;
	padding-left: 28px;
}
.visual.cliniki-visual .info-block .title {
	text-align: left;
	font-size: 31px;
	margin-bottom: 11px;
}
.visual.cliniki-visual .info-block .title:after {
	top: 45px;
    left: -2px;
    border-bottom: 1px solid #fff;
}
.video-link iframe {
	width: 341px;
	height: 184px;
}
.cliniki-map {
	width: 601px;
	height: 395px;
	float: left;
	margin-right: 25px;
}
.contacts-block {
	margin-top: 40px;
}
.cliniki-price-list {
	position: absolute;
	top: 16px;
	left: 46px;
	font-family: 'plumb-medium';
	font-size: 14px;
	text-transform: none;
}
.cliniki-register {
	position: absolute;
	top: 17px;
	right: 42px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.02em;
}
/**/
/*usluga */
.usluga-visual {
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/usluga-visual.jpg)no-repeat top center;
}
.usluga-visual .title {
	color: #00426b;
	text-transform: uppercase;
	line-height: 1.1;
}
.usluga-visual p {
	color: #272626;
}
.usluga-visual .breadcrumbs {
	margin-top: 8px;
}
.usluga-visual .breadcrumbs ul {
	border-top: 0;
}
.usluga-visual .breadcrumbs ul li a {
	color: #000;
}
.usluga-visual .visual-block-content {
	padding-top: 30px;
}
.main-title2 {
	font-size: 35px;
}
/*popup*/
.popup {
	position: relative;
	width: 100%;
	margin: 60px auto;
	max-width: 640px;
}
.popup-content {
	padding: 20px;
	background: #fff;
}
.popup-content label {
	display: block;
}
.popup-content label input {
	width: 100%;
}
.popup-content .jq-selectbox,.popup-content .jq-selectbox__select{
	width: 100%;
}
.tour {
	min-height: 411px;
	background: url(//www.emcmos.ru/sites/all/themes/emc/images/tour-img.jpg)no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	display: table;
	width: 100%;
}
.tour .row {
	position: relative;
	text-align: center;
}
.tour .tour-title {
	margin-top: 155px;
}
.tour img {
	max-width: 100%;
}
.tour-title strong {
	font-family: 'plumb-light';
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}
.tour-title p {
	text-transform: uppercase;
	color: #fff;
	font-family: 'plumb-light';
	font-size: 16px;
}
.doctor-card.mobile {
	display: none;
}
.gallery-mobile {
	display: none;
}
#to-top {
	z-index: 2;
}
.scroll-content {
	overflow: scroll;
}
.dropdown-content-button a {
	display: none;
}/**/
@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bordered-title p{
  	    white-space: normal;
  	}
  	.personal-nav-item {
  		margin-top: 30px;
  	}
  	.video-content.preview {
  		overflow: hidden;
  	}	
  	
  	/*index*/
  	.tabs-content .more-tabs {
  		position: relative;
  		font-size: 16px;
  		letter-spacing: 0.01em;
  		padding: 4px 0;
  		font-family: 'PT sans';
  		display: block;
  		margin-left: 0px;
  		margin-top: 13px;
  	}
  	.container {
  		max-width: 950px;
  		width: 100%;
  		margin: 0 auto;
  	}
  	.header {
  		margin-top: 31px;
  	}
  	.logo img {
  		width: 182px;
  		height: 56px;
  	}
  	.header .navigation {
  	    padding-left: 61px;
  	    padding-top: 16px;
  	}
  	.header .navigation ul li {
  		margin-right: 15px;
  	}
  	.header .navigation ul li.button {
  		margin-left: 32px;
  	}
  	.header .navigation ul li.button a {
  		padding: 10px 19px 8px 14px;
  	}
  	.content {
  		margin-top: 36px;
  	}
  	.index-top {
  		margin: 5px 0 0 0;
  		line-height: 1.3;
  	}
  	.descr .index-top {
  		font-size: 14px;
  		line-height: 18px;
      	margin: 6px 0;
  	}
  	.row.numbers {
  		padding: 0;
  		margin-top: 10px;
  	}
  	.numbers .number {
  		font-size: 72px;
  		margin-bottom: -2px;
  	}
  	.numbers .number:after {
  		top: 138px;
  	}
  	.numbers span {
  		font-size: 13px;
  		line-height: 0;
  	}
  	.numbers .devider {
  		margin-top: 9px;
  	}
  	.content .descr {
  		height: 400px;
  	}
  	.item-row {
  		margin-bottom: 1px;
  	}
  	.slide-item {
  		overflow: hidden;
  	}
  	.slide-item .tooltip {
  		padding: 3px 28px 29px 28px;
  	}
  	.slide-item .tooltip strong {
  		font-size: 21px;
  	}
  	.slide-item .tooltip span {
  		font-size: 12px;
  	}
  	.slide-item img {
  		width: 474px;
  		height: 400px;
  	}
  	.slide-item.small .tooltip {
  		padding: 16px 0 10px 0;
  	}
  	.slide-item.small .tooltip strong {
  		margin-bottom: -2px;
  		font-size: 16px;
  	}
  	.slide-item.small img {
  		width: 239px;
  		height: 217px;
  	}
  	.row.contacts {
  		padding-top: 49px;
  	}
  	.row.contacts .tel {
  		margin-top: 29px;
  	}
  	.tabs-block {
  		margin-top: 42px;
  	}
  	.tabs-content {
  		margin-top: 26px;
  		padding: 0 15px;
  	}
  	.tabs-content ul {
  		margin-right: 14px;
  	}
  	.visual .info-block {
  		margin-top: 61px;
  	}
  	.visual {
  		margin-top: 59px;
  		height: 300px;
  	}
  	.news-block {
  		margin-top: 26px;
  	}
  	.news-block .title-block .btns .btn {
  		margin-right: 14px;
  	}
  	.news-block .title-block .btns .btn:last-of-type {
  		margin-right: 2px;
  	}
  	.news-item .title {
  		margin-top: 18px;
  		font-size: 21px;
  		line-height: 1.2;
  	}
  	.news-item p {
  		margin-bottom: 8px;
  	}
  	.video-block {
  		margin-top: 86px;
  		margin-bottom: 0;
  		height: 363px;
  	}
  	
  	.video-content {
  		overflow: hidden;
  	}
  
  
  	.video-title {
  		padding: 39px 90px 0;
  	}
  	.video-content iframe {
  		width: 474px;
  		height: 331px;
  	}
  	.counter {
  		display: none;
  	}
  	.prefooter {
  		margin-top: 24px;
  	}
  	.footer {
  		margin-top: 17px;
  	}
  	.footer-nav ul {
  		margin-right: 19px;
  	}
  	.footer-contacts {
  		padding-top: 83px;
  		padding-left: 30px;
  	}
  	.footer-contacts .tel-block span.tel {
  		font-size: 16px;
  	}
  	.footer-contacts a {
  		font-size: 16px;
  	}
  	.footer-buttons {
  		height: auto;
  	}
  	/**/
  	.video-content .more {
  		display: none;
  	}
  	/**/
  	/*Cliniks*/
  	.visual-block-content {
  		padding-right: 0;
  	}
  	.cliniki-visual {
      	background-position: 50% 50% !important;
  	}
  	.cliniki-visual .visual-block-content {
  		padding-top: 37px;
  	}
  	.bordered-title {
  		max-width: 652px;
  		padding-bottom: 26px;
  	    padding: 20px 40px;	
  		line-height: 1.1;
  		margin-left: 0;
  		margin-bottom: 8px;
  	}
  	.bordered-title legend {
  		padding: 0 12px;
  		margin-bottom: 15px;
  	}
  	.bordered-title p {
  		font-size: 30px !important;
  	}
  	.visual-block p {
  		padding-left: 0;
  	}
  	.pseudo-links {
  		margin: 21px 0;
  	}
  	.pseudo-links .pseudo {
  		margin-right: 21px;
  	}
  	.article-block {
  		margin-top: 34px;
  	}
  	.main-title {
  		font-size: 33px;
  		margin: 0 0 -6px 0;
  	}
  	ul.column-list {
  		max-width: 143px;
  	}
  	.article-content .doctor-list {
  		margin-top: 46px;
  	}
  	.doctor-item {
  		margin-right: 35px;
  		max-width: 199px;
  	}
  	h4.item-row-title {
  		margin-top: -4px;
  		font-size: 18px;
  		line-height: 1.3;
  	}
  	.top-line {
  		margin: 18px 0 0 3px;
  	}
  	.article-item-row:nth-child(2) {
  		margin-top: 51px;
  	}
  	.article-item-row {
  		margin-top: 0;
  		margin-bottom: 40px;
  	}
  	.about-clinik .main-doctor-descr {
  		padding-left: 40px;
  		padding-top: 7px;
  	}
  	.about-clinik .main-doctor-descr .double-column-text {
  		-webkit-column-gap: 49px;
  		-moz-column-gap: 49px;
  		-webkit-column-width: 330px;
  		-moz-column-width: 330px;
  		column-width: 330px;
  		margin-bottom: 14px;
  	}
  	.about-clinik .main-doctor-descr .double-column-text p:first-child {
  		margin-top: 0;
  	}
  	.about-clinik .dash-list li {
  		padding-left: 22px;
  	}
  	.about-clinik .dash-list li:before {
  		top: 13px;
  		left: 0px;
  		width: 9px;
  	}
  	.visual.cliniki-visual {
  		padding-top: 55px;
  		padding-bottom: 181px;
  	}
  	.post-item {
  		width: 286px;
  		margin-right: 46px;
  	}
  	.video-link iframe {
  		width: 100%;
  	}
  	.double-post .faq {
  		max-width: 456px;
  		width: auto;
  		margin-right: 60px;
  	}
  	.double-post .reviews {
  		width: 434px;
  		padding-right: 0;
  		box-sizing: border-box;
  	}
  	.cliniki-map {
  		width: 100% !important;
  		margin: 0 !important;
  		padding: 0 !important;
  		float: none !important;
  	}
  
  	.contact-map {
  		width: 100% !important;
  	}
  
  	.medtsentr-item {
  		float: none !important;
  		margin-top: 50px !important;
  		width: 100% !important;
  		margin-top: 50px !important;
      	max-width: 100% !important;
  	}
  	.video-item {
  		width: 30.5%;/*296px*/
  	}
  	.articles {
  		padding-left: 0;
  	}
  	/**/
  	/*usluga*/
  	.usluga-visual .breadcrumbs {
  		display: none;
  	}
  	.usluga-visual .visual-block-content {
  		padding-top: 48px;
  		padding-bottom: 77px;
  	}
  	.usluga-visual .title {
  		margin-bottom: 12px;
  	}
  	.usluga-visual p {
  		padding-right: 420px;
  	}
  	.tabs-content .main-title {
  		line-height: 1.3;
  		margin-bottom: 21px;
  	}
  	.tabs-content .title-block {
  		margin-bottom: 13px;
  	}
  	.tabs-content .article-block p {
  		line-height: 1.8;
  	}
  	.tabs-content .article-block .row.article-item-row {
  		margin-top: 31px;
  		margin-bottom: 28px;
  	}
  	.tabs-content .article-block a.more-button {
  		margin: 3px 0;
  	}
  	/*employe8*/
  	.doctor-card-img {
  		max-width: 465px;
  	}
  	.doctor-card-content {
  		max-width: 475px;
  		width: 100%;
  	}
  	.doctor-card-reception {
  		max-width: 475px;
  		width: 100%;
  	}
  	.doctor-history {
  		max-width: 585px;
  	}
  	.doctor-history .double-column {
  		margin-top: 0;
  	}
  	.link-item .pull {
  		max-width: 57%;
  	}
  	.doctor-numbers .row.numbers span {
  		display: inline;
  		width: 100%;
  		height: auto;
  		padding-left: 0;
  	}
  	.pickmeup {
  		margin-left: -150px !important;
  	}
  	.service-item {
  
  	}
  	.service-item.big {
  		width: 474px;
  		height: 470px;
  	}
  	.service-item.small {
  		width: 236px;
  		height: 235px;
  	}
  	.service-item.wide {
  		width: 474px;
  		height: 235px;
  	}
  	.service-item.high {
  		width: 236px;
  		height: 470px;
  	}
  	.tooltip-dropdown {
  		max-width: 473px;
  	}
  	.move-buttons {
  		top: 13px;
  		right: 5px;
  	}
  	.contacts-container .swiper-slide {
  		padding: 0 15px 26px;
  	}
  	.contact-nav-dropdown {
  		max-width: 100%;
  	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  ul.column-list {
  		margin-right: 25px;
  	}
  	/*index*/
  	.container {
  		width: auto;
  	}
  	.header {
  		padding: 0 10px;
  	}
  	.header .col-sm-2 {
  		width: 100%;
  	}
  	.header .col-sm-10 {
  		width: 100%;
  	}
  	.header .navigation {
  		padding: 25px 0 0 0;
  		text-align: center;
  	}
  	.header .navigation ul li {
  		margin-right: 26px;
  	}
  	.navbar-main {
  		position: relative;
  		float: left;
  		width: 70%;
  	}
  	.navbar-right {
  		position: relative;
  		float: right;
  		width: 30%;
  	}
  	.navbar-right-inner {
  		float: right;
  	}
  	.navbar-search .search-field {
  		min-width: 100%;
  	}
  	.search-main-form {
  		position: absolute;
  		top: 49px;
  		right: -1px;
  		background-color: #00426b;
  		padding: 2px;
  	}
  	.navbar-search .search-button {
  		right: 10px;
  	}
  	.navbar .nav li.lang ul.dropdown {
  		position: absolute;
  		top: 100%;
  		left: -1px;
  		padding: 0 22px 0 15px;
  		background: #00426b;
  		border: 1px solid #4d7b98;
  		border-top: 1px solid transparent;
  		z-index: 5;
  		margin: 0;
  	}
  	.navbar .nav li.lang ul.dropdown li {
  		margin-right: 0;
  	}
  	.navbar .nav li.lang ul.dropdown li a {
  		
  	}
  	.content .descr {
  		height: auto;
  	}
  	.slide-item .tooltip {
  		max-width: 100%;
  		padding: 26px 0 27px 0;
  	}
  	.descr .index-top {
  		font-size: 14px;
  		line-height: 18px;
  	}
  	.tabs-nav ul li {
  		display: block;
  		float: left;
  		margin-right: 1px;
  		margin-bottom: 1px;
  	}
  	.tabs-content ul {
  		display: none;
  	}
  	.tabs-content ul:nth-child(1),.tabs-content ul:nth-child(2),.tabs-content ul:nth-child(3) {
  		display: inline-block;
  		vertical-align: middle;
  	}
  	.tabs-content .more-tabs {
  		position: relative;
  		font-size: 16px;
  		letter-spacing: 0.01em;
  		padding: 4px 0;
  		font-family: 'PT sans';
  		display: block;
  		margin-left: 0px;
  		margin-top: 13px;
  	}
  	.title-button {
  		max-width: 490px;
      	text-align: center;
      	left: 0px;
      	right: auto;
  	}
  	.title-button a.btn {
  		display: inline-block;
  		float: none;
  		padding: 13px 23px 10px 17px;
  	}
  
  	.row.numbers {
  		padding-top: 0;
  		padding-bottom: 45px;
  	}
  	.numbers .number {
  		font-size: 72px;
  	}
  	.numbers span {
  		font-size: 13px;
  	}
  	/**/
  	.video-title {
  		padding: 79px 100px 0;
  	}
  	.video-content iframe {
  		max-width: 100%;
  	}
  	.footer-contacts a {
  		margin-left: 0;
  		font-size: 12px;
  	}
  	.mobile-copyright {
  		display: none;
  	}
  	.footer-nav ul {
  		margin-right: 0;
  	}
  	.footer-contacts .col-sm-4:nth-child(1) {
  		width: 100%;
  	}
  	.footer-contacts .col-sm-4:nth-child(2),.footer-contacts .col-sm-4:nth-child(3) {
  		width: 50%;
  	}
  	.footer-contacts .tel-block {
  		margin-bottom: 15px;
  	}
  	.footer-contacts .tel-block span {
  		display: block;
  	}
  	.footer-contacts a {
  		font-size: 16px;
  	}
  	.footer-buttons {
  		height: auto;
  		display: block;
  	}
  	.footer-buttons a {
  		height: auto;
  		display: block;
  		text-align: left;
  	}
  	.footer-buttons .tel-block {
  		height: auto;
  		display: block;
  		text-align: left;
  	}
  	/**/
  	/*cliniks*/
  	.visual-block-content {
  		padding: 0 15px;
  	}
  	.pseudo-links {
  		padding: 0 15px;
  	}
  	.article-block {
  		padding: 0 15px;
  	}
  	.main-title {
  		font-size: 32px;
  	}
  	h4.item-row-title {
  		padding-right: 25px;
  		word-wrap: break-word;
  	}
  	.more-about img {
  		max-width: 100%;
  	}
  	.about-clinik {
  		padding: 0 15px;
  	}
  	.about-clinik .main-doctor {
  		margin-right: 15px;
  	}
  	.about-clinik .main-doctor-descr {
  		max-width: 75%;
  	}
  	.about-clinik .doctor-name a {
  		font-size: 16px;
  	}
  	.about-clinik .doctor-prof {
  		font-size: 14px;
  	}
  	.post-item {
  		padding: 0 15px;
  		margin-right: 25px;
  	}
  	.video-link iframe {
  		max-width: 100%;
  	}
  	.double-post .faq {
  		width: 100% !important;
  		min-width: 100% !important;
  		margin-right: 0;
  	}
  	.double-post .reviews {
  		width: auto;
  	}
  	.footer-contacts .col-sm-4:nth-child(1) {
  		width: 100%;
  	}
  	.footer-contacts .col-sm-4:nth-child(2), .footer-contacts .col-sm-4:nth-child(3) {
  		width: 33.3333333%;
  	}
  	.footer-contacts {
  		padding-top: 100px;
  	}
  	.footer-contacts a.price-list {
  		left: 50px;
  	}
  	/*sticky*/
  	.navbar-sticky {
  		padding: 15px 15px 18px 15px;
  	}
  	.navbar-sticky .navbar-main {
  		width: 57%;
  	}
  	.navbar-sticky .navbar-right {
  		width: 43%;
  	}
  	.navbar-sticky .sticky-nav {
  		margin-left: 0;
  		margin-top: 20px;
  	}
  	
  	.sticky-nav {
      	width: 760px;
  	}
  
  	.sticky-nav ul li {
  		margin-right: 25px;
  	}
  	/*employe*/
  	.tabs-block .input-block .input-dropdown {
  		display: none;
  	}
  	.doctor-card.mobile {
  		display: none;
  	}
  	.subtitle {
  		padding: 0 15px;
  	}
  	/**/
  	.doctor-title {
      	padding: 0 30px;
  	}
  	.doctor-card-img {
  		max-width: none;
  	}/*
  	.doctor-descr .doctor-numbers {
  	    padding-left: 33px;		
  	}*/
  	.education{
  		display: none;
  	}
  	.doctor-card-content {
  		width: 100%;
  		height: auto !important;
  		padding-bottom: 100px;
  	}
  	.doctor-card-reception {
  		max-width: none;
  		width: 100%;
  	}
  	.post-item {
  		width: 256px;
  		margin-right: 0;
  	}
  	.link-item .float {
  		max-width: 100px;
  	}
  	.link-item .pull {
  		max-width: 51%;
  	}
  	.register-form label:nth-child(2n) {
  		margin-right: 0;
  	}
  	.register-form input[type="text"] {
  		width: 367px;
  	}
  	.jq-selectbox,.jq-selectbox__select{
  		width: 367px;
  	}
  	.pickmeup {
  		margin-left: -250px!important;
  	}
  	.register-form {
  		width: 768px;
  	 	margin: 0 auto;
  	}
  	.move-buttons {
  		display: none;
  	}
  	.services.services-block-filter.active {
  		display: none;
  	}
  	.services.services-list-filter {
  		display: block;
  	}
  	.article-content {
  		overflow: scroll;
  	}
  	.cl-doctor-list .row {
  		float: left;
  	}
  	.medtsentr-row {
  		float: left;
  	}
  	.medtsentr {
  		overflow: scroll;
  	}
  	.cl-doctor-list .row {
  		display: block;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input {
  		width: 394px;
  	}
  	.personal-nav-item select {
  		z-index: 2;
  	}
}
@media screen and (min-width: 768px) and (max-width: 889px) {
  /*index*/
  	.row.numbers {
  		padding-bottom: 25px;
  	}
  	.bottom-navigation ul li {
  		margin-right: 15px;
  	}
  	/**/
}/**/
@media screen and (min-width: 1px) and (max-width: 319px) {
  body {
  		width: 320px;
  	}
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /**/
  	.bordered-title p{
  	    white-space: normal;
  	}
  	/*lang mobile*/
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown {
  		display: none;
  	}
  	.mobile-nav .drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown.active {
  		display: block;
  	}
  	.mobile-nav .drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown li {
  		width: auto;
  		display: inline-block;
  		vertical-align: top;
  		border: none;
  	}
  	.mobile-nav li.main.lang .drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown li a {
  		text-indent: 0;
  		padding: 20px;
  	}
  	.mobile-nav-search .search-main-form {
  		position: absolute;
  		top: 117px;
  		left: 0px;
  		width: 100%;
  		z-index: 10;
  		padding: 13px 0;
  		background-color: #00426b;
  	}
  	.mobile-nav-search .search-main-form.active {
  		display: block;
  	}
  	.mobile-nav-search .search-main-form .search-field {
  		display: inline-block;
  		vertical-align: top;
  		max-width: 73%;
  	}
  	.mobile-nav-search .search-main-form .search-button {
  		margin-top: 0;
  		vertical-align: top;
  		display: inline-block;
  		width: 52px;
  		height: 52px;
  		border: 1px solid #d7d7d7;
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/icon-loupe-active.png)no-repeat #fff center;
  		max-width: 27%;
  	}
  	/**/
  	.node-partner-logo-block {
  		width: 100%;
  		text-align: center;
  		margin-bottom: 30px;
  	}
  
  	.node-partner-logo-block img {
  		display: inline-block;
  	}
  
  	.record-form-desc {
      	font-size: 20px !important;
  	}
  
  	h1 {
  		font-size: 32px !important;
  	}
  
  	.footer-contacts {
  		padding: 0 20px;
  	}
  	.hide640 {
  		display: none!important;
  	}
  	body {
  		position: relative;
  	}
  	.navbar {
  		display: none;
  	}
  	.navbar-mobile {
  		display: block;
  		height: 117px;
  		background: #00426b;
  		text-align: center;
  		box-sizing: border-box;
  		padding: 37px 39px 0 27px;
  	}
  	.mobile-nav-button {
  		width: 62px;
  		height: 39px;
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-nav-button.png)no-repeat;
  		float: left;
  		margin-top: 5px;
  		cursor: pointer;
  	}
  	.mobile-nav-search {
  		width: 46px;
  		height: 46px;
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/mobile-nav-search.png)no-repeat;
  		float: right;
  		margin-top: 3px;
  		cursor: pointer;
  	}
  	.navbar-mobile .tel {
  		display: inline-block;
  		vertical-align: middle;
  		font-size: 35px;
  		font-family: 'plumb-medium';
  		color: #e1e1e1;
  	}
  	.page-content {
  		position: relative;
  		/*left: 486px;*/
  	}
  	.page-content.active {
  		left: 486px;
  	}
  	.mobile-nav-block {
  		position: fixed;
  		overflow: scroll;
  		top: 0px;
  		left: -486px;
  		max-width: 486px;
  		width: auto;
  		height: auto;
  		background: #002d47;
  		z-index: 10;
  		display: block;
  	}
  	.mobile-nav-block.active {
  		left: 0px;
  	}
  	.mobile-nav {
  		list-style: none;
  		height: 924px;
  	}
  	.mobile-nav li {
  		text-indent: 38px;
  		border-bottom: 1px solid #4a6a7c;
  	}
  	.mobile-nav li.active a {
  		font-family: 'plumb-bold'
  	}
  	.mobile-nav li a {
  		color: #e1e1e1;
  		font-size: 34px;
  		text-transform: uppercase;
  		font-family: 'plumb-light';
  		display: block;
  		padding: 24px 0 20px 0;
  		letter-spacing: 0.07em;
  	}
  	.mobile-nav li.mobile-close {
  		text-align: right;
  		padding-right: 20px;
  		display: list-item;
  		padding: 5px 20px;
  		display: none;
  	}
  	.mobile-nav li.main a {
  		font-size: 29px;
  		padding: 37px 0 27px 0;
  	}
  	.mobile-nav li.main.lang a {
  		padding: 37px 0 28px 10px;
  	}
  	.mobile-nav li .devider {
  		width: 2px;
  		height: 58px;
  		display: inline-block;
  		vertical-align: middle;
  		background: #25415f;
  		margin: 0 31px 0 24px;
  	}
  	/*header*/
  	.header {
  		margin-top: 37px;
  		padding: 0 40px;
  	}
  	.header .navigation {
  		padding-left: 30px;
  		padding-top: 0px;
  	}
  	.header .navigation ul li {
  		display: none;
  	}
  	.header .navigation ul li.button {
  		display: list-item;
  		list-style: none;
  	}
  	.header .navigation ul li.button a {
  		padding: 15px 24px 16px 26px;
  		font-size: 19px;
  		letter-spacing: 0.07em;
  		display: block;
  	}
  	.content {
  		margin-top: 58px;
  	}
  	.content .descr {
  		height: auto;/*512px;*/
  	}
  	.slide-item img {
  		width: 100%;
  		height: 512px;
  	}
  	.slide-item .tooltip {
  		padding: 21px 28px 21px 12px;
  	}
  	.slide-item .tooltip strong {
  		letter-spacing: 0.05em;
  		font-size: 26px;
  		margin-bottom: 0;
  	}
  	.slide-item .tooltip span {
  		font-size: 16px;
  		letter-spacing: 0.13em;
  		line-height: 30px;
  	}
  	.row.contacts {
  		padding-top: 47px;
  	}
  	.row.contacts .title {
  		font-size: 61px;
  		line-height: 1.24;
  		letter-spacing: 0.04em;
  	}
  	.row.contacts .city {
  		font-size: 35px;
  		letter-spacing: 0.08em;
  		margin-top: 13px;
  	}
  	.row.contacts .city:after {
  		margin-left: -46px;
  		border-bottom: 6px solid #000;
  		width: 72px;
  		top: 70px;
  	}
  	.row.contacts .tel {
  		font-size: 40px;
  		margin-top: 56px;
  		letter-spacing: 0.07em;
  	}
  	.mobile-appointment {
  		display: block;
  		margin-top: 61px;
  		text-align: center;
  	}
  	.mobile-appointment .title-button {
  		display: inline-block;
  	}
  	.title-button a.btn {
  		padding: 30px 65px 28px;
  		font-size: 30px;
  		text-indent: -14px;
  		letter-spacing: 0.06em;
  	}
  	.mobile-appointment ul {
  		text-align: left;
  		margin-top: 30px;
  	}
  	.mobile-appointment ul li a {
  		padding: 20px 0 17px 39px;
  		/*text-indent: 39px;*/
  		font-size: 40px;
  		color: #000;
  		text-transform: uppercase;
  		display: block;
  		font-family: 'plumb-light';
  		letter-spacing: 0.04em;
  	}
  	.tabs-nav {
  		overflow-x: auto;
  	}
  	.tabs-nav ul li {
  		font-size: 24px;
  		padding: 14px 31px;
  		text-indent: -4px;
  		margin-right: 1px;
  		margin-bottom: 1px;
  		width: auto;
  		box-sizing: border-box;
  	}
  	.tabs-content {
  		margin-top: 51px;
  	}
  	.tabs-content ul {
  		display: none;
  		width: 100%;
  		max-width: none;
  	}
  	.tabs-content ul:first-child {
  		display: block;
  	}
  	.tabs-content ul li {
  		/*text-indent: 38px;*/
  		padding-left: 38px;
  		line-height: 1.68;
  	}
  	.tabs-content ul li a {
  		font-size: 34px;
  		letter-spacing: 0.01em;
  		padding: 4px 0;
  	}
  	.tabs-content .more-tabs {
  		position: relative;
  		font-size: 34px;
  		letter-spacing: 0.01em;
  		padding: 4px 0;
  		font-family: 'PT sans';
  		display: inline-block;
  		margin-left: 38px;
  		margin-top: 13px;
  	}
  	.tabs-content .more-tabs:after {
  		position: absolute;
  		content: '';
  		top: 89%;
  		left: 0px;
  		width: 100%;
  		height: 3px;
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/border-dot.png)repeat-x 5px 0;
  	}
  	.visual {
  		margin-top: 79px;
  		height: 559px;
  		-webkit-background-size: cover;
  		background-size: cover;
  	}
  	.visual .info-block {
  		margin-top: 68px;
  		margin-left: 24px;
  		width: 474px;
  		height: auto;
  		padding: 43px 40px 52px 40px;
  	}
  	.visual .info-block .title {
  		text-align: left;
  		line-height: 1.2;
  		font-size: 45px;
  		margin-bottom: 40px;
  	}
  	.visual .info-block .title:after {
  		top: 117%;
  	}
  	.visual .info-block span {
  		line-height: 41px;
  		font-size: 30px;
  	}
  	.news-block {
  		margin-top: 32px;
  		padding: 0 35px;
  	}
  	.news-block .title-block {
  		border-bottom: 2px solid #cacaca;
  		padding-bottom: 20px;
  	}
  	.news-block .main-title {
  		font-size: 60px;
  	}
  	.news-block .subtitle {
  		letter-spacing: 0.07em;
  		font-size: 25px;
  		margin-top: 4px;
  	}
  	.news-block .news-item {
  		margin-bottom: 53px;
  	}
  	.news-block .row .col-lg-4:last-of-type .news-item {
  		margin-bottom: 39px;
  	}
  	.news-item .title {
  		margin-top: 37px;
  		margin-bottom: 16px;
  		font-size: 41px;
  		letter-spacing: -0.016em;
  	}
  	.news-item p {
  		line-height: 1.5;
  		font-size: 25px;
  		padding-left: 5px;
  	}
  	.news-item .date {
  		margin-top: 21px;
  		margin-left: 6px;
  		letter-spacing: 0.02em;
  		font-size: 23px;
  	}
  	.news-item .date:after {
  		border-top: 2px solid #000;
  		top: -13px;
  	}
  	.mobile-news {
  		display: block;
  		border-top: 2px solid #cacaca;
  		padding: 0 5px;
  	}
  	.mobile-news .title-button {
  		display: block;
  		margin-bottom: 11px;
  	}
  	.title-button a.btn.trans {
  		background: none;
  		color: #898989;
  	}
  	.video-block {
  		margin-top: 3px;
  		height: auto;
  	}
  
  	.video-content {
  		overflow: hidden;
  	}
  
  	.video-title {
  		padding: 79px 60px 0;
  	}
  	.video-title .title {
  		font-size: 60px;
  	}
  	.video-title .subtitle {
  		margin-top: 5px;
  		line-height: 1.5;
  		font-size: 30px;
  	}
  	.video-title .video-name {
  		line-height: 1.3;
  		margin: 69px 0;
  		font-size: 30px;
  	}
  	.video-title .video-name:after {
  		width: 90px;
  		margin-left: -54px;
  		border-bottom: 2px solid #000;
  	}
  	.video-title .more {
  		display: none;
  	}
  	.video-content {
  		margin-top: 10px;
  	}
  	.video-content iframe {
  		width: 100%;
  		height: 472px;
  	}
  	.video-content .more {
  		display: block;
  		text-align: center;
  		color: #2a2a2a;
  		font-family: 'plumb-light';
  		text-transform: uppercase;
  		font-size: 30px;
  		margin-top: 35px;
  	}
  	.more-about {
  		padding: 0 25px;
  		margin-top: 63px;
  	}
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-button {
  		border-top: 2px solid #e1e1e1;
  		border-bottom: 2px solid #e1e1e1;
  		padding: 37px 0 32px 0;
  		font-size: 32px;
  		margin-bottom: -2px;
  	}
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-list {
  		border-top: 2px solid #00426b;
  	}
  	.counter {
  		display: none;
  	}
  	.prefooter {
  		margin-top: 68px;
  	}
  	.social-block ul {
  		text-align: center;
  	}
  	.social-block ul li {
  		margin: 0 16px;
  	}
  	.social-block ul li a {
  		width: 83px;
  		height: 83px;
  		-webkit-background-size: cover;
  		background-size: cover;
  	}
  	.social-block ul li a.od {
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/od-big.png)no-repeat center;
  	}
  	.social-block ul li a.vk {
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/vk-big.png)no-repeat center;
  	}
  	.social-block ul li a.fb {
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/fb-big.png)no-repeat center;
  	}
  	.social-block ul li a.ins {
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/ins-big.png)no-repeat center;
  	}
  	.social-block ul li a.youtube {
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/youtube-big.png)no-repeat center;
  	}
  	.footer {
  		margin-top: 114px;
  
  	}
  	.footer-nav {
  		padding: 66px 29px 53px 39px;
  		background: #002d47;
  	}
  	.footer-nav ul {
  		display: block;
  		margin: 0;
  		max-width: none;
  		padding-right: 55px;
  	}
  	.footer-nav ul li {
  		margin-bottom: 40px;
  	}
  	.footer-nav ul li a {
  		font-family: 'plumb-light';
  		font-size: 45px;
  		letter-spacing: 0;
  		line-height: 1.2;
  	}
  	.divider {
  		width: 100%;
  		height: 2px;
  		margin-top: 38px;
  		margin-bottom: 45px;
  	}
  	.footer-nav ul:nth-child(4), .footer-nav ul:nth-child(5) {
  		display: inline-block;
  		vertical-align: top;
  		max-width: 48%;
  		padding-left: 0;
  	}
  	.footer-nav ul:nth-child(5) {
  		padding-left: 84px;
  		padding-right: 0;
  	}
  	.footer-nav ul:nth-child(4) li:last-of-type, .footer-nav ul:nth-child(5) li:last-of-type {
  		margin-bottom: 0;
  	}
  	.footer-nav ul:nth-child(4) li a, .footer-nav ul:nth-child(5) li a {
  		font-family: 'plumb-light';
  		font-size: 29px;
  		letter-spacing: 0.11em;
  		line-height: 1.4;
  	}
  	.footer-contacts {
  		background: #08324d;
  		border-top: 2px solid #19252d;
  		padding-top: 60px;
  		padding-left: 26px;
  	}
  	.footer-contacts .tel-block span.tel {
  		font-size: 44px;
  		letter-spacing: 0.01em;
  		margin: 0;
  		line-height: 1.3;
  	}
  	.footer-contacts .tel-block span {
  		display: block;
  		font-family: 'plumb-light';
  		font-size: 31px;
  		padding-left: 23px;
  		letter-spacing: 0.015em;
  		padding-right: 37%;
  		line-height: 1.2;
  		margin-top: 6px;
  	}
  	.tel-block {
  		margin-bottom: 61px;
  	}
  	.footer-contacts a {
  		margin-left: 12px;
  		font-size: 44px;
  		line-height: 1.3;
  	}
  	.mobile-copyright {
  		display: block;
  	    padding-bottom: 107px;
  	}
  	.footer-logo {
  		margin-top: 93px;
  		margin-left: 15px;
  		margin-right: 15px;
  	}
  	.footer-logo img {
  		max-width: 100%;
  		width: auto;
  		height: auto;
  	}
  	.copyright {
  		margin-top: 26px;
  		font-weight: normal;
  		font-size: 25px;
  		line-height: 1.3;
  		padding-left: 12px;
  		padding-right: 12px;
  	}
  	.copyright span {
  		margin-top: 32px;
  		font-size: 27px;
  		line-height: 1.5;
  		letter-spacing: 0.065em;
  	}
  	/**/
  	.content .descr {
  		width: 100%;
  	}
  	/*cliniks*/
  
  	.clinic-detail-text img {
  		display: block !important;
  		float: none !important;
  		width: 100% !important;
  		margin: 0 !important;
  		padding: 0 !important;
  		margin-bottom: 30px !important;
  		height: auto;
  	}
  	.cliniki-visual {
  		margin-top: 32px;
  		height: auto;
  	}
  	.cliniki-visual .visual-block-content {
  		padding-top: 68px;
  		padding: 68px 30px 92px 30px;
  	}
  	.visual-block-content {
  		padding-right: 0;
  	}
  	.visual-block p {
  		font-size: 30px;
  		line-height: 1.5;
  		letter-spacing: 0.01em;
  	}
  	.bordered-title {
  		border: none;
  		line-height: 1.23;
  		padding: 0;
  		letter-spacing: 0.017em;
  		margin-bottom: 63px;
  	}
  	.bordered-title legend {
  		padding: 0 5px;
  		line-height: 1.3;
  		font-size: 41px;
  		letter-spacing: 0;
  	}
  	.bordered-address {
  		max-width: none;
  		border-width: 2px;
  		margin-left: 9px;
  		margin-top: 60px;
  		padding-top: 16px;
  		letter-spacing: 0.03em;
  		padding-bottom: 22px;
  	}
  	.bordered-address p {
  		font-size: 26px;
  	}
  	.cliniki-visual .btn {
  		margin-top: 58px;
  		letter-spacing: 0.06em;
  		font-size: 30px;
  		padding: 30px 0;
  		max-width: 560px;
  		width: 100%;
  		display: block;
  		margin: 58px auto 0 auto;
  	}
  	.pseudo-links {
  		display: none;
  	}
  	.article-block {
  		margin-top: 59px;
  		padding: 0 35px;
  	}
  	.main-title {
  		margin: 0 0 10px 0;
  		font-size: 40px;
  		letter-spacing: 0;
  	}
  	.article-block .colored-list {
  		margin-right: 0;
  	}
  	.article-block .column-list.colored-list:first-child {
  		margin-top: 34px;
  	}
  	.article-block .colored-list {
  		max-width: none;
  		width: 100%;
  		padding-left: 2px;
  		margin-top: 0;
  	}
  	.article-block .colored-list li a {
  		font-size: 30px;
  		letter-spacing: -0.025em;
  		word-wrap: break-word;
  	}
  	ul.column-list li {
  		margin-bottom: 30px;
  	}
  	.treat-block {
  		margin-top: 43px;
  	}
  	.article-content .doctor-list {
  		margin-top: 52px;
  	}
  	.cl-doctor-list .row {
  		display: block;
  	}
  	.doctor-item {
  		max-width: 258px;
  		width: 100%;
  		margin-right: 30px;
  	}
  
  	.doctor-item img {
  		width: 100%;
  		max-width: 100%;
  		height: 350px;
  		margin-bottom: 12px;
  		box-sizing: border-box;
  	}
  	.doctor-list .doctor-name {
  		font-size: 29px;
  		margin-bottom: -7px;
  	}
  	.doctor-list .doctor-name a {
  		font-size: 18px;
  	}
  	.article-content .doctor-item .doctor-prof {
  		font-size: 15px;
  	}
  	a.more-button {
  		padding: 41px 0 36px 0;
  		font-size: 32px;
  	}
  	.article-item-row {
  		margin-top: 72px;
  	}
  	h4.item-row-title {
  		font-size: 36px;
  		line-height: 1.23;
  		letter-spacing: -0.013em;
  		padding-right: 0;
  	}
  	.top-line {
  		margin-top: 29px;
  		margin-bottom: 10px;
  		height: 4px;
  		width: 82px;
  	}
  	.article-item-row p {
  		padding-right: 0;
  		font-size: 31px;
  		line-height: 1.5;
  		letter-spacing: -0.02em;
  		margin-bottom: 43px!important;
  	}
  	.article-item-row:nth-child(2) {
  		margin-top: 72px;
  	}
  	.article-item-row {
  		margin-top: 0;
  		margin-bottom: 0;
  	}
  	.more-about img {
  		max-width: 100%;
  		height: 359px;
  		display: block;
  		margin: 0 auto;
  	}
  	.about-clinik {
  		margin-top: 17px;
  	}
  	.about-clinik h2 {
  		margin-bottom: 16px;
  		font-size: 36px;
  	}
  	.about-clinik .main-doctor {
  		max-width: none;
  		width: 100%;
  		margin-top: 22px;
  	}
  	.about-clinik .main-doctor img {
  		width: 276px;
  		height: 313px;
  		margin: 0;
  		float: left;
  	}
  	.about-clinik .doctor-name,.about-clinik .doctor-prof {
  		float: right;
  		display: block;
  		width: 300px;
  		margin-top: 0;
  		padding-left: 15px;
  	}
  	.about-clinik .doctor-name a {
  		font-size: 30px;
  	}
  	.about-clinik .doctor-prof {
  		font-size: 24px;
  	}
  	.about-clinik .main-doctor-descr {
  		max-width: none;
  	}
  	.about-clinik .main-doctor-descr .double-column-text {
  		-webkit-column-count: 1;
  		-moz-column-count: 1;
  		column-count: 1;
  	}
  	.about-clinik .main-doctor-descr .double-column-text p {
  		font-size: 30px;
  	}
  	.about-clinik .signature b {
  		font-size: 30px;
  	}
  	.about-clinik .main-doctor-descr h4 {
  		font-size: 36px;
  	}
  	.about-clinik .dash-list li {
  		font-size: 30px;
  	}
  	.about-clinik .dash-list li:before {
  		width: 18px;
  		left: -18px;
  		top: 28px;
  	}
  	.visual.cliniki-visual {
  		padding-top: 64px;
  		padding-bottom: 176px;
  		background: url(//www.emcmos.ru/sites/all/themes/emc/images/cliniki-visual2.jpg)no-repeat top center;
  		-webkit-background-size: cover;
  		background-size: cover;
  	}
  	.visual.cliniki-visual .info-block {
  		width: auto;
  		width: 461px;
  		height: auto;
  		margin-left: 39px;
  		padding: 27px 40px 59px 41px;
  	}
  	.visual.cliniki-visual .info-block .title {
  		font-size: 64px;
  		margin-bottom: 36px;
  	}
  	.visual.cliniki-visual .info-block .title:after {
  		top: 117%;
  		left: -1px;
  		border-width: 3px;
  		width: 88%;
  	}
  	.posts-block {
  		margin-top: 45px !important;
  		padding: 0 34px;
  	}
  	.post-item {
  		width: auto;
  		margin-right: 0;
  		margin-bottom: 60px;
  	}
  	.post-item .post-title {
  		border-width: 2px;
  		margin-bottom: 26px;
  	}
  	.post-item .post-title h3 {
  		font-size: 41px;
  		margin: 0 0 7px 0px;
  	}
  	.link-item {
  		margin-bottom: 39px;
  	}
  	.link-item a {
  		font-size: 30px;
  		line-height: 1.35;
  	}
  	.link-item .date {
  		font-size: 19px;
  		margin-top: 5px;
  	}
  	.posts-block .more {
  		font-size: 25px;
  		display: inline-block;
  	}
  	.video-link iframe {
  		width: 100%;
  		height: 327px;
  	}
  	.gallery {
  		display: none;
  	}
  	.double-post .faq {
  		width: auto;
  		margin-right: 0;
  	}
  	.double-post h2 {
  		margin-bottom: 16px;
  	}
  	.faq-item {
  		margin-bottom: 51px;
  	}
  	.faq-item:first-child {
  		margin-top: 41px;
  	}
  	.faq p {
  		font-size: 30px;
  		line-height: 1.55;
  	}
  	.faq .answer {
  		margin-top: 16px;
  	}
  	.faq .answer p {
  		font-size: 30px;
  		line-height: 1.55;
  	}
  	.faq-item .date {
  		font-size: 19px;
  		margin-top: 21px;
  	}
  	.double-post .more {
  		font-size: 30px;
  		display: inline-block;
  		margin: 0;
  		font-family: 'plumb-light';
  	}
  	.double-post .btn-bg {
  		display: block;
  		max-width: 560px;
  		margin-top: 47px;
  		margin: 47px auto 0;
  		padding: 31px 0 28px 0;
  		font-size: 30px;
  		letter-spacing: 0.06em;
  	}
  	.double-post .reviews {
  		width: auto;
  		margin-right: 0;
  		margin-top: 70px;
  		padding-right: 0;
  	}
  	.review-item {
  		margin-bottom: 38px;
  	}
  	.review-author {
  		font-size: 32px;
  		margin-bottom: 6px;
  	}
  	.review-city {
  		font-size: 20px;
  	}
  	.review-content {
  		margin-top: 9px;
  	}
  	.review-content p {
  		font-size: 30px;
  		line-height: 1.45!important;
  	}
  	/*sticky*/
  	.navbar-sticky {
  		padding: 15px 5px 18px 5px;
  	}
  	.navbar-sticky .sticky-nav {
  		display: none;
  	}
  	/*usluga*/
  	.usluga-visual {
  		position: relative;
  		z-index: 1;
  	}
  	.usluga-visual:before {
  		position: absolute;
  		top: 0px;
  		left: 0px;
  		content: '';
  		width: 100%;
  		height: 100%;
  		background: rgba(0,0,0,0.7);
  	}
  	.usluga-visual .breadcrumbs {
  		display: none;
  	}
  	.usluga-visual .visual-block-content {
  		position: relative;
  		padding-top: 59px;
  		padding-left: 34px;
  		padding-bottom: 0;
  		padding: 59px 0 48px 34px;
  		z-index: 3;
  	}
  	.usluga-visual .title {
  		color: #fff;
  		line-height: 1.25;
  		margin-bottom: 19px;
  	}
  	.usluga-visual p {
  		color: #fff;
  		line-height: 1.67;
  	}
  	.tabs-block .article-block .main-title {
  		line-height: 1.25;
  		margin-bottom: 24px;
  	}
  	.tabs-block .article-block p {
  		font-size: 30px;
  	}
  	.tabs-block .article-block .title-block {
  		margin-bottom: 12px;
  	}
  	.tabs-block .article-item-row {
  		margin-top: 48px;
  	}
  	/*employe5*/
  	.personal-nav {
  		text-align: center;
  	}
  	.personal-nav-item {
  		margin-right: 0;
  		margin-top: 10px !important;
  		margin-bottom: 38px;
  	}
  	.personal-nav-item input {
  		max-width: 295px !important;
  	}
  	.personal-nav-item:last-of-type {
  		margin-bottom: 0;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input {
  		width: 560px;
  		margin: 0 auto;
  	}
  	.input-block .input-drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown {
  		left: 0px;
  		top: 55px;
  	}
  	.personal-content .doctor-list {
  		max-width: 560px;
  		padding: 0 1px;
  		margin: 40px auto 0 auto;
  	}
  	.personal-content .doctor-list .doctor-item {
  		margin-right: 38px;
  		margin-bottom: 45px;
  	}/*
  	.personal-content .doctor-list .doctor-item:nth-child(2n) {
  		margin-right: 0;
  	}*/
  	.doctor-item:last-of-type {
  		margin-right: 38px;
  	}
  	.personal-content .doctor-list .row {
  		margin-bottom: 0;
  	}
  	/**/
  	/*employe8*/
  	.doctor-card {
  		display: none;
  	}
  	.doctor-card.mobile {
  		display: block;
  		margin-top: 88px;
  	}
  	.doctor-card-img {
  		max-width: none;
  		float: none;
  		border-bottom: 1px solid #d7d7d7;
  	}
  	.doctor-card.mobile .title-block {
  		padding: 0 40px;
  		margin-top: 37px;
  		border: none;
  	}
  	.doctor-card.mobile .subtitle {
  		padding: 0 40px;
  		margin-top: 14px;
  		font-size: 27px;
  		text-transform: uppercase;
  		font-family: 'plumb-light';
  	}
  	.doctor-card.mobile .subtitle-descr {
  		display: block;
  		color: #000;
  		font-family: 'PT sans';
  		margin-top: 7px;
  		text-transform: none;
  		font-size: 28px;
  		line-height: 1.7;
  	}
  	.doctor-card.mobile .doctor-card-img img {
  		max-width: 623px;
  		max-height: 690px;
  		width: 100%;
  		height: 100%;
  	}
  	.doctor-card.mobile .main-title {
  		border-bottom: 1px solid #d7d7d7;
  		margin-bottom: 0;
  		padding-bottom: 1px;
  	}
  	.doctor-card.mobile .doctor-numbers {
  		padding: 0 40px;
  		margin-top: 20px;
  	}
  	.doctor-card.mobile .doctor-numbers .number {
  		font-size: 88px;
  	}
  	.doctor-numbers .row.numbers .number-item {
  		max-width: 50%;
  		width: 100%;
  		margin-right: 0;
  	}
  	.doctor-card.mobile .doctor-numbers .row.numbers span {
  		font-family: 'PT sans';
  		font-size: 22px;
  		margin-top: 21px;
  	}
  	.doctor-card.mobile .doctor-history {
  		padding: 0 40px;
  		float: none;
  		margin-top: 71px;
  	}
  	.doctor-card.mobile .doctor-history p {
  		font-size: 29px;
  		line-height: 1.68;
  	}
  	.doctor-card.mobile .doctor-card-reception {
  		max-width: none;
  		padding: 0 40px;
  		width: auto;
  		margin-top: 52px;
  	}
  	.doctor-card.mobile .doctor-card-reception .title {
  		font-size: 41px;
  	}
  	.doctor-card.mobile .doctor-card-reception .line {
  		margin: 12px 0 18px 0;
  	}
  	.doctor-card.mobile .doctor-card-reception a {
  		font-size: 32px;
  	}
  	.doctor-card.mobile .doctor-card-reception span {
  		font-size: 29px;
  	}
  	.doctor-card.mobile .doctor-card-reception span.address {
  		margin-bottom: 31px;
  		margin-top: 0;
  	}
  	.doctor-card.mobile .doctor-card-reception span.phone {
  		margin-top: 16px;
  	}
  	.doctor-card.mobile .title-button {
  		display: block;
  		height: auto;
  		margin-top: 70px;
  	}
  	.doctor-card.mobile .btn span {
  		width: 40px;
  		height: 40px;
  		-webkit-background-size: cover;
  		background-size: cover;
  		display: inline-block;
  		vertical-align: middle;
  	}
  	.doctor-card.mobile .title-button .btn {
  		padding-left: 0;
  		padding-right: 0;
  		margin-bottom: 41px;
  	}
  	.doctor-card.mobile .title-button .btn.gray {
  		background: #555555;
  	}
  	.doctor-card.mobile .title-button .btn:last-of-type {
  		margin-bottom: 0;
  	}
  	.doctor-card.mobile .experience {
  		padding: 0 40px;
  	}
  	.doctor-card.mobile .education {
  		padding: 0 40px;
  	}
  	.doctor-card.mobile h4 {
  		font-size: 41px;
  		margin-top: 56px;
  		word-wrap: break-word;
  	}
  	.doctor-card.mobile p {
  		font-size: 29px;
  		line-height: 1.44;
  	}
  	.doctor-card.mobile .experience ul {
  		margin-top: 12px;
  		margin-bottom: -21px;
  	}
  	.doctor-card.mobile .experience ul li {
  		font-size: 29px;
  		margin-bottom: 13px;
  	}
  	.tabs-content .colored-list ul {
  		max-width: none;
  	}
  	.tabs-content ul li {
  		padding-left: 10px;
  	}
  	.tabs-block .btn-bg {
  		margin-left: 10px;
  	}
  	.footer-cap .footer-contacts {
  		padding: 17px 10px 0;
  	}
  	.footer-cap .footer-contacts .tel-block {
  		position: relative;
  		display: inline-block;
  		top: 0;
  		right: 0px;
  	}
  	.footer-cap .footer-contacts a {
  		font-size: 22px;
  	}
  	.footer-cap .footer-contacts .tel-block span.tel {
  		font-size: 22px;
  	}
  	.footer-cap .footer-contacts .tel-block span {
  		font-size: 16px;
  	}
  	.medtsentr {
  		overflow: scroll;
  	}
  	.medtsentr-item {
  		max-width: 538px;
  		margin-right: 50px;
  		width: 100%;
  	}
  	.medtsentr .row {
  		float: left;
  	}
  	.medtsentr-scroll {
  
  	}
  	.medtsentr .medtsentr-row {
  		padding: 13px 42px;
  		float: left;
  	}
  	.medtsentr-item img {
  		/*height: 357px;*/
  	}
  	.medtsentr-item .title {
  		font-size: 24px;
  		margin: 23px 0 0 0;
  	}
  	.medtsentr-item address {
  		margin-top: 10px;
  		margin-bottom: 25px;
  		font-size: 25px;
  	}
  	.medtsentr-item .row .hours {
  		margin-right: 0;
  		font-size: 22px;
  		margin-bottom: 18px;
  	}
  	.medtsentr-item strong {
  		margin-bottom: -3px;
  		font-size: 25px;
  	}
  	.medtsentr-item p {
  		font-size: 25px;
  	}
  	.article-block .article-par2 {
  		font-size: 29px;
  	}
  	.article-block .article-title {
  		font-size: 29px;
  		margin: 24px 0 12px 0;
  	}
  	.article-block .more {
  		font-size: 28px;
  		margin-top: 43px;
  		margin-left: 6px;
  		letter-spacing: 0;
  		text-transform: none;
  	}
  	.video-items {
  		margin-top: 39px;
  	}
  	.video-item {
  		width: auto;
  		float: none;
  		margin-right: 0;
  		margin-bottom: 43px;
  	}
  	.video-item:last-of-type {
  		margin-bottom: 0;
  	}
  	.video-item .item iframe {
  		height: 378px;
  	}
  	.video-item .item {
  		margin-bottom: 8px;
  	}
  	.video-item .video-descr a {
  		font-size: 29px;
  	}
  	.article-item a {
  		font-size: 29px;
  	}
  	.article-item .date {
  		font-size: 19px;
  	}
  	.articles {
  		padding-left: 0;
  		margin-top: 55px;
  	}
  	h3.in-article {
  		margin: 14px 0 8px 0;
  		font-size: 30px;
  		line-height: 1.2;
  	}
  	.article-block p {
  		    -webkit-column-count: 1;
  	    -moz-column-count: 1;
  	    column-count: 1;
  	    font-size: 29px;
  	}
  	.register-form {
  		max-width: 90%;
  		margin: 0 auto;
  		overflow: hidden;
  	}
  	.register-form label {
  		width: 100%;
  		margin-right: 0;
  	}
  	.register-form input[type="text"] {
  		width: 100%;
  		max-width: none;
  		margin-right: 0;
  	}
  	.register-form .jq-selectbox__select {
  		width: 100%!important;
  		max-width: none;
  	}
  	.register-form .jq-selectbox.jqselect {
  		width: 100%;
  	}
  	.register-form .row {
  		margin-bottom: 0;
  	}
  	.checkbox, .radio {
  		margin-bottom: 45px;
  	}
  	.pickmeup {
  		left: 50%!important;
  		margin-left: -105px!important;
  		margin-top: -165px!important;
  	}
  	.contact-map {
  		height: 814px;
  	}
  	.move-buttons {
  		display: none;
  	}
  	.services.services-block-filter.active {
  		display: none;
  	}
  	.services.services-list-filter {
  		display: block;
  	}
  	.services-list-filter .drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-button {
  		color: #000;
  		font-size: 29px;
  		border-color: #cacaca;
  	}
  	.services-block {
  		padding: 0 35px;
  	}
  	.services-block .more-about {
  		padding: 0;
  	}
  	.services-block .title-block {
  		margin-bottom: -2px;
  		border-width: 2px;
  	}
  	p {
  		font-size: 29px;
  	}
  	.gallery-mobile {
  		display: block;
  	}
  	.gallery-mobile .gallery-main {
  		overflow: scroll;
  	}
  	.gallery-scroll {
  		overflow: scroll;
  
  	}
  	.gallery-mobile-item {
  		width: 561px;
  		height: 332px;
  		margin-right: 16px;
  		float: left;
  	}
  	.gallery-mobile-item:last-of-type {
  		margin-right: 0;
  	}
  	.gallery-mobile-item img {
  		width: 100%;
  		height: 100%;
  	}
  	.footer-contacts a.price-list {
  		background-position: left center;
  		font-size: 29px;
  	}
  	.article-content {
  		overflow: scroll;
  	}
  	.doctor-list {
  		overflow: scroll;
  	}
  	.doctor-list .doctor-item {
  		float: left;
  	}
  	.article-content .more-button {
  		display: none;
  	}
  	.cl-doctor-list .row {
  		float: left;
  	}
  	.navbar-sticky .sticky-logo {
  		display: none;
  	}
  	.personal-content .more {
  		display: none;
  	}
}
@media screen and (min-width: 1px) and (max-width: 635px) {
  .mobile-nav li {
  		text-indent: 0;
  	}
  	.mobile-nav li a {
  		font-size: 25px;
  		padding-left: 10px;
  		box-sizing: border-box;
  	}
  	.mobile-nav li.main a {
  		font-size: 25px;
  		padding: 24px 0 20px 10px;
  	}
  	.mobile-nav-lk {
  		width: 24px;
  		height: 31px;
  		-webkit-background-size: contain;
  		background-size: contain;
  		margin-right: 15px;
  	}
  	.mobile-nav-phone {
  		width: 25px;
  		height: 26px;
  		-webkit-background-size: contain;
  		background-size: contain;
  		margin-right: 15px;
  	}
  	.mobile-nav li.main.lang a {
  		font-size: 20px;
  		padding: 37px 0 28px 10px;
  	}
  	.mobile-nav li .devider {
  		width: 1px;
  		height: 29px;
  	}
  	.mobile-nav-lang {
  		width: 12px;
  		height: 7px;
  		margin-left: 7px;
  		margin-top: -2px;
  		-webkit-background-size: contain;
  		background-size: contain;
  	}
  	/**/
  	.navbar-mobile {
  		padding: 30px 5px 0 5px;
  		height: 90px;
  	}
  	.mobile-nav-button {
  		width: 40px;
  		height: 25px;
  		margin-top: 5px;
  		-webkit-background-size: cover;
  		background-size: cover;
  	}
  	.mobile-nav-search {
  		width: 30px;
  		height: 30px;
  		-webkit-background-size: cover;
  		background-size: cover;
  		margin-top: 3px;
  	}
  	.navbar-mobile .tel {
  		font-size: 24px;
  	}
  	.header {
  		padding: 0 5px;
  	}
  	.header .col-xs-5,.header .col-xs-7 {
  		display: block;
  	}
  	.header .navigation ul li.button {
  		width: auto!important;
  	}
  	.header .navigation {
  		padding-top: 0px;/*57*/
  		padding-left: 0;
  	}
  	.row.contacts .title {
  		font-size: 40px;
  	}
  	.row.contacts .city {
  		font-size: 25px;
  	}
  	.row.contacts .city:after {
  		margin-left: -36px;
  	}
  	.row.contacts .tel {
  		margin-top: 80px;
  		font-size: 30px;
  	}
  	.title-button a.btn {
  		padding: 30px;
  	}
  	.mobile-appointment ul li a {
  		text-indent: 0;
  		padding-left: 20px;
  		font-size: 27px;
  	}
  	.tabs-nav ul li {
  		width: auto;
  		margin-bottom: 1px;
  		font-size: 20px;
  		padding: 5px 15px;
  	}
  	.tabs-content ul li a {
  		font-size: 28px;
  	}
  	.tabs-content .more-tabs {
  		font-size: 28px;
  	}
  	.visual {
  		height: 440px;
  	}
  	.visual .info-block {
  		max-width: 100%;
  		margin: 70px auto 0;
  		padding: 15px;
  	}
  	.visual .info-block .title {
  		font-size: 28px;
  	}
  	.visual .info-block span {
  		font-size: 22px;
  	}
  	.news-block {
  		padding: 0 10px;
  	}
  	.news-block .main-title {
  		font-size: 45px;
  	}
  	.news-block .subtitle {
  		font-size: 22px;
  	}
  	.news-item .title {
  		font-size: 35px;
  	}
  	.news-item p {
  		font-size: 22px;
  	}
  	.news-item .date {
  		font-size: 18px;
  	}
  	.video-title {
  		padding: 0 10px;
  	}
  	.video-title .title {
  		font-size: 45px;
  	}
  	.video-title .subtitle {
  		font-size: 22px;
  	}
  	.video-title .video-name {
  		font-size: 22px;
  	}
  	.video-title .video-name:after {
  		margin-left: -45px;
  	}
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-list {
  		padding: 0 10px;
  	}
  	.social-block ul li {
  		margin: 0 10px;
  	}
  	.social-block ul li a {
  		width: 40px;
  		height: 40px;
  	}
  	.footer-nav ul li a {
  		font-size: 30px;
  	}
  	.footer-nav ul:nth-child(4), .footer-nav ul:nth-child(5) {
  		display: block;
  		padding: 0;
  		margin-bottom: 25px;
  	}
  	.footer-nav ul:nth-child(5) {
  		padding-left: 0;
  		margin: 0;
  	}
  	.footer-contacts {
  		padding: 60px 0 0 0;
  	}
  	.footer-contacts .tel-block span.tel {
  		font-size: 35px;
  		padding-left: 10px;
  	}
  	.footer-contacts .tel-block span {
  		font-size: 22px;
  	}
  	.footer-buttons .tel-block {
  		margin-top: 50px;
  	}
  	.footer-contacts a.price-list {
  		top: 22px;
  	}
  	.footer-contacts .col-xs-5.footer-buttons,.footer-contacts .col-xs-7.footer-buttons {
  		float: none;
  		width: 100%;
  		overflow: hidden;
  		margin-bottom: 0;
  		text-align: left;
  		margin-bottom: 20px;
  	}
  	.footer-buttons {
  		height: auto;
  		margin-bottom: 22px;
  	}
  	.footer-buttons a {
  		text-align: inherit;
  		padding-left: 10px;
  	}
  	.footer-contacts a {
  		font-size: 29px;
  		margin-bottom: 25px;
  	}
  	.footer-logo img {
  		max-width: 100%;
  		width: auto;
  		height: auto;
  	}
  	.copyright {
  		font-size: 18px;
  	}
  	.copyright span {
  		font-size: 22px;
  	}
  
  	/***/
  	/*cliniks*/
  	.cliniki-visual .visual-block-content {
  		padding: 68px 0 10px 0;
  	}
  	.bordered-title {
  		font-size: 34px;
  		margin-bottom: 25px;
  	}
  	.bordered-title legend {
  		font-size: 21px;
  	}
  	.visual-block p {
  		font-size: 20px;
  	}
  	.bordered-address {
  		max-width: 100%;
  		padding-left: 2px;
  		margin: 20px 0;
  	}
  	.bordered-address p {
  		font-size: 20px;
  	}
  	.cliniki-visual .btn {
  		font-size: 20px;
  		margin: 30px 0;
  	}
  	.article-block {
  		padding: 0 5px;
  	}
  	.main-title {
  		font-size: 38px;
  	}
  	h4.item-row-title {
  		font-size: 30px;
  		word-wrap: break-word;
  	}
  	.article-item-row p {
  		font-size: 20px;
  	}
  	a.more-button {
  		font-size: 30px;
  	}
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-button {
  		font-size: 30px;
  	}
  	.more-about {
  		padding: 0 5px;
  	}
  	.about-clinik .main-doctor img {
  		width: 100%;
  	}
  	.about-clinik .doctor-name, .about-clinik .doctor-prof {
  		padding: 0;
  		float: none;
  	}
  	.about-clinik .main-doctor-descr {
  		margin-top: 50px;
  	}
  	.visual.cliniki-visual .info-block {
  		padding: 27px 40px 59px 41px;
  		max-width: 100%;
  		margin: 0 auto;
  	}
  	.posts-block {
  		padding: 0 5px;
  	}
  	/*usluga*/
  	.visual-block-content .title {
  		font-size: 34px;
  	}
  	.usluga-visual p {
  		font-size: 20px;
  	}
  	.usluga-visual .visual-block-content {
  		padding: 59px 5px 48px 5px;
  	}
  	.medtsentr .medtsentr-row {
  		padding: 13px 10px;
  	}
  	.article-block p.double-column {
  		-webkit-column-count: 1;
  		-moz-column-count: 1;
  		column-count: 1;
  	}
  	.pickmeup {
  		left: 50%!important;
  		margin-left: -105px!important;
  		margin-top: -60px!important;
  	}
  	.services-block {
  		padding: 0 5px;
  	}
}
@media screen and (min-width: 1px) and (max-width: 425px) {
  .header .navigation ul li.button {
  		width: 100% !important;
  	}
  	.header .col-xs-5, .header .col-xs-7 {
  		float: none;
  		width: 100%;
  	}
  	.header .navigation {
  		padding-top: 35px;
  	}
}
@media screen and (min-width: 1px) and (max-width: 465px) {
  .navbar-sticky .navbar-right {
  		float: right;
  		position: relative;
  		top: 0;
  	}
  	.navbar-sticky .navbar-main {
  		position: relative;
  		float: left;
  	}
  	.navbar-sticky .navbar-tel {
  		display: block;
  	}
  	a.sticky-button {
  		display: block;
  	}
  
  	.doctor-card.mobile .title-block {
  		padding: 0 10px;
  	}
  	.doctor-card.mobile .subtitle {
  		padding: 0 10px;
  	}
  	.doctor-card.mobile .doctor-numbers {
  		padding: 0 10px;
  	}
  	.doctor-card.mobile .doctor-numbers .number {
  		font-size: 60px;
  	}
  	.doctor-card.mobile .doctor-history {
  		padding: 0 10px;
  	}
  	.doctor-card.mobile .doctor-card-reception {
  		padding: 0 10px;
  	}
  	.doctor-card.mobile .experience {
  		padding: 0 10px;
  	}
  	.doctor-card.mobile .education {
  		padding: 0 10px;
  	}
  	.link-item .pull {
  		max-width: 100%;
  	}
  	.page-not-found {
  		padding: 0 10px;
  	}
  	.search-form {
  		max-width: 100%;
  	}
  	.search-form input[type="text"] {
  		max-width: 300px;
  	}
  	.card_fr .numbers .number {
  		font-size: 62px;
  	}
  	.pickmeup {
  		left: 50%!important;
  		margin-left: -105px!important;
  		margin-top: -60px!important;
  	}
}
@media screen and (min-width: 1px) and (max-width: 529px) {
  .doctor-item {
  		float: left;
  		margin-right: 30px;
  	}
  	.header .navigation ul li.button a {
  		padding: 15px 15px 16px 16px;
  		font-size: 16px;
  	}
  	.personal-nav {
  		padding: 0 10px;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input {
  		width: 100%;
  	}
  	.personal-content .doctor-list .doctor-item {
  		margin-right: 38px;
  	}
  	.personal-content .doctor-list {
  		padding: 0 10px;
  	}
  	.table-mobile { overflow: scroll;}
}
@media screen and (min-width: 530px) and (max-width: 635px) {
  .doctor-list {
  		margin: 0 auto;
  		width: 520px;
  	}
  	.doctor-item {
  		max-width: 255px;
  		float: left;
  		margin-right: 30px;
  	}
  	/*employe*/
  	.personal-content .doctor-list {
  		padding: 0;
  		margin-top: 38px;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input {
  		width: 520px;
  	}
  	.personal-content .doctor-list .doctor-item {
  		width: 46.3%;
  		max-width: none;
  	}
  	/**/
}
/*Правки(перенести)*/
@media screen and (min-width: 320px) and (max-width: 639px) {
  .personal-nav {
  		padding: 0 10px;
  	}
  	.personal-nav-item {
  		max-width: 100%;
  		display: block;
  		width: 100%;
  		text-align: left;
  	}
  	.personal-nav-item select {
  		z-index: 2;
  	}
  	.personal-nav-item input[type="text"] {
  		max-width: none!important;
  		width: 100%;
  		display: block;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input[type="text"] {
  		width: 100%;
  		margin-top: 0;
  	}
  	.personal-content .doctor-list .doctor-item {
  		max-width: 48%;
  		margin-right: 4%;
  	}
  	.personal-content .doctor-list .doctor-item:nth-child(2n) {
  		margin-right: 0;
  	}
  	.personal-content .doctor-item img {
  		height: auto;
  		width: 100%;
  	}
  	.doctor-list .doctor-name {
  		font-size: 18px;
  		margin-bottom: 7px;
  	}
  	.personal-content .doctor-list {
  		padding: 0 10px;
  		width: auto;
  		max-width: none;
  	}
  	.about-clinik .main-doctor-descr {
  		width: 100%;
  	}
  	.about-clinik .main-doctor img {
  		width: auto;
  		height: auto;
  		float: none;
  	}
  	.bordered-title {
  		width: auto;
  		max-width: 100%;
  		word-break: break-all;
  	}
  	.bordered-title p {
  		margin-bottom: 0!important;
  	}
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-button {
  		padding: 18px 0 17px 0!important;
  	}
  	.list-clinics-ul {
  		padding: 0 5px;
  		margin-right: 0!important;
  	}
  	.visual-block .breadcrumbs {
  		padding-left: 4px;
  	}
  	.drofield.field-name-body.field-type-text-with-summary.field-label-hiddenown-content-button {
  		font-size: 28px!important;
  		word-wrap: break-word!important;
  	}
  	.about-clinik .main-doctor-descr .double-column-text p {
  		font-size: 20px;
  	}
  	.contacts-container .swiper-slide {
  		padding: 0 10px 26px;
  		min-height: 338px;
  		min-width: 236px;
  		max-width: 320px;
  	}
  	.contacts-container .swiper-slide .row.contacts-links {
  		position: absolute;
  		bottom: 25px;
  		max-width: 215px;
  		width: 100%;
  	}
  	.contacts-container {
  		overflow-x: scroll;
  	}
  	.contacts-block {
  		overflow: hidden;
  	}
  	#clinic-contacts .cliniki-map {
  		margin-bottom: 30px;
  	}
  	.medical-center-clinics ul {
  		max-width: 100%!important;
  		width: 100%;
  		margin-right: 0!important;
  	}
  	h4.item-row-title {
  		font-size: 30px;
  	}
  	.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  		padding: 0 5px;
  	}
  	.mobile-nav li.main.lang .dropdown {
  		display: none;
  	}
  	.mobile-nav li.main.lang .dropdown.active {
  		display: block;
  	}
  	.mobile-nav li.main.lang .dropdown li {
  		display: inline-block;
  		vertical-align: top;
  		text-indent: 0;
  		border: 0;
  	}
  	.mobile-nav li.main.lang .dropdown li a {
  		padding: 18px;
  	}/*
  	.jq-selectbox select {
  		z-index: 2;
  	}*/
  	.contact-block.thx-block {
  		padding: 0 5px;
  	}
  	.jq-selectbox.active-ul {
  		z-index: 101!important;
  	}
  	.jq-selectbox.active-ul .jq-selectbox__dropdown {
  		display: block!important;
  		max-width: 100%;
  	}
  	.jq-selectbox.active-ul .jq-selectbox__dropdown ul {
  		height: 500px;
  	}
  	.ex-rates-block {
  		width: auto!important;
  	}
  	.patients-price-list .col-lg-12.col-sm-12 {
  		max-width: 100%;
  		overflow: scroll;
  	}
  	.visual.cliniki-visual .info-block {
  		padding: 27px 15px 59px 15px;
  	}
  	.contacts-container .swiper-slide span {
  		margin: 5px 0;
  	}
  	.contact-nav-dropdown {
  		width: auto;
  	}
  	.classic-table {
  		text-align: center;
  		overflow: scroll;
  	}
  	.classic-table .main {
  		vertical-align: top;
  	}
  	.classic-table .main td {
  		white-space: nowrap;
  	}
  	.classic-table td {
  		padding: 8px 20px 9px 20px!important;
  	}
  	.visual-block-content .title p {
  		font-size: 34px!important;
  	}
  	.visual.cliniki-visual {
  		padding: 30px 0;
  	}
  	.visual.cliniki-visual .info-block .title {
  		font-size: 34px;
  	}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .personal-content .doctor-list .doctor-item:nth-child(2n) {
  		margin-right: 0;
  	}
  	.personal-content .doctor-list .doctor-item {
  		max-width: 48%;
  		margin-right: 4%;
  	}
  	.personal-content .doctor-item img {
  		height: auto;
  		width: 100%;
  	}
  	.personal-nav-item {
  		max-width: 560px;
  		width: 100%;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input[type="text"] {
  		width: 100%;
  		margin-top: 0;
  		max-width: 560px!important;
  	}
  	.about-clinik .main-doctor img {
  		width: auto;
  		height: auto;
  	}
  	.list-clinics-ul {
  		padding: 0 35px;
  
  	}
  	.visual {
  		height: auto!important;
  	}
  	.about-clinik .main-doctor-descr .double-column-text p {
  		font-size: 29px;
  	}
  	.contacts-container .swiper-slide {
  		padding: 0 10px 26px;
  		min-height: 338px;
  		min-width: 236px;
  		max-width: 320px;
  	}
  	.contacts-container .swiper-slide .row.contacts-links {
  		position: absolute;
  		bottom: 25px;
  		max-width: 215px;
  		width: 100%;
  	}
  	.contacts-container {
  		overflow-x: scroll;
  	}
  	.article-block .colored-list li a {
  		font-size: 29px!important;
  	}
  	.medical-center-clinics ul {
  		max-width: 47%!important;
  		margin-right: 6%!important;
  	}
  	.medical-center-clinics ul:nth-child(2n){
  		margin-right: 0!important;
  	}
  	.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  		padding: 0 10px;
  	}
  	.mobile-nav li.main.lang .dropdown {
  		display: none;
  	}
  	.mobile-nav li.main.lang .dropdown.active {
  		display: block;
  	}
  	.mobile-nav li.main.lang .dropdown li {
  		display: inline-block;
  		vertical-align: top;
  		text-indent: 0;
  		border: 0;
  	}
  	.mobile-nav li.main.lang .dropdown li a {
  		padding: 18px;
  	}/*
  	.jq-selectbox select {
  		z-index: 2;
  	}*/
  	.contact-block.thx-block {
  		padding: 0 10px;
  	}
  	.jq-selectbox.active-ul {
  		z-index: 101!important;
  	}
  	.jq-selectbox.active-ul .jq-selectbox__dropdown {
  		display: block!important;
  		max-width: 100%;
  	}
  	.jq-selectbox.active-ul .jq-selectbox__dropdown ul {
  		height: 500px;
  	}
  	.patients-price-list .col-lg-12.col-sm-12 {
  		max-width: 100%;
  		overflow: scroll;
  	}
  	.patients-price-list .classic-table {
  		overflow: scroll;
  	}
  	.contact-nav-dropdown {
  		width: auto;
  	}
  	.classic-table {
  		text-align: center;
  		overflow: scroll;
  	}
  	.classic-table .main {
  		vertical-align: top;
  	}
  	.classic-table .main td {
  		white-space: nowrap;
  	}
  	.classic-table td {
  		padding: 8px 20px 9px 20px!important;
  	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .personal-content .doctor-list .doctor-item:nth-child(5n) {
  		margin-right: 0;
  	}
  	.personal-content .doctor-list .doctor-item {
  		max-width: 18.5%;
  		margin-right: 1%;
  	}
  	.personal-content .doctor-item img {
  		height: auto;
  		width: 100%;
  	}
  	.personal-nav-item {
  		max-width: 356px;
  		width: 100%;
  	}
  	.personal-nav .jq-selectbox__select, .personal-nav input[type="text"] {
  		width: 100%;
  		margin-top: 0;
  		height: 51px;
  		max-width: 356px!important;
  	}
  	.contacts-container .swiper-slide {
  		padding: 0 10px 26px;
  		min-height: 338px;
  	}
  	.contacts-container .swiper-slide .row.contacts-links {
  		position: absolute;
  		bottom: 25px;
  		max-width: 215px;
  		width: 100%;
  	}
  	.doctor-card-content {
  		max-width: none;
  		width: 100%;
  	}
  	.breadcrumbs {
  		padding-left: 15px;
  	}
  	.doctor-card .main-title {
  		padding-left: 15px;
  	}
  	.doctor-history {
  		padding-left: 0;
  	}
  	.doctor-descr {
  		padding-left: 15px;
  	}
  	.bottom-navigation {
  		padding-left: 15px;
  	}
  	.bottom-navigation ul li {
  		margin-bottom: 15px;
  	}
  	.header .navigation {
  		text-align: left;
  	}
  	.header .navigation ul li {
  		margin-right: 15px!important;
  	}
  	.title-block .left-part {
  		float: none;
  	}
  	.bottom-navigation ul {
  		margin-top: 3px;
  	}
  	.social-block {
  		margin-top: 0;
  	}
  	.contacts-container .swiper-slide {
  		min-width: 236px;
  	}
  	.contacts-container {
  		overflow-x: scroll;
  	}
  	.tabs-content ul {
          max-width: 162px;
      }
  	#main-tabs-block ul {
  		vertical-align: top;
  	}
  	.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  		padding: 0 15px;
  	}/*
  	.jq-selectbox select {
  		z-index: 2;
  	}*/
  	.contact-block.thx-block {
  		padding: 0 15px;
  	}
  	.jq-selectbox.active-ul {
  		z-index: 101!important;
  	}
  	.jq-selectbox.active-ul .jq-selectbox__dropdown {
  		display: block!important;
  		max-width: 100%;
  	}
  	.jq-selectbox.active-ul .jq-selectbox__dropdown ul {
  		height: 500px;
  	}
      .bottom-navigation ul li {
          margin-right: 10px;
      }
      .prefooter .col-lg-9.col-sm-8{
          width: 75%;
      }
      .prefooter .col-lg-3.col-sm-4.col-xs-12 {
          width: 25%;
      }
      .tabs-nav {
      	overflow: scroll;
      }
      .tabs-nav ul li {
      	padding: 10px;
      }
      .bordered-title {
      	border-color: transparent;
      }
      .contacts-block {
      	overflow: hidden;
      }
      .cliniki-map {
  		width: 50%!important;
  		float: left!important;
  		margin-right: 0!important;
      }
      .medtsentr-item {
  		width: 48%!important;
  		float: left!important;
  		margin-top: 0!important;
  		margin-left: 1%;
      }
      .bordered-title p {
      	line-height: 0;
      	margin: 0;
      	white-space: pre;
      }
      .patients-price-list .col-lg-12.col-sm-12 {
  		max-width: 100%;
  		overflow: scroll;
  	}
  	.patients-price-list .classic-table {
  		overflow: scroll;
  	}
  	.contact-nav-dropdown {
  		width: auto;
  	}
  	.classic-table {
  		text-align: center;
  		overflow: scroll;
  	}
  	.classic-table .main {
  		vertical-align: top;
  	}
  	.classic-table .main td {
  		white-space: nowrap;
  	}
  	.classic-table td {
  		padding: 8px 20px 9px 20px!important;
  	}
  	.classic-table td:first-child {
  		width: 80px;
  	}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .tabs-content ul {
  		max-width: 170px;
  	}
  	.personal-content .doctor-list .doctor-item {
  		max-width: 18.5%;
  		margin-right: 1%;
  	}
  	.personal-content .doctor-item img {
  		height: auto;
  		width: 100%;
  	}
  	.navbar-sticky .sticky-nav {
  		margin-left: 0;
      	margin-top: 20px;
      	clear: both;
  	}
  	.contacts-container .swiper-slide {
  		padding: 0 10px 26px;
  		min-height: 338px;
  	}
  	.contacts-container .swiper-slide .row.contacts-links {
  		position: absolute;
  		bottom: 25px;
  		max-width: 215px;
  		width: 100%;
  	}
  	.article-block {
  		padding: 0 10px;
  	}
  	.doctor-card {
  		padding: 0 10px;
  	}
  	.doctor-history {
  		max-width: 580px;
  	}
  	.visual-block {
  		padding: 0 10px;
  	}
  	.doctor-item {
  		width: 19%;
  		margin-right: 1%;
  		max-width: none;
  	}
  	.doctor-item img {
  		height: auto;
  		width: 100%;
  	}
  	.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  		padding: 0 10px;
  	}
  	.contact-block.thx-block {
  		padding: 0 10px;
  	}
  	.bottom-navigation ul li {
          margin-right: 10px;
      }
      .prefooter .col-lg-9.col-sm-8{
          width: 65%;
      }
      .prefooter .col-lg-3.col-sm-4.col-xs-12 {
          width:35%;
      }
      .tabs-nav {
      	overflow: scroll;
      }
      .double-post .faq,.double-post .reviews {
      	max-width: 450px;
      }
      .double-post .faq {
      	margin-right: 55px;
      }
      .bordered-title p {
      	padding-bottom: 0!important;
      	padding-left: 0!important;
      }
      .contact-nav-dropdown {
  		width: auto;
  	}
  	.contacts-block {
      	overflow: hidden;
      }
  	.cliniki-map {
  		width: 50%!important;
  		float: left!important;
  		margin-right: 0!important;
      }
      .medtsentr-item {
  		width: 48%!important;
  		float: left!important;
  		margin-top: 0!important;
  		margin-left: 1%;
      }
      .bordered-title {
      	border-color: transparent;
      	padding-left: 0;
      }
}
/* universal query */
@media (max-width: 640px) {
  #main-tabs-block {
  		margin-bottom: 33px;
  	}
  	.visual-block {
  		background: #00426b !important;
  		height: auto !important;
  	}
  
  	.sp-visual-block {
  		height: auto !important;
  	}
  
  	.article-block p {
  		font-size: 14px;
  	}
  	.container p {
  		font-size: 14px;
  	}
  
  	.counter {
  		display: block;
  	}
  	.clinic-benefits .col-sm-4 {
  		padding-right: 10px!important;
  	}
}
@media (max-width: 960px) {
  /*.bottom-navigation {
  		width: 1000px;
  	}*/
  	.sp-visual-block {
  		height: auto !important;
  	}
  	.visual-block {
  		background: #00426b !important;
  		height: auto !important;
  	}
  	.cliniki-visual .btn {
  		background: #eee !important;
  		color: #000;
  	}
  	.counter {
  		display: block;
  	}
  	.doctor-item img {
  		height: auto !important;
  	}
  	.gallery-mobile-item img {
  		height: auto !important;
  	}
  	.short-text-block {
  		font-size: 20px !important;
  	}
  	.medtsentr-item .row .hours {
  		margin-right: 20px;
  	}
  	.visual-block-content {
  		background: #00426b;
  	}
}
.medtsentr-item img {
	/*width: auto !important;*/
	height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pickmeup .pmu-instance nav {
  		overflow: hidden;
  	}
  	.pickmeup .pmu-instance nav div {
  		float: left;
  	}
  	.bordered-title {
  		display: block!important;
  		width: auto!important;
  		max-width: none!important;
  		border: 0px solid #fff!important;
  		padding-left: 0!important;
  	}
}/**/
.cc {
	padding-top: 20px;
}
.cc .container {
	padding-right: 310px;
	padding-bottom: 0px;
}
h1 {
	font-size: 40px;
	font-family: 'plumb-light';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.019em;
	margin: 7px 0 7px -2px;
}
p {
	font-family: 'PT sans';
	font-size: 14px;
	margin: 8px 0;
}
p.ver2 {
	line-height: 1.7;
}
b.aktsidentny {
	font-weight: bold;
	font-family: 'PT sans';
	font-size: 20px;
	display: block;
	margin: 9px 0 10px 0;
	letter-spacing: -0.003em;
}
h2 {
	margin: 34px 0 0 -3px;
	padding-left: 0px;
	font-size: 31px;
	line-height: 1.25;
	font-family: 'plumb-light';
	text-transform: uppercase;
	font-weight: normal;
}
h2.ver2 {
	letter-spacing: 0.06em;
	margin: 34px 0 0 -1px;
}
h2.ver3 {
	margin: 26px 0 29px -1px;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -0.11em;
}
h3 {
	margin: 22px 0 -3px 0;
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-size: 20px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
}
h4 {
	font-size: 19px;
	font-weight: normal;
	font-family: 'plumb-light';
	text-transform: uppercase;
	margin: 4px 0 -3px 0;
	letter-spacing: 0.03em;
}
h4.ver2 {
	margin-top: 16px;
}
h5 {
	margin: 26px 0 -5px 0;
	letter-spacing: 0.055em;
	font-weight: normal;
	font-size: 14px;
	font-family: 'plumb-bold';
	text-transform: uppercase;
}
h5.ver2 {
	margin: 16px 0 5px -1px;
}
ul.list {
	list-style: none;
	margin-top: 14px;
	padding-left: 25px;
}
ul.list li {
	position: relative;
	font-family: 'PT sans';
	font-size: 14px;
	margin-bottom: 11px;
}
ul.list li:before {
	position: absolute;
	content: '';
	top: 7px;
	left: -17px;
	width: 7px;
	height: 7px;
	background: #00426b;
	border-radius: 5px;
}
ol.numbered-list {
	padding-left: 17px;
	list-style: none;
	margin: 18px 0;
	counter-reset: section;
}
ol.numbered-list li {
	position: relative;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'Arial';
	line-height: 1.5;
	margin-bottom: 12px;
	color: #212029;
}
ol.numbered-list li:before { 
	content: counter(section)'.';
	counter-increment: section; 
	color: #00426b;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	position: absolute; 
	left: -17px; 
	top: 0px;
}
ol.numbered-list li ol {
	text-indent: 32px;
	margin: 12px 0;
	list-style: none;
	padding-left: 20px;
	counter-reset:subsection;
}
ol.numbered-list li ol li:before {
	content:counter(section) "." counter(subsection) ".";
	counter-increment: subsection;
	color: #212029;
	left: -32px;
}
p a {
	font-size: 14px;
	color: #00426b;
	font-family: 'PT sans';
}
p a:hover, p a.hover {
	color: #c92745;
}
p a:visited, p a.visited {
	color: #428bca;
}
p a.pseudo {
	border-bottom: 1px dotted #00426b;
}
p a.pseudo:hover, p a.pseudo.hover {
	color: #c92745;
	border-bottom: 1px dotted #c92745;
}
.quote {
	position: relative;
	font-family: 'PT sans';
	font-style: italic;
	color: #000;
	width: 530px;
	padding: 33px 0 0 42px;
	letter-spacing: 0.016em;
}
.quote:before {
	position: absolute;
	content: '“';
	width: 21px;
	height: 27px;
	top: 3px;
	left: -3px;
	font-size: 100px;
	font-family: 'PT sans';
	color: #00426b;
	font-style: normal;
}
.quote .author {
	font-size: 13px;
	color: #424242;
	display: block;
	margin-top: 13px;
}
.dropdown-content-button {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 0 17px 17px;
	margin-bottom: -1px;
	text-transform: uppercase;
	cursor: pointer;
}
.dropdown-content-list {
	display: none;
	font-family: 'PT sans';
	font-weight: normal;
	text-align: left;
	color: #000;
	text-transform: none;
	border-top: 1px solid #00426b;
	padding: 15px 65px 50px 19px;
}
.tabs-nav li:before {
	display: none;
}
.swiper-container {
	width: 876px;
	height: 400px;
	margin-top: 17px;
}
img.pull-right {
	float: right;
	margin-left: 25px;
	margin-top: 17px;
}
img.pull-left {
	float: left;
	margin-right: 25px;
}
.header .navigation ul li:before {
	display: none;
}
.pagination {
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
}
.pagination .pagination-list {
	list-style: none;
	float: left;
}
.pagination .pagination-list li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: transparent;
}
.pagination .pagination-list li a {
	color: #00426b;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.pagination .pagination-list li a:hover {
	background: #00426b;
	color: #fff;
}
.pagination .pagination-list li:before {
	display: none;
}
.pagination-nav-list {
	list-style: none;
	float: right;
}
.pagination-nav-list li {
	display: inline-block;
	vertical-align: middle;
}
.pagination-nav-list li:before {
	display: none;
}
.pagination-nav-list li:after {
	position: relative;
	content: '|';
	top: -1px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0 5px 0 9px;
	font-size: 13px;
	color: #b0bbc7;
	background: none;
}
.pagination-nav-list li:last-of-type:after {
	display: none;
}
.pagination-nav-list li a {
	font-family: 'PT sans';
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
.pagination-nav-list li a:hover {
	border-bottom: 1px solid #b0bbc7;
}
.gallery {
	margin-top: 18px;
}
.gallery img {
	width: 100%;
	height: 100%;
}
.gallery .col-lg-6 {
	overflow: hidden;
}
.gallery2 img {
	padding-right: 5px;
	padding-bottom: 5px;
}
.gallery2 .col-lg-3:last-of-type img {
	padding-right: 0;
}
label {
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	color: #b3a8a8;
	display: inline-block;
	vertical-align: top;
}
label span {
	display: block;
	margin-bottom: 4px;
	height: 17px;
}
input[type="text"] {
	position: relative;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	font-family: 'PT sans';
	color: #000;
	padding: 0 15px;
	width: 394px;
	height: 52px;
	margin-bottom: 3px;
	display: inline-block;
	max-width: 100%;
}
input[type="text"]:focus {
	border: 1px solid #0069aa;
	outline: none;
}
input[type="text"]:required {
	border-color: red;
}
label.required span:before {
	position: absolute;
	content: '';
	top: 29px;
	right: 9px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #d63225;
	z-index: 3;
}
textarea {
	display: block;
	padding: 13px 14px;
	font-family: 'PT sans';
	font-size: 16px;
	width: 394px;
	resize: none;
	outline: none;
	color: #000;
}
textarea:focus {
	border: 1px solid #0069aa;
}
.float1 {
	float: left;
	margin-top: 18px;
	margin-right: 73px;
}
.checkbox,.radio {
	margin-bottom: 14px;
}
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="checkbox"] + label, 
input[type="radio"] + label {
	position: static;
	font-size: 14px;
	font-family: 'PT sans';
	cursor: pointer;
	color: #000;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
	position: relative;
	top: -2px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin: 0 11px 0 0;
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox.png);
}
input[type="radio"] + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/radio.png);
}
input[type="checkbox"]:checked + label::before {
	background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox-checked.png);
}
input[type="radio"]:checked + label::before {
	background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/radio-checked.png);
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
	color: #b0afb2;
}
input[type="checkbox"]:disabled + label::before {
   background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox.png);
}
input[type="checkbox"]:checked:disabled + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/checkbox-disabled.png);
}
input[type="radio"]:checked:disabled + label::before {
    background-image: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/radio-checked-disabled.png);
}
.classic-table {
	margin-top: 29px;
}
.classic-table tr {
	vertical-align: top;
	font-family: 'PT sans';
	font-size: 13px;
	color: #19191a;
	border-bottom: 1px dotted #ced6dc;
}
.classic-table tr td {
	padding: 8px 0 9px 0;
}
.classic-table tr:last-of-type {
	border-bottom: none;
}
.classic-table .main {
	line-height: 1.3;
	vertical-align: bottom;
	font-family: 'plumb-medium';
	font-size: 14px;
	color: #615e5e;
	border-bottom: 1px solid #b0afb1;
}
.classic-table .main td {
	padding: 0 0 6px 0;
}
.classic-table .main td:nth-child(1) {
	padding-right: 90px;
}
.classic-table .main td:nth-child(2) {
	padding-right: 82px;
}
.classic-table .main td:nth-child(3) {
	padding-right: 65px;
}
.classic-table tr:nth-child(2) td {
	padding-top: 15px;
}
.search-result {

}
.search-result h2 {
	font-size: 33px;
	padding-left: 3px;
	letter-spacing: 0.012em;
	line-height: 1.5;
}
.search-result h2 span {
	font-size: 25px;
	display: block;
}
.search-result form {
	margin-top: 36px;
	margin-bottom: 4px;
}
.search-result form input {
	width: 521px;
	margin-right: 5px;
}
.search-result form a.btn {
	padding: 15px 23px 13px 17px;
}
.search-result-field span {
	color: #676668;
	font-size: 14px;
	font-family: 'PT sans';
	display: block;
	margin-bottom: 39px;
}
.search-result-field .search-result-item {
	margin-bottom: 30px;
}
.search-result .pagination {
	border: none;
	margin-top: 47px;
}
.search-result .pagination .pagination-list {
	margin-top: 1px;
}
.search-result .pagination span {
	float: left;
	font-size: 16px;
	font-family: 'PT sans';
	color: #000;
	margin-right: 32px;
}/**/
.border-top-none{
    border-top: none !important;
}

.width_100{
    width: 100% !important;
}

.float-right{
    float: right;
    margin-left: 25px;
    margin-top: 17px;
}
.float-left{
    float: left;
    margin-right: 25px;
    margin-top: 17px;
}

.node-image-block{
    /* margin-top: 17px; */
}

.node-image-block img{
    max-width: 448px;
    height: auto;
}

.node-partner-logo-block img{
    max-width: 150px;
    height: auto;
}

.list-node-block p{
    line-height: 1.7;
}

.pagination-list .active {
    font-weight: 900;
}

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

.list-clinics-ul{
    max-width: 460px;
    margin-right: 120px;
    display: inline-block;
    vertical-align: top;
}
.list-clinics-ul a{
  text-transform: none;
}

.margin-left-20{
    margin-left: 20px;
}

.margin-left-40{
    margin-left: 40px;
}

.margin-right-20{
    margin-right: 20px !important;
}

.doctor-description {
    overflow: hidden;
}

.review-text-block{
    margin-top: -33px;
    width: 100%;
}

#user-login-form{
    margin-left: 40%;
}

.main-doctor-descr ul{
    list-style: none;
    margin-top: 14px;
    padding-left: 25px;
}

/* .main-doctor-descr ul li{
{
    position: relative;
    font-family: 'PT sans';
    font-size: 14px;
    margin-bottom: 11px;
} */

.main-doctor-descr ul li:before{
    position: absolute;
	content: '';
	top: 11px;
	left: 2px;
	width: 9px;
	border-bottom: 1px solid #0069aa;
}

.main-doctor-descr ol{
    padding-left: 17px;
    list-style: none;
    margin: 18px 0;
    counter-reset: section;
}

/* .main-doctor-descr ol li{
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Arial';
    line-height: 1.5;
    margin-bottom: 12px;
    color: #212029;
} */

.main-doctor-descr ol li:before{
    content: counter(section)'.';
    counter-increment: section;
    color: #00426b;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: bold;
    /* position: absolute; */
    /* left: -17px; */
    margin-right: 5px;
    top: 0px;
}

.row .required .error, .row .required .error-validation, .record-form-field-block .error, .row .check-field .error-validation {
    display: none;
    color: #8c2e0b;
}
.row.has-error.show-feedback .required .error, .row.has-error.show-validation-feedback .required .error-validation, .row.has-error.show-validation-feedback .check-field .error-validation {
    display: block;
}
.row.has-error .required input[type="text"], .row.has-error .check-field input[type="text"], .row.has-error input[type="checkbox"] + label.required::before{
    border: 2px solid #8c2e0b;
}
.row.has-error input[type="checkbox"] + label.required::before{
    background-position: -2px -2px;
}

.mfp-content textarea {
    width: 100%;
}

.medical-center-clinics ul{
    max-width: 200px;
    margin-right: 90px;
    display: inline-block;
    vertical-align: top !important;
    list-style: none;
}
.medical-center-clinics li a{
    font-family: 'PT sans';
    font-size: 16px;
    text-decoration: underline;
    color: #0069aa;
}

.services-list-filter-inner{
    max-width: none;
}

.video-content {
  position: relative;
  z-index: 0;
}
.video-content.preview {
    position: relative;
    cursor: pointer;
}
.video-content.preview .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -53px;
    width: 106px;
    height: 69px;
    background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/play-button.png) 0 0 no-repeat;
}
.video-content.preview:hover .play {
    opacity: 0.5;
    filter: alpha(Opacity=50);
}
.video-content.preview.active {
    display: block;
}
.video-content.preview.active + .video-content.video {
    display: none;
}
.video-content.preview.disabled {
    display: none;
}
.video-content.preview.disabled + .video-content.video {
    display: block;
}

.call:hover {
    color: #ffffff;
}

.tabs-nav ul li a{
    color: #575757;
}

.tabs-nav-basic {
    position: relative;
    margin-top: 5px;
}
.tabs-nav-basic ul {
    position: relative;
    margin-top: 0px;
    z-index: 2;
}
.tabs-nav-basic ul li {
    display: inline-block;
    float: left;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    font-family: 'plumb-light';
    cursor: pointer;
    padding: 10px 21px;
    background: #d7d7d7;
    color: #575757;
    text-transform: uppercase;
    margin-right: 1px;
}
.tabs-nav-basic ul li.active {
    position: relative;
    z-index: 2;
    color: #fff;
    background: #0e4567;
}
.tabs-nav-basic ul li a{
    color: #575757;
}

.news-item .title a{
    color: #333;
}

.record-form-desc{
    font-family: 'PT sans';
    color: #000;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.full-text-block{
    display: none;
}

.show-short, .show-full{
    text-decoration: underline;
}

.menu-float-right{
    float:right;
}

.clinic-detail-text ul {
	list-style: none;
}
.clinic-detail-text ul li {
	position: relative;
	/* font-family: 'PT sans'; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding-left: 22px;
    margin-bottom: 8px;
}
.imp-for-you ul li {
    margin-bottom: 20px;
}
.imp-for-you ul li:first-child{
    margin-top: 30px;
}

.clinic-detail-text ul li:before {
	position: absolute;
	content: '';
	top: 11px;
	left: 2px;
	width: 9px;
	border-bottom: 1px solid #0069aa;
    height: 0px;
}
.clinic-detail-text p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

.detail-text ul {
	list-style: none;
}
.detail-text ul li {
	position: relative;
	font-family: 'PT sans';
	font-size: 14px;
	padding-left: 22px;
}
.detail-text ul li:before {
	position: absolute;
	content: '';
	top: 11px;
	left: 2px;
	width: 9px;
	border-bottom: 1px solid #0069aa;
}
.detail-text ul li:first-child {
	/* margin-top: 30px; */
}

.doctor-history .columns2 {

	-webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.doctor-history .columns2 span{
    font-size: inherit !important;
}

.rec-col-row{
    float:left;
    /* margin-right: 33px; */
}

.modal-loader{
    position: absolute !important;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #FFF;
    top: 0px;
    z-index: 1100;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.hidden{
    display: none;
}

.breadcrumbs li:after{
    margin-right: 4px;
}

.visual-block .breadcrumbs {
	margin-top: 8px;
}
.visual-block .breadcrumbs ul {
	border: none;
}
.visual-block .breadcrumbs ul li a {
	color: #fff;
}
.visual-block .breadcrumbs ul li a:hover{
	color: #DCDCDC;
}
.breadcrumbs ul li a:hover{
	color: #000;
}
.visual-block .breadcrumbs li:after {
	color: #fff;
}

.s-visual-block .breadcrumbs ul li a {
	color: #00426b;
}
.s-visual-block .breadcrumbs ul li a:hover{
	color: #000;
}
.s-visual-block .breadcrumbs li:after {
	color: #00426b;
}

.clinic-detail-text ul{
    max-width: none;
}

.clinic-detail-text h2{
    margin-bottom: 15px;
}

.doctor-item .doctor-prof{
    font-size: 15px;
    word-break: normal;
}

.mfp-bottom-bar {
    margin-top: -86px;
    background: rgba(49,71,85,0.9);
    padding: 10px;
}

.mfp-title {
    font-size: 20px;
}

.mfp-counter{
    top: 5px;
    right: 5px;
}

.clinic-benefits{
    margin-top: 36px;
}

.clinic-benefits .col-sm-4{
    padding-right: 40px;
}

.header .navigation{
    padding-left: 0px;
}

.header .navigation ul li{
    margin-right: 34px;
}
.sticky-nav ul li {
    margin-right: 29px;
}

.visual{
    height: 280px;
}

.tour{
    margin-top: 50px;
}

.clinic-pseudo-links a{
    color: #FFF !important;
    border-color: #FFF !important;
}

.hidden{
    display: none !important;
}

.bordered-title p{
    text-transform: uppercase;
    font-family: 'plumb-bold';
    font-size: 64px;
    color: #fff;
    line-height: 1.3;
}

.tabs-nav ul li{
    margin-right: 2px;
}

.visual-block{
    margin-top: 0px;
}

.bordered-title p{
    white-space: pre;
}
@media screen and (min-width: 1px) and (max-width: 1199px) {
  .bordered-title p{
          white-space: normal;
      }
      .bordered-title.word-break p {
      	word-break: break-word;
      }
}
.medtsentr-item{
    margin-bottom: 20px;
}

.direction-clinic{
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: none;
}
.direction-clinic .cl-img{
    width: 300px; height: auto;
}
.direction-clinic .cl-link{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.direction-clinic .cl-info{
    float: left;
}
.direction-clinic .cl-info .title{
    margin-top: 0px;
}
.direction-clinic .cl-consultation-link{
    width: 220px;
    padding: 8px 0px 6px 0px;
}
.direction-clinic .cl-phone-row{
}

.about-clinik .doctor-name, .about-clinik .doctor-prof{
    margin-right: 25px;
}

.navbar .nav li a:hover {
	color: #fff;
}

.mass-info-block{
    float:left;
}

.visual-block{
    /* background-size: contain;    */
}

.usluga-visual .title p{
	color: #00426b;
	text-transform: uppercase;
	line-height: 1.1;
}

.visual-block .title p {
	font-size: 64px;
	font-family: 'plumb-bold';
	font-weight: normal;
	margin: 0;
	letter-spacing: 0;
    padding-left: 0px;
}

.footer-contacts a.price-list:hover {
    text-decoration: underline;
}
.footer-nav ul li a:hover {
    text-decoration: underline;
}
.education ul li {
    margin-bottom: 5px;
}
.doctor-history p {
    margin-top: 0px;
}
.main-doctor {
    padding-right: 40px;
}
.about-clinik a {
    margin-left: 0px !important;
}

.cl-directions-list li{
    text-decoration: underline;
}

h5{
    margin-bottom: 7px;
}

.d-clinic-block{
    margin-top: 36px;
}

.d-doctors-block{
    margin-top: 36px;
}

.d-news-block{
    margin-top: 36px;
}

.d-questions-block{
    margin-top: 36px;
}

.d-contacts-block{
    margin-top: 36px;
}




.consultation-menu{
    float: right;
}

.prefooter-consultation-but{
    margin-top: 50px;
    margin-bottom: 50px;
}

.medtsentr-item .pseudo{
    float:left;
    margin-top: 20px;
}

.mc-clinics-block{
    display: none;
}
#mc-clinics-block{
    display: none;
}
#mc-clinics-block .col-lg-7{
    width: auto;
}
#mc-clinics-block .mc-clinics{
    margin-top: 30px;
}

.foreign-numbers .row .number-item {
    width: 18%;
    float: left !important;
}

ol {
	padding-left: 17px;
	list-style: none;
	margin: 18px 0;
	counter-reset: section;
}
ol li {
	position: relative;
	font-size: 14px;
	letter-spacing: 0;
	/* font-family: 'Arial'; */
	line-height: 1.5;
	margin-bottom: 12px;
	color: #212029;
}
ol li:before {
	content: counter(section)'.';
	counter-increment: section;
	color: #00426b;
	/* font-family: 'Arial';
	font-size: 14px;*/
	font-weight: bold;
	position: absolute;
	left: -17px;
	top: 0px;
}
ol li ol {
	text-indent: 32px;
	margin: 12px 0;
	list-style: none;
	padding-left: 20px;
	counter-reset:subsection;
}
ol li ol li:before {
	content:counter(section) "." counter(subsection) ".";
	counter-increment: subsection;
	color: #212029;
	left: -32px;
}

.attach-banner-right{
    background-position: right bottom !important;
}

h3.form-title{
    font-size: 40px;
    font-family: 'plumb-light';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.019em;
    margin: 7px 0 7px -2px;
}

.cl-principles{
    margin-top: 88px;
}

.about-clinik .main-doctor-descr .double-column-text{
    margin-bottom: 0px;
}

.dropdown-content-button .icon-arrow-top{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 11px;
    background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/big-button-arrow-top.png)no-repeat;
    margin-left: 4px;
}

h1.main-title {
    /* font-size: 38px; */
    color: #000;
    margin: 0 0 -5px 0;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.tabs-content ul li:last-of-type{
    margin-bottom: 11px;
}

.entitytype-consultation-form {
	margin-top: 4px;
}
.entitytype-consultation-form .main-title {
	font-size: 40px;
	margin-bottom: 5px;
}
.entitytype-consultation-form p {
	line-height: 1.75;
}
.entitytype-consultation-form {
	margin-top: 18px;
}
.entitytype-consultation-form .row {
	margin-bottom: 15px;
}
.entitytype-consultation-form label {
	margin-right: 30px;
}
.entitytype-consultation-form label:last-of-type {
	margin-right: 30px;
}

.agreement label div.add-link{
    text-indent: 30px;
}

.contact-dropdown-content ul li a:hover {
    text-decoration: underline;
}

.cl-doctor-list .row {
	display: none;
}
.cl-doctor-list .row:first-child {
	display: block;
}

.cl-title p, .cl-title h1{
    font-size: 50px;
}

.header .logo img{
    width: 170px;
}

.navbar .nav li.lang ul.dropdown li{
    display: block;
}

.a-visual-block{
    height: 500px;
}
.sp-visual-block{
    height: 500px;
}
.cl-visual-block{
    height: 600px;
}
.dir-visual-block{
    height: 500px;
}
.mc-visual-block{
    height: 500px;
}
.s-visual-block{
    height: 400px;
}
.ss-visual-block{
    height: 500px;
}

.d-clinic-block .cl-info .title a{
    color: #0069aa;
}

.cl-directions-list li a{
    color: #0069aa;
    font-size: 15px;
}

.foreign-tabs #tab1 ul li a{
    text-decoration: none;
    cursor: text;
    color: #428bca;
}

.success-block h3.form-title, .error-block h3.form-title{
    text-transform: none;
}

#to-top {
    position:fixed;
    bottom:30px;
    right:40px;
    cursor:pointer;
    background: url(//www.emcmos.ru/sites/all/themes/emc/images/to-top.png)no-repeat center center;
    width: 64px;
    height: 46px;
    border: 3px solid #0e4567;border: 3px solid #0e4567;
    border-radius: 5px;
    display:none;
}

#node-edit {
    position: fixed;
    text-transform: uppercase;
    top: 100px;
    right: 40px;
    padding: 6px;
    color: #0e4567;
    border: 3px solid #0e4567;
    border-radius: 5px;
    z-index: 1;
}
#node-edit a{
    color: #0e4567;
    font-size: 22px;
    font-weight: bold;
}

.search-form-fields-block{
    margin-top: 36px;
    margin-bottom: 4px;
}

.search-result-field span{
    margin-bottom: 10px;
}

.form-inp-err{
    border-color: #8c2e0b !important;
}

.search-result a.btn{
    padding: 16px 23px 13px 17px;
}

.search-result input {
    width: 521px;
    margin-right: 1px;
}

label.for-search-form-q span:before{
    top: 8px;
}

#search-block-q{
    width: 257px;
}

.ex-rates-block{
    width: 50%;
    margin-top: 14px;
    margin-bottom: 30px;
    height: 115px;
}

.ex-rates-block .col-left{
    width: 50%;
    float: left;
}
.ex-rates-block .col-right{
    width: 50%;
    float: right;
}

.converter-block{
    margin-top: 36px;
    margin-bottom: 36px;
}

.converter-btn-block{
    margin-top: 15px;
}

.price-lists-block{
    margin-bottom: 36px;
}

#search-form-404 .required .error{
    display: none;
    color: #8c2e0b;
}

.patients-price-list{
    margin-top: 36px;
}

.width_p_10{
    width: 10%;
}

.patients-price-list .classic-table .main td:nth-child(3) {
    padding-right: 54px;
}

.breadcrumbs ul li span{
    color: #787878;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'plumb-light';
}

.visual-block .breadcrumbs ul li span{
    color: #fff;
}

.s-visual-block .breadcrumbs ul li span{
    color: #00426b;
}

.row.has-error .required textarea{
    border: 2px solid #8c2e0b;
}

.navbar-sticky{
    z-index: 1101;
}

.visual-block .title h1{
    font-size: 64px;
    font-family: 'plumb-bold';
    font-weight: normal;
    margin: 0;
    letter-spacing: 0;
    padding-left: 0px;
}

.dropdown-content-button .icon-arrow{
    background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/big-button-arrow.png)no-repeat;
    width: 16px;
    height: 11px;
    margin-left: 4px;
}

.d-about-block{
    margin-top: 20px;
}

label.required span:before{
    width: 5px;
    height: 5px;
}

.field-err{
    border: 2px solid #8c2e0b !important;
}

.captcha-err{
    border: 2px solid #8c2e0b;
    width: 308px;
    padding: 1px 1px 0px 1px;
}

.placeholder{
    color: #A9A9A9;
}

.inner-video-title{
    font-family: 'PT sans';
    font-size: 14px;
    color: #428bca
}

.main-history-block div.title-block{
    padding-bottom: 8px;
}

.review-answer{
    margin-top: -17px;
}
.review-answer:before{
    content: none;
}
.review-comment-title{
    border-bottom: 1px dotted;
    color: #0069aa;
}

.agreement .red-point{
    position: absolute;
}
.agreement .red-point:before{
    top: -12px;
    right: -303px;
}

.nolinkphonestyle {
    color: #fff;
}

.h2-tabs ul li h2{
    margin-left: 2px;
    margin-top: 3px;
    font-size: 18px;
}

.service-tabs .tabs-content table{
    width: 100%;
}

.clinic-icon{
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    display: block;
    float: left;
}

.clinics-border{
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #9B9B9E;
}

.cl-faq-link{
    margin-left: 5px;
}

.filter-by-clinics{
    margin-top: 33px;
}

.patients-price-list table tr td{
    padding-right: 30px;
}

.node-pl table tr td{
    padding-right: 30px;
}

.pl-title{
    color: #428bca;
    text-decoration: none;
    font-weight: bold;
}

.clinic-pseudo-links  a.pseudo{
    margin-left: 5px;
}

.black-color{
    color: #333 !important;
}

.white-color{
    color: #fff !important;
}

.ph-fl-left{
    /*height: 23px;*/
}

.ph-fl-left span, .ph-fl-left a{
    float: left;
}

.font-14{
    font-size: 14px !important;
}

.font-18{
    font-size: 18px !important;
}

.simple-page ul {
	list-style: none;
}
.simple-page ul li {
	position: relative;
	/* font-family: 'PT sans'; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding-left: 22px;
    margin-bottom: 8px;
}
.simple-page ul li:before {
	position: absolute;
	content: '';
	top: 11px;
	left: 2px;
	width: 9px;
	border-bottom: 1px solid #0069aa;
    height: 0px;
}

.pseudo-links {
  margin-top: 16px;
}

.cl-visual-block-content{
  padding-top: 30px !important;
}

.captcha_img{
  margin-top: -6px;
}
.captcha_code{
  width: 100px !important;
  margin-left: 10px !important;
}

.questionary-list{
    border: 2px solid #0e4567;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

.questionary-list-title{
    font-size: 20px !important;
    text-transform: none !important;
}

.questionary-part-title{
    color: #0069aa;
}

.questionary-question-title{
    margin-bottom: 10px;
    text-transform: none;
}
@media screen and (min-width: 1px) and (max-width: 465px) {
  .title-block .left-part{
          width: 100%;
      }
}
@media screen and (min-width: 1px) and (max-width: 635px) {
  .dropdown-content-list {
          padding: 0 10px;
      }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  p {
          font-size: 29px;
      }
  
      .article-block a,
      .article-block .phone strong {
          font-size: 29px;
      }
  
      .usluga-visual .title p{
          color: #fff;
          line-height: 1.25;
          margin-bottom: 19px;
      }
  
      .foreign-numbers .row .number-item{
          width: 33.33%;
      }
  
      .header .navigation ul li.button{
          width: 100%;
      }
  
      .entitytype-consultation-form .record-form-desc{
          line-height: 1.75;
          font-size: 29px;
      }
  
      .entitytype-consultation-form input[type="text"] {
          width: 100%;
          max-width: none;
          margin-right: 0;
      }
  
      .entitytype-consultation-form label {
          width: 100%;
          margin-right: 0;
      }
  
      .entitytype-consultation-form .rec-col-row {
          margin-bottom: 0;
      }
  
      .rec-col-row{
          float:none;
      }
  
      .entitytype-consultation-form{
          max-width: 90%;
          margin: 0 auto;
          overflow: hidden;
      }
  
      .entitytype-consultation-form .jq-selectbox.jqselect {
          width: 100%;
      }
  
      .entitytype-consultation-form .jq-selectbox__select {
          width: 100%!important;
          max-width: none;
      }
  
  
      .entitytype-consultation-form .row {
          margin-bottom: 0;
      }
  
      .checkbox, .radio {
          margin-bottom: 45px !important;
      }
  
      .cl-doctor-list .row {
          display: block;
      }
  
      .h2-tabs ul li h2{
          margin-top: 4px;
          font-size: 24px;
      }
}
@media screen and (min-width: 1px) and (max-width: 425px) {
  .pagination .pagination-list{
          width: 100%;
          text-align: center;
      }
      .pagination .pagination-nav-list{
          width: 100%;
          text-align: center;
      }
}
@media screen and (min-width: 1px) and (max-width: 635px) {
  .bordered-title p{
          font-size: 32px;
          margin-bottom: 25px;
      }
  
      .d-directions-block{
          margin-top: 64px;
      }
      .d-clinic-block{
          margin-top: 64px;
      }
  
  
      .usluga-visual .title p{
          font-size: 34px;
      }
  
      .h2-tabs ul li h2{
          margin-top: 4px;
          font-size: 20px;
      }
}
@media screen and (min-width: 636px) and (max-width: 767px) {
  .d-directions-block{
          margin-top: 280px;
      }
      .d-clinic-block{
          margin-top: 280px;
      }
  
      .d-about-block{
          margin-top: 140px;
      }
}
@media screen and (min-width: 768px) and (max-width: 914px) {
  .header .navigation ul li {
          display: none;
      }
      .header .navigation ul li.button {
          display: list-item;
          list-style: none;
      }
      .header .navigation ul li.button a {
          padding: 15px 24px 16px 26px;
          font-size: 19px;
          letter-spacing: 0.07em;
          display: block;
      }
      .header .navigation {
          /* padding-left: 30px; */
          padding-top: 0px;
      }
      .col-xs-5 {
          width: 31.66666667% !important;
      }
      .header .col-sm-10 {
          width: 65%;
      }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .entitytype-consultation-form input[type="text"] {
          width: 367px;
      }
  
      .entitytype-consultation-form label:nth-child(2n) {
          margin-right: 0;
      }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bordered-title p{
  		max-width: 652px;
  		padding-bottom: 26px;
  		padding: 0 36px 26px 36px;
  		line-height: 1.1;
  		margin-left: 0;
  		margin-bottom: 8px;
  	}
  
      .d-directions-block{
          margin-top: 64px;
      }
      .d-clinic-block{
          margin-top: 64px;
      }
  
      .header .col-sm-2 {
          width: 100%;
      }
  
      .header .col-sm-10 {
          width: 100%;
      }
  
      .direction-clinic{
          width: auto;
      }
}
@media screen and (min-width: 767px) {
  .nav-up {
          display: none;
          text-decoration: none;
          cursor: pointer;
          position: fixed;
          bottom: 10px;
          right: 10px;
          overflow: hidden;
          width: 51px;
          height: 51px;
          border: none;
          text-indent: 100%;
          background: url(//www.emcmos.ru/sites/all/themes/emc/images/icons/up.png) 0 0 no-repeat;
          z-index: 10;
      }
}/**/