

/* Start:/local/templates/dental/static/vendor/normalize-css/normalize.css?14553808147708*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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 {
  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.
 */

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

/**
 * 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;
}

/* End */


/* Start:/local/templates/dental/static/vendor/fancybox/source/jquery.fancybox.css?14553808144895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/dental/static/vendor/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/dental/static/vendor/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/dental/static/vendor/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/dental/static/vendor/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/dental/static/vendor/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/dental/static/vendor/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/dental/static/vendor/slick.js/slick/slick.css?14553808141767*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/dental/static/css/icons.css?16806301143502*/
@font-face {
  font-family: 'icons';
  src: url('/local/templates/dental/static/css/../font/icons.eot?50610861');
  src: url('/local/templates/dental/static/css/../font/icons.eot?50610861#iefix') format('embedded-opentype'),
       url('/local/templates/dental/static/css/../font/icons.woff?50610861') format('woff'),
       url('/local/templates/dental/static/css/../font/icons.ttf?50610861') format('truetype'),
       url('/local/templates/dental/static/css/../font/icons.svg?50610861#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('/local/templates/dental/static/css/../font/icons.svg?50610861#icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-zoom-in:before { content: '\e800'; } /* '' */
.icon-star-empty:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e802'; } /* '' */
.icon-clock:before { content: '\e803'; } /* '' */
.icon-user:before { content: '\e804'; } /* '' */
.icon-up-open-mini:before { content: '\e805'; } /* '' */
.icon-right-open-mini:before { content: '\e806'; } /* '' */
.icon-left-open-mini:before { content: '\e807'; } /* '' */
.icon-down-open-mini:before { content: '\e808'; } /* '' */
.icon-shield:before { content: '\e809'; } /* '' */
.icon-doc-inv:before { content: '\e80a'; } /* '' */
.icon-lock:before { content: '\e80b'; } /* '' */
.icon-cog-alt:before { content: '\e80c'; } /* '' */
.icon-gauge:before { content: '\e80d'; } /* '' */
.icon-twitter-squared:before { content: '\e80e'; } /* '' */
.icon-youtube-play:before { content: '\e80f'; } /* '' */
.icon-location:before { content: '\e810'; } /* '' */
.icon-vkontakte:before { content: '\e811'; } /* '' */
.icon-odnoklassniki-rect:before { content: '\e812'; } /* '' */
.icon-cancel:before { content: '\e813'; } /* '' */
.icon-angle-double-left:before { content: '\e814'; } /* '' */
.icon-left-open:before { content: '\e815'; } /* '' */
.icon-angle-double-right:before { content: '\e816'; } /* '' */
.icon-right-open:before { content: '\e817'; } /* '' */
.icon-down-open:before { content: '\e818'; } /* '' */
.icon-up-open:before { content: '\e819'; } /* '' */
.icon-angle-double-up:before { content: '\e81a'; } /* '' */
.icon-angle-double-down:before { content: '\e81b'; } /* '' */
.icon-floppy:before { content: '\e866'; } /* '' */
.icon-twitter-rect:before { content: '\e8c9'; } /* '' */
.icon-facebook-rect:before { content: '\e8ca'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
/* End */


/* Start:/local/templates/dental/static/css/main.css?174645804636682*/
body {
  background: #fff;
  color: #535353;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

h1 {
  color: #172a5d;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 45px 0 25px 0;
}

h1 small {
  color: #353535;
  display: block;
  font-size: 12px;
  line-height: 24px;
}

h2 {
  color: #172a5d;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
}

.ver-mobile h2 a {
  color: #172a5d !important;
  text-decoration: none;
}

h3 {
  color: #172a5d;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: #e77817;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* * */

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.w-45pr {
  width: 45%;
}

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

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

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

.no-wrap {
  white-space: nowrap;
}

/* * */

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 1140px;
}

/* region header */

header {
  background-color: #172a5d;
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  /* height: 46px; */
  padding: 12px 0;
}

header .header_list {
  display: flex;
  justify-content: space-between;
}

header .header_menu_right .header_item {
  margin-left: 25px;
}

header a {
  color: #9eb6f6;
  text-decoration: underline;
}

header a.social {
  color: #6f83b9;
  font-size: 20px;
}

header a:hover {
  color: #fff;
}

header .header_adress {
  color: #9eb6f6;
}

/* endregion header */

form .f-block {
  padding: 10px 0;
}

form .f-block label {
  color: #8f8f8f;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 10px 0;
}

form .f-block input,
form .f-block select,
form .f-block textarea {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
  height: 34px;
  line-height: 20px;
  padding: 7px 10px;
  width: 100%;
}

form .f-block select {
  padding-left: 5px;
}

form .f-block textarea {
  height: auto;
}

#top {
  padding: 18px 0;
  z-index: 10;
}

#top a.logo_container {
  padding: 0;
  text-decoration: none;
}

#top a.logo_container .logo_full {
  height: 65px;
  margin: 0 0 0 19px;
}

#top a.logo_container .logo_full_mobile {
  display: none;
}

