* {margin: 0; padding: 0;}

html, body {
	height: 100%;
	min-height: 100%;
}

.all {
	min-height: 100%;
}

body {
	font-family: /*'PT Sans'*/ Arial, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

ul {
	list-style-image: none;
}

li {
	list-style-type: none;
	list-style-image: none;
}

img {
	border: none;
	max-width: 100%;
}

.all {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	max-width: 1000px;
	margin: 0 auto;
}

.clearfix {
	/*  display: inline-block;*/
}

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

.bg_wrapper {
	background: #1c235d;
}

.top_line {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}

.top_line h1{
	font-size: 20px;
	letter-spacing: 2px;
}

.shadow_wrapper {

}

#logo {
	display: block;
	padding: 7px 19px;
	width: 515px;
	float: left;
}

#logo .logo {
	background: url("../images/sprite.png") no-repeat;
	background-position: 0 0;
	width: 132px;
	height: 135px;
	float: left;
}

#logo .wrapper {
	text-align: center;
	/*margin-top: 34px;*/
	margin-top: -9px;
}

#logo h2 {
	color: #1c235d;
	font-size: 48px;
	letter-spacing: -2px;
	font-weight: bold;
}

#logo span {
	color: #3d3d3f;
	text-transform: uppercase;
	font-weight: 600;
}

header {
	padding-bottom: 5px;
}

header .right_part {
	float: right;
	max-width: 180px;
	padding-top: 0px;
	padding-right:7px;
	text-align: center;
}

header .right_part .lang{
	float: right;
	margin: 6px 18px 0 0;
}

