.clear {
	clear: both;
	float: none !important;
	height: 0 !important;
	width: 0 !important;
}

html {
	overflow-x: hidden;
}

body {
	background: #f2f2f2;
	border: 0;
	border-top: 5px solid #6fb525;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-family: 'Roboto', sans-serif;
}

p {
	line-height: 18px;
	margin: 10px 0;
}

a {
	color: #1b5d81;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

ul {
	list-style: url(../img/mark-ul.png);
	padding-left: 15px;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 40px 0 20px;
	min-height: 31px;
	padding: 9px 0 10px 40px;
}

h1:before {
	border-left: 3px solid #5eab1f;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

h2 {
	/*font-size: 23px;*/
	font-size: 30px;
	line-height: 30px;
	margin: 26px 0 20px;
	min-height: 31px;
	padding: 9px 0 10px 40px;
}
h2:before {
	border-left: 3px solid #5eab1f;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

h3 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #5eab1f;
	position: relative;
}


.wrap, .cbl {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1280px;
	width: 100%;
	min-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap img, .cbl img {
	max-width: 100%;
}

.header {
	padding-top: 30px;
}

.header .social-links {
	padding: 10px 0;
	font-size: 23px;
}

.header .social-links a:hover {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	opacity: .5;
}

.header .social-links a .icon-vkontakte, .header .social-links a .icon-youtube {
	font-size: 21px !important;
}

.head-t > div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.head1 {
	padding-left: 10px;
	width: 30%;
}

.logo {
	margin: 0 0 5px -10px;
}

.desc {
	margin-left: -10px;
	line-height: 18px;
	font-size: 12.5px;
}

.head2 {
	color: #1b5d81;
	width: 40%;
	text-align: center;
}
.head2 .fast-help {
	display: inline-block;
	position: relative;
	margin-top: 15px;
	width: 187px;
	height: 63px;
	background: url(../img/fast-help.png) 0 0 no-repeat;
}

.head2 .fast-help:hover {
	bottom: 3px;
	background-position: 0 -74px;
}

.head3 {
	color: #1b5d81;
	float: right;
	width: 30%;
	text-align: right;
}

.head3 .lang a {
	font-weight: bold;
    text-decoration: none;
    padding: 0 5px;
	font-size:12px;
}

.head3 .city, .ft3 .city {
	font-size: 12px;
}

.head3 .tel, .ft3 .tel {
	margin: 5px 0;
	font-size: 25px;
	font-weight: bold;
}

.head3 .hours, .ft3 .hours {
	font-size: 12px;
	text-transform: lowercase;
}

.call {
	background: url(../img/head3.png) left top no-repeat;
	color: #fff;
	display: inline-block;
	height: 37px;
	line-height: 35px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #4f8217;
	width: 232px;
}

.call:hover {
	background-position: left bottom;
}

.tmenu {
	margin-top: 20px;
}

.tmenu ul {
	background: url(../img/tmenu.png) left top repeat-x;
	border-radius: 3px;
	display: inline-block;
	font-size: 1px;
	height: 51px;
	list-style: none;
	margin: 0;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	o-border-radius: 3px;
	padding: 0;
	text-align: center;
	webkit-border-radius: 3px;
	width: 100%;
}

.tmenu ul li {
	background: url(../img/line-li.png) left 5px no-repeat;
	display: inline-block;
	height: 37px;
	padding: 8px 9px 6px 11px;
}
.tmenu ul li:nth-child(5) {
	display:none;
}
.tmenu ul li:first-child {
	background: none;
	padding-left: 4px;
}

.tmenu ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	height: 37px;
	line-height: 34px;
	padding: 0 30px 0;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #134865;
}

.tmenu ul li a:hover {
	background: url(../img/tmenu-h.png) left top repeat-x;
}

.tmenu ul li a:hover:before, .tmenu ul li a:hover:after {
	content: '';
	display: block;
	height: 37px;
	position: absolute;
	top: 0;
	width: 5px;
}

.tmenu ul li a:hover:before {
	background: url(../img/tmenu-h1.png) left top no-repeat;
	left: -5px;
}

.tmenu ul li a:hover:after {
	background: url(../img/tmenu-h2.png) left top no-repeat;
	right: -5px;
}

.top {
	padding-top: 47px;
}

.top .lmenu {
	float: left;
	width: 20%;
}

.lmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lmenu > ul > li ul {
	border: 1px solid #d2d2d2;
	border-top: 0;
	padding: 3px 10px 3px;
	font-style: italic;
}

.lmenu > ul > li:last-child ul {
	border-bottom: 1px solid #d2d2d2;
}

.lmenu > ul > li > a {
	margin-top: 5px;
	background: #dddddd;
	color: #1b5d81;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

.lmenu > ul > li > a:after {
	background: url(../img/leftm-arr.png) left top no-repeat;
	content: '';
	display: block;
	height: 11px;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 11px;
}

.lmenu > ul > li.act > a:after {
	top: 40px;
}

.lmenu > ul > li:first-child ul {
	display: block;
}

.lmenu > ul > li ul li {
	margin: 11px 0;
	font-size: 13px;
}

.lmenu > ul > li ul li a {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.lmenu > ul > li ul li.active a {
	color: #429301;
}

.lmenu > ul > li ul li a:hover {
	color: #429301;
}

.intro-doctor {
	margin: 30px auto 110px;
	width: 630px;
	height: 440px;
	background: url(../img/priymak.jpg) 0 0 no-repeat;
}

.intro-doctor .intro-bg {
	z-index: 3;
	position: absolute;
	margin: 94px 0 0 -53px;
	width: 736px;
	height: 449px;
	background: url(../img/slider-bg.png) left top no-repeat;
}

.intro-doctor .intro-text {
	position: absolute;
	bottom: 70px;
	left: 33px;
	width: 400px;
	text-align: center;
}

.intro-doctor .name, .service-about-doctor .name {
	margin: 10px 0;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	color: #5eab1f;
}

.intro-doctor .name span, .service-about-doctor .name span {
	color: #1b5d81;
}

.intro-doctor .intro-btn, .btn-in-page {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 15px;
	background: url(../img/btn-sprite.png) repeat-x;
	line-height: 1;
	border-radius: 4px;
	text-decoration: none;
	color: #ffffff;
}

.intro-doctor .intro-btn:hover, .btn-in-page:hover {
	background-position: 0 -39px;
}

#index-services, .services-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.services-list {
	margin-top: 30px;
}

#index-services li, .services-list li {
	display: block;
	margin-bottom: 4px;
}

#index-services li > a, .services-list li > a {
	display: block;
	padding: 7px 10px;
	background: #5eab1f;
	text-decoration: none;
	color: #ffffff;
}

.services-list li > a {
	padding: 20px 10px;
}

.services-list li > a:hover {
	background: #4d8f16;
}

#index-services .accordeon {
	display: none;
	padding: 5px 10px;
	border: 2px solid #5eab1f;
	line-height: 20px;
}