#top .buttons {
  float: right;
  padding: 12px 0 0;
}

#top .buttons .btn {
  float: left;
  margin: 0 0 0 22px;
}

#top .buttons .btn:first-child {
  margin: 0;
}

nav#nav-main {
  background-color: rgba(242, 246, 249, 0.75);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
}

nav#nav-main a {
  color: #172a5d;
  display: block;
  line-height: 40px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}

nav#nav-main a:hover {
  padding-bottom: 0;
  border-bottom: 5px solid #172a5d;
}

nav#nav-main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0;
}

nav#nav-main ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

nav#nav-main .nav-main-mobile-btn {
  display: none;
}

nav#nav-main ul li.active a {
  padding-bottom: 0;
  border-bottom: 5px solid #e77817;
}

nav#nav-patients {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 10;
}

nav#nav-patients a {
  color: #677393;
  display: block;
  line-height: 40px;
  padding: 5px 25px 0 25px;
  text-align: center;
  text-decoration: none;
}

nav#nav-patients a:hover {
  border-bottom: 5px solid #172a5d;
  color: #172a5d;
}

nav#nav-patients ul {
  border-bottom: 5px solid #f2f6f9;
  display: block;
  height: 50px;
  list-style: none;
  padding: 0;
}

nav#nav-patients ul li {
  float: left;
  margin: 0;
  padding: 0;
}

nav#nav-patients ul li.active a {
  border-bottom: 5px solid #e77817;
  color: #172a5d;
}

#slider {
  background-color: #f3f7fa;
  display: block;
  height: 540px;
  margin: -155px 0 0 0;
}

#slider .slick-slider {
  position: relative;
}

#slider .slick-slider .slide {
  background-size: cover;
  height: 540px;
  outline: none;
  padding: 210px 70px 0 100px;
}

#slider .slick-slider .slide .slogan {
  font-size: 42px;
  font-weight: 300;
  width: 500px;
}

#slider .slick-slider .slide .slogan small {
  display: block;
  font-size: 36px;
  font-weight: 100;
  text-align: right;
}

#slider .slick-slider .slide .title {
  color: #e77817;
  font-size: 24px;
  font-weight: 400;
  line-height: 54px;
  padding: 40px 0 20px 0;
  width: 500px;
}

#slider .slick-slider .slide .title img {
  float: left;
  height: 54px;
  margin: 0 25px 0 0;
  width: auto;
}

#slider .slick-slider .slide .title a {
  color: #e77817;
  text-decoration: underline;
}

#slider .slick-slider .slide .title a:hover {
  text-decoration: none;
}

#slider .slick-slider .slide .text {
  color: #5a5a5b;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  width: 500px;
}

#slider .slick-slider .slick-arrow {
  background-color: transparent;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  height: 40px;
  line-height: 25px;
  outline: none;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
  top: 315px;
  width: 40px;
  z-index: 100;
}

#slider .slick-slider .slick-arrow i {
  display: block;
  text-align: center;
  width: auto;
}

#slider .slick-slider .slick-arrow i:before {
  line-height: inherit;
  margin: 0;
  width: auto;
}

#slider .slick-slider .slick-arrow.slick-prev {
  left: 25px;
}

#slider .slick-slider .slick-arrow.slick-next {
  right: 25px;
}

#slider .slider_url {
  text-decoration: none;
}

#bottom {
  background-color: #f3f7fa;
  color: #5a5a5b;
  font-size: 12px;
  font-weight: 400;
  padding: 30px 0;
}

#bottom.ver-mobile {
  background: #fff;
}

footer {
  color: #5a5a5b;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  padding: 25px 0;
}

footer.ver-mobile {
  background-color: #f3f7fa;
  padding: 15px 0;
}

footer.ver-mobile .buttons,
footer.ver-mobile .developer,
footer.ver-mobile nav {
  display: none;
}

footer .copyright {
  color: #353535;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 -300px 0 0;
  text-transform: uppercase;
  width: 300px;
}

footer nav {
  line-height: 20px;
  margin-left: 350px;
  text-align: right;
}

footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer nav ul li {
  display: inline-block;
}

