html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	z-index:1;
	-webkit-transition: all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -o-transition:  all 0.5s ease;
    transition:  all 0.5s ease;
}

html {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Open sans";
	font-size: 14px;
	color: #737373;
}

ol, ul {
    list-style: none;
}

b {font-weight:bold;}
i {font-style:italic;}
sup {font-size: 60%;}

a {color:#2d7281;}
a:hover {text-decoration:none;}

p { margin: 5px 0; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.no-border {
	border-width:0px!important;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.row {
	box-sizing: border-box;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

.col-1, .col-2, .col-2-5, .col-3, .col-4, .col-5, .col-6 {
	float: left;
	box-sizing: border-box;
}

.col-1 { width: 100%; }
.col-2-5 { width: 75%; }
.col-2 { width: 50%; }
.col-3 { width: 33.33333%; }
.col-4 { width: 25%; }

.cream-button {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 6px;
	background: #ff9f55;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	box-sizing: border-box;
}

.cream-button.medium {
	height: 50px;
	padding: 0 10px;
	font: 600 18px/46px "Open sans";
}

.cream-button.big {
	height: 73px;
	padding: 0 15px;
	font: 28px/69px "Open sans";
}

.cream-button.small {
	height: 40px;
	padding: 0 8px;
	font: 600 15px/36px "Open sans";
}

.cream-button.thin {
	height: 36px;
	padding: 0 15px;
	font: 600 15px/32px "Open sans";
}

.cream-button.custom {
	height: 53px;
	padding: 0 50px;
	font: 20px/49px "Open sans";
	background-color: #ff7f11;
}

.cream-button.two-lines {
	font-size: 15px;
	line-height: 19px;
}
.cream-button.two-lines span {
	font-size: 12px;
	line-height: 17px;
	transition: none;
	margin-top:4px;
	display: inline-block;
}

.cream-button.small.two-lines {
	font-size: 14px;
	line-height: 17px;
}
.cream-button.small.two-lines span {
	font-size: 12px;
	line-height: 12px;
}

.cream-button.pencil {
    background: #ff9f55 url("../images/ico_pen_white.png") 10px center no-repeat;
	padding-left: 35px;
}

.cream-button.plus {
    background: #ff9f55 url("../images/ico_more_white.png") 10px center no-repeat;
	padding-left: 35px;
}

.cream-button:hover {
	background-color: #fff;
	color: #2d7281;
}
.cream-button.plus:hover {
    background-image: url("../images/ico_more.png");
}
.cream-button.pencil:hover {
    background-image: url("../images/ico_pen.png");
}

.input-trans {
	border: 2px solid #fff;
	border-radius: 6px;
	color: #2d7281;
	background-color: rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}

.input-trans.medium {
	height: 50px;
	padding: 0 15px;
	font: 20px "Open sans";
}


.input-trans.big {
	height: 73px;
	padding: 0 15px;
	font: 28px/69px "Open sans";
}

.input-trans::-webkit-input-placeholder {color:rgba(45,114,129,0.5);}
.input-trans::-moz-placeholder          {color:rgba(45,114,129,0.5);}/* Firefox 19+ */
.input-trans:-moz-placeholder           {color:rgba(45,114,129,0.5);}/* Firefox 18- */
.input-trans:-ms-input-placeholder      {color:rgba(45,114,129,0.5);}

.input-trans.white::-webkit-input-placeholder {color:rgba(255,255,255,0.5);}
.input-trans.white::-moz-placeholder          {color:rgba(255,255,255,0.5);}/* Firefox 19+ */
.input-trans.white:-moz-placeholder           {color:rgba(255,255,255,0.5);}/* Firefox 18- */
.input-trans.white:-ms-input-placeholder      {color:rgba(255,255,255,0.5);}

.header-menu {
	height: 52px;
	background: #59919d;
	border-top: 1px solid #2d7281;
	border-bottom: 1px solid #2d7281;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	z-index: 3;
}

.section {
	
	position: relative;
}

.inner {
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.col-2 .inner {
	width: 600px;
}

.row .col-2:first-child .inner {
	float: right;
}

.row .col-2:last-child .inner {
	float: left;
}

/* Шапка */

.header-top {
	height: 111px;
	background: #f3f3f3;
	z-index: 2;
}

.header-col0 {
 	float: left;
 	width: 30px !important;
	margin-right: 15px;
	margin-top: 30px;
}

.header-col0 > a {
	display : block;
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
}

.header-col0 > .instagram-icon {
	margin-bottom: 5px;
}

.header-col0 > .facebook-icon:before,
.header-col0 > .instagram-icon:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background-size: 25px;
	left: 0;
}

.header-col0 > .facebook-icon:before {
	background: url("../images/facebook.svg") center center no-repeat;	
}

.header-col0 > .instagram-icon:before {
	background: url("../images/instagram.svg") center center no-repeat;	
}

.header-col1 {
	float: left;
	width: /*123*/320px;
	height: /*55*/111px;
	margin: 0 /*35*/21px 0 0;
}

.header-logo {
	display: block;
	float: left;
	width: /*123*/168px;
	height: /*55*/111px;
    background: transparent url("../images/logo_head.png") center center no-repeat;
	/*margin-top: 6;*/
}

.header-col1 span {
	display: block;
	float: left;
	width: 150px;
	height: 111px;
	font: 15px/18px "Open sans";
	color: #2d7281;
	/*text-align: center;*/
	text-transform: uppercase;
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 10px;
}

.header-col2, .header-col3 {
	float: left;
	width: 230px;
	height: 111px;
	margin: 0 5px;
	text-align: center;
}

.header-col4 {
	float: right;
	width: 290px;
	height: 111px;
	margin: 0 0 0 0;
	text-align: center;
}

.header-col4 .cream-button {
	margin-top: 20px;
}

.header-phone {
	display: inline-block;
	font: 600 18px/30px "Open sans";
	color: #2d7281;
	text-transform: uppercase;
	padding-left: 20px;
    background: transparent url("../images/ico_phone.png") left center no-repeat;
	margin: 15px 0 5px;
}

.header-city {
	display: inline-block;
	font: 15px/20px "Open sans";
	color: #7ca7b0;
}

.header-more-phones, .header-question {
	display: inline-block;
	font: 13px/18px "Open sans";
	color: #2d7281;
	margin: 5px 0 0;
}

.header-menu ul {
	margin: -1px 0;
	float:left;
	
}

.header-menu ul li {
	display: inline-block;
	float: left;
}

.header-menu ul li a {
	display: block;
	font: 14px/52px "Open sans";
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 13px;
}

.header-menu ul li:hover {
	background: #528691;
}

.header-menu .inner ul li:nth-child(2), .fixed-menu .header-menu ul li:nth-child(1) {
	background: #2d7281;
}

.header-menu .inner ul li:nth-child(2) a, .fixed-menu .header-menu ul li:nth-child(1) a {
    background: transparent url("../images/ico_menu.png") 25px center no-repeat;
	padding-left: 55px;
}

.header-search {
	width: 267px;
	display: inline-block;
	position: relative;
	margin: 9px 10px 0 0;
	float: right;
}

.header-search input[type="text"], #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
		width: 267px;
		height: 31px;
		border-radius: 16px;
		box-sizing: border-box;
		color: #666;
		padding: 0 30px 0 10px;
		border: 1px solid #2d7281;
		box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.header-search input[type="submit"], #ya-site-form0 .ya-site-form__submit, #ya-site-form0 .ya-site-form__submit_type_image {
	display: block !important;
	width: 29px !important;
	height: 29px !important;
	position: absolute !important;
	right: 5px !important;
	top: 0px !important;
    background: transparent url("../images/ico_search.png") center center no-repeat !important;
	cursor: pointer;
	border: none;
}

#ya-site-form0 .ya-site-form__search-input { padding: 0px !important; }
#ya-site-form0 .ya-site-form__submit { margin: 0 !important; }
#ya-site-form0 .ya-site-form__form * {
	font-size: 0px !important;
}

.header-search input[type="submit"]:hover {
	opacity: 0.5;
}


.fixed-menu {
    height: 52px;
    position: fixed;
    width: 100%;
    display: none;
    background: #59919d;
    border-top: 1px solid #2d7281;
    border-bottom: 1px solid #2d7281;   
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 9997;
    top: 0;
	transition: none;
}

.fixed-logo {
	float: left;
	display: block;
	width: 111px;
	height: 50px;
    background: transparent url("../images/logo_fixed.png") center center no-repeat;
	margin-right: 30px;
}

.fixed-menu .header-menu {
	float: left;
	width: 250px;
	height: 50px;
	box-shadow: none;
	border: none;
}

.fixed-contact {
	float: left;
	width: 230px;
	margin-right: 30px;
	color: #f4f4f4;
	text-align: center;
}

.fixed-city {
	font: 15px/20px "Open sans";
    color: #eee;
}

 .fixed-phone {
	font: 21px/24px "Open sans";
    color: #fff;
}

 .fixed-phone span {
	display: inline-block;
	padding-left: 20px;
    background: transparent url("../images/ico_phone_white.png") left center no-repeat;
}

.fixed-button {
	float: left;
	width: 250px;
	padding-top: 4px;
}

/* всплывающее меню */
/*
.main-menu {
	display: none;
	width: 100%;
	background: #e5eff1 url("../images/menu_bg.png") center center no-repeat;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.main-menu.fixed {
	position: fixed;
	top: 54px;
	left: 0;
	z-index: 9999;
}

.main-menu.static {
	position: absolute;
	top: 165px;
	left: 0;
	z-index: 9999;
}

.main-submenu {
	position: relative;
	margin: 50px 0;
	width: 540px;
}

.main-submenu>ul {
	float: left;
	margin-right: 20px;
	min-width: 230px;
}

.main-submenu>ul>li>a {
	display: block;
	padding-left: 20px;
	font: 13px/28px "Open sans";
	color: #2d7281;
	text-transform: uppercase;
	text-decoration: none;
}

.main-submenu>ul>li>a:hover, .main-submenu>ul>li.active>a {
	color: #18525e;
	text-decoration: underline;
}
.main-submenu>ul>li.active>a {
    background: transparent url("../images/submenu_hov.png") left center no-repeat;
}

.main-submenu>ul>li>ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 440px;
}

.main-submenu>ul>li>ul>li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}

.main-submenu>ul>li>ul>li a {
	display: block;
	font: 15px/28px "Open sans";
	color: #458390;
	text-decoration: none;
}

.main-submenu>ul>li>ul>li a:hover {
	color: #18525e;
	text-decoration: underline;
}

.main-submenu .has-submenu.active ul {
	display: block;
}

.submenu-img {
	display: none;
	position: absolute;
	width: 210px;
	height: 210px;
	background: #fff;
	background-size: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	left: 100%;
	top: 0;
	margin-left: 440px;
	opacity: 0.7;
}

.submenu-img img {
	width: 210px;
	height: 210px;
}

.active .submenu-img {
	display: block;
}
*/
.main-menu {
	display: none;
	width: 300px;
}

.main-menu.fixed {
	position: fixed;
	top: 54px;
	z-index: 9999;
	left: 50%;
	margin-left: -459px;
}

.main-menu.static {
	position: absolute;
	top: 165px;
	z-index: 99999;
	left: 50%;
	margin-left: -501px;
}

.main-submenu {
	position: relative;
	background: #2d7281;
}

.main-submenu>ul {

}

.main-submenu>ul>li>a {
	display: block;
	padding: 0 20px 0 20px;
	font: 13px/36px "Open sans";
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #397a88;
}
.main-submenu>ul>li:last-child>a {
	border: 0;
}

.main-submenu>ul>li.has-submenu {
    background: transparent url("../images/arrow_next.png") 95% center no-repeat;
}

.main-submenu>ul>li>a:hover, .main-submenu>ul>li.active>a {
	background-color: #59919d;
	transition: none;
}
.main-submenu>ul>li.has-submenu>a:hover, .main-submenu>ul>li.has-submenu.active>a {
    background: #59919d url("../images/arrow_next.png") 95% center no-repeat;
}

.main-submenu>ul>li.active>a {
    /*background: transparent url("../images/submenu_hov.png") left center no-repeat;*/
}

.main-submenu>ul>li>ul {
	display: none;
	width: 372px;
	position: absolute;
	left: 100%;
	background: #59919d;
	margin-top: -37px;
}

.main-submenu>ul>li>ul>li {
	box-sizing: border-box;
}

.main-submenu>ul>li>ul>li a {
	display: block;
	font: 14px/36px "Open sans";
	/*color: #18525e;*/
	color: #fff;
	text-decoration: none;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);*/
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	padding: 0 20px;
}

.main-submenu>ul>li>ul>li a:hover {
	color: #18525e;
	background: #6599a5;
}

.main-submenu .has-submenu.active ul {
	display: block;
}

.submenu-img {
	display: none;
	position: absolute;
	width: 210px;
	height: 210px;
	background: #fff;
	background-size: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	left: 100%;
	top: 0;
	margin-left: 440px;
	opacity: 0.7;
}

.submenu-img img {
	width: 210px;
	height: 210px;
}

.active .submenu-img {
	display: block;
}

/* стили основного контента */

.title {
	font: 44px/50px "Open sans";
	color: #2d7281;
	text-align: center;
	margin: 30px 0 25px;
	text-transform: uppercase;
}

.title:before, .title:after {
	content: "";
	display: inline-block;
	height: 1px;
	width:148px;
	background: #057a73;
	vertical-align: middle;
	margin: 0 15px;
}

.title2 {
	font: 44px/50px "Open sans";
	text-align: center;
	margin: 30px 0 30px;
	text-transform: uppercase;
}

.subtitle {
	font: 400 24px/25px "Open sans";
	margin: 30px 0;
}

.subtitle-small {
	font: 400 20px/22px "Open sans";
	color: #2d7281;
}

.blue-bg .title2 {
	color: #fff;
}

.services {
    background: transparent url("../images/bg1.jpg") center 185px no-repeat;
	padding-bottom: 30px;
}

.services.category {
	background: none;
}

.services li {
	width: 283px;
	float: left;
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 20px 8px 20px;
	position: relative;
}

.stock {
	position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}

.services-img {
	width: 281px;
	height: 281px;
	border-radius: 50%;
	position: relative;
    border: 1px solid #2d7281;
}
.services-img img {
	width: 265px;
	height: 265px;
	border: 8px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.services-text {
	opacity: 0;
	height: 265px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	box-sizing: border-box;
	padding: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
}

.services li:hover .services-text {
	opacity: 1;
}

.services-link {
	display: block;
	width: 76px;
	height: 76px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: #f2f2f0;
	font: 12px/76px "Open sans";
	color: #2d7281;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -43px;
}

.services li:hover .services-link {
	background: #2d7281;
	color: #fff;
}

.services-title {
	font: 600 16px/20px "Open sans";
	color: #2d7281;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 15px;
}
.services-title a {
	color: #2d7281;
	text-decoration: none;
}

.services-hidden {
	transition: none;
}

.director .inner {
	padding: 40px 70px;
}

.director-img {
	float: left;
	border-radius: 50%;
}

.director-text {
	font: 17px/26px "Open sans";
	color: #7b7b7b;
}

.director-sig {
    background: transparent url("../images/director_sig.png") 5px 7px no-repeat;
	border-top: 1px solid #dcdcdc;
	padding: 7px 0;
	text-align: right;
	margin-top: 10px;
	font: 23px/30px "Open sans";
	color: #626262;
}

.director-sig span {
	color: #2d7281;
}

.director-text, .director-sig {
	margin-left: 240px;
}

.whywe {
    background: #969593 url("../images/bg2.jpg") center top no-repeat;
}

.whywe-list {
	width: 63%;
	float: left;
	box-sizing: border-box;
}

.whywe-form {
	width: 37%;
	float: left;
	box-sizing: border-box;
	padding: 35px;
}

.whywe-list li {
	width: 50%;
	float: left;
	padding: 80px 20px 20px 20px;
	box-sizing: border-box;
	color: #fff;
	font: 14px/22px "Open sans";
	margin-top: 30px
}

.whywe-list li span {
	display: table-cell;
	height: 66px;
	vertical-align: middle;
}

.whywe-list li:nth-child(1) {
    background: transparent url("../images/we_li1.png") center top no-repeat;
}
.whywe-list li:nth-child(2) {
    background: transparent url("../images/we_li2.png") center top no-repeat;
}
.whywe-list li:nth-child(3) {
    background: transparent url("../images/we_li3.png") center top no-repeat;
}
.whywe-list li:nth-child(4) {
    background: transparent url("../images/we_li4.png") center 13px no-repeat;
}

.whywe-form-title {
	font: 29px/33px "Open sans";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.whywe-form input, .whywe-form a {
	width: 100%;
	margin: 10px 0;
}

.specs-slider {
padding: 0px 0px;
}

.specs-slider li {
	/*float: left;*/
	width: 237px;
	text-align: center;
	margin: 0 auto;
}

/*.spec-img {
	width: 237px;
	height: 237px;
	border: 1px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box;
}*/

.spec-img img {
	max-width: 235px;
	/*max-height: 235px;
	border-radius: 50%;*/
}

/* эффект кручения */

.spec-img-container { 
	position: relative;
	width: 237px;
	height: 237px;
	margin:0a uto;
	border: 1px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box;
	/* задаем глубину сцене */
	-webkit-perspective: 600px; /* webkit */
	-moz-perspective: 600px; /* mozilla */
	-ms-perspective: 600px; /* IE 10 */
	-o-perspective: 600px; /* opera когда-то тоже должна начать понимать */
	perspective: 600px;	/* св-во по стандартам */
	overflow: hidden;
	text-align: center;
}

.spec-img { /* поворачивать будем общий контейнер */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;

	/*-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;   
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;	*/
}
.spec-img.flip {	/* добавляя этот класс, поворачиваем контейнер на 180 градусов */
	/*-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-ms-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );*/
}

.spec-img.flip .back {	/* добавляя этот класс, поворачиваем контейнер на 180 градусов */
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-ms-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}

.spec-img div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	border-radius: 160px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;	/* если элемент "отвернулся" от пользователя, контент этого элемента не виден */
}

.spec-img div.front {
	position:static;
}

.spec-img-container {
	overflow:hidden;
}

.spec-img.flip .front {
	overflow:hidden;
}

.back {
	background: url("../images/spec_hover.png");
}
.front {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );	/* в начальном положении фэйс карты к нам развернут на 180 градусов */
}

.spec-img.flip .front {
	-webkit-transform: rotateY( 0deg );
	-moz-transform: rotateY( 0deg );
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY( 0deg );
	transform: rotateY( 0deg );	/* в начальном положении фэйс карты к нам развернут на 180 градусов */
}



/* */

.spec-name {
	display: table-cell;
	width: 237px;
	height: 60px;
	vertical-align: middle;
	font: 23px/23px "Open sans";
	color: #057a73;
	margin-top: 5px;
	
}

.spec-prof {
	display: inline-block;
	font: 300 italic 20px/25px "Open sans";
	color: #21a29a;
	border-bottom: 1px solid #ccc;
	padding: 0 5px 5px;
	margin-bottom: 8px;
}

.spec-social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
	margin: 0 3px;
}