#index-services .align-center {
	padding: 10px 0 5px;
}

#index-services .align-center a {
	text-transform: uppercase;
	font-weight: bold;
}

.about-doctor {
	position: relative;
}

.about-doctor div {
	position: absolute;
	top: 0;
	left: 30px;
	padding-left: 110px;
}

.about-doctor div span:before {
	display: inline-block;
	position: absolute;
	left: 0;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 4px;
	content: ' ';
}

.about-doctor div span {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 100px;
	height: 2px;
	border-top: 1px dotted #000000;
}

.about-doctor .item-1 { top: 10px; left: 130px; }
.about-doctor .item-2 { top: 70px; left: 230px; }
.about-doctor .item-3 { top: 120px; left: 290px; }
.about-doctor .item-4 { top: 190px; left: 310px; }
.about-doctor .item-5 { top: 250px; left: 310px; padding-left: 60px; }
.about-doctor .item-5 span { width: 50px; }
.about-doctor .item-6 { top: 330px; left: 260px; }
.about-doctor .item-7 { top: 390px; left: 220px; }
.about-doctor .item-8 { top: 470px; left: 140px; }

.cert-table {
	margin: 0 0 30px;
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.cert-table td {
	padding: 10px;
	width: 16%;
	border: 1px solid #d2d2d2;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cert-table td a {
	border: 0;
}

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

#vidplay4 {
	display: block;
	margin: auto;
	width: 500px;
}