footer nav a {
  color: #172a5d;
  font-weight: 400;
  margin: 0 0 0 10px;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .address {
  float: left;
  font-weight: 400;
  margin: 15px -300px 0 0;
}

footer .address p {
  margin: 5px 0;
}

footer .buttons {
  margin: 0 0 0 300px;
  padding: 15px 0 0 0;
  text-align: right;
}

footer .buttons a.btn {
  width: 150px;
  margin-bottom: 4px;
}

footer .developer {
  margin: 0 0 0 300px;
  padding: 15px 0 0 0;
  text-align: right;
}

footer .developer a {
  color: #172a5d;
  text-decoration: underline;
}

footer .developer a:hover {
  text-decoration: none;
}

section#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

section.blc-services .wrapper {
  padding: 25px 0;
}

section.blc-services .list {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

section.blc-services .list-item {
  color: #5a5a5b;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 16.66%;
}

section.blc-services .list-item img {
  height: 100px;
  width: auto;
}

section.blc-services .list-ver-mobile .list-item {
  display: block;
  position: relative;
  width: 80%;
  border: 1px solid #172a5d;
  padding: 0;
  margin: 10px auto;
  border-radius: 14px;
  overflow: hidden;
}

section.blc-services .list-ver-mobile .list-item h3 {
  font-weight: 600;
  color: #172a5d;
  margin: 5px;
}

section.blc-services .list-ver-mobile .list-item a {
  color: #172a5d;
}

section.blc-services .list-ver-mobile .list-item img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0;
}

section.blc-services .list-ver-mobile a {
  text-decoration: none;
}

section.blc-services .list-ver-mobile .list-item p {
  padding: 0 5px;
  color: #172a5d;
}

section.blc-about {
  background-color: #f3f7fa;
}

section.blc-about .wrapper {
  /* background: url(/local/templates/dental/static/css/../img/bg-about.jpg) no-repeat left center; */
  background: url("/upload/img/bg-about.jpg") no-repeat left center;
  height: 480px;
  padding: 25px 0 25px 557px;
}

section.blc-personal .wrapper {
  padding: 25px 0;
}

section.blc-personal .list {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

section.blc-personal .list-item {
  color: #5a5a5b;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 16.66%;
}

section.blc-personal .list-item .certificates-block {
  margin-left: 190px;
}

section.blc-personal .list-item img {
  height: 165px;
  width: 165px;
}

section.blc-personal .list-item a.more {
  /*background: url(/local/templates/dental/static/css/../img/personal-more.jpg) no-repeat center center;*/
  /*border-radius: 165px;*/
  color: #172a5d;
  display: block;
  height: 165px;
  margin: 0 auto;
  padding: 55px 0 0 0;
  text-align: center;
  width: 165px;
}

section.blc-personal .list-item a.more i {
  color: #e77817;
  font-size: 24px;
}

section.blc-personal .list-item a.more span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

section.blc-personal .list-item .certificate-item {
  display: inline-block;
}

section.blc-personal .list-item .certificate-item img {
  border-radius: 0;
  height: 50px;
  width: 50px;
}

section.blc-personal .full .list-item {
  float: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  min-height: 200px;
  text-align: left;
  width: auto;
}

section.blc-personal .full .list-item p.image {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -165px;
  width: 165px;
}

section.blc-personal .full .list-item p,
section.blc-personal .full .list-item h3 {
  display: block;
  margin-left: 190px;
}

section.blc-awards .wrapper {
  padding: 25px 0;
}

section.blc-awards .list {
  margin: 0;
}

section.blc-awards .list .list-item {
  background-color: #f3f7fa;
  border: 3px solid #f3f7fa;
  display: block;
  float: left;
  height: 68px;
  margin: 0 0 29px 29px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 68px;
}

section.blc-awards .list .list-item img {
  background: url(/local/templates/dental/static/css/../img/s.gif) no-repeat center center;
  background-size: contain;
  height: 100%;
  width: 100%;
}

section.blc-awards .list .list-item.current {
  border: 3px solid #172a5d;
  cursor: default;
}

section.blc-awards .list .list-item.current:before {
  display: none !important;
}

section.blc-awards .list .list-item.more {
  line-height: 20px;
  padding: 40px 25px 0 25px;
}

section.blc-awards .list .list-item.more i {
  font-size: 24px;
  font-weight: 400;
}

section.blc-awards .list .list-item.more span {
  color: #172a5d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0 0 0;
  text-decoration: underline;
  text-transform: uppercase;
}

section.blc-awards .list .list-item.more:hover span {
  text-decoration: none;
}

section.blc-awards .list .list-item.more:hover:before {
  display: none;
}

section.blc-awards .list .list-item:nth-child(1) {
  height: 554px;
  margin: 0;
  width: 554px;
}

section.blc-awards .list .list-item:nth-child(1):hover:before {
  color: #fff;
  content: "\e800";
  font-family: "icons";
  font-size: 50px;
  line-height: 554px;
}

section.blc-awards .list .list-item:nth-child(12n + 38) {
  margin-left: 0;
}

section.blc-awards .list .list-item:hover {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.blc-awards .list .list-item:hover:before {
  background-color: #172a5d;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

section.blc-awards .list .list-item.more {
  width: auto;
  padding-top: 20px;
}

section.blc-reviews .wrapper {
  padding: 25px 0;
}

section.blc-reviews .list {
  margin: 20px;
}

section.blc-reviews .list-item {
  float: left;
  font-size: 12px;
  font-weight: 300;
  height: 300px;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 25%;
}

section.blc-reviews .list-item .author {
  height: 66px;
  text-align: left;
}

section.blc-reviews .list-item .author img {
  float: left;
  height: 66px;
  margin: 0 -66px 0 0;
  width: 66px;
}

section.blc-reviews .list-item .author p {
  color: #595959;
  margin: 0 0 0 80px;
  padding: 10px 0 0 0;
}

section.blc-reviews .list-item .author p b {
  color: black;
  display: block;
  font-weight: 700;
}

section.blc-reviews .list-item .review {
  background: #fff;
  border: 1px solid #d5dee7;
  color: black;
  font-size: 12px;
  height: 216px;
  left: 10px;
  overflow: hidden;
  margin: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 80px;
  width: 90%;
  z-index: 10;
}

section.blc-reviews .list-item .review:after {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
}

section.blc-reviews .list-item:before {
  background: url(/local/templates/dental/static/css/../img/app.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  margin: 0 0 0 -8px;
  position: absolute;
  top: 65px;
  width: 16px;
  z-index: 11;
}

section.blc-reviews .list-item:hover {
  cursor: pointer;
}

section.blc-reviews .list-item:hover .review {
  background-color: #172a5d;
  border-color: #172a5d;
  color: #fff;
  height: auto;
}

section.blc-reviews .list-item:hover .review:after {
  display: none;
}

section.blc-reviews .list-item:hover:before {
  background-image: url(/local/templates/dental/static/css/../img/app-hover.png);
}

section.blc-advantages .wrapper {
  padding: 25px 0;
}

section.blc-advantages .list-item {
  float: left;
  font-size: 12px;
  font-weight: 300;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 25%;
}

section.blc-advantages .list-item:nth-child(4n + 1) {
  clear: both;
}

section.blc-advantages .list-item i {
  background-color: #e77817;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 46px;
  font-weight: 400;
  height: 81px;
  line-height: 81px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 81px;
}

section.blc-advantages .list-item p {
  color: #595959;
  line-height: 16px;
}

section.blc-text-left .wrapper {
  background: url(/local/templates/dental/static/css/../img/s.gif) no-repeat right center;
}

section.blc-text-left .text {
  float: left;
  width: 50%;
}

section.blc-text-right .wrapper {
  background: url(/local/templates/dental/static/css/../img/s.gif) no-repeat left center;
}

section.blc-text-right .text {
  float: right;
  width: 55%;
}

section.blc-comment {
  padding: 25px 0;
}

section.blc-comment .comment {
  background-color: #f2f6f9;
  border-radius: 3px;
  color: #201a1c;
  font-size: 18px;
  position: relative;
}

section.blc-comment .comment p {
  display: block;
  font-style: italic;
  margin: 0;
  padding: 25px 90px;
}

section.blc-comment .comment:before {
  color: #172a5d;
  content: "\e814";
  font-family: "icons";
  font-size: 50px;
  font-weight: 400;
  left: 25px;
  line-height: 40px;
  position: absolute;
  top: 20px;
}

section.blc-comment .comment:after {
  bottom: 20px;
  color: #172a5d;
  content: "\e816";
  font-family: "icons";
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
  right: 25px;
  position: absolute;
}

section.blc-contacts {
  color: #172a5d;
  font-size: 14px;
  font-weight: 400;
}

section.blc-contacts .list {
  margin: 0;
  padding: 0 0 25px 0;
  display: flex;
}

section.blc-contacts .list .list-item {
  width: 25%;
}

section.blc-contacts .list .list-item big {
  font-size: 18px;
}

section.blc-contacts .list .list-item .mail a {
  color: #172a5d;
  text-decoration: underline;
}

section.blc-contacts .list .list-item .mail a:hover {
  text-decoration: none;
}

section.blc-contacts .list .list-item .social a {
  color: #172a5d;
  text-decoration: underline;
}

section.blc-contacts .list .list-item .social a i {
  color: #6f83b9;
  font-size: 17px;
  margin-right: 5px;
}

section.blc-contacts .list .list-item .social a:hover {
  text-decoration: none;
}

section.blc-map {
  height: 490px;
  text-align: center;
}

section.blc-articles .list .list-item {
  min-height: 182px;
  margin: 35px 0 0 0;
}

section.blc-articles .list .list-item .image {
  float: left;
  margin: 0 -263px 0 0;
  width: 263px;
}

section.blc-articles .list .list-item .image img {
  width: 263px;
}

section.blc-articles .list .list-item .text {
  margin: 0 0 0 290px;
}

section.blc-articles .list .list-item .text h3 a {
  color: #172a5d;
}

section.blc-articles .list .list-item .text p {
  color: #5a5a5b;
  font-size: 14px;
  font-weight: 300;
}

section.blc-articles .list .list-item .text p.date {
  color: #353535;
  font-size: 12px;
  font-weight: 300;
}

section.blc-announce-articles h3 {
  font-size: 24px;
  margin: 0;
}

section.blc-announce-articles .list .list-item {
  min-height: 47px;
  margin: 25px 0 0 0;
}

section.blc-announce-articles .list .list-item .image {
  float: left;
  margin: 0 -67px 0 0;
  width: 67px;
}

section.blc-announce-articles .list .list-item .image img {
  width: 67px;
}

section.blc-announce-articles .list .list-item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 0 85px;
}

section.blc-announce-articles .list .list-item .text a {
  color: #172a5d;
}

section.blc-content p {
  font-weight: 300;
}

section.blc-videos .list {
  margin: 0;
  padding: 25px 0 0 0;
}

section.blc-videos .list .list-item {
  float: left;
  padding-bottom: 25px;
  width: 25%;
}

section.blc-videos .list .list-item:nth-child(4n + 1) {
  clear: both;
}

section.blc-videos .list .list-item .image {
  position: relative;
}

section.blc-videos .list .list-item .image a {
  display: block;
}

section.blc-videos .list .list-item .image a img {
  width: 100%;
}

section.blc-videos .list .list-item .image a:after {
  color: #fff;
  content: "\e80f";
  font-family: "icons";
  font-size: 80px;
  height: 80px;
  left: 50%;
  line-height: 60px;
  margin: -40px 0 0 -50px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
}

section.blc-videos .list .list-item .image a:hover:after {
  opacity: 0.7;
}

section.blc-videos .list .list-item .title {
  font-size: 14px;
  font-weight: 400;
}

section.blc-videos .list .list-item .title a {
  color: #172a5d;
  text-decoration: underline;
}

section.blc-videos .list .list-item .title a:hover {
  text-decoration: none;
}

section.blc-videos .list .list-item .date {
  color: #353535;
  font-size: 12px;
  font-weight: 300;
}

section.blc-content div.text {
  font-weight: 300;
}

aside {
  float: left;
  margin: 15px -260px 40px 0;
  width: 260px;
}

aside ul {
  background-color: #f2f6f9;
  border-radius: 3px;
  list-style: none;
  margin: 25px 0 0 0;
  padding: 10px 0;
}

aside ul li {
  padding: 0 0 1px 0;
}

aside ul li a {
  color: #172a5d;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 8px 15px;
  text-decoration: underline;
}

aside ul li a i {
  margin: 0 5px 0 -5px;
}

aside ul li a:hover,
aside ul li a.active {
  background-color: #172a5d;
  color: white;
  text-decoration: none;
}

aside.enroll-form {
  float: right;
  margin: 0 0 0 -390px;
  width: 390px;
}

aside.enroll-form form {
  background-color: #f2f6f9;
  border-radius: 3px;
  padding: 1px 15px 15px 15px;
}

aside.announce-articles {
  border-left: 1px solid #f2f6f9;
  float: right;
  margin: 35px 0 35px -275px;
  padding: 0 15px;
  width: 275px;
}

.no-aside {
  margin: 0 0 0 290px;
}

/* page /personal */
.no-enroll-form {
  margin: 0 410px 0 0;
}

.no-announce-articles {
  margin: 35px 300px 35px 0;
}

.no-announce-articles h1 {
  padding-top: 0;
}

.list {
  margin: 0 -10px;
}

.list .list-item {
  padding: 0 10px;
}

.share-social {
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-social li {
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
}

.share-social li a {
  color: #e2e2e2;
  float: left;
  text-decoration: none;
}

.share-social li a:hover {
  color: #172a5d;
}

.share-social .icon-odnoklassniki-rect {
  font-size: 0.8em;
}

.pager {
  font-size: 14px;
  font-weight: 400;
  margin: 35px 0 25px 0;
}

.pager a {
  min-width: 32px;
}

.pager .btn-dashed {
  width: 150px;
}

.pager .prev {
  margin-right: 15px;
}

.pager .next {
  margin-left: 15px;
}

table.tbl {
  background-color: #f2f6f9;
  border-radius: 3px;
  margin: 0 0 25px 0;
  width: 100%;
}

table.tbl th {
  color: #172a5d;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 15px;
  text-align: left;
}

table.tbl td {
  border-top: 1px dashed #bcc5cc;
  color: #535353;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 15px;
}

table.tbl tr:nth-child(even) td {
  background-color: #f6f9fb;
}

/* * */

.btn {
  background-color: #e77817;
  border: 1px solid #e77817;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  line-height: 22px;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn i {
  margin-right: 6px;
}

.btn.btn-md {
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 22px;
  padding: 5px 10px;
  text-transform: none;
}

.btn.btn-sm {
  font-size: 12px;
  height: 30px;
  line-height: 20px;
  padding: 5px 10px;
  text-transform: none;
}

.btn.btn-dashed {
  background: transparent;
  border: 1px dashed #172a5d;
  border-radius: 3px;
  color: #172a5d;
}

.btn.btn-dashed.disabled {
  color: #858585;
  cursor: not-allowed;
}

.btn.btn-dashed:not(.disabled):hover {
  background: #172a5d;
  color: #fff;
}

.btn.btn-transparent {
  background: transparent;
  border-color: transparent;
  color: #172a5d;
}

.btn.btn-transparent.active,
.btn.btn-transparent:not(.disabled):hover {
  background: #172a5d;
  border-color: #172a5d;
  color: #fff;
}

.btn:not(.disabled):hover {
  background-color: #db6600;
}

.l-pic {
  float: left;
  margin: 0 20px 20px 0;
}

/* * */

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-skin .fancybox-close {
  background: transparent;
  right: 5px;
  text-align: right;
  top: 8px;
}

.fancybox-skin .fancybox-close i {
  color: #dadada;
  font-size: 26px;
}

.fancybox-skin .fancybox-inner h2 {
  color: #172a5d;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}

.fancybox-skin .fancybox-inner form {
  margin: 0 auto;
  width: 365px;
}

.fancybox-skin .fancybox-inner form .fields {
  padding: 10px 0 20px 0;
}
.before_after-half {
  padding: 3px;
}
.blc-reviews .sl-rew .slick-prev {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: -35px;
}
.blc-reviews .sl-rew .slick-next {
  position: absolute;
  z-index: 999;
  right: -25px;
  top: 40%;
}
section.blc-reviews .list-item:hover .review {
  height: 238px !important;
}
section.blc-reviews .list-item .review {
  overflow-y: auto;
}
.parent-usl {
  display: none;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 0 0;
  padding: 0 10px;
}
.parent-usl.is-active {
  display: block;
}
.img-person {
  text-align: center;
}

.img-person img {
  width: 100%;
  max-width: 720px;
}

.n-rew {
  background-color: transparent;
  border: 5px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.46);
  color: #e4e4e4;
  font-size: 35px;
  font-weight: 700;
  height: 40px;
  line-height: 25px;
  outline: none;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 3px rgb(0, 0, 0);
  top: 315px;
  width: 40px;
  z-index: 100;
}
.n-rew .icon-right-open-mini {
  position: absolute;
  left: -8px;
  top: -2px;
}
.p-rew {
  background-color: transparent;
  border: 5px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.46);
  color: #e4e4e4;
  font-size: 35px;
  font-weight: 700;
  height: 40px;
  line-height: 25px;
  outline: none;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 3px rgb(0, 0, 0);
  top: 315px;
  width: 40px;
  z-index: 100;
}
.p-rew .icon-left-open-mini {
  position: absolute;
  left: -10px;
  top: -2px;
}
.whatis-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-ph {
  min-height: 250px;
  text-align: center;
}
.list-item-ph {
  float: none !important;
  display: inline-block;
}
section.blc-text-right .text {
  width: 50% !important;
}
.list-item-ph img {
  height: 160px;
  width: 160px;
}
.gallery-dop-item {
  width: 250px !important;
}
.gallery-dop-img {
  width: 100% !important;
}
.icon-star-empty:before {
  content: "\e801";
}
.dop-star:before {
  content: "\e805";
}

.services_img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.page-about-section .page-about-img {
  float: right;
  max-width: 48%;
  width: auto;
}

.page-about-section .page-about-img.__left {
  float: left;
}

.dms-table {
  max-width: 700px;
  width: 100%;
}

.dms-table td {
  height: 80px;
  padding: 5px;
}

.dms-table td img {
  max-width: 100%;
  max-height: 100%;
}

.page-photogallery-content-block .before_after {
  margin: 0 -10px;
}

.page-photogallery-content-block .before_after .one {
  margin: 0 10px 20px;
}

.before_after {
  margin: 0 -15px;
  font-size: 0;
}
.before_after .one {
  display: inline-block;
  width: 410px;
  margin: 0 15px 30px;
  vertical-align: top;
  border-radius: 3px;
  overflow: hidden;
}
.before_after-half {
  float: left;
  width: 50%;
  color: #535353;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #f2f6f9;
}
.before_after-half .img {
  display: block;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.before_after-half .txt {
  display: block;
  padding: 10px;
}
.fancybox-before_after {
  left: 50% !important;
  width: 1140px !important;
  margin-left: -570px;
}
.fancybox-before_after .fancybox-skin {
  background: #fff;
  overflow: hidden;
}
.fancybox-before_after .fancybox-inner {
  width: 100% !important;
  height: auto !important;
}
.fancybox-before_after .fancybox-inner .before_after-half .img {
  height: 380px;
}
.fancybox-before_after .fancybox-title {
  padding: 25px;
  font-family: "Roboto", sans-serif;
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  line-height: normal;
}

@media all and (max-width: 1140px) {
  .wrapper {
    max-width: 1140px;
    width: 100%;
    min-width: 800px;
    padding: 0 10px;
  }

  section.blc-services .list-item {
    width: 32%;
  }

  section.blc-services .list-item img {
    height: 40px;
  }

  section.blc-personal .list-item {
    width: 32%;
  }

  section.blc-awards {
    display: none;
  }

  section.blc-about .wrapper {
    background-position: -170px -40px;
    padding-left: 350px;
    padding-right: 10px;
  }

  #slider .slick-slider .wrapper {
    padding: 0;
  }

  section.blc-reviews {
    display: none;
  }

  #nav-main .top_menu_advantages,
  #nav-main .top_menu_certificates,
  #nav-main .top_menu_articles,
  #nav-main .top_menu_photogallery {
    display: none;
  }

  footer .top_menu_advantages,
  footer .top_menu_certificates,
  footer .top_menu_articles,
  footer .top_menu_photogallery {
    display: none;
  }
}

@media all and (max-width: 860px) {
  .wrapper {
    max-width: 800px;
    min-width: 320px;
    padding: 0 10px;
  }

  #slider {
    display: none;
  }

  #top a.logo_container .logo_full {
    max-width: 280px;
    height: auto;
  }

  #top .buttons .btn {
    height: 30px;
    line-height: 22px;
    padding: 4px 15px;
  }

  header .header_menu_right .header_item {
    margin-left: 10px;
  }

  header a.social {
    font-size: 14px;
  }

  .page_personal {
    display: flex;
    flex-direction: column-reverse;
  }

  .page_personal .no-enroll-form {
    margin: 0;
  }

  .page_personal aside.enroll-form {
    float: none;
    margin: 0 0 20px;
  }
}