.spec-social .vk { background: transparent url("../images/spec_vk.png") center center no-repeat; }
.spec-social .ok { background: transparent url("../images/spec_ok.png") center center no-repeat; }
.spec-social .fb { background: transparent url("../images/spec_fb.png") center center no-repeat; }

.graphs {
    background: #596a6e url("../images/bg3.jpg") center 0 no-repeat fixed;
	padding: 50px 0 80px;
	text-align: center;
	position: relative;
	transition: none;
}

.graphs ul {
	display: inline-block;
}

.graphs li {
	float: left;
	width: 320px;
	position: relative;
	margin: 0 20px;
}

.graph-text {
	position: absolute;
	color: #fff;
	font: 43px/43px "Open sans";
	top: 80px;
	width: 100%;
	text-align: center;
}

.graph-title {
	font: 26px/30px "Open sans";
	color: #fff;
	text-align: center;
	margin: 8px 0;
}

.horizontal-form .row {
	padding: 30px 20px 20px;
}

.horizontal-form input, .horizontal-form a {
	width: 96%;
}

.reviews-slider {
	padding: 0 80px;
	z-index:1;
}

.review-left {
	float: left;
	width: 183px;
	margin: 0 40px;
	text-align: center;
}

.review-right {
	margin-left: 263px;
	margin-right: 40px;
}