.price-table {
	margin: auto;
	width: 90%;
	border: 0;
	border-collapse: collapse;
	line-height: 18px;
	font-size: 14px;
}
.right .price-table h3 {
	text-align:center;
	margin: 20px 0;
}
.price-table th {
	padding: 10px;
	background: #5eab1f;
	border: 1px solid #5eab1f;
	color: #ffffff;
}

.price-table td {
	padding: 10px;
	border: 1px solid #d2d2d2;
}

.price-table td:nth-child(even) {
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

.price-table td[colspan] {
	background: #d2d2d2;
}

.ask-block {
	margin: 40px 0 20px;
	padding: 50px 10px 0;
	background: url(../img/ask-icon.png) center 20px no-repeat;
	border: 1px solid #5eab1f;
}

.ask-block h3 {
	margin: 16px 0;
	text-align: center;
}

.service-alert {
	padding: 20px 0;
	background: #5eab1f;
	text-align: center;
	font-size: 21px;
	color: #ffffff;
}

.service-after-price {
	margin-bottom: 30px;
	padding: 20px;
	border: 2px solid #5eab1f;
	border-top: 0;
	text-align: center;
}

.service-compare {
	display: none !important;
	margin-bottom: 3px;
	border: 0;
	border-collapse: collapse;
	line-height: 18px;
	font-size: 14px;
}

.service-compare th {
	padding: 10px;
	border-top: 2px solid #5eab1f;
	border-right: 2px solid #5eab1f;
	text-transform: uppercase;
	color: #5eab1f;
}

.service-compare th:nth-child(odd) {
	border-left: 2px solid #000000;
	border-right: 0;
	border-color: #000000;
	color: #000000;
}

.service-compare td {
	position: relative;
	padding: 5px 80px;
	width: 50%;
	background: url(../img/smile-nice.png) 50px center no-repeat;
	border-right: 2px solid #5eab1f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.service-compare td .compare-line {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 38px;
	height: 1px;
	border-top: 2px dotted #5eab1f;
}

.service-compare td:nth-child(odd) {
	background: url(../img/smile-bad.png) right 50px center no-repeat;
	border-left: 2px solid #000000;
	border-right: 0;
	text-align: right;
}

.service-compare td:nth-child(odd) .compare-line {
	left: inherit;
	right: 2px;
	border-color: #000000;
}

.service-compare .bottom-left {
	background: none !important;
	border-bottom: 2px solid #000000;
}

.service-compare .bottom-right {
	background: none;
	border-bottom: 2px solid #5eab1f;
}

.service-table-after {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.service-table-after td {
	width: 50%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.service-table-after td:nth-child(odd) {
	border-right: 1px solid #5eab1f;
	display:none;
}

.service-about-doctor {
	margin: 10px auto 40px;
	width: 400px;
	text-align: center;
}

.service-about-doctor h3 {
	margin-bottom: 5px !important;
	line-height: 1;
	font-size: 21px;
}

.service-about-doctor p {
	margin: 0 !important;
	text-align: center !important;
}

.small-text {
	line-height: 15px !important;
	font-size: 12px;
	font-style: italic;
}

#coin1 {
	margin-left: 53px;
}

#cs-buttons-coin1 {
	left: 490px !important;
	margin-left: 0 !important;
	top: 456px;
	z-index: 101;
}

#cs-buttons-coin1 a {
	background: url(../img/pagi.png) left top no-repeat;
	display: block;
	float: left;
	height: 0px;
	margin-right: 6px;
	overflow: hidden;
	padding-top: 13px;
	width: 13px;
}

#cs-buttons-coin1 a.cs-active {
	background-position: left bottom;
}

#cs-navigation-coin1 {
	display: block !important;
}

#cs-navigation-coin1 a {
	background: url(../img/nav.png) left top no-repeat;
	display: block;
	height: 52px;
	width: 25px;
}

#cs-navigation-coin1 a.cs-prev {
	background-position: left top;
}

#cs-navigation-coin1 a.cs-prev:hover {
	background-position: left bottom;
}

#cs-navigation-coin1 a.cs-next {
	background-position: right top;
}