@media all and (max-width: 720px) {
  h2 {
    font-size: 24px;
  }

  header {
    display: none;
  }

  #top .buttons {
    display: none;
  }

  .no-announce-articles {
    margin: 10px 0;
  }

  .no-announce-articles h1 {
    font-size: 26px;
  }

  .pager {
    display: none;
  }

  aside.announce-articles {
    display: none;
  }

  header .header_list {
    flex-direction: column;
  }

  header .header_menu_right {
    margin-top: 5px;
  }

  #top a.logo_container .logo_full {
    display: none;
  }

  #top a.logo_container .logo_full_mobile {
    display: block;
    height: auto;
    max-width: 210px;
    margin: 0 auto;
  }

  #top .buttons {
    padding-top: 8px;
  }

  #top .buttons .btn {
    height: 26px;
    margin-left: 10px;
    padding: 2px 6px;
    line-height: 22px;
    font-size: 12px;
  }

  section.blc-services .list-item {
    width: 49%;
  }

  section.blc-about p {
    font-size: 14px;
  }

  section.blc-about .wrapper {
    padding: 10px 10px 10px 260px;
    background-position: -270px -40px;
  }

  section.blc-personal .list-item {
    width: 49%;
  }

  section.blc-contacts .list {
    flex-direction: column;
  }

  section.blc-contacts .list .list-item {
    width: 100%;
  }

  .services-page .services-page-navigation-block {
    float: none;
    margin: 0;
    width: 100%;
  }

  .services-page .services-page-navigation-block .icon-star-empty {
    display: none;
  }

  .services-page .services-page-navigation-block a {
    padding: 4px 8px;
  }

  .services-page .services-page-navigation-block > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 280px;
  }

  .services-page .services-page-navigation-block .parent-usl {
    padding-left: 10px;
  }

  .services-page .services-page-navigation-block > ul > li {
    width: 50%;
    margin-bottom: 10px;
  }

  .services-page .no-aside {
    margin: 0;
  }

  .services-page .services-page-dms-block .services-page-dms-link {
    width: 100%;
    margin-bottom: 0;
  }

  footer .copyright {
    max-width: 200px;
  }

  footer nav {
    margin-left: 200px;
  }

  footer .buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .page-about-section .page-about-img {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .page-about-section .page-about-img.__left {
    float: none;
  }

  section.blc-text-left.page-about-section .text {
    float: none;
    width: 100%;
  }

  section.blc-text-right.page-about-section .text {
    float: none;
    width: 100% !important;
  }

  .page-photogallery-content-block {
    margin: 0;
  }

  .page-photogallery-navigation-block {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 576px) {
  #top a.logo_container .logo_full_mobile {
    max-width: 100%;
  }

  .ver-mobile #top a.logo_container .logo_full_mobile {
    max-width: 100%;
    padding: 20px 20px 0;
  }

  #top .buttons {
    width: 100%;
  }

  nav#nav-main .nav-main-mobile-btn {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    color: #172a5d;
  }

  nav#nav-main .nav-main-mobile-burger {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 25px;
    height: 40px;
    line-height: 40px;
  }

  nav#nav-main .nav-main-mobile-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    line-height: 40px;
  }

  nav#nav-main .nav-main-mobile-burger span {
    top: 18px;
  }

  nav#nav-main .nav-main-mobile-burger span:before {
    top: -10px;
  }

  nav#nav-main .nav-main-mobile-burger span:after {
    top: 10px;
  }

  nav#nav-main .nav-main-mobile-burger span,
  nav#nav-main .nav-main-mobile-burger span:after,
  nav#nav-main .nav-main-mobile-burger span:before {
    cursor: pointer;
    height: 4px;
    width: 25px;
    background: #172a5d;
    position: absolute;
    display: block;
    content: "";
    transition: all 500ms ease-in-out, background 100ms;
  }

  nav#nav-main .nav-main-list {
    flex-direction: column;
    height: 0;
    overflow: hidden;
  }

  nav#nav-main ul li.active {
    background: #e77817;
  }

  nav#nav-main a {
    padding: 0 10px;
    text-align: left;
    border-bottom: none;
  }

  nav#nav-main a:hover {
    background: none;
    border-bottom: none;
  }

  nav#nav-main ul li.active a {
    color: #f5f8fa;
    border-bottom: none;
  }

  nav#nav-main .nav-main-list.__opened {
    height: 100%;
  }

  section.blc-services .list-item {
    width: 100%;
  }

  section.blc-personal .list-item {
    width: 100%;
  }

  footer .developer {
    margin: 0;
  }

  footer nav {
    margin: 0;
    text-align: left;
  }

  footer nav a {
    margin: 0 5px 0 0;
  }

  footer .copyright {
    float: none;
  }

  .page_personal section.blc-personal .full .list-item p.image {
    float: none;
    margin: 0 auto;
  }

  .page_personal section.blc-personal .full .list-item p,
  .page_personal section.blc-personal .full .list-item h3 {
    margin-left: 0;
  }

  .page_personal .certificates-block {
    display: none;
  }

  .page-about section.blc-comment .comment p,
  .page_personal section.blc-comment .comment p {
    padding: 20px;
  }

  .page-about section.blc-comment .comment:before,
  .page-about section.blc-comment .comment:after,
  .page_personal section.blc-comment .comment:before,
  .page_personal section.blc-comment .comment:after {
    display: none;
  }

  .services-page .services-page-navigation-block > ul {
    max-height: 380px;
  }

  section.blc-about .wrapper {
    height: auto;
    padding: 0 10px;
    background-image: none;
  }

  section.blc-about a {
    color: #172a5d;
  }

  aside.enroll-form {
    width: 100%;
  }

  .custom-fancybox-mobile #form_question_question,
  .custom-fancybox-mobile #form_callback_order,
  .custom-fancybox-mobile #form_order_enroll {
    width: 320px;
    padding-bottom: 10px;
  }

  .custom-fancybox-mobile .fancybox-skin {
    border-radius: 0;
  }

  .page-photogallery-content-block .before_after .one {
    display: block;
    max-width: 100%;
  }
}