.review-photo {
	width: 182px;
	height: 182px;
	border: 1px solid #21a29a;
	border-radius: 50%;
	padding: 4px;
	/*margin-bottom: 10px;*/
}

.review-photo img {
	width: 182px;
	height: 182px;
	border-radius: 50%;
}

.review-name {
	font: 18px/23px "Open sans";
	color: #21a29a;
	text-transform: uppercase;
}

.review-city {
	font: 15px/20px "Open sans";
	color: #757575;
	margin-bottom: 10px;
}

.review-procedure, .review-whatlike {
	font: 14px/20px "Open sans";
	color: #959595;
	/*margin-bottom: 20px;*/
}

.review-procedure:after {
	/*content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #cececc;
	margin: 20px 0;*/
}

.review-title {
	font: 17px/23px "Open sans";
	color: #21a29a;
	margin-bottom: 5px;
}

.reviews-all {
	text-align: center;
	margin: 0 0 20px;
}

.reviews-all a {
	font: 14px/20px "Open sans";
	color: #21a29a;
	text-transform: lowercase;
}

.gallery {
	padding-bottom: 30px;
}

.gallery-container img {
	/*float: left;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 2px;*/
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

.gallery-item {
	position: relative;
	display: inline-block;
	float: left;
    margin-bottom: 3px;
    margin-left: 1px;
    margin-right: 2px;
	text-align: center;
	box-sizing: border-box;
}

.gallery-item a {
	color: #fff;
}

.gallery-text {
    background: transparent url("../images/ico_photo.png") center top no-repeat;
	padding: 50px 25% 0;
	margin-top: 10%;
	font: 14px/20px "Open sans";
	text-decoration: none;
}

.gallery-more {
	font: 14px/20px "Open sans";
	text-transform: uppercase;
	margin-top: 20px;
	text-decoration: underline;
}

.gallery-item:nth-child(2) {
	float: right;
	margin-right: 0;
}

.gallery-item:nth-child(6) {
	margin-right: 0;
}

.gallery-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
}

