﻿@import url(https://fonts.googleapis.com/css?family=Roboto:500,300,400&subset=cyrillic,latin);
body {
	font-family: Roboto, verdana, arial, tahoma;
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #333333;
}
body > div {
	overflow: hidden;
	position: relative;
}
a:link, a:visited, a {
	color:#3a9ae5;
	text-decoration: underline;
}
a:hover, a:active {
	color:#3a9ae5;
	text-decoration: none;
}
table {
	border-collapse:collapse;
}
table td {
	vertical-align: top;
}
img {
	border:none;
}
.clearing {
	width:100%;
	clear:both;
}
p {
	margin:0 0 12px 0;
}
sup {
	font-weight:normal;
}
ol {
	padding: 0 0 0 20px;
	list-style-position:outside;
}
ol li {
	margin: 0 0 16px 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* H's */
h1,
.h1 {
	font-family: Roboto;
	font-size: 45px;
	line-height: 55px;
	font-weight: 300;
	color: #FFF;
	text-align: right;
	clear: both;
	width: 100%;
	margin: 50px 0;
	padding: 0;
	
}
h1 {
	text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
h1 small,
.h1 small {
	font-size: 24px;
	line-height: 32px;
	display: inline-block;
	margin: 20px 0;
}
.h2 {
	font-family: Roboto;
	font-size: 40px;
	margin: 100px auto 80px auto;
	padding: 0;
	line-height: 45px;
	font-weight: 300;
	color: #006B9D;
	clear: both;
	position: relative;
	text-align: center;
}
.h2 span {
	color: #bf0034;
}
.h2 small {
	text-transform: none;
	display: block;
	color: #636363;
	font-size: 25px;
	line-height: 32px;
	margin: 13px 0 0 0;
}
.h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	font-family: Roboto;
}
h4 {
	margin: 0;
}
/* H's */
.wrap {
	width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 1px 0;
}
button,
a.button {
	background-color: #e03c9d;
	cursor: pointer;
	height: 53px;
	line-height: 53px;
	font-size: 17px;
	display: inline-block;
	font-family: Roboto, verdana, arial, tahoma;
	color: #FFF;
	font-weight: 300;
	border: none;
	outline: none;
	padding: 0 32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	margin-top: 4px;
	border-bottom: solid 3px #792055;
}
a.button {
	margin-top: 12px;
}
button::-moz-selection {
	background: transparent;
}
button::selection {
	background: transparent;
}
button:hover,
a.button:hover {
	background: #e445a3;
}
button:active,
a.button:active {
	background: #cb398f;
	border-bottom: solid 2px #792055;
	border-top: solid 1px #cb398f;
}
button.round-button {
	background-color: transparent;
	border: solid 2px #e03c9d;
	height: 33px;
	font-size: 15px;
	line-height: 31px;
	width: 185px;
	text-align: center;
	padding: 0;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	margin-top: 40px;
}
button.round-button:hover {
	background-color: transparent;
	border: solid 2px #e445a3;
}
button.round-button:active {
	background-color: transparent;
	border: solid 2px #cb398f;
}
input[type="text"]{
	height: 42px;
	border: solid 1px #ccc;
	line-height: 42px;
	display: inline-block;
	width: 300px;
	text-align: left;
	outline: none;
	margin: 0 0 10px 0;
	font-family: arial, tahoma, verdana;
	color: #444;
	font-size: 15px;
	vertical-align: top;
	padding: 0 0 0 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFF;
	background-position: 4px 8px;
	background-repeat: no-repeat;
}
input[name="email"],
input[name="friendemail"]{
	background-image: url(../img/email.png);
	background-position: 2px 8px;
}
input[name="phone"],
input[name="friendphone"]{
	background-image: url(../img/phone.png);
}
input[name="name"],
input[name="friendname"]{
	background-image: url(../img/name.png);
}
form {
	-moz-transition:	0.33s 0s;
	-webkit-transition:	0.33s 0s;
			transition:	0.33s 0s;
}
.infoblock {
	position: fixed;
	z-index: 9000;
	height: 64px;
	background: rgb(4, 153, 117);
	width: 100%;
	left: 0;
	top: -200px;
	text-align: center;
	color: #ffffff;
	line-height: 64px;
	font-size: 32px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	opacity: 0;
	-moz-transition: 0.5s 0s ease;
    -o-transition:  0.5s 0s ease;
    -webkit-transition: 0.5s 0s ease;
    transition: 0.5s 0s ease;
}
.close-info {
	height: 64px;
	width: 64px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	border-left: solid 1px rgb(53, 162, 105);
	float: right;
	line-height: 59px;
	font-size: 45px;
	background: rgb(28, 122, 92);
	font-family: verdana, tahoma, arial;
}
.close-info:hover {
	opacity: 0.8;
	-moz-transition: 0.3s 0s ease;
    -o-transition:  0.3s 0s ease;
    -webkit-transition: 0.3s 0s ease;
}
.infoblock.err {
	background: rgb(145, 0, 0);
}
.infoblock.err .close-info {
	background: rgb(185, 0, 0);
	border-left: solid 1px rgb(162, 53, 53);
}
input.err-form {
	-moz-transition: 0.3s 0s ease;
    -o-transition:  0.3s 0s ease;
    -webkit-transition: 0.3s 0s ease;
		transition: 0.3s 0s ease;
	border-color: #F00;
}
.darker {
	display: none !important;
}
.top-block {
	height: 647px;
	background: url(../img/top-block.jpg) no-repeat center 0;
}
.first-reception {
	height: 647px;
	background: url(../img/first-reception.jpg) no-repeat center 0;
}
.first-reception center {
	font-size: 30px;
	color: #636363;
	margin: 50px 0 0 0;
}

.action-reception {
	height: 447px;
    background: url(/upload/plashka.jpg) no-repeat center 0;
}

.wrap2 {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    padding: 1px 0;
}

.wrap2 a:link, a:visited, a {
	color:#fff;
	text-decoration: none;
}

.box-text {
	padding: 50px;
	margin:10px;
}
.box-text p {
	padding-bottom: 20px;
}
.button2 {
    display: block;
    margin: 20px auto;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 30px;
    color: #fff;
}

.button2 span {
    display: block;
    padding: 20px 30px;
    text-align: center;
    background-color: #ec528d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}
.test_class {
	position: absolute;  
    top: 0;  
    left: 0;  
    display: block;  
    width: 100%;  
    height: 100%;  
    text-decoration: none;  
    z-index: 1;  
}
.button2:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.button2:active, .button2:focus {
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
}

.button2:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.blue {
	/*background: #33ace5 url(../img/blue-gradient.png) repeat-y center 0;
	color: #fff;
	padding: 0 0 60px 0;*/
	background: #FFF url(../img/grey-bgg.jpg) repeat;
	color: #006B9D;
	padding: 0 0 60px 0;
}
.blue-gradient {
	/*color: #fff;
	background: #33ace5 url(../img/blue-gradient.png) repeat-y center 0;
	padding: 0 0 80px 0;*/
	
	color: #006B9D;
	background: #FFF url(../img/grey-bgg.jpg) repeat;
	padding: 0 0 80px 0;
}
.blue-gradient .h2,
.blue .h2 {
	color: #006B9D;
	margin: 80px auto 60px auto;
}
.order-block {
	background-position: center 0;
	background-repeat: no-repeat;
	height: 605px;
	color: #fff;
}
.order-block .h2 {
	color: #fff;
	text-align: right;
	font-size: 43px;
	margin: 60px auto 40px auto;
}
.order-block .ordering {
	text-align: right;
	padding: 40px 0 0 0;
}
.order-block .ordering button {
	width: 341px;
	padding: 0;
}
.order-block .ordering .h3 {
	margin: 0 0 42px 0;
}
.bg-1 {
	background-image: url(../img/bg-1.jpg);
}
.bg-2 {
	background-image: url(../img/bg-2.jpg);
}
.bg-5 {
	background-image: url(../img/bg-5.jpg);
}
.bg-3 {
	background-image: url(../img/bg-3.jpg);
}
.bg-4 {
	background-image: url(../img/bg-4.jpg);
}
.fpriem {
	text-align: center;
}
.fpriem li {
	width: 327px;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	text-align: left;
	margin: 0 23px;
}
.fpriem li img {
	margin: 0 0 12px 0;
}
.cif-facty {
	text-align: center;
}
.cif-facty li {
	vertical-align: top;
	display: inline-block;
	position: relative;
	line-height: 25px;
	padding: 20px 0 0 140px;
	width: 340px;
	font-size: 21px;
	text-align: left;
	min-height: 100px;
	margin:0 20px 25px 20px;
}
.cif-facty li img {
	position: absolute;
	left: 0;
	top: 0;
}
.white {
	background-color: #fff;
	padding: 0 0 60px 0;
}
.map {
	background: url(../img/map.jpg) no-repeat center 200px;
	padding: 0 0 70px 0;
}
.clinic-block {
	margin-top: 350px;
	margin-right: 3%;
	float: left;
	width: 30%;
}
.clinic-block p {
	margin: 0 0 22px 8px;
}
.clinic-block strong {
	font-weight: 500;
	color: #444;
	display: inline-block;
	margin: 0 0 4px 0;
}
.clinic-block .h3 {
	font-weight: 500;
	color: #333;
	margin: 0 0 22px 0;
}
.clinic-block .h4 {
	font-weight: 500;
	color: #333;
	font-size: 18px;
	margin: 0 0 6px 0;
}
.proshli-zvezdy {
	text-align: center;
}
.proshli-zvezdy li {
	vertical-align: top;
	margin: 0 24px 40px 24px;
	height: 420px;
	text-align: left;
	border: solid 1px #eee;
	display: inline-block;
	width: 500px;
	padding: 10px 10px 16px 10px;
}
.proshli-zvezdy li b {
	font-weight: 500;
}
.proshli-zvezdy li img {
	width: 100%;
	margin: 0 0 12px 0;
}
.preimush {
	text-align: center;
}
.preimush li {
	width: 327px;
	vertical-align: top;
	margin: 0 23px;
	text-align: center;
	display: inline-block;
}
.preimush iframe {
	width: 100%;
	border: none;
	height: 200px;
	margin: 12px 0;
	background: #000;
}
.preimush p {
	text-align: left;
}
.preimush strong {
	font-weight: 500;
}
.ul-l li img {
	margin: 0 0 8px 0;
}
.ul-l li {
	text-align: left;
	margin: 0 23px;
}
.posle-ustanovki {
	width: 1180px;
	position: relative;
	text-align: left;
	background: url(../img/posle-ustanovki.png) no-repeat 0 0;
}

.posle-ustanovki2 {
	width: 1180px;
	position: relative;
	text-align: left;
	background: url(../img/posle-ustanovki2.png) no-repeat 0 0;
}

.posle-ustanovki li {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	line-height: 24px;
	padding: 0 0 0 50px;
	height: 100px;
	width: 334px;
	text-align: left;
}
.posle-ustanovki2 li {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	line-height: 24px;
	padding: 0 0 0 50px;
	height: 100px;
	width: 334px;
	text-align: left;
}

.slidering {
	position: relative;
	padding: 1px 0 60px 0;
	background: url(../img/first-reception.jpg) no-repeat center 0;
}
.slidering .inslide {
	width: 1098px;
	margin: 0 auto;
	height: 320px;
	position: relative;
	overflow: hidden;
}
.slidering .inslide > div {
	width: 19999px;
	height: 280px;
}
.slide {
	float: left;
	height: 280px;
	text-align: center;
	width: 306px;
	padding: 0 30px;
	font-size: 16px;
}
.slide img {
	margin: 0 0 16px;
}
.next-arr,
.prev-arr {
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/arrs.png);
	cursor: pointer;
	width: 30px;
	height: 43px;
	opacity: 0.9;
	top: 45%;
}
.next-arr {
	left: 10%;
	background-position: 0px 0;
}
.prev-arr {
	right: 10%;
	background-position: -35px 0;
}
.next-arr:hover,
.prev-arr:hover {
	opacity: 1;
}
.slidering::selection {
	background-color: transparent;
}
.slidering::-moz-selection {
	background-color: transparent;
}
.kak-rab {
	padding: 40px 0 0 0;
	height: 280px;
	margin-bottom: 170px;
	border-bottom: solid 1px #89d7f6;
	background: url(../img/1kak-rab.png) no-repeat center 40px;
}
.kak-rab p {
	position: absolute;
	width: 290px;
	font-size: 21px;
	text-align: center;
}
.kak-rab p small {
	font-size: 17px;
	display: inline-block;
	margin: 12px 0 0 0;
}
.kak-rab p.sq {
	width: 500px;
	padding: 0 0 0 26px;
	background: url(../img/1sq.png) no-repeat 0 3px;
	text-align: left;
	font-size: 18px;
}
.facts {
	text-align: center;
}
.facts li {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	line-height: 24px;
	text-align: left;
	width: 500px;
	padding: 0 0 0 26px;
	background: url(../img/1sq.png) no-repeat 0 3px;
	text-align: left;
	font-size: 18px;
	margin: 0 20px 38px 20px;
}
.top-block {
	text-align: right;
}
.plash {
	width: 700px;
	position: absolute;
	right: -40px;
	line-height: 32px;
	text-align: left;
	color: #FFF;
	top: 466px;
}
.plash big {
	font-size: 32px;
}
img[alt="forbes"] {
	margin: 0 0 0 5px;
}
a.authobiography {
	display: inline-block;
	color: #eee;
	position: absolute;
	right: 0;
	font-size: 19px;
	top: 590px;	
}
.menus {
	height: 40px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
}
.menu {
	margin: 0 auto;
	width: 1190px;
	display: block;
}
.menu li {
	float: left;
	list-style: none;
	width: 161px;
	margin: 0 10px 0 0;
	text-align: center;
}
.menu li a {
	display: inline-block;
	color: #555;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li.current a {
	font-weight: 400;
	text-decoration: underline;
}
.header {
	margin-top: 40px;
	height: 70px;
	padding: 20px 0;
}
.logo {
	float: left;
}
.phone {
	float: right;
	text-align: right;
	color: #888;
	padding: 13px 0 0 0;
	font-size: 13px;
}
.phone a {
	color: #006B9D;
	font-size: 35px;
	text-decoration: none;
}
.footer {
	margin: 0;
	height: 100px;
}
.social {
	position: absolute;
	width: 160px;
	top: 25px;
	left: 490px;
}
.social a {
	display: inline-block;
	width: 32px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../img/social.png);
	opacity: 0.8;
}
.social a:hover {
	opacity: 1;
}
a.vks {
	background-position: 0px 0px;
}
a.fbs {
	background-position: -30px 0px;
}
a.yts {
	background-position: -61px 0px;
}
a.its {
	background-position: -95px 0px;
}

.margin-right-0 {
	margin-right: 0 !important;
}
.margin-left-0 {
	margin-left: 0 !important;
}
#biographi {
	width: 800px;
}
.muhina {
	float: left;
}
.ll {
	float: left;
	width: 427px;
	margin: 0 24px 0 0;
}
.rr {
	float: right;
	width: 348px;
}
.scale-0 {
	-moz-transition:	0.33s;
	-webkit-transition:	0.33s;
			transition:	0.33s;
	opacity: 0;
	-moz-transform:		scale(0,0);
	-ms-transform:		scale(0,0);
	-webkit-transform:	scale(0,0);
		transform:		scale(0,0);
}
.scale-1 {
	-moz-transition:	0.33s;
	-webkit-transition:	0.33s;
			transition:	0.33s;
	opacity: 1 !important;
	-moz-transform:		scale(1,1) !important;
	-ms-transform:		scale(1,1) !important;
	-webkit-transform:	scale(1,1) !important;
		transform:		scale(1,1) !important;
}
.opacity-0 {
	-moz-transition:	0.33s;
	-webkit-transition:	0.33s;
			transition:	0.33s;
	opacity: 0;
}
.opacity-1 {
	-moz-transition:	0.33s;
	-webkit-transition:	0.33s;
			transition:	0.33s;
	opacity: 1;
}
#biographi ul {
	padding: 0 0 0 24px;
}
#biographi ul li {
	list-style: disc;
}
.lb-b {
	width: 600px;
	text-align: center;
}
.lb-b .h2 {
	margin: 6px 0;
}
.lb-b .h3 {
	margin: 0 0 16px 0;
}
.ac-message {
	text-align: center;
	padding: 32px;
	width: 600px;
}
.ac-message .h1 {
	color: #333;
	text-align: center;
	margin: 0;
}
a.nextteam {
	height: auto;
	display: inline;
	color: #555;
	background: none;
}
a.nextteam small {
	font-size: 12px;
}

.ssil {
	color:white;
	text-decoration:none;
}