@media all and (max-width: 400px) {
  footer .address {
    float: none;
    margin: 0;
  }

  footer .buttons a.btn {
    width: 100%;
  }

  footer .buttons {
    margin: 0;
    padding: 0;
  }

  .custom-fancybox-mobile #form_question_question,
  .custom-fancybox-mobile #form_callback_order,
  .custom-fancybox-mobile #form_order_enroll {
    width: 300px;
    padding-bottom: 10px;
  }

  table.tbl th {
    font-size: 14px;
    padding: 10px;
  }

  table.tbl td {
    padding: 3px 10px;
    font-size: 12px;
  }

  .page-photogallery-content-block .before_after {
    margin: 0;
  }

  .page-photogallery-content-block .before_after .one {
    margin: 0;
  }
}

section.blc-personal .wrapper-emp-m {
  padding: 0;
}

section.blc-personal .list-emp-m .list-item {
  width: auto;
  margin: 0 auto 15px;
}

section.blc-personal .list-emp-m h3 {
  margin: 0 0 5px 0;
}

section.blc-personal .list-emp-m img {
  height: 100%;
  width: 80%;
  border-radius: 13px;
}

section.blc-personal .list-emp-m .emp-description {
  margin: 0;
}

section.blc-personal .list-emp-m .list-item a.more {
  height: auto;
  padding: 0;
  margin: 0 auto;
}

section.blc-personal .list-emp-m .list-item a.more .icon-user {
  display: none;
}

/* End */
/* /local/templates/dental/static/vendor/normalize-css/normalize.css?14553808147708 */
/* /local/templates/dental/static/vendor/fancybox/source/jquery.fancybox.css?14553808144895 */
/* /local/templates/dental/static/vendor/slick.js/slick/slick.css?14553808141767 */
/* /local/templates/dental/static/css/icons.css?16806301143502 */
/* /local/templates/dental/static/css/main.css?174645804636682 */