.gallery-item:hover .gallery-hover {
	opacity: 1;
}

.publications {
	padding-bottom: 30px;
}

.publication-date {
	width: 68px;
	height: 218px;
	background-color: #2d7281;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: 13px/16px "Open sans";
	box-sizing: border-box;
	padding-top: 80px;
}

.publication-date span {
	font: 27px/32px "Open sans";
}

.publication-photo {
	height: 218px;
	overflow: hidden;
}

.publication-photo img {
	width: 100%;
	position: absolute;
}

.publication:nth-child(odd) .col-2:first-child {
	float: right;
}

.publication:nth-child(even) .col-2:first-child, .publication:nth-child(odd) .col-2:first-child {
	padding: 1px;
}

.publication:nth-child(even) .col-2:last-child, .publication:nth-child(odd) .col-2:last-child {
	padding: 50px 70px 0 70px;
}

.publication:nth-child(even) .publication-date {
	float: left;
}

.publication:nth-child(even) .publication-photo {
	margin-left: 70px;
	position: relative;
}

.publication:nth-child(odd) .publication-date {
	float: right;
}

.publication:nth-child(odd) .publication-photo {
	margin-right: 70px;
	position: relative;
}

.publication-title {
	margin-bottom: 10px;
}

.publication-title a {
	font: 18px/20px "Open sans";
	text-transform: uppercase;
	color: #2d7281;
	text-decoration: none;
}

.publication-text {
	font: 14px/22px "Open sans";
	color: #737373;
	height: 66px;
	overflowe: hidden;
}

.publication-more {
	display: inline-block;
	float: right;
	margin-top: 10px;
	font: 14px/20px "Open sans";
	color: #2d7281;
	text-transform: lowercase;
	text-decoration: none;
}

.publication a:hover {
	text-decoration: underline;
}

.publication-all {
	text-align: center;
	margin-top: 20px;
	text-transform: lowercase;
}
/*
.map-top-city, .map-top-phone, .map-top-time {
	float: left;
	text-align: center;
	font: 18px/25px "Open sans";
	color: #fff;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 10px;
}

.map-top-city {
    background: transparent url("../images/ico_map_med.png") center 15px no-repeat;
	width: 40%;
}

.map-top-city span {
	display: block;
	color: #2d7281;
}

.map-top-phone {
    background: transparent url("../images/ico_phone_med.png") center 15px no-repeat;
	width: 27%;
}

.map-top-time {
    background: transparent url("../images/ico_time_med.png") center 15px no-repeat;
	width: 30%;
}

.map-top-time span {
	display: inline-block;
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
*/
.gmap {
    position: relative;
    width: 100%;
    height: 296px;
	border-bottom: 2px solid #fff;
}

.gmap-label {
	position: absolute;
	font: 600 32px/50px "Open sans";
	color: #000;
	text-transform: uppercase;
	padding: 0 20px;
	border-radius: 6px;
	background-color: #fff;
	margin-top: 220px;
	z-index: 997;
    left: 50%;
    margin-left: -420px;
}
.gmap-label.second {
	margin-left: 160px;
}

.social-tabs { margin-left: 40px; margin-bottom: 30px; 
    overflow: hidden;
    max-width: 100%; .
    font-size:0;}
.social-tabs>div, .social-tabs>input { display: none; }

.social-tabs label {
	display: block;
	float: left;
	width: 24%;
	margin-right: 1%;
	border: 1px solid #d9d9d9;
	cursor: pointer; 
	position: relative; 
	/*bottom: 1px; */
	background: rgba(255, 255, 255, 0.4); 
	box-sizing: border-box;
	padding-left: 45px;
	text-transform: uppercase;
	font: 13px/50px "Open sans";
	background-position: 9px center;
	background-repeat: no-repeat;
	color: #fff;
}
.social-tabs>div {
	height: 285px;
}
.social-tabs>label:nth-of-type(1) { background-image: url("../images/inst.png"); }
.social-tabs>label:nth-of-type(2) { background-image: url("../images/social_fb.png"); }
.social-tabs>label:nth-of-type(3) { background-image: url("../images/social_ok.png"); }
.social-tabs>label:nth-of-type(4) { background-image: url("../images/ytb.png"); }


.social-tabs input[type="radio"]:checked + label { background-color: transparent; /*border-color: #fff; border-bottom: 2px solid #fff;*/ }

.social-tabs>input:nth-of-type(1):checked ~ div:nth-of-type(1),
.social-tabs>input:nth-of-type(2):checked ~ div:nth-of-type(2),
.social-tabs>input:nth-of-type(3):checked ~ div:nth-of-type(3),
.social-tabs>input:nth-of-type(4):checked ~ div:nth-of-type(4) { display: block; padding-top: 70px; }


.footer {
    background: #21383d url("../images/footer_bg.jpg") center top no-repeat;
}

.footer-logo {
    background: transparent url("../images/logo_footer.png") center 17px no-repeat;
	display: block;
	float: left;
	width: 259px;
	height: 237px;
	border: 2px solid #4eadc2;
	border-radius: 20px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 130px 0 0 37px;
	color: #fff;
	font: 22px/27px "Open sans";
	text-transform: uppercase;
	margin: 50px 30px 30px 13px;
}

.footer-title {
	font: 27px/70px "Open sans";
	color: #4eadc2;
	text-transform: uppercase;
	margin: 5px 0 7px;
}
.footer-title.contacts {
	margin-left: 15px;
	margin-bottom: 0px;
}
.footer-title.social {
	margin-left: 50px;
}

.footer-splitter {
	height: 1px;
	width: 98%;
	margin: 0 auto;
	background-color: #2d7281;
}

.footer-contacts {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 0 13px;
}

.footer-contacts-city, .footer-contacts-phone, .footer-contacts-time {
	float: left;
	font: 18px/28px "Open sans";
	color: #fff;
	box-sizing: border-box;
	padding: 0px 10px 0px 40px;
	margin-bottom: 20px;
}

.footer-contacts-city {
    background: transparent url("../images/ico_map_med.png") left center no-repeat;
}

.footer-contacts-city span {
	display: block;
	color: #4eadc2;
}

.footer-contacts-phone {
    background: transparent url("../images/ico_phone_med.png") left center no-repeat;
}

.footer-contacts-time {
    background: transparent url("../images/ico_time_med.png") left center no-repeat;
}

.footer-contacts-time span {
	display: inline-block;
	width: 60px;
	text-align: right;
	padding-right: 5px;
}

.footer-button {
	text-align: center;
	margin: 30px 0;
}

.footer-copy {
	background-color: #2d7281;
	font: 14px/20px "Open sans";
	color: #cececc;
}

.footer-copy a {
	color: #cececc;
}

.footer-copy .inner {
	padding: 20px 30px;
}

.footer-copy-text {
	float: left;
	max-width: 720px;
}

.footer-copy-devel {
	float: right;
	margin-top: 20px;
}
/*
.footer-logo {
    background: transparent url("../images/logo_med.png") left top no-repeat;
	display: block;
	float: left;
	width: 151px;
	height: 68px;
}

.footer-title {
	font: 22px/68px "Open sans";
	color: #2d7281;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}

.footer-title.slogan {
	margin-left: 151px;
}
*/
.footer-menu {
	float: left;
	box-sizing: border-box;
	/*padding-right: 20px;*/
	margin: 30px 0 30px 50px;
}

.footer-menu-title {
	font: 27px/70px "Open sans";
	color: #4eadc2;
	text-transform: uppercase;
}