header .right_part .lang a{
	float: left;
	color: #0055a5;
	margin-left: 25px;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
.top_line h1{float: left; width: 81%; text-align: center;}
.top_line .lang{
	float: right;
	margin: 6px 5px 0 0;
}
@media screen and (max-width: 960px) {
.top_line h1{width: 80%;}}
.top_line .lang a{
	float: left;
	color: #ACACAC;
	margin-right: 10px;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

header .right_part .lang a:hover, header .right_part .lang .active, .top_line .lang a:hover, .top_line .lang .active {
	color: #E0E0E0;
	opacity: 0.8;
}

header .right_part .lang span, .top_line .lang span{
	background: url("../images/sprite.png") no-repeat;
	width: 23px;
	height: 15px;
	border: 1px solid #e3e3e3;
	display: block;
	float: left;
	margin-right: 4px;
}

header .lang .ru span, .top_line .lang .ru span {
	background-position: -39px -137px
}

header .lang .ua span, .top_line .lang .ua span {
	background-position: -39px -154px;
}
header .lang .en span,  .top_line .lang .en span {
	background: url("../images/eng_flag.jpg") no-repeat;
	width: 23px;
	height: 15px;
	border: 1px solid #e3e3e3;
	display: block;
	float: left;
	margin-right: 4px;

}

header .right_part .telefone, header .middle_part .telefone {
	margin: 7px 10px 0 5px;
}

header .right_part .telefone .tel_icone, header .middle_part .telefone .tel_icone{
	background: url("../images/sprite.png") no-repeat;
	background-position: 0 -135px;
	width: 34px;
	height: 34px;
	float: left;
	margin: 4px 9px 0 5px;
}

header .right_part .telefone .wrapper,header .middle_part .telefone .wrapper  {
	float: right;
	
}

header .right_part .telefone span, header .middle_part .telefone span {
	color: #1c235d;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

header .middle_part {
	float: left;
	margin: 10px 0 0 25px;
	max-width: 250px;
	text-align: center;
}

header .middle_part a{
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px dashed;
	margin-bottom: 8px;
	font-weight: 700;
}

header .middle_part .usluga {
	color: #3ba308;
}

header .middle_part .book {
	color: #1c235d;
	
}

header .middle_part a:hover{
	border-color: transparent;
}

/*pop_up*/

#overlay {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

.pop_up {
	position: fixed;
	max-width: 340px;
	margin-left: -170px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	font-size: 16px;
	background: #fff;
	z-index: 9999;
	display: none;
}

.pop_up .wrapper {
	padding: 10px 28px;
}

.pop_up .head{
	background: #1c235d;
	border-bottom: 1px solid #62b71c;

}

.pop_up .head h3{
	float: left;
	font-size: 24px;
	color: #fff;
	padding: 10px 0 12px 20px;
}

.pop_up .head .exit{
	float: right;
	display: block;
	width: 20px;
	height: 19px;
	background: url(../images/sprite.png) no-repeat;
	background-position: -98px -136px;
	margin: 15px 15px 0 0;
}

.pop_up p{
	margin-top: 15px;
}

.pop_up input[type="text"], .pop_up textarea, .pop_up .chose {
	width: 260px;
	border: 1px solid #000;
	padding: 5px 10px;
}

.pop_up .chose {
	position: relative;
}

.pop_up .chose a{
	color: #000;
}

.pop_up .chose .chose_but{
	background: #1c235d;
	float: right;
	width: 30px;
	height: 30px;
	margin: -5px -10px 0 0;
}

.pop_up .chose .chose_but div{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #fff;
	margin: 10px auto 0;
	cursor: pointer;
}

.pop_up .chose ul{
	display: none;
	position: absolute;
	top: 32px;
	border: 1px solid #000;
	background: #fff;
	width: 280px;
	left: -1px;
}

.pop_up .chose ul li{
	padding: 5px 10px;

}
.pop_up textarea {
	resize: none;
	height: 85px;
}

.pop_up span {
	color: #767373;
	font-size: 12px;
	font-style: italic;
}

.pop_up .send, .vacancy .item .send, .lk .lk_inner input[type="submit"], .lk .lk_inner .bot_part .right .top a, .form_right input[type="submit"],
.book_inner input[type="submit"] {
	display: block;
	color: #fff;
	text-transform: uppercase;
	width: 200px;
	background: #1c235d;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	border: none;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.75);
	font-weight: 700;
	text-align: center;
	margin: 25px auto 10px;
	padding: 5px 0;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	cursor: pointer;
	padding: 10px 0;
}

.pop_up .send:hover, .vacancy .item .send:hover, .lk .lk_inner input[type="submit"]:hover, .lk .lk_inner .bot_part .right .top a:hover, .form_right input[type="submit"]:hover, .book_inner input[type="submit"]:hover  {
	opacity: 0.8;
}

nav .menu, nav .small_nav {
	padding: 3px 0;
	background: #1c235d;
}

nav .menu li{
	float: left;
	margin-left: 5%;
}

nav .menu li:first-child{
	margin-left: 3%;
}

nav .menu li a, .small_nav a{
	font-size: 24px;
	color: #fff;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

nav .menu li a:hover {         
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

nav .small_nav .button_nav {
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	cursor: pointer;
}

nav .small_nav span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	position: static;
	margin-top: 2px;
}

nav .small_nav .button_nav:hover span {
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

nav .small_nav {
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

nav .small_nav .small_nav_menu {
	padding-bottom: 3px;
	display: none;
}

nav .small_nav li{
	border-top: 1px solid #246e94;
}

nav .small_nav a{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 5px 0;
}

nav .small_nav a:hover{
	background: #246e94;
}

nav ul li{
	position: relative;
}

nav .menu .menu_inner{
	position: absolute;
	top: 46px;
	left: 20px;
	background: #1c235d;
	z-index: 1000;
	display: none;
}

nav .menu .menu_inner:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 20px solid #1c235d;
	border-bottom: 0px solid transparent;
	position: absolute;
	top: -12px;
}

nav .menu .menu_inner li, nav .menu .menu_inner li:first-child {
	margin-left: 0;
}

nav ul .menu_inner {
	display: none;
}

nav ul .menu_inner a{
	display: block;
	padding: 5px 0 5px 20px;
	font-size: 14px;
	width: 120px;
}

nav ul .menu_inner a:hover{
	background: #414987;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);

}



nav .small_nav_menu .menu_inner a{
	text-align: center;
	padding: 5px 0;
	width: auto;
	background: #414987;
}

#sm_slider {
	height: 550px;
	margin: 25px 0px 0px;
	position: relative;
	width: 100%;
}

#sm_slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*height: 550px;*/
}

.sm_slide {
	color: #3d3d3d;
	display: none;
	font-size: 100px;
	max-height: 550px;
	left: 0;
	position: absolute;
	text-align: center;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.sm_slide.active {
	display: block;
	visibility: visible;
}

.sm_slide img {
	max-width: 100%;
}

.sm_prev, .sm_next {
	background: url(../images/sm_arr.png) no-repeat;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 64px;
	margin: -31px 0 0 0;
	opacity: .3;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 999;
}

.sm_prev {
	background-position: 20px -50px;
	left: 0;
}

.sm_next {
	background-position: -40px -50px;
	right: 0;
}

.sm_prev:hover {
	background-position: 20px 14px;
	opacity: 1;
}

.sm_next:hover {
	background-position: -40px 14px;
	opacity: 1;
}

.sm_nav {
	bottom: 120px;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0px;
	position: absolute;
	right: 0px;
	z-index: 999;
}

.sm_nav-item {
	cursor: pointer;
	float: left;
	height: 14px;
	padding: 4px;
	width: 14px;
	z-index: 999;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_nav-item i {
	display: block;
	width: 10px;
	height: 10px;
	position: relative;
	top: 5px;
	left: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #7f7f7f;
}

.sm_nav-item.active, .sm_nav-item.active:hover {
	cursor: default;
	color: #7e7e7e;
}

.sm_nav-item.active i{
	background-color: #fff;
}

.sm_nav-item:hover i {
	background: #a5a7b7;
}

.sm_nav-item.active:hover i{
	background-color: #a5a7b7;
}

.sm_slide li{
	position: relative;
}

.sm_slide .block{
	position: absolute;
	bottom: 0;
	font-size: 16px;
	background: rgba(232, 232, 231, 0.8);
	padding: 10px 0;
}

.sm_slide .block p{
	padding: 0 10px;
}
.sm_slide .block span{
	color: #1c235d;
	font-size: 24px;
	margin-right: 5px;
}

.block_wrapper {
	margin-top: 13px; 
}

.block_wrapper a{
	margin-left: 7px;
	float: left;
	display: block;
	width: 193px;
}

.block_wrapper a:first-child {
	margin-left: 3px;
}

.block_wrapper .item {
	border: 1px solid #515682;
	padding: 0px 9px 0;
	width: 173px;
	cursor: pointer;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	height: 62px;
	display: table;
}

.block_wrapper .item:hover {
	background: #babccc;
	border-color: #babccc;
}



.block_wrapper .item div{
	background: url("../images/sprite.png") no-repeat;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.block_wrapper .item .icone1{
	background-position: -137px 0px;
}

.block_wrapper .item .icone2{
	background-position: -137px -50px;
}

.block_wrapper .item .icone3{
	background-position: -137px -100px;
}

.block_wrapper .item .icone4{
	background-position: -137px -150px;
}

.block_wrapper .item .icone5{
	background-position: -187px 0px
}

.block_wrapper .item span{
	color: #515682;
	font-size: 16px;
	line-height: 15px;
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	width: 107px;
}

.news_wrapper {
	margin-top: 30px;
}

.news_wrapper h3, .about_us_wrapper h3 {
	color: #1c235d;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 17px;
}

.news_wrapper .item {
	width: 295px;
	float: left;
	margin: 15px 0 0 30px;
}

.news_wrapper .item img{
	float: left;
	margin-right: 12px;
}

.news_wrapper .item a {
	color: #1c235d;
	text-decoration: underline;
}

.news_wrapper .item a:hover {
	text-decoration: none;
}

.news_wrapper .item span {
	display: block;
	color: #818181;
}

.big_block_wrapper {
	margin-top: 45px;
}

.big_block_wrapper a {
	margin-left: 0.5%;
	float: left;
	display: block;	
	width: 49.7%;
}

.big_block_wrapper a:first-child{
	margin-left: 0;
}

.big_block_wrapper .item{

	border: 1px solid #1c235d;

	padding: 34px 0 24px;
	cursor: pointer;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.big_block_wrapper .item:hover{
	background: #f0f0f0;
}

.big_block_wrapper .item h3 {
	font-size: 30px;
	float: left;
	color: #1c235d;
	margin-left: 4%;
}

.big_block_wrapper .item div{
	background: url("../images/sprite.png") no-repeat;
	width: 46px;
	height: 46px;
	float: right;
	margin-top: 4px;
	float: right;
	margin-right: 33px;
}

.big_block_wrapper .item .icone1{
	background-position: -66px -138px;
	margin-top: 11px;
	margin-bottom: 7px;
}

.big_block_wrapper .item .icone2{
	background-position: -189px -51px;
	width: 46px;
	height: 46px;
}

.about_us_wrapper {
	padding: 20px 0;
}

.about_us_wrapper p{
	font-size: 15px;
	padding: 30px 20px 0;
}

#null {
	height: 42px;
}

footer {
	background: #1c235d;
	height: 42px;
	margin-top: -42px;
}

footer .footer_inner{
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	padding: 8px 0;
}

footer .footer_inner p {
	float: left;
	margin: 3px 30px;
}

footer .bottom_menu {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}

footer .bottom_menu li{
	float: left;
	margin-left: 10px;
}

footer .bottom_menu a{
	color: #fff;
	font-size: 12px;
}

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

footer .footer_inner .right_part {
	float: right;
	margin-right: 15px;
}

footer .footer_inner .right_part span{
	float: left;
	display: block;
	margin: 3px 7px;
}

footer .footer_inner .right_part a{
	display: block;
/*	background: url("../images/sprite1.png") no-repeat;
/*	background-position: 0px -170px;
	width: 33px;
	height: 24px;*/
	color: #fff;
	float: right;
}
#mob11{display:none;}
#content {
	margin: 0 20px;
	padding-bottom: 20px;
}

#content table {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #dfdfdf;
}

#content tr:first-child {
	background: #1c235d;
	color: #fff;
	font-size: 18px;
}

#content tr:nth-child(2n) {
	background: #eff0f4;
}

#content  td{
	border: 1px solid #dfdfdf;
	padding: 10px 0;
	text-align: center;
}

#content  td:first-child{
	padding-left: 20px;
	text-align: left;
}