#cs-navigation-coin1 a.cs-next:hover {
	background-position: right bottom;
}

#cs-title-coin1 {
	bottom: -50px;
	height: 120px;
	left: -20px;
	overflow: hidden;
	padding: 15px 30px;
	width: 340px;
}

.sl-tit {
	color: #1b5d81;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.sl-t {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

.sl-a a {
	background: url(../img/link.png) center top no-repeat;
	bottom: 0;
	display: block;
	height: 28px;
	position: absolute;
	right: 0;
	width: 49px;
}

.sl-a a:hover {
	background-position: center bottom;
}

.bl-tit {
	border-left: 3px solid #5eab1f;
	color: #1b5d81;
	font-size: 30px;
	font-weight: bold;
	line-height: 51px;
	margin-bottom: 40px;
	padding-left: 37px;
}

.newsbl {
	float: right;
	width: 205px;
}

.new {
	margin-bottom: 40px;
}

.new-i {
	height: 100px;
	margin-bottom: 10px;
	position: relative;
	width: 170px;
}

.new-i img {
	border-radius: 2px;
	height: 100px;
	width: 170px;
}

.new-i div {
	bottom: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	right: 10px;
}

.new-t {
	color: #000;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 10px;
}

.new-a a {
	background: url(../img/mark.png) right center no-repeat;
	color: #1b5d81;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding-right: 20px;
	text-decoration: none;
}

.new-a a:hover {
	color: #429301;
}

.wh {
	background: #f6f6f6;
	height: 290px;
	margin-bottom: 20px;
	padding: 40px 0;
	position: relative;
}

.wh:after {
	background: url(../img/wh-bg.png) left top repeat-x;
	bottom: -20px;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	width: 100%;
}

.wh > div {
	margin: 0 auto;
	width: 1280px;
}

.gr-bl4 {
	float: left;
	margin: 20px 40px 0 0;
	width: 280px;
}

.wh .bl-tit {
	color: #5eab1f;
}

.gr-t {
	color: #5eab1f;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 60px;
	position: relative;
}

.gr-t img {
	left: 0;
	position: absolute;
	top: 0;
}

.gr-text {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.play {
	background: url(../img/play.png) left top no-repeat;
	cursor: pointer;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;
}

.play:hover {
	background-position: left bottom;
}

.vidborder {
	height: 180px;
	margin-bottom: 20px;
	position: relative;
	width: 240px;
}

.vidborder .posrel {
	position: absolute;
}

.vidborder .posrel img {
	height: 180px;
	position: relative;
	width: 240px;
	z-index: 99;
}

.vidborder video {
	border-radius: 2px;
	height: 180px;
	width: 240px;
}

.btnplay {
	background: url(../img/play.png) no-repeat;
	cursor: pointer;
	height: 50px;
	margin: 65px 0 0 95px;
	position: relative;
	width: 50px;
	z-index: 100;
}

.btnplay:hover {
	background-position: left bottom;
}

.rewiev {
	float: left;
	margin: 20px 40px 40px 0;
	width: 280px;
}

.rewiev > div {
	background: #f9f9f9;
	border-radius: 2px;
	border-top: 1px solid #fff;
	box-shadow: 0px 3px 7px -1px #ddd;
	height: 321px;
	margin-bottom: 30px;
	padding: 19px 20px;
	position: relative;
	width: 240px;
}

.rewiev > div:after {
	background: url(../img/rew-aft.png) left top no-repeat;
	bottom: -25px;
	content: '';
	height: 25px;
	left: 27px;
	position: absolute;
	width: 26px;
}

.rewiev > div .new-a {
	bottom: 20px;
	position: absolute;
}

.rew-t {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.rew-n {
	color: #666;
	font-size: 16px;
	line-height: 18px;
}

.rew-bl {
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
}

.rew-more {
	font-weight: bold;
	position: absolute;
	right: 40px;
	top: 50px;
}

.green {
	background: url(../img/green.jpg) center top no-repeat;
	background-size: cover;
	height: 334px;
	margin: 0 0 42px;
	position: relative;
}

.green:after {
	background: url(../img/green-shad.png) left top repeat-x;
	bottom: -22px;
	content: '';
	display: block;
	height: 22px;
	position: absolute;
	width: 100%;
}

.green > div {
	color: #fff;
	margin: 0 auto;
	width: 1280px;
}

.green .green-t {
	color: #fefefe;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	padding: 40px 0;
}

.green-bl {
	float: left;
	margin: 7px 0;
	min-height: 50px;
	padding: 8px 0 0 70px;
	position: relative;
	width: 350px;
}

.green-bl div {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

.green-bl a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}

.green-bl img {
	left: 0;
	position: absolute;
	top: 0;
}

.grey {
	background: #e9e9e9;
	color: #666;
	display: inline-block;
	padding-bottom: 30px;
	width: 100%;
}

.grey > div {
	margin: 0 auto;
	width: 1280px;
}

.alert {
	margin-top: 40px;
	padding: 50px 0;
	background: #5eab1f;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
}
	.alert hr {
		width: 10%;
		border-color: #fff;
		margin: 25px auto;
	}
	.alert p {
		font-size:18px;
		line-height:1.4;
	}

.footer {
	background: #f6f6f6;
	padding: 45px 0;
}

.footer > div {
	color: #1b5d81;
}

.footer > div > div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ft1 {
	width: 40%;
}

.ft2 {
	width: 30%;
	text-align: center;
}

.ft2 .desc {
	font-size: 12.5px;
	line-height: 18px;
}

.ft3 {
	width: 30%;
	text-align: right;
}

.ft3 .pay {
	margin-top: 15px;
}

.ft3 .pay a {
	font-size: 12px;
	color: #f5a304;
}

.ft4 {
	float: right !important;
	width: 300px;
}

.copy {
	margin-left: 12px;
	font-size: 12px;
}

.amadeus {
	margin-left: 12px;
	padding-top: 5px;
	font-size: 12px;
	width: 300px;
}

.ft-t {
	margin-bottom: 10px;
}

.ft-ph {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
}

.ft-ph span {
	font-weight: bold;
}

.ft-adr {
	color: #666;
	margin-bottom: 35px;
}

.soc {
}

.soc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.soc ul li {
	float: left;
	margin-left: 5px;
}

.soc ul li:first-child {
	margin-left: 0;
}

.soc ul li a {
	display: block;
	height: 35px;
	overflow: hidden;
	width: 35px;
}

.soc ul li a img {
	float: left;
}

.soc ul li a:hover img {
	margin-top: -35px;
}

.cbl {
	margin: 0 auto;
}

.left {
	float: left;
	padding: 20px 0 40px;
	width: 20%;
}
	.left .action {
		box-sizing:border-box;
		background: #5eab1f;
		padding:20px;
		color:#fff;
		text-align:center;
	}
	.left .action strong {
		display:block;
		font-size:18px;
	}
	.left .action-2 {
		box-sizing: border-box;
		border: 1px solid #5eab1f;
		margin: 25px 0;
		padding: 15px;
		color: #5eab1f;
		text-align: center;
	}
	.left .action-2 h5 {
		font-size:18px;
	}
.right {
	float: right;
	padding-left: 25px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.right h3 {
	margin: 20px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.right p {
	margin-bottom: 20px;
	line-height: 20px;
	text-align: justify;
}

.right blockquote {
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	width: 80%;
	border-top: 1px solid #5eab1f;
	border-bottom: 1px solid #5eab1f;
}

.right blockquote p {
	margin: 0;
}

.right p.nopd {
	margin: 0;
	padding: 0;
}

.right .ul-list li {
	margin-bottom: 8px;
}

.ul2 {
	color: #666;
}

.ul2 > div {
	width: 450px;
}

.ul-l {
	float: left;
}

.ul-r {
	float: right;
}

.ul2 li {
	margin-bottom: 5px;
}

.c-img {
	width: 300px;
}

.c-img .c-i img {
	border-radius: 2px;
	margin-bottom: 10px;
	width: 300px !important;
}

.c-img .c-d {
	color: #1b5d81;
	font-size: 12px;
	line-height: 14px;
}

.c-right {
	float: right;
	margin: 4px 0 10px 30px;
}

.c-left {
	float: left;
	margin: 4px 30px 10px 0;
}

.reveal-modal-bg {
	background: url(../img/reveal-bg.png) left top repeat;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1010;
}

.reveal-modal {
	background: #f4f4f4;
	border-radius: 2px;
	border-top: 1px solid #fff;
	font-size: 14px;
	left: 50%;
	margin-left: -300px;
	padding: 30px 0;
	position: absolute;
	top: 70px;
	visibility: hidden;
	width: 600px;
	z-index: 1011;
}

.reveal-modal .close-reveal-modal {
	background: url(../img/close.png) left top no-repeat;
	cursor: pointer;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	margin-top: -3px;
	right: -30px;
	top: 0;
}

.reveal-modal .close-reveal-modal:hover {
	background-position: left bottom;
}

.col-left, .col-right {
	float: left;
	padding: 0 20px;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.col-left {
	border-right: 1px solid #cfcfcf;
}

.col-right .rev-t .rt {
	letter-spacing: 2.3px;
}

.col-right .telphone {
	display: block;
	margin-top: 50px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.col-right .hours-h {
	margin: 7px 0 80px;
	text-align: center;
	font-style: italic;
}

.rev-t {
	color: #1b5d81;
	text-align: center;
}

.rev-t .rt {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.rev-t .rt span {
	display: block;
	font-size: 24px;
	letter-spacing: 0 !important;
	margin: 3px 0;
	text-transform: uppercase;
}

.r-inp {
	padding: 25px 0 0;
}

.r-inp input, .r-inp textarea {
	background: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
	color: #1b5d81;
	font-size: 12px;
	margin: 0 0 10px;
	outline: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.r-inp input {
	height: 28px;
	padding: 0;
}

.r-inp textarea {
	height: 90px;
	padding: 10px 0 0 0;
	resize: none;
}

.r-sub input {
	cursor: pointer;
	background: url(../img/r-sub.png) left top no-repeat;
	border: 0;
	color: #fff;
	display: block;
	height: 37px;
	margin: 0 auto;
	outline: none;
	width: 112px;
	text-transform: uppercase;
	font-size: 11px;
}

.prices table {
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 1280px;
}

.prices2 table {
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 940px !important;
}

.prices tr:nth-child(2n) td {
	background: #eaeaea;
}

.prices th {
	background: url(../img/th.png) left top repeat-x;
	border-right: 1px solid #d6d6d6;
	color: #1b5d81;
	font-size: 16px;
	height: 39px;
	padding: 0 29px;
	text-align: center;
	width: 208px;
}

.prices th:first-child {
	text-align: left;
	width: 420px;
}

.prices td {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 25px 28px;
	text-align: center;
}

.prices tr:last-child td {
	border-bottom: 1px solid #d6d6d6;
}

.prices tr:last-child td:first-child {
	border: 0;
}

.prices td:first-child {
	text-align: left;
}

.tar {
	position: relative;
}

.tar .call {
	position: absolute;
	right: 0;
	top: 0;
}

.prices tr th.nth {
	background: url(../img/th3.png) left bottom repeat-x;
	color: #fff;
	position: relative;
}

.prices tr th.nth:before {
	background: url(../img/th3.png) left top repeat-x;
	border-radius: 3px 3px 0 0;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 100%;
}

.prices tr td.nth {
	background: url(../img/td-a.png) left top repeat-y;
}

.prices tr:nth-child(2n+1) td.nth {
	background: url(../img/td-s.png) left top repeat-y;
}

.prices tr:last-child td.nth {
	position: relative;
}

.prices tr:last-child td.nth:before {
	background: url(../img/td-b.png) left top repeat-x;
	bottom: -15px;
	content: '';
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}

.nc_pagination {
	font-size: 16px;
	margin: 10px 0 10px;
	text-align: center;
}

.nc_pagination a {
	color: #585757;
	display: inline-block;
	padding: 8px 0;
	text-decoration: underline;
}

.nc_pagination a:hover {
	text-decoration: none;
}

.nc_pagination .current {
	background: #1b5d81;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #1b5d81 inset;
	color: #fff;
	display: inline-block;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 1px 0 #1b5d81 inset;
	padding: 3px 11px;
	webit-box-shadow: 0 1px 1px 0 #1b5d81 inset;
	webkit-border-radius: 4px;
}

.spnews {
	border-bottom: 1px dotted #6bb323;
	padding: 15px 0 15px 0;
}

.nzag {
	font-size: 16px;
	margin-bottom: 15px;
}

.ntext img {
	border: 1px solid #6bb323;
	padding: 1px;
}

.ndate {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.calend_table {
	background: #ECE9E3;
	border: 2px solid #AEA69E;
	color: #636363;
	font-size: 10px;
	height: 229px;
	width: 245px;
}

.calend_table td {
	color: #333333;
	vertical-align: middle !important;
}

.days_table {
	font-size: 10px;
}

.days, .days_sun, .days_sun_right {
	background: #AEA69E;
	color: #FFFFFF !important;
	height: 25px;
	width: 35px;
}

.day, .no_day {
	background: #ECE9E3;
	margin-top: 10px;
	padding: 0;
}

.day_curr {
	background: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-top: 10px;
	padding: 0;
}

.day_sun, .no_day_sun, .day_sun_right, .no_day_sun_right {
	background: #E5E0DB;
}

.days, .days_sun, .day, .no_day, .day_curr, .day_sun, .no_day_sun {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	height: 25px;
}

.day_sun_right, .no_day_sun_right, .days_sun_right {
	border-right: 0;
	border-top: 1px solid #FFFFFF;
}

.navig_form1 {
	background: #DAD6CD;
	padding: 3px;
}

.navig_form2 td {
	background: #E5E0DB;
	border-top: 1px solid #FFFFFF;
	color: #4E4A46;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

td.navig_butt {
	cursor: pointer;
	padding: 0 7px;
}

.mouseover {
	background: #AEA69E;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.mouseover_s {
	background: #AEA69E;
	border-right: none;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.mouseover_c {
	background: #AEA69E;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.month_link a {
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
}

.year_link a {
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
}

.calend_table a, .calend_table a:hover {
	color: #333333;
	text-decoration: underline;
}

.data-table td {
	vertical-align: top;
}

.note {
	border: 1px dotted #BEAEAE;
	color: #5caa20;
	display: inline-block;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px;
}

.note:empty {
	border: none;
	margin: 0 !important;
}

#nc_captcha_refresh_button0, #nc_captcha_refresh_button1 {
	background: url('/templates/img/exchange.png') no-repeat;
	border: 0;
	display: inline-block;
	font-size: 0;
	height: 20px;
	line-height: 50px;
	outline: none;
	width: 20px;
}

#nc_captcha_container0 img {
	border: 2px solid #d7d7d7;
}

.topprice {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

.strikeprice {
	color: #ССС;
	margin-top: 5px;
	text-decoration: line-through;
}

.ymaps-2-1-34-controls__toolbar, .ymaps-2-1-34-controls__control {
	display: none !important;
}

.align-center	{
	text-align: center;
}
.tesis {
	margin-top:10px;
	margin-bottom:50px;
	border-bottom:1px solid #5eab1f;
}
.tesis  h4 {
	position:relative;
	padding-top:15px;
	text-align:center;
	margin-bottom:-15px;
}
.tesis  h4::before {
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:0;
	background:#5eab1f;
	left: 50%;
    margin-left: -5px;
}
.tesis-zaglav {
	margin-top:50px !important;
	text-align:center;
		border-top:1px solid #5eab1f;
		padding-top:25px !important;
}
.tesis td {
	width:50%;
	vertical-align:top;
	text-align:justify;
	padding: 20px;
	    line-height: 18px;
}
@media(max-width: 1280px) {
	.tmenu ul li a {
		padding: 0 15px 0;
	}
}
.t-audio {
	width: 100%;
}
.t-audio td {
	text-align: center;
	padding: 10px 0 20px 0;}

.to-vk {
	font-size: 12px;
}

/*Отзывы*/
.review{margin-bottom: 20px;}

.review p{
	background-color: #5eab1f;
	margin: 0;
	padding: 15px;
	color: white;
}

.review p a{
	color: #fff;
}

.review div{
	padding: 10px;
	border: 1px solid #d2d2d2;
	line-height: 1.5;
}