.footer-menu li a {
	display: block;
	font: 16px/28px "Open sans";
	color: #d9d9d9;
	text-decoration: none;
}

.footer-menu li a:not([class="footer-menu-title"]) {
    background: transparent url("../images/footer_li.png") left center no-repeat;
	padding-left: 13px;
}

.footer-menu li a:hover {
	text-decoration: underline;
}

/* основной слайдер на главной */

.special-slider {
	width: 100%;
	height: 635px;
	overflow: hidden;
	position: relative;
	z-index:1;
}

.slides {
  height: 100%;
  overflow: hidden;

  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slides:before, .slides:after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
    background: transparent url("../images/slider_grad_top.png") left top repeat-x;
	z-index: 9;
}

.slides:after {
	top: 100%;
    background: transparent url("../images/slider_grad_bottom.png") left top repeat-x;
	margin-top: -50px;
}

.slide {
  height: 100%;
  float: left;
  clear: none;
  text-align: center;
  position: relative;
}

.slide-text-layer {
	margin-left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 50px;
	box-sizing: border-box;
	position: absolute;
	bottom: 70px;
	width: 50%;
	text-align: left;
	font: 18px/26px "Open sans";
	color: #057a73;
}

.slide-text-layer a {
	text-decoration: none;
}

.slide-text-title {
	font: 60px/60px "Open sans";
	/*text-transform: uppercase;*/
}

.slide-text-content {
	margin-top: 20px;
}

.slide-text-price {
	font: 43px/35px "Open sans";
	margin-top: 15px;
}

.slide-text-price span {
	font: 60px/35px "Open sans";
}

.slider-nav {
  position: absolute;
  bottom: 70px;
  left: 25%;
}

.slider-nav__item {
	float: left;
	clear: none;
	display: block;
	margin: 0 4px;
	width: 16px;
	height: 16px;
    background: #fff;
	border-radius: 50%;
	border: 1px solid #999;
}

.slider-nav__item:hover, .slider-nav__item--current { 
	background: #2d7281; 
	border-color: #2d7281; 
}

.slider-arrows {
	/*display: block;
	width: 100%;
	bottom: 0;*/
}

.slider-arrow {
	position: absolute;
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
	font-size: 0px;
	border: none;
	margin-bottom: -20px;
	z-index: 999;
}

.slider-arrow.slider-arrow--right { 
	bottom: 50%; 
	right: 20px;
    background: rgba(0, 0, 0, 0.2) url("../images/arrow_next.png") center center no-repeat;
}
.slider-arrow.slider-arrow--left { 
	bottom: 50%; 
	left: 20px;
    background: rgba(0, 0, 0, 0.2) url("../images/arrow_prev.png") center center no-repeat;
}

.slider-arrow:hover {
	background-color: #2d7281;
}

/* внутренние страницы */

.page {
	position: relative;
}