#content .beats {
	color: #8b8c90;
	margin: 10px 0;
}

#content .beats a{
	text-decoration: underline;
	color: #8b8c90;
	margin-right: 3px;
}

#content .title {
	color: #1c235d;
	font-size: 24px;
	margin-bottom: 10px;
}

#content h3 {
	color: #1c235d;
	font-size: 18px;
	font-weight: normal;
}

#content li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 20px;
}

#content p {
	line-height: 18px;
	margin-bottom: 25px;
}

#content p>a {
	color: #0a53ae;
	text-decoration: underline;
}

#content .list {
	margin-bottom: 20px;
}

#content .list p{
	margin-bottom: 0;
}

.button {
	display: block;
	background: #1c235d;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	text-align: center;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.button:hover {
	opacity: 0.8;
}

.about_us .right_part, .usluga .right_part {
	float: right;
	margin-left: 15px;
}

.about_us .right_part img{
	display: block;
	margin-bottom: 10px;
}

.usluga .left_part img {
	float: left; margin-right: 12px;
}
.usluga .usl{padding-top: 12px;}
.usluga .text_wrapper {
	margin-left: 40px;
}

.usluga .right_part p{
	color: #1c235d;
	font-size: 17px;
	text-align: center;
}

.usluga .right_part span {
	margin-left: 3px;
}

