

/* Start:/bitrix/templates/main/css/jquery.fancybox.css?14394558344937*/
/*! 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('/bitrix/templates/main/css/../img/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('/bitrix/templates/main/css/../img/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('/bitrix/templates/main/css/../img/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('/bitrix/templates/main/css/../img/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('/bitrix/templates/main/css/../img/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('/bitrix/templates/main/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/top/style.css?14417034383091*/
.top-menu {
    margin: 0 237px;
    max-width: 600px;
    padding: 47px 0 0 30px;
    position: relative;
}
.top-menu .home{
    left: 12px;
    position: absolute;
    top: 54px;
}
.top-menu ul {
    list-style: none outside none;
    text-align: center;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0
}
.top-menu li {
    display: table-cell;
    padding: 0 2px;
}
.top-menu>ul>li>div>a {
    color: #878787;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 7px 16px;
    text-decoration: none;
    white-space: nowrap;
}
.top-menu>ul>li>div>a i{
    background: url("/bitrix/templates/main/components/bitrix/menu/top/img/menu-arrows.png") no-repeat scroll 0 100% transparent;
    display: inline-block;
    height: 7px;
    margin: 4px 0 6px 5px;
    vertical-align: middle;
    width: 12px;
}
.top-menu>ul>li.selected>div>a,
.top-menu>ul>li:hover>div>a{
	text-decoration: none;
    color: #fff;
    background-color: #e40427;
    border-radius: 5px 5px 0 0;
}
.top-menu>ul>li:hover>div>a{
    background-color: #878787;
}
.top-menu>ul>li.selected>div>a i,
.top-menu>ul>li:hover>div>a i{
	background-position: 0 0;
}
.top-menu .dropdown-popup {
    display: none;
    height: auto;
    margin-top: -1px;
    min-width: 100%;
    padding-top: 1px;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 200;
}
.top-menu .dropdown:hover .dropdown-popup{
	display: block;
}
.top-menu .dropdown-menu {
	background: rgba(0, 0, 0, 0.42);
	padding: 8px;
}
.top-menu .dropdown-menu ul{
	padding: 0;
}
.top-menu .dropdown-menu li {
    border: 0 none;
    display: block;
    padding: 0;
    text-align: left;
}
.top-menu .dropdown-menu li a {
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 5px 15px 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	margin: 2px 0;
}
.top-menu .dropdown-menu li a::before{
    background-color: #fff;
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 9px;
    position: absolute;
    top: 12px;
    width: 4px;
}
.top-menu .dropdown-menu li.selected a,
.top-menu .dropdown-menu li a:hover {
    background-color: #e2e1e2;
    color: #000;
	border-radius: 4px;
}
.top-menu .dropdown-menu li.selected a::before,
.top-menu .dropdown-menu li a:hover::before{
    background-color: #e40427;
}
.top-menu .dropdown {
    position: relative;
}
.top-menu .dropdown>a{
    position: relative;
}
.top-menu .dropdown:hover .dropdown-menu {
    display: block;
}
.top-menu + .shadow-line{
    margin-top: 2px;
}
@media (max-width: 1110px){
    .top-menu{
        padding: 47px 0 0 25px;
        margin: 0 227px;
    }
    .top-menu .home {
        left: 8px;
    }
    .top-menu > ul > li {
        padding: 0 1px;
    }
    .top-menu > ul > li > div > a{
        font-size: 11px;
        padding: 8px 4px 16px;
    }
    .top-menu > ul > li > div > a i{
        margin-left: 3px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/.default/style.css?14394558312108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/bitrix/search.title/templates/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/slider/style.css?1439455834979*/
div.slider{
    overflow: hidden;
    /*background-color: #878787;*/
}
div.slider .item,
div.slider img{
    display: block;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}
div.slider .item .description{
    background: transparent;
    background-image:linear-gradient(to left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 100%);
    bottom: 53px;
    color: #fff;
    font-style: italic;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 100;
    font-size: 13px;
}
div.slider .banner-pager{
    bottom: 12px;
    position: absolute;
    right: 40px;
    z-index: 100;
}
div.slider .banner-pager span{
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 13px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer;
}
div.slider .banner-pager span.cycle-pager-active{
    background-color: #de0e25
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/nav/style.css?1439455834768*/
.breadcrumbs{
    height: 50px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 20px;
    z-index: 100;
}
.breadcrumbs:before{
    background-color: rgba(255, 255, 255, 0.57);
    content: "";
    height: 50px;
    left: -2000px;
    position: absolute;
    width: 4000px;
    z-index: -1;
}
.breadcrumbs ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
    line-height: 50px;
}
.breadcrumbs ul li{
    color: #12100b;
    display: inline-block;
    font-size: 10.5px;
    vertical-align: top;
}
.breadcrumbs ul li.splitter{
    margin: 0 5px;
}
.breadcrumbs ul li a{
    color: #12100b;
    text-decoration: none;
}
.breadcrumbs ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/service/style.css?1439455834699*/
.service-menu{
    text-align: center;
    padding: 20px 0;
}
.service-menu .item{
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    text-transform: uppercase;
    color: #a6a4a3;
    text-decoration: none;
    margin: 0 15px;
}
.service-menu .item .img{
    display: block;
    height: 75px;
    margin-bottom: 7px;
    overflow: hidden;
    vertical-align: top;
    min-width: 75px;
    position: relative;
}
.service-menu .item .img img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.service-menu .item:hover .img img,
.service-menu .item.active .img img{
    top: 0;
    bottom: auto;
}



/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottom/style.css?1439455834485*/
ul.bottom{
	list-style:none;
	margin: 0 0 0 -10px;
    padding:0;
}
ul.bottom li{
	padding: 0 10px;
    border-left: 1px solid #e30613;
    border-right: 1px solid #a65e4b;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}
ul.bottom li:first-child{
    border-left: 0;
}
ul.bottom li:last-child{
    border-right: 0;
}
ul.bottom li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

/* End */


/* Start:/bitrix/templates/main/styles.css?14858616379255*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*@font-face {
    font-family: 'TeXGyreHeros';
    src: url('/bitrix/templates/main/fonts/texgyreheros/TeXGyreHeros-Regular.eot');
    src: url('/bitrix/templates/main/fonts/texgyreheros/TeXGyreHeros-Regular.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/texgyreheros/TeXGyreHeros-Regular.woff') format('woff'),
         url('/bitrix/templates/main/fonts/texgyreheros/TeXGyreHeros-Regular.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/texgyreheros/TeXGyreHeros-Regular.svg#TeXGyreHeros') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.HeartClinic{
    position: absolute;
    right: 250px;
    top: 20px;
}
.top-menu {
    /*width: 35vw!important;*/
   /* max-width: 590px!important;*/
}
@font-face {
    font-family: 'magistral';
    src: url('/bitrix/templates/main/fonts/magistral/magistral.eot');
    src: url('/bitrix/templates/main/fonts/magistral/magistral.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/magistral/magistral.woff') format('woff'),
         url('/bitrix/templates/main/fonts/magistral/magistral.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/magistral/magistral.svg#magistral') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'magistral';
    src: url('/bitrix/templates/main/fonts/magistral/magistralBold.eot');
    src: url('/bitrix/templates/main/fonts/magistral/magistralBold.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/magistral/magistralBold.woff') format('woff'),
         url('/bitrix/templates/main/fonts/magistral/magistralBold.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/magistral/magistralBold.svg#magistral') format('svg');
    font-weight: bold;
    font-style: normal;
}

/**
 * 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: 'TeXGyreHeros', arial;*/
  font-family: arial, helvetica;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * 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:/bitrix/templates/main/template_styles.css?149155538310098*/
*{
    box-sizing: border-box;
}

html, body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    min-height: 100%!important;
    position: relative;
    display: table;
    min-width: 100%!important;
    font-size: 13px;
}
.content-text .ya-share2 ul li:before {
    width: 0px;
    height: 0px;
    background: none;
}
h1{
    font-family: 'magistral', arial;
    font-size: 40px;
    padding-left: 40px;
    position: relative;
	font-weight: normal;
	color: #878787;
	margin: 10px 0 25px;
}
h1:before{
	background: url('/bitrix/templates/main/img/check.png') no-repeat;
    content: "";
    height: 38px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 36px;
}
h2{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px;
}
h3{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 5px;
}
a{
	text-decoration: underline;
    color: #000000;
}
a:hover{
	text-decoration: none;
}
blockquote{
    border-left: 1px solid #ed1b34;
    margin: 15px 0;
    padding-left: 15px;
}
.red{
    color: #ed1b34;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.overflow{
    overflow: hidden;
}

.catalog-item-download{
    display: inline-block;
    margin: 30px 50px 30px 0;
    position: relative;
    padding-bottom: 26px;
    vertical-align: top;
}
.catalog-item-download img{
    display: block;
    margin: 0 auto;
}
.catalog-item-download a{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 60px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    padding: 0 14px;
    background: url('/bitrix/templates/main/img/docs.png') 100% 100% no-repeat #d1d1d1;
}
.catalog-item-download a:hover{
    color: #fff!important;
    background: url('/bitrix/templates/main/img/docs.png') 100% 0 no-repeat #9b9999;
}

.sizer{
    min-width: 1000px;
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}
.header{
    height: 88px;
    position: relative;
}
.header .logo{
    position: absolute;
    left: 20px;
    top: 10px;
    width: 230px;
}
.header .contacts{
    color: #878787;
    font-size: 14px;
    min-width: 100px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.header .contacts .phone{
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
.header .contacts .phone::before{
    content: "";
    height: 17px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 13px;
    background: url('/bitrix/templates/main/img/phone.png') 0 0 no-repeat;
}
.header .search{
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 47px;
    width: 225px;
}
.header .search input[type="text"]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    display: inline-block;
    height: 24px;
    padding: 2px 6px 3px;
    vertical-align: top;
    width: 135px;
}
.header .search input[type="submit"]{
    background: url("/bitrix/templates/main/img/lens.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 18px;
    margin-top: 5px;
    padding: 0;
    text-indent: -9999px;
    width: 21px;
}
.header .search .lang{
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #b2b2b2;
    height: 23px;
    line-height: 20px;
    padding: 0 4px 0 7px;
    position: absolute;
    right: 0;
    top: 0;
}
.header .search .lang a,
.header .search .lang span{
    background: url("/bitrix/templates/main/img/flag.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 18px;
}
.header .search .lang .ru{
    background-position: 0 0;
}
.header .search .lang .en{
    background-position: 100% 0;
}

.content{
	padding: 20px 0;
    text-align: justify;
}
.content form{
    text-align: left;
}
.content .content-wrap{
	display: table;
    width: 100%;
}
.content .leftbar{
    display: table-cell;
    padding-right: 25px;
    vertical-align: top;
    width: 245px;
}
.content .leftbar + .content-text{
    display: table-cell;
    vertical-align: top;
}
.content .rightbar{
    display: table-cell;
    padding-left: 60px;
    vertical-align: top;
    width: 240px;
}
.content-text a:hover{
	color: #ed1b34;
}
.content-text p{
	margin: 0 0 10px;
}
.content-text ul{
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	list-style: none;
	position: relative;
    overflow: hidden;
}
.content-text ul li:before{
	background: url('/bitrix/templates/main/img/list-style.png') no-repeat;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 7px;
	margin-top: 5px;
}
.content-text ul.dblarrow li:before{
	background: url('/bitrix/templates/main/img/list-style-dblarrow.png') no-repeat;
    content: "";
    height: 8px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    width: 8px;
}
.content-text ul.dot li:before{
	background: #000;
    content: "";
    height: 6px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    width: 6px;
    border-radius: 6px;
}
.content-text ul.reddot li:before{
	background: #ed1b34;
    content: "";
    height: 6px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    width: 6px;
    border-radius: 6px;
}
.content-text .contenttable,
.content-text .contenttable1,
.content-text .contenttable2{
    border: 0;
}
.content-text .contenttable th,
.content-text .contenttable1 th,
.content-text .contenttable2 th{
    border: 0;
    background-color: #979797;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 7px;
}
.content-text .contenttable td,
.content-text .contenttable1 td,
.content-text .contenttable2 td{
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 7px;
}
.content-text .contenttable tr:first-child td,
.content-text .contenttable1 tr:first-child td,
.content-text .contenttable2 tr:first-child td{
    border: 0;
    background-color: #979797;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 7px;
}
.content-text .contenttable1 td:nth-child(n+2){
    text-align: right!important;
}
.content-text .contenttable2 td{
    text-align: center!important;
}
.white-space{
    height: 365px;
}
.footer{
    position: absolute;
    height: 365px;
    bottom: 0;
    width: 100%;
    background: url('/bitrix/templates/main/img/footer-bg.png') repeat;
	color: #fff;
}
.footer .services{
    background: #ececec;
}
.footer .footer-containter{
    padding: 20px 0;
}
.footer .footer-containter .contacts{
    float: right;
    margin-left: 50px;
    width: 420px;
}
.footer .footer-containter .contacts .phone{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -7px;
    position: relative;
}
.footer .footer-containter .contacts .phone::before{
	background: url('/bitrix/templates/main/img/phone-white.png') no-repeat;
    content: "";
    height: 14px;
    left: -30px;
    position: absolute;
    top: 10px;
    width: 11px;
}
.footer .footer-containter .contacts .address{
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0;
}
.footer .footer-containter .contacts .email{
    font-size: 11px;
    line-height: 14px;
    position: relative;
}
.footer .footer-containter .contacts .email a{
	font-size: 13.5px;
	color: #fff;
}
.footer .footer-containter .contacts .email::before{
	background: url('/bitrix/templates/main/img/mail-white.png') no-repeat;
    content: "";
    height: 10px;
    left: -30px;
    position: absolute;
    top: 5px;
    width: 15px;
}
.footer .footer-containter .copyright{
	margin-top: 60px;
}
.footer .footer-containter .copyright .logo{
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-containter .copyright .slogan{
    display: inline-block;
    font-family: "magistral",arial;
    font-size: 22px;
    margin-left: 20px;
    padding-left: 23px;
    position: relative;
    vertical-align: middle;
}
.footer .footer-containter .copyright .slogan::before{
	background: url('/bitrix/templates/main/img/check-small.png') no-repeat;
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 21px;
}
.footer .footer-containter .copyright .copy{
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}


.contacts-page .contacts-map{
    background: url('/bitrix/templates/main/img/map.png') center no-repeat;
    height: 510px;
    margin: 0 0 0 -10px;
    width: 100%;
}
.contacts-page .right-col{
    float: right;
    width: 265px;
    margin-left: 25px;
}
.rightbar.region,
.right-col .region{
    margin-bottom: 10px;
    overflow: hidden;
}
.rightbar .person,
.right-col .person{
    margin-bottom: 15px;
}
.contacts-page .office{
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
}
.contacts-page .office i{
    display: block;
    font-size: 13px;
}
.contacts-page .ya-map{
    
}
.contacts-page .ya-map i{
    cursor: pointer;
}
.contacts-page .ya-map.open i{
    display: none;
}
.contacts-page .ya-map hr{
    border: 0;
    border-bottom: 2px dotted #a7a9ac;
    width: 66%;
    margin: 10px 0 20px;
}
.contacts-page .ya-map .hidden-map{
    display: none;
}
.contacts-page .ya-map.open .hidden-map{
    display: block;
}

.service{
    text-align: left;
}
.service .city{
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed1b34;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}
.service .position{
    font-size: 10px;
}
.service .address{
    margin-top: 15px;
}
.cardio-video {
    padding: 0 0 20px 0;
    display: block;
    font-size: 22px;
    text-align: left;
    text-decoration: none;
}
.cardio-video span{
    display: inline-block;
    position: relative;
    text-align: left;
    text-decoration: none;
    margin-left: 30px;
}
.cardio-video span::before {
    background: transparent url("/bitrix/templates/main/img/play.png") no-repeat scroll 0 0;
    content: "";
    height: 17px;
    left: -30px;
    position: absolute;
    top: 5px;
    width: 17px;
}
a.cardio-video:hover,
a.cardio-video:hover span{
    background-color: #e7e7e7;
    color: #000;
}
/* End */
/* /bitrix/templates/main/css/jquery.fancybox.css?14394558344937 */
/* /bitrix/templates/main/components/bitrix/menu/top/style.css?14417034383091 */
/* /bitrix/components/bitrix/search.title/templates/.default/style.css?14394558312108 */
/* /bitrix/templates/main/components/bitrix/news.list/slider/style.css?1439455834979 */
/* /bitrix/templates/main/components/bitrix/breadcrumb/nav/style.css?1439455834768 */
/* /bitrix/templates/main/components/bitrix/menu/service/style.css?1439455834699 */
/* /bitrix/templates/main/components/bitrix/menu/bottom/style.css?1439455834485 */
/* /bitrix/templates/main/styles.css?14858616379255 */
/* /bitrix/templates/main/template_styles.css?149155538310098 */