.page-left {
	width: 1200px;
	padding-right: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

.page-right {
	position: absolute;
	width: 280px;
	margin-left: 320px;
	top: 0;
	left: 50%;
	box-sizing: border-box;
}

.page-img {
    background: #f2f2f0 url("../images/full_img_bg.jpg") center center no-repeat;
	position: relative;
	height: 373px;
	margin-bottom: 20px;
}

.page-img-inner {
	width: 1200px;
	height: 373px;
	padding-right: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.page-img-container {
	position: relative;
	width: 900px;
	height: 373px;
	overflow: hidden;
}
.page-img-inner img {
	max-width: 1200px;
	min-height: 373px;
}

.speedbar {
	display: inline-block;
    background: transparent url("../images/page_li.png") left 6px no-repeat;
	padding-left: 12px;
	margin-top: 10px;
	margin:10px 3px 0 3px;
	font: 13px/18px "Open sans";
}

.page-title {
    background: transparent url("../images/ico_info.png") left center no-repeat;
	font: 36px/42px "Open sans";
	color: #2d7281;
	margin: 25px 0 35px;
	padding-left: 50px;
	padding:3px 0 3px 50px;
}

.b-head__logo {
	border:0px solid #000!important;
}

.story img {
	margin: 10px;
	/*max-width: 98%;*/
	border: 1px solid #2d7281;
}

.story {
	line-height: 23px;
}

.story p {
	text-indent: 30px;
}

.page-sidebar {
	/*padding-left: 25px;*/
}
/*
.sidebar-header {
    background: #2d7281 url("../images/sidebar_head.png") left bottom no-repeat;
	border-radius: 6px 6px 0 0;
	min-height: 50px;
	margin-top: 30px;
	padding: 0 10px;
}

.sidebar-header span {
	display: block;
	font: 17px/50px "Open sans";
	color: #fefefe;
	text-transform: uppercase;
}

.sidebar-header span.banners {
    background: transparent url("../images/ico_pub.png") left center no-repeat;
	padding-left: 30px;
}
.sidebar-header span.related {
    background: transparent url("../images/ico_related.png") left center no-repeat;
	padding-left: 30px;
}
.sidebar-header span.awards {
    background: transparent url("../images/ico_award.png") left center no-repeat;
	padding-left: 30px;
}
.sidebar-header span.article {
    background: transparent url("../images/ico_file.png") left center no-repeat;
	padding-left: 30px;
}
*/
.sidebar-block {
	background-color: #fafafa;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
	margin: 20px 0;
}

.sidebar-title, .gallery-title {
    background: transparent url("../images/side_title_bg.png") left center repeat-x;
	min-height: 50px;
	margin-right: 10px;
}

.sidebar-title span, .gallery-title span {
	display: inline-block;
	background-color: #fafafa;
	padding: 0 8px;
	font: 600 17px/50px "Open sans";
	color: #2d7281;
	text-transform: uppercase;
}

.sidebar-title span:before, .gallery-title span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background-color: #2d7281;
	border-radius: 50%;
	margin-right: 8px;
}
.sidebar-title.related span:before { background: #2d7281 url("../images/ico_related.png") center center no-repeat; }
.sidebar-title.banners span:before { background: #2d7281 url("../images/ico_pub.png") 5px 7px no-repeat; }
.sidebar-title.article span:before { background: #2d7281 url("../images/ico_file.png") center center no-repeat; }
.sidebar-title.awards span:before { background: #2d7281 url("../images/ico_award.png") 5px 4px no-repeat; }

.related-item {
	padding: 0 6px;
	margin: 7px 0;
}
.related-item * {
	transition: none;
}

.related-splitter {
	display: block;
	margin: 0 10px 0 85px;
	height: 1px;
	background-color: #e4e4e4;
}
.related-splitter:last-child {
	background: none;
}

.related-item a {
	font: 14px/18px "Open sans";
	color: #2d7281;
	text-decoration: none;
	display: block;
	height: 74px;
}

.related-img {
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #2d7281;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.related-img img {
	max-height: 72px;
}

.related-item span {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	overflow: hidden;
}

.related-item a:hover {
	text-decoration: underline;
}

.side-news-item {
	margin-bottom: 15px;
}

.side-news-img {
	border: 1px solid #f2f2f0;
	background-color: #fff;
	height: 108px;
	position: relative;
	overflow: hidden;
	margin: 8px;
	text-align: center;
}

.side-news-img img {
	/*max-height: 108px;
	position: absolute;
	height: 108px;*/
	width: 100%;
}

.side-news-title {
	border-bottom: 1px solid #d6d6d6;
	margin: 0 5px;
}

.side-news-title a {
	display: inline-block;
	font: 600 14px/20px "Open sans";
	color: #2d7281;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.side-news-text {
	margin: 5px 0 0;
	font: 14px/20px "Open sans";
	color: #737373;
	padding: 5px 8px;
}

.side-news-more a {
	text-decoration: none;
	margin-right: 8px;
	font-size: 13px;
}

.inner-form {
    background: transparent url("../images/inner_form_bg.jpg") 10px 7px no-repeat;
	border: 1px solid #2d7281;
	border-radius: 7px;
	padding: 15px 15px 0;
	margin: 40px 0;
}

.inner-form-head {
	margin-left: 195px;
	text-align: center;
}

.inner-form-h1 {
	font: 18px/24px "Open sans";
	color: #818181;
	margin: 15px 0;
}
.inner-form-h2 {
	font: 600 42px/42px "Open sans";
	color: #f89e4d;
	text-transform: uppercase;
}
.inner-form-h3 {
	font: 600 28px/42px "Open sans";
	color: #3f7e8c;
	text-transform: uppercase;
	margin: 5px 0  20px;
}

.inner-form-bottom {
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #bfdee5;
	font: 14px/24px "Open sans";
	color: #417580;
	text-transform: uppercase;
	margin: 30px -5px 0;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

.inner-form-phone {
	display: inline-block;
    font: 600 24px/20px "Open sans";
    color: #2d7281;
    text-transform: uppercase;
    margin-left: 20px;
}

.inner-form-phone span {
	 background: transparent url("../images/ico_phone.png") left center no-repeat;
	 padding-left: 20px;
	 margin:0 10px;
}

.inner-form input[type="text"] {
	border: 1px solid #2d7281;
	color: #2d7281;
	box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.5);
	font-size: 22px;
	background-color: rgba(2555, 255, 255, 0.7);
}

.inner-form .cream-button {
	border: 1px solid #fff;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	font-size: 18px;
	line-height: 48px;
}

/* спойлеры краткие новости */

.spoiler-short {
	position: relative;
}
.spoiler-short:first-child:before {
	
}
.spoiler-short:before {
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	position: absolute;
	background: #ccc;
	margin-left: 10%;
}
.spoiler-short:first-child:before {
	content: none;
}

h2.spoiler-head {
	background:  transparent url("../images/spoiler_header_right_bg.png") right center no-repeat;
	box-shadow: none;
	cursor: pointer;
	padding: 0px !important;
	margin: 8px 0 8px 120px !important;
	text-align: left !important;
	position: relative;
	height: 90px;
	box-sizing: border-box;
	transition: none;
	font: 20px/28px "Open sans" !important;
}
h2.spoiler-head:before {
	content: "";
	display: block;
	position: absolute;
	width: 120px;
	height: 90px;
	background:  transparent url("../images/spoiler_header_left_bg.png") left center no-repeat;
	top: 1px;
	left: -120px;
}
h2.spoiler-head:hover, h2.spoiler-head.unfolded {
	background:  transparent url("../images/spoiler_header_right_bg_hov.png") right center no-repeat;
	color: #fff;
}
h2.spoiler-head:hover:before, h2.spoiler-head.unfolded:before {
	background:  transparent url("../images/spoiler_header_left_bg_hov.png") left center no-repeat;
}
h2.spoiler-head span {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
	padding: 0 60px 0 10px;
}

h2.spoiler-head.action:before {
	background:  transparent url("../images/spoiler_header_left_act.png") left center no-repeat;
}
h2.spoiler-head.action:hover:before, h2.spoiler-head.action.unfolded:before {
	background:  transparent url("../images/spoiler_header_left_act_hov.png") left center no-repeat;
}
h2.spoiler-head.action>span>font {
	font-weight: bold;
	color: #f35256;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    font-size: 17px;
    display: block;
}

.spoiler-body {
	transition: none;
}

.uslugiPriceWrap .spoiler-body {
	transition: none;
	margin:0 15px;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0;
}
.price-table td {
	padding: 8px 5px;
}
.price-table td {
	border-bottom: 1px solid #ccc;
}
.price-table tr:last-child td, .price-table.no-img tr:first-child td:first-child {
	border-bottom: none;
}
.price-table td:last-child {
	width: 95px;
}
.price-table.old-price-hide tr:first-child td:first-child {
	/*width: 210px;*/
}

 /* блоки кратких новостей */
 
.shortstory-block {
	float: left;
	width: 50%;
	margin: 20px 0 10px;
}

.shortstory-container {
	margin: 0 0px 0 0px;
	border: 1px solid #ddd;
}

#dle-content .shortstory-block:nth-child(4n+1) .shortstory-container {
	margin: 0 10px 0 0px;
}

#dle-content .shortstory-block:nth-child(4n+3) .shortstory-container {
	margin: 0 0px 0 10px;
}

.shortstory-block:nth-of-type(even) .shortstory-container {
	margin-right: 0;
}

.shortstory-splitter:nth-of-type(even), .shortstory-splitter:last-child {
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.shortstory-img {
	text-align: center;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.shortstory-block:not(.akcii) .shortstory-img img {
	max-width: 100%;
}

.akcii img {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 200px;
}
.akcii img:nth-of-type(1) {
	z-index:1;
}
.akcii img:nth-of-type(2) {
	z-index:2;
}

.shortstory-content {
	padding: 10px;
}

.shortstory-content p {
	line-height: 22px;
}

.shortstory-meta {
	margin: 5px 0;
}

.shortstory-meta, .shortstory-meta a {
    font: 12px/15px "Open sans";
	color: #999;
	text-decoration: none;
}

.shortstory-time:after {
	/*content: "•";
	display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font: 22px/15px Arial;*/
}

.shortstory-meta * {
	vertical-align: middle;
}

.shortstory-title {
	margin-bottom: 10px;
}

.shortstory-title a {
    font: 600 16px/24px "Open sans";
    color: #2d7281;
	text-decoration: none;
} 

.shortstory-action {
	background: #f4f4f4;
	padding: 10px;
}

.shortstory-action a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
	border-radius: 15px;
}

.shortstory-action a:last-child {
	float: right;
}

/* */

.story h2 , .h2, .story h1 {
	font: 600 italic 22px/30px "Open sans";
	text-align: center;
	color: #2d7281;
	margin: 25px 0 20px;
}

.story h3 , .h3 {
	font: 600 15px/26px "Open sans";
	color: #2d7281;
	margin: 25px 0 15px;
	text-transform: uppercase;
	padding-left: 14px;
	background: transparent url("../images/page_li.png") left center no-repeat;
}

.story li {
	list-style: inside url('../images/green_circle_small.png');
	/*padding-left: 18px;
	background: transparent url('../images/green_circle.png') left 7px no-repeat;
	background-size: 6px 6px;*/
	line-height: 20px;
	margin: 7px 0 7px 30px;
}

.equip-bg {
    background: transparent url("../images/equip_bg.jpg") center top no-repeat;
	padding-top: 10px;
	min-height: 340px;
    color: #2d7281;
}

h3.line {
	background: transparent url("../images/side_title_bg.png") left center repeat-x;
	padding-left: 0px;
}

h3.line p {
    display: inline-block;
	text-indent: 0px;
	margin: 0px;
	padding-left: 14px;
	padding-right: 8px;
    background: #fff url("../images/page_li.png") left center no-repeat;
}

.contacts-container {
	width: 85%;
	margin: 30px auto 40px;
}
.contacts-adress {
    font: 600 21px/30px "Open sans";
    color: #2f7282;
}
.contacts-adress>div:nth-of-type(2) {
	font-size: 16px;
	color: #245d68;
}
.contacts-adress>a {
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.contacts-time {
    font: 600 18px/22px "Open sans";
	color: #245d68;
	padding-left: 30px;
}
.contacts-time>div{
	line-height: 30px;
	color: #999;
	letter-spacing: -1px;
}
.contacts-phones {
    font: 600 22px/30px "Open sans";
	color: #245d68;
	text-align: right;
}
.contacts-phones a {
	text-decoration: none;
}
.contacts-icons .contacts-adress {
	padding-top: 50px;
	background: transparent url("../images/contacts_map.png") 40% top no-repeat;
}
.contacts-icons .contacts-time {
	padding-top: 50px;
	background: transparent url("../images/contacts_time.png") center top no-repeat;
}
.contacts-icons .contacts-phones {
	padding-top: 50px;
	background: transparent url("../images/contacts_phone.png") 60% top no-repeat;
}
.contacts-splitter {
	margin: 25px 0;
	height: 1px;
	background: #999;
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
}

.contacts-form {
	width: 80%;
	margin: 30px auto 0;
}
.contacts-form input[type="text"], .contacts-form textarea {
    border: 1px solid #2d7281;
    color: #2d7281;
    box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 50px;
    padding: 0 15px;
    font: 20px "Open sans";
    border-radius: 6px;
	box-sizing: border-box;
	width: 100%;
	box-sizing:border-box;
	margin-bottom: 20px;
}

.contacts-form textarea {
	padding-top:10px; 
}
.contacts-form input[type="text"]:nth-of-type(1) {
	
}
.contacts-form input[type="text"]:nth-of-type(2) {
	margin-right: 0px;
}
.contacts-form textarea {
	width: 100%;
	height: 200px;
}
.contacts-form .cream-button {
	margin: 0  0 10px 0;
}

#header-menu-wrap-mobile .fix-menu {
	position: fixed!important;
	width: 100%!important;
	top: 0px;
	left: 0px;
	z-index:9999;
}

#map-left, #map-right {
	background:url("../images/loading.gif") center center no-repeat;
	background-size:64px, 64px;
}

/* галерея */

.gallery-title span {
	background: #fff;
}
.gallery-title.ico-gallery span:before { background: #2d7281 url("../images/ico_gallery.png") center center no-repeat; }

#lightgallery>div .admin { display: none; }

#lightgallery>div:hover .admin { display: block; }

.select-all { display: none; }

/* движок */

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #59919d;
	vertical-align: middle;
}
	.icon-logo { width: 42px; height: 42px; }

	.icon-vk { width: 10px; height: 1em; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: 1em; }
	.icon-ya { width: 7px; height: 1em; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 16px; height: 1em; }

	.grey .icon { fill: #919191; }

.seperator {
	display: block;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 5px;
}
	
#searchsuggestions {
	width: 100vw;
	padding: 20px;
	background: #f4f4f4;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

#searchsuggestions a {
	display: block;
	margin: 7px 0;
	text-decoration: none;
	padding-left: 10px;
	background: transparent url("../images/page_li.png") left 5px no-repeat;
}

#searchsuggestions a:hover {
	text-decoration: underline;
}

.required { 
    background: #FF8686 !important;
}
.required::-webkit-input-placeholder {color:rgba(255,255,255,0.5);}
.required::-moz-placeholder          {color:rgba(255,255,255,0.5);}/* Firefox 19+ */
.required:-moz-placeholder           {color:rgba(255,255,255,0.5);}/* Firefox 18- */
.required:-ms-input-placeholder      {color:rgba(255,255,255,0.5);}

/* --- Постраничная навигация --- */
.navigation { /*margin: 25px 0 0;*/ }
	.navigation:after, .navigation:before { clear: both; display: block; content: ""; }
	.navigation:before { margin-top: 25px; }

	.pages { text-align: left; }
	.pages span, .pages a:hover, .page_next-prev { 
		background-color: #fff;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		border-radius: 18px;
	}
	.pages span, .pages a {
		color: inherit;
		display: inline-block;
		position: relative;
		padding: 7px 7px;
		min-width: 22px; height: 22px; line-height: 22px;
		text-align: center;
		text-decoration: none !important;
		font-weight: bold;
		border-radius: 18px;
	}
	.pages span { color: #399; }
	.pages a:hover { color: #fff; background-color: #2d7281; }
	.pages span { color: #999; }

	.page_next-prev { float: right; height: 36px; }
		.page_next-prev * { float: left; }
		.page_next-prev .icon { width: 32px; height: 20px; fill: #d7d7d7; }
		.page_next-prev > span >  a:hover .icon { fill: #2d7281; }
		.page_next-prev > span > * { float: left; padding: 8px 12px; }

	.page_next > span, .page_prev > span { opacity: 0.5; }

/* поверх-стили */

.red { color: #f00; }
.upper { text-transform: uppercase; }
.nouppercase { text-transform: none; }

.text-center { text-align: center; }
.block-center { margin-left: auto; margin-right: auto; }
.text-left { text-align: left; }
.text-right { text-align: right; }

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

.grey-bg { background-color: #f2f2f0; }
.grey2-bg { background-color: #d8d8d8; }
.dark-bg { background-color: #acb2b3 }
.blue-bg { background-color: #7ca7b0; }

.white { color: #fff; }
.blue { color: #2d7281; }

.padding10 { padding: 10px; }
.vpadding10 { padding-top: 10px; padding-bottom: 10px; }
.hpadding10 { padding-left: 10px; padding-right: 10px; }

.no-bg { background: none !important; }
.no-margin { margin: 0px !important; }
.no-top-margin { margin-top: 0px !important; }
.no-bottom-margin { margin-bottom: 0px !important; }

.margin10 { margin: 10px; }
.vmargin10 { margin-top: 10px; margin-bottom: 10px; }

.highslide, .highslide *, .highslide-container * { transition: none !important }

.form-100 input, .form-100 .cream-button {
	width: 100%;
}

#vk_groups {
	height: 280px !important;
	overflow: hidden!important;
}

#vk_groups iframe {
	height: 280px !important;
}

.box_in { 
	overflow:hidden;
}

.box:not(.shortstory) .box_in {
	/*padding-bottom: 30px;*/
}

#dle-content {
	padding:0 3px 30px 3px;
}

/* Базовые стили модального окна */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {    
	width: 788px;
    background-color: #f6f6f6;
    border: 1px solid #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
	font: 14px Helvetica, Arial, Sans-Serif;
    top: 25%;
    visibility: hidden;
    z-index: 1001;
	margin-left: -399px;
	overflow: hidden;
	padding-bottom:30px;
/*
    -webkit-transform: translate(-17%, -17%);
    -moz-transform: translate(-17%, -17%);
    -ms-transform: translate(-17%, -17%);
    -o-transform: translate(-17%, -17%);
    transform: translate(-17%, -17%);
*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup_2 {
	width: 400px;
	height: 200px;
	margin-left: -200px;
	padding: 0;
	border: 0;
	background: none;
}
.popup_header {
	height: 76px;
	border-radius: 8px 8px 0 0;
    background: #007383;
    padding-top: 1px !important;
	text-align: center;
	position: relative;
}
.popup_info {
    /*background: #CC2626 url("../images/info_bg.png") 10px center no-repeat;*/
    background: rgba(255, 255, 255, 0.2) url("../images/info_bg.png") 10px center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/*bottom: 0;
	opacity: 0;*/
	box-sizing: border-box;
	padding: 20px !important;
	color: #fff;
	font: 14px/18px "Open sans";
    margin: -500px 60px 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.popup_2 .popup_info {
	bottom: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 10px;
	background-image: none;
}
.popup_info.enabled {
	margin-top: 0px;
}
.popup_info.sent {
	background: #259E45;
}
.popup_logo {
    display: block;
    width: 155px;
    height: 76px;
	float: left;
    background: transparent url("../images/logo_footer.png") no-repeat center 3px;
	background-size: 87%;
    margin-left: 50px;
}
.popup_header span {
	display: block;
	font: 32px/76px "Open sans";
	color: #fff;
	text-transform: uppercase;
	margin-right: 70px;
}
.popup_form {
    background: transparent url("../images/modal_bg.png") no-repeat 5px 53px;
	text-align: center;
	padding: 40px 0 0 !important;
    margin-top: -25px;
    position: relative;
}
.popup_form form {
	margin-left: 247px;
	text-align: left;
	padding-top: 20px;
}
.popup input[type="text"], .popup textarea {
	height: 50px;
	font: 21px "Open sans";
	color: #9a9a9a;
	border: 1px solid #298592;
	padding: 0 15px;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	margin: 0 0px 15px;
}
.popup input[type="text"] {
	width: 93%;
	box-sizing:border-box;
}
.popup textarea {
    width: 93%;
    height: 123px;
    padding: 15px;
    box-sizing: border-box;
}
.manager {
	margin: 15px 34px 0 0;
	float: right;
}
.popup_sign {
	font: 14px/18px "Open sans";
	color: #007383;
	float: left;
    margin: 35px 0 0 35px;
}
.overlay:target+.popup {
    top: 25%;
    opacity: 1;
    visibility: visible;
}
.close {
    background: url('../images/close.png') no-repeat 0px 0px transparent;
    height: 45px;
    position: absolute;
    right: -10px;
    text-decoration: none;
    top: 3px;
    width: 39px;
}
.close:hover {
    /*background-color: #e34425;*/
}
.popup p, .popup div {
    padding: 0px 5px 0px 5px;
}

/* back top */

#back-top {
    bottom: 100px;
	right: 50px;
    position: fixed;
    text-align: right;
    width: 60px;
	z-index:99999;
}

#back-top a.upScroll, #back-top a.bottomScroll {
    color: #696969;
    display: block;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 60px;
}

#back-top a span {
    background: url("../images/up-arrow.png") no-repeat scroll center center #2d7281;
    border-radius: 15px;
    display: block;
    height: 60px;
    transition: all 1s ease 0s;
    width: 60px;
    opacity: 0.7;
}

.scrollWrap {
	min-height:60px;
	display:inline-block;
	margin-bottom:12px;
}

#back-top > span:last-child {
	margin-bottom:20px;
}

#back-top a.bottomScroll span {
	background: url("../images/bottom-arrow.png") no-repeat scroll center center #2d7281;
}

#back-top span:hover {
	opacity: 1;
}

.headTelWrap {
	display:inline-block;
}

#headWrapCont .header-phone a {
	text-decoration:none; 
}

#header-menu-wrap-mobile .fix-menu {
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:9999;
}

.none {
	display:none!important;
}


.blockquote {
	background:#F6F6F6;
	padding:24px 32px;
}

.blockquote h2 {
	margin-top:0px;
}

.inner-form-bottom-full a {
	text-decoration:none;
}


.servicePrice .services-title {
	margin:26px 0 11px 15px;
}

.servicePrice .services-title {
	font-size: 24px;
    display: inline-block;
	color:#FF9F55;
}

#maps {
	clear:both;
}

.clear {
	clear:both;
}

.border {
	border: 1px solid #ccc!important;
}

.textCenter {
	text-align:center;
}

.price_uslugiWrap .servicePrice:last-child {
	margin-bottom:56px;
}

.price-table td.no-border {
	width:200px;
}


.price-table .no-border img, .price-table .no-border a {
	max-width:95%;
	display:inline-block;
	margin:0px;
}

.tableArchive {
	width:100%;
	border-spacing: 0;
    border-collapse: collapse;
}

.tableArchive td {
	padding:6px 8px;
}

.tableArchive tr {
	border-bottom:1px solid #E4E4E4;
}

.page-leftShare {
	overflow:hidden;
}

.page-title {
}

.addthis_sharing_toolbox {
	margin:-19px 0 13px 0px;
}

#atstbx {
	text-align:left;
	margin-left:8px;
}

.speSliderWrap {
	cursor:pointer;
}

.price-table td.fixWidthTable:last-child, .fixWidthTable {
	width:125px;
}

.sertBlock div {
	text-align:center;
}

.footer-contacts a {
	color:#fff;
	text-decoration:none;
}

#maps > .row > div {
	border-left:1px solid #4EADC2;
	box-sizing:border-box;
	border-top:1px solid #4EADC2;
}

#maps > .row > div:first-child {
	border-left:0px solid #2D7281;
	box-sizing:border-box;
}