.usluga .right_part img {
	margin-bottom: 20px;
}

.one_news img{
	float: left;
	margin-right: 15px;
}

.one_news a{
	color: #015bbb;
	text-decoration: underline;
}

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

.one_news h4 {
	font-size: 18px;
}

.one_news span {
	font-style: italic;
}

.one_news .wrapper {
	margin-top: 15px;
}

.one_news .left {
	float: left;
}

.one_news .right {
	float: right;
}

.all_usluga{}

.all_usluga .item, .comment .item {
	margin-top: 10px;
	border-bottom: 1px solid #d0d1dd; padding-bottom: 10px;
}

.all_usluga .item{display: table;}

.all_usluga .left_part {
	float: left;
	width: 210px;
	display: table-cell;
	vertical-align: middle;
	min-height: 60px;
	height: 60px;
}

.all_usluga .left_part img{
	float: left;
	margin-right: 12px;
	width: 48px;
	margin-top: 9px;
}

.all_usluga .left_part h3 {
	/*margin: 15px 0 0 0;*/
	display: table-cell;
	vertical-align: middle;
	width: 143px;
	height: 60px;
	line-height: 15px;
}

.all_usluga .right_part {
	float: left;
	width: 748px;
}

.comment .item h4{
	color: #1c235d;
	font-size: 14px;
}

.comment .item span{
	color: #8c8c8c;
	font-size: 12px;
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}

.comment .wrapper {
	margin-top: 35px;
}

.comment .wrapper h3{
	margin-bottom: 25px;
}

.comment .wrapper span{
	display: block;
	width: 100px;
	float: left;
}

.comment .wrapper input[type="text"], .comment .wrapper textarea {
	border: 1px solid #cacaca;
	padding: 3px 5px;
	width: 300px;
}

.comment .wrapper textarea {
	display: block;
	width: 88.3%;
	height: 85px;
	resize: none;
	float: right;
}

.comment .wrapper div {
	margin-bottom: 15px;
}