.none {
	display:none!important;
}

.emailBlock {
	display:block;
	line-height: 30px;
    color: #999;
	font-size:18px;
	padding-right: 22px;
}

.emailBlock i {
	margin-right:10px;
}

.emailBlock > * {
	display:inline-block;
	vertical-align:middle;
}

.emailBlockFoot {
	display:block;
	float:left;
	margin-bottom:20px;
	font-size:18px;
	color:#fff;
}

.emailBlockFoot i {
	color:#4EADC2;
	font-size:21px;
	margin-right:14px;
}


@media only screen and (max-width: 500px) {
	.servicePrice .services-title {
		font-size:20px;
		line-height:24px;
	}
	
}


/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline { background: #fff }
	.highslide-image { border: 2px solid #fff }
	.highslide-active-anchor { visibility: hidden } 
	.highslide-active-anchor img { visibility: hidden }
	.highslide-dimming { background-color: black }
	.highslide-html { background-color: white }
	.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
	a.highslide-full-expand { background: url(../dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
	.highslide-display-block { display: block }
	.highslide-display-none { display: none }
	.highslide-caption { display: none; padding: 5px; background: white }
	.highslide-controls { width: 195px; height: 40px; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
	.highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
	.highslide-controls li { float: left; padding: 5px 0; }
	.highslide-controls a { background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
	.highslide-controls a.disabled { cursor: default }
	.highslide-controls a span { display: none }
 
/*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a { background-position: 0 0 }
	.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
	.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
	.highslide-controls .highslide-play a { background-position: -30px 0 }
	.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
	.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
	.highslide-controls .highslide-pause a { background-position: -60px 0 }
	.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
	.highslide-controls .highslide-next a { background-position: -90px 0 }
	.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
	.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
	.highslide-controls .highslide-move a { background-position: -120px 0 }
	.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
	.highslide-controls .highslide-full-expand a { background-position: -150px 0 }
	.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
	.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
	.highslide-controls .highslide-close a { background-position: -180px 0 }
	.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

	
/* заглушка для IE */

	.zaglushkaWrap {
		position:fixed;
		top:0px;
		left:0px;
		background:url("../images/zagBGg.png") left top;
		width:100%;
		height:100%;
		z-index:99999;
	}
	.zaglushkaCont {
		width:100%;
		height:100%;
	}
	
	.zaglushkaCont tr td {
		text-align:center;
		vertical-align:middle;
	}
	
	.ieBlock {
		display:inline-block;
		background:#fff;
		border:2px solid #000;
		width:740px;
		padding:30px;
		font:18px Arila, sans-serif;
		text-align:left;
	}
	
	.textZagl {
		margin-bottom:15px;
	}
	
	.browsers {
		text-align:center;
	}
	
	.browsers img {
		width:100px;
	}
	
	.browsers a {
		margin:0 10px;
		text-align:center;
		display:inline-block;
	}
	
	.page-img-inner .akcii_img {
		width: 100%;
		object-fit: fill;
	}
	
	