.comment .button, .contact .button {
	border: none;
	float: right;
}

.news .item img{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 20%;
}

.news .item.big img{
	width:50%;
}

.news .item a{
	color: #0855a4;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 600;
}

.news .item a:hover{
	text-decoration: none;
}

.news .item span {
	color: #606060;
	font-style: italic;
	display: block;
	margin-bottom: 30px;
}

.sertefikat_inner .row {
	margin-bottom: 30px;
}

.sertefikat_inner .item {
	float: left;
	width: 22%;
	margin-left: 4%;

}

.sertefikat_inner .item img{
	width: 100%;
}

.sertefikat_inner .item:first-child {
	margin-left: 0;
}

.sertefikat_inner .item p {
	margin-top: 10px;
}

.gallary img{
	float: left;
	width: 16%;
	margin-left: 0.6%;
	margin-bottom: 0.6%;
}

.gallary .pagination {
	margin: 20px auto;
	width: 250px;
}

#content .gallary .pagination li{
	float: left;
	list-style-type:none;
	font-size: 16px;
	margin-left: 10px;
}

#content .gallary .pagination li:first-child{
	margin-left: 0;
}

.gallary .pagination a{
	color: #1c235d;
	text-decoration: underline;
}

.gallary .pagination a:hover{
	text-decoration: none;
	color: #9c9c9c;
}

.contact p {
	float: left;
}

.contact .right_part {
	float: right;
}

.contact .right_part h4{
	color: #1c235d;
	text-align: right;
	font-size: 16px;
	margin-bottom: 10px;
}

.contact .right_part input[type="text"], .contact .right_part textarea {
	border: 1px solid #1c235d;
	padding: 3px 5px;
	width: 300px;
	display: block;
	margin-bottom: 10px;
}

.contact .right_part textarea {
	resize: none;
	height: 120px;
}

.contact .button {
	font-size: 16px;
}

.contact .map {
	margin: 25px 0;
	border: 1px solid #1c235d;
	width: 99.8%;
}

/* Preload images */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}




@media screen and (max-width: 1016px) {
	.block_wrapper .item, .block_wrapper .item:first-child  {
		padding: 30px 50px;
		margin: 10px auto;
		float: none;

	}

	.all_usluga .right_part {
		width: 100%;
		margin-top: 10px;
	}

	.news_wrapper .item {
		width: 46%;
	}

	.comment .wrapper textarea {
		float: none;
		width: 98.5%;
	}
}

@media screen and (max-width: 1000px) {
	nav .menu li:first-child {
		margin-left: 4%;
	}
	.block_wrapper a, .block_wrapper a:first-child {width: 17%; margin: 10px; float: none; display: inline-block; vertical-align: top;}
	.block_wrapper .item, .block_wrapper .item:first-child{padding: 5px;}
}

@media screen and (max-width: 930px) {
	nav .menu li:first-child {
		margin-left: 2%;
	}

	nav .menu li {
		margin-left: 4%;
	}

	header .middle_part {
		margin: 60px 0 0 0;
	}

	#sm_slider {
		height: 500px;
	}

	.sm_slide {
		max-height: 500px;
	}
	.block_wrapper a, .block_wrapper a:first-child {width: 17%; margin: 10px; float: none; display: inline-block; vertical-align: top;}
	.block_wrapper .item, .block_wrapper .item:first-child{padding: 0px;}
}

@media screen and (max-width: 900px) {
	#logo {
		margin: 0 auto;
		float: none;
		width: 420px;
		padding: 7px 0 ;
	}
	.top_line .lang{
    margin: 6px -5px 0 0;}
	#logo h2 {
		font-size: 35px;
	}

	header .right_part .telefone {
		margin: 5px 20px 0 0;
	}

	header .middle_part {
		margin: 25px 0 0 18px;
	}

	#sm_slider {
		height: 400px;
	}

	.sm_slide {
		max-height: 400px;
	}
	.block_wrapper a, .block_wrapper a:first-child {width: 30%; margin: 10px; float: none; display: inline-block; vertical-align: top;}
	.block_wrapper .item, .block_wrapper .item:first-child{padding: 30px 40px;}
}

@media screen and (max-width: 820px) {
	nav .menu li {
		margin-left: 3%;
	}

	.big_block_wrapper .item, .big_block_wrapper .item:first-child  {
		float: none;
		margin: 10px auto;
		width: 95%;
	}
	.block_wrapper a, .block_wrapper a:first-child {width: 30%; margin: 8px; float: none; display: inline-block; vertical-align: top;}
	.block_wrapper .item, .block_wrapper .item:first-child{padding: 30px;}
	.top_line h1{
	    width: 100%;
	    float: none;}
	.top_line .lang{
		float: none;
		/*margin: 6px 5px 0 0;*/
		text-align: center;
	}
	.top_line .lang a{float: none; display: inline-block; width: 50px; vertical-align: top;}
	.top_line .lang a span{float: none; display: inline-block; vertical-align: top;}
	
	
	.big_block_wrapper .item h3{font-size: 20px;}
	
	.news_wrapper {
	margin-top: 30px;
	}

	.news_wrapper h3, .about_us_wrapper h3 {
		color: #1c235d;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		
	}
	#mob11{display:block;}
	#desc{display:none;}
footer .bottom_menu
{
    display:inline-block;
    float:none;
    margin-left: 0px; 
}
	.news_wrapper .item {
		width: 45%;
		display: inline-block;
		vertical-align: top;
		margin: 15px;
		text-align: center;
	}

	.news_wrapper .item img{
		float: none;
		display: block;
		
	}
	footer .footer_inner p {
	    margin: -3px 30px; 
	}
	footer .footer_inner .right_part span {

    margin: -2px 7px;
}
}

@media screen and (max-width: 790px) {
	.contact .right_part {
		float: left;
	}

	.contact .right_part h4 {
		text-align: left;
	}

	nav .menu {
		display: none;
	}

	nav .small_nav {
		display: block;
	}
	.block_wrapper a, .block_wrapper a:first-child {width: 45%; float: none; display: inline-block; vertical-align: top;}
	.block_wrapper a .item{padding: 30px 50px;}
	
}

@media screen and (max-width: 720px) {
	.slider_wrapper {
		display: none;
	}
	footer {
		height: auto;
	}
	header .middle_part .telefone{
		text-align: center;
	}
	header .middle_part .telefone .tel_icone, header .middle_part .telefone .wrapper{
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 620px) {
	.one_news img {
		float: none;
	}
	.block_wrapper a, .block_wrapper a:first-child {width: 90%; margin: 10px auto; float: none; display: block;}
	.big_block_wrapper a, .big_block_wrapper a:first-child {width: 90%; margin: 10px auto; float: none; display: block;}
	.gallary img {
		width: 31%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.news_wrapper {
	margin-top: 30px;
	}

	.news_wrapper h3, .about_us_wrapper h3 {
		color: #1c235d;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		
	}

	.news_wrapper .item {
		width: 90%;
		float: none;
		display: block;
		margin: 15px auto;
		text-align: center;
	}

	.news_wrapper .item img{
		float: none;
		display: inline-block;
		clear: right;
	}
}

@media screen and (max-width: 570px) {
	

	footer .footer_inner p {
		margin: 3px 10px;
	}

	.usluga .right_part {
		width: 275px;
		margin: 0 auto 20px;
		float: none;

	}

	.news .item.big img {
		width: 100%;
		margin-right: 0;
	}

	.news .item img {
		width: 30%;
	}
}

/*@media screen and (max-width: 520px) {
	footer .footer_inner .right_part {
		float: left;
	}

	footer .footer_inner .right_part span {
		margin: 3px 11px;
	}

}
*/
@media screen and (max-width: 460px) {
	.about_us .right_part {
		display: none;
	}
}

@media screen and (max-width: 440px) {
	header{position: relative; overflow: hidden;}
	#logo {
		width: 100%;
		
	}
	#logo .wrapper{margin-top: 10px; padding: 0;}
	header .right_part{position: absolute; top:-3px; right: -13px;}
	header .right_part{max-width: 210px;}
	header .middle_part{margin: 0px 0 0 18px;max-width: 100%; float: none; display: block; text-align: center;}
	header .middle_part .book{float: none;}
	#logo .logo{float: none; margin-left: 5px;}
	#logo h2 {
		font-size: 27px;
	}

	#logo span {
		font-size: 11px;
/*margin-left:-25%;*/
	}


}
@media screen and (max-width: 400px) {
    footer .bottom_menu a{font-size: 10px;}
    footer .footer_inner p {
    margin: 0px 10px;
    font-size: 12px;
}
footer .footer_inner .right_part span {
    margin: 0px 1px;
     font-size: 12px;
}
#mob11 {
 
    margin-left: -12px;
}
}




