@font-face {
    font-family: "Tahoma";
    src: url("../fonts/Tahoma.eot");
    src: url("../fonts/Tahoma.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Tahoma.woff") format("woff"),
    url("../fonts/Tahoma.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Tahoma Bold";
    src: url("../fonts/Tahoma_Bold.eot");
    src: url("../fonts/Tahoma_Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Tahoma_Bold.woff") format("woff"),
    url("../fonts/Tahoma_Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerifRegular";
    src: url("../fonts/PTSerifRegular.eot");
    src: url("../fonts/PTSerifRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifRegular.woff") format("woff"),
    url("../fonts/PTSerifRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerifBold";
    src: url("../fonts/PTSerifBold.eot");
    src: url("../fonts/PTSerifBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifBold.woff") format("woff"),
    url("../fonts/PTSerifBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerifItalic";
    src: url("../fonts/PTSerifItalic.eot");
    src: url("../fonts/PTSerifItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifItalic.woff") format("woff"),
    url("../fonts/PTSerifItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*{
	padding: 0;
	margin: 0;
}
body{
	 font-family: "Tahoma";
	 font-size: 14px;		
	 position: relative;
}
header{
	min-width: 280px;
	font-family: "Tahoma";
	font-size: 14px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.25+0,0+100 */
	z-index: 11;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(255,255,255,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
/*
header:before{
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 100px;
}*/

header .logo{
	width: 407px;
	height: 70px;
	float: left;
	background-image: url(/mob/_/i/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0;
	margin-top: 10px;
	margin-left: 2%;
}
header .logo a{
	display: block;
	height: 60px;
}

header .top_header {
	min-width: 280px;
	margin: 0 auto;
	padding: 0 10px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
}

header .nbanners p {
	display: none;
}

header .nbanners img {
	width: 200px;
}

.top_header nav{
	margin-left: 240px;
	text-align: right;
}
.top_header nav ul {
    font-size: 0;
}
.top_header nav >ul >li{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding-left: 1.19%;
	position: relative;
}
.top_header nav >ul >li:first-child {
	border-left: 1px solid #fff;
}
.top_header li.search a{
	font-size: 0;
	display: block;
	padding: 50px 0;
	width: 80px;
	border-left: 1px solid #fff;
	vertical-align: top;
	position: relative;
	color: #000;
}
.top_header li.search a:hover{
	color: #000;
}
.top_header li.leng span {
	color: #fff;
	padding: 33px 0;
	width: 98px;
	text-align: center;
	border-left: 1px solid #fff;
	display: inline-block;
	cursor: pointer;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-size: 28px;
}
.top_header li.leng span:hover{
	color: #99ccff;
}
.top_header li.search {
    padding: 0 !important;
}
.top_header li.search a:before{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(/mob/_/i/search.png);
	background-repeat: no-repeat;
	background-position: 0;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -21px;
}
.top_header nav >ul >li .btn_menu {
    display: block;
    width: 81px;
    padding: 50px 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    position: relative;
    cursor: pointer;
}
.top_header nav >ul >li .btn_menu:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	background: url(/mob/_/i/menu_btn.png);
	background-repeat: no-repeat;
	background-position: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.top_header nav >ul >li >a:hover{
	color: #99ccff;
}
header .bottom_header {
	min-width: 280px;
	margin: 58px auto 0 auto;
	padding: 0;
	text-align: center;
	padding: 0 4%;
}
header.menu .bottom_header { 
	display: none;
}
header.menu .top_header nav >ul >li .btn_menu:before { 
	background: url(/mob/_/i/close.png);
	background-size: 100%;
}
header a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
header .bottom_header a {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    font-size: 26px;
    display: inline-block;
    margin-bottom: 20px;
}
a.write_to_us_btn {
	margin-left: 5%;
}
a.write_to_us_btn + a{
	margin-left: 5%;
}
header .bottom_header a:hover{
	color: #99ccff;
}

.top_header nav >ul >li:hover ul.drop_menu{
	display: block;
}
.top_header nav >ul >li >ul >li{
	font-size: 14px;
	text-align: left;
	padding: 0 20px;
	width: 150px;
	text-transform: none;
	margin-bottom: 17px;
}
.top_header nav >ul >li >ul >li a{
	color: #000;
	text-transform: none;
}
.top_header nav >ul >li >ul >li a:hover{
	color:#99ccff;
}
main{
	min-width: 280px;
}
.bg_page {
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.intro_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -333px;
    color: #fff;
    text-align: center;
    font-family: "PTSerifRegular";
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}


.intro_txt {
	max-width: 670px;
    max-height: 200px;
	position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-bottom: 190px;
    color: #fff;
    text-align: center;
    font-family: "PTSerifRegular";
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}


.intro_txt h2 {
    font-size: 60px;
    font-family: "PTSerifBold";
    margin-bottom: 22px;
}
.intro_txt p {
    font-size: 38px;
    line-height: 125%;
}
.content_text {
    padding: 0px 4% 0;
    max-width: 980px;
    max-height: 520px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content_text.black{
    color: #000;
}
.content_text.white{
    color: #fff;
}
.content_text h3 {
    text-transform: uppercase;
    font-family: "Tahoma";
    font-weight: 500;
    font-size: 26px;
}
.content_text h4 {
    font-size: 60px;
    font-family: "PTSerifBold";
    font-weight: 500;
    margin-bottom: 23px;
}
.content_text p {
   	font-size: 32px;
   	line-height: 120%;
	font-family: "PTSerifRegular";
   	max-height: 265px;
   	overflow: hidden;
}
.content_text a{
	font-size: 0;
    display: block;
	width: 60px;
	height: 60px;
	margin: 60px auto;
    background-image: url(/mob/_/i/sprite.png);
	background-position: -72px -3px;
}
.parteners{
	background-color: #333;
	padding: 54px 0px;
}
.parteners ul{
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
}
.parteners ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
}
footer{
	background-color: #000;
	min-width: 280px;
}
.bottom_footer {
    overflow: hidden;
    padding-bottom: 90px;
}
.bottom_footer .copi{
	color: #fff;
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	margin-top: 53px;
}
.bottom_footer .copi a{
	color: #fff;
}
.bottom_footer .copi a:hover{
	text-decoration: none;
}
.social_btn{
	font-size: 0;
	text-align: center;
	margin-top: 62px;
}
.social_btn a{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 30px;
}
.social_btn a:hover{
	opacity: 0.8;
	transition: all 0.5s;
}
.social_btn a:last-child {
	margin: 0;
}
.social_btn a.vk{
	background-image: url(/mob/_/i/sprite.png);
	background-position: -2px -205px;
}
.social_btn a.fb{
	background-image: url(/mob/_/i/sprite.png);
	background-position: -71px -208px;
}
.social_btn a.ok{
	background-image: url(/mob/_/i/sprite.png);
	background-position: -144px -207px;
}
.social_btn a.g{
	background-image: url(/mob/_/i/sprite.png);
	background-position: -217px -208px;
}
/*single page*/
.single_titlepage {
	padding-top: 267px;
    padding-bottom: 63px;
    background-repeat-y: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 148px;
}

.single_titlepage h1 {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-family: "PTSerifBold";
	font-size: 60px;
	line-height: 125%;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
	padding: 0 2%;
}
.content {
	max-width: 900px;
	min-width: 280px;
	margin: 55px auto 0 auto;
	font-family: "PTSerifRegular";
}

h3{
	line-height: 100%;
}

.content h3{
	font-family: "PTSerifBold";
	font-size: 54px;
	margin-top: 56px;
	margin-bottom: 20px;
}

.content b {
	font-size: 32px;
	font-family: "PTSerifBold";
	line-height: 120%;
}
.content p.intro_simple {
    margin-bottom: 60px;
}
.content {
    font-size: 18px;
    line-height: 125%;
    padding: 0 4%;
    margin-bottom: 25px;
}
.img_description {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.img_description >div {
    display: table-cell;
    vertical-align: top;
    width: 280px;
    padding-right: 40px;
}
.img_description >div img {
    width: 100%;
}
.img_description >span {
    font-size: 32px;
    line-height: 120%;
    font-family: "Tahoma";
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid #ccc;
    padding-bottom: 35px;
}
.content p {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 30px;
}

.content h4{
	font-size: 40px;
	font-family: "PTSerifBold";
	margin-top: 33px;
	margin-bottom: 25px;
	line-height: 120%;
}
.content blockquote {
    font-family: PTSerifItalic;
    border-left: 1px solid #ccc;
    padding-left: 30px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.content blockquote p{
	font-size: 32px;
	line-height: 125%;
	margin-bottom: 14px;
	font-family: PTSerifItalic;
}
.img_content_size {
    margin-top: 55px;
}
.img_content_size img{
	width: 100%;
}
.img_big_size img {
    width: 100%;
}
.img_big_size {
    margin: 55px 0;
    font-family: "Tahoma";
}
.img_big_size p {
    max-width: 760px;
	margin: 31px auto;
	padding: 0 0 30px 0;
	border-bottom: 4px solid #ccc;
	font-size: 32px;
	padding-right: 140px;
}
.autor_bottom {
	margin-top: 30px !important;
}
.content_social_btn {
    margin-bottom: 85px;
    margin-top: 59px;
    padding-top: 59px;
    border-top: 4px solid #ccc;
    text-align: center;
}
}

.content_social_btn a{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 4px;
	background-image: url(/_/i/sprite.png);
}
.content_social_btn a:hover{
	opacity: 0.9;
}

.content_social_btn a.fb{
	background-position: -2px -98px;
}
.content_social_btn a.vk{
	background-position: -34px -98px;
}
.content_social_btn a.ok{
	background-position: -66px -98px;
}
.content_social_btn a.twit{
	background-position: -98px -98px;
}
.content_social_btn a.mail{
	background-position: -130px -98px;
}
.content_social_btn a.g{
	background-position: -162px -98px;
}
.content_social_btn a.bird{
	background-position: -195px -98px;
}
.content_social_btn a.pencil{
	background-position: -225px -98px;
}

/*virtual tour*/
.bg_tour{
	background-image: url(/_/i/bg_virtual_tur.jpg);
	background-repeat: repeat-x;
	background-size: cover;
}
.virtual_tour{
	width: 900px;
	height: 570px;
	margin: 0 auto;
}

.wrap_video{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.wrap_video iframe{
	width: 600px;
	height: 320px;
	overflow: hidden;
	text-align: center;
}


.wrap_video .video-js .vjs-tech {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 1920px;
	height: 1080px;
	margin-top: -540px;
}

.wrap_video .vjs-poster {
	background-position: center -200px;
	background-size: 100%;
}

.wrap_video .video-js .vjs-play-control {
	margin-right: 20px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.wrap_video .video-js .vjs-control-bar {
	max-width: 900px;
	padding: 0;
}

.vjs-fullscreen-control {
	right: 0;
	position: absolute !important;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
	content: "";
	background-image: url(/mob/_/i/sprite.png);
	background-position: -87px -48px;
	font-size: 0;
	width: 32px;
	height: 32px;
	display: block;
}

/*slider*/
#slider_top {
	height: 100%;
    min-height: 480px;
}
#slider_top  .owl-wrapper-outer,
#slider_top .owl-wrapper,
#slider_top .owl-item,
#slider_top .owl-item >div {
	height: 100%;
    min-height: 480px;
}
#slider_top .owl-pagination {
	display: none;
}
#slider_top .owl-controls {
	width: 100%;
    height: 113px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

#slider_top .owl-controls .owl-buttons div {
	zoom: 1;
	font-size: 0px;
	opacity: 1;
	width: 60px;
	height: 112px;
	background: transparent;
	position: absolute;
	margin: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: url(/mob/_/i/sprite.png);
}

#slider_top .owl-controls .owl-buttons .owl-prev{
	left: 4%;
	background-position: -3px -78px;
	z-index: 5;
}
#slider_top .owl-controls .owl-buttons .owl-next{
	right: 4%;
	background-position: -77px -78px;
	z-index: 5;
}

#slider_top img{
    background-image: url(/_/images/page_bg/top_img.jpg);
    width: 100%;
    height: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: center;
}

/*menu*/

#dropdown_menu {
	position: absolute;
	width: 92%;
	z-index: 10;
	left: 0;
	top: 0;
	background: #036;
	padding: 129px 4% 0;
	display: none;
}

#dropdown_menu.active{
	display: block;
} 

#dropdown_menu a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}

#dropdown_menu a:hover{
	coler:#99ccff;
}

#dropdown_menu >ul{
	font-size: 42px;
	text-align: left;
}

#dropdown_menu >ul > li {
    margin-bottom: 30px;
}

#dropdown_menu ul.drop_menu{
	display: block;
	font-size: 20px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	margin-top: 50px;
	margin-bottom: 53px;
	padding: 56px 0 23px 0;
}

#dropdown_menu ul.drop_menu li a {
    text-transform: none;
    font-size: 32px;
}

#dropdown_menu ul.drop_menu li {
    margin-bottom: 28px;
}

nav a, .submenu a {
  color:  #59b! important;
  border: 1px solid #59b! important;
}

nav a.active, .submenu a.active {
  background: #59b;
  color: white! important;
  border: 1px solid #59b;
}

/*gallery list*/

.gallery_item{
	border-bottom: 4px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 50px;
}

.gallery_item a > div,
.news_item a > div {
	display: table;
}

.img_gallery_item,
.txt_gallery_item{
	display: table-cell;
	vertical-align: top;
}

.img_gallery_item img{
	max-width: 220px;
	height: auto;
	margin-top: 5px;
	margin-right: 40px;
}

.gallery_item h3,
.news_item h3 {
	margin-top: 10px;
	margin-bottom: 40px;
}

/*article.gallery_item p {
	max-height: 200px;
	overflow: hidden;
}*/

.gallery_item a,
.news_item a {
	color: #000;
	text-decoration: none;
}

.gallery_item a:hover h3,
.news_item a:hover h3{
	text-decoration: underline;
}

.gallery_item p,
.news_item p{
	margin-bottom: 0px;
	font-size: 34px;
	line-height: 122%;
	max-height: 450px;
	overflow: hidden;
}

ul.pagination{
	font-size: 0;
	margin: 60px 0 60px 0;
	text-align: center;
}

ul.pagination li{
	display: inline-block;
	font-size: 36px;
	margin-right: 30px;
	font-family: "Tahoma";
}

ul.pagination li a{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none; 
	line-height: 60px;
	background-color:#ccc;
	color: #fff;
}
ul.pagination li a.active{
	background-color: #fff;
	color: #ccc;
}

ul.pagination li a:hover{
	background-color: #fff;
	color: #ccc;
	outline: 2px solid #ccc;
	transition: all 0.3s;
}
/*photogallery-list*/
div#photogallery {
    font-size: 0;
    line-height: 0;
}

div#photogallery a {
    display: inline-block;
    width: 33.333%;
    max-height: 300px;
    margin: 0;
    padding: 0;
}

div#photogallery a img {
    width: 100%;
}

.fancybox-skin {
	padding: 0 !important;
}



body .fancybox-title-float-wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: initial;
	margin-bottom: 0;
	z-index: 8050;
	text-align: center;
	text-align: left;
}

body .fancybox-opened {
    z-index: 100015;
}

body .fancybox-title-float-wrap .child {
	display:block;
	margin-right: 0;
	padding: 15px 30px;
	background: transparent;
	background: rgba(0, 51, 102, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	font-family: "PTSerifBold";
}

/*fancybox*/

body .fancybox-close, body .fancybox-prev span, body .fancybox-next span {
	background-image: url(/_/i/sprite.png);
}

body .fancybox-close{
	background-image: url(/mob/_/i/fancybox/close_fancy.png);
	background-position: 0;
	background-size: 100%;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 8040;
}

body .fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
	background-size: 100%;
}

body .fancybox-prev span{
	background-image: url(/mob/_/i/fancybox/left_fancy.png);
	background-position: 0;
	left: 0px;
}

body .fancybox-next span{
	background-image: url(/mob/_/i/fancybox/right_fancy.png);
	background-position: 0;
	right: 0px;
}
/*content_social_btn*/
.content_social_btn {
    margin-bottom: 50px;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #ccc;
}

.content_social_btn a{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 4px;
	background-image: url(/_/i/sprite.png);
}
.content_social_btn a:hover{
	opacity: 0.9;
}

.content_social_btn a.fb{
	background-position: -2px -98px;
}
.content_social_btn a.vk{
	background-position: -34px -98px;
}
.content_social_btn a.ok{
	background-position: -66px -98px;
}
.content_social_btn a.twit{
	background-position: -98px -98px;
}
.content_social_btn a.mail{
	background-position: -130px -98px;
}
.content_social_btn a.g{
	background-position: -162px -98px;
}
.content_social_btn a.bird{
	background-position: -195px -98px;
}
.content_social_btn a.pencil{
	background-position: -225px -98px;
}

/*write to us form*/
#black_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9;
	display: none;
}
#black_bg.show{
	display: block;
}
.write_to_us_form{
	max-width: 820px;
    
	width: 80%;
	height: 635px;
    background-color: #fff;
    position: fixed;
    
	left: 0;
    
	top: 0;
    right: 0;
	bottom: 0;
    
    margin: auto;
	padding: 18px 7%;
    z-index: 999;
    display: none;
}
.write_to_us_form.show{
	display: block;
}

.write_to_us_form h3 {
    font-family: "PTSerifBold";
    font-size: 44px;
    margin-top: 0px;
    margin-bottom: 23px;
}
.write_to_us_form h4 {
    font-size: 24px;
    font-family: "PTSerifBold";
    margin-top: 0;
    margin-bottom: 20px;
}

.write_to_us_form input[type="text"] {
    width: 100%;
    border: 1px solid #000;
    text-indent: 1%;
    font-size: 25px;
    padding: 2px 0;
    margin-bottom: 31px;
    font-family: "PTSerifRegular";
    color: #000;
}

.write_to_us_form textarea{
	width: 98%;
	height: 238px;
	padding: 0 1%;
	border: 1px solid #000;
	font-size: 25px;
	font-family: "PTSerifRegular";
	margin-bottom: 15px;
}
.write_to_us_form .kapcia input[type="text"] {
    width: 108px;
    vertical-align: top;
    margin: 0 0 0 15px;
}
.kapcia img {
    width: 100px;
    display: inline-block;
}
.write_to_us_form input[type="submit"] {
    color: #fff;
    background: #36C;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 0;
    width: 230px;
    border: 0;
    margin-top: 26px;
    font-size: 19px;
    cursor: pointer;
}
.write_to_us_form input[type="submit"]:hover{
	opacity: 0.9;
}
.close_dialog {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(/_/i/sprite.png);
    background-position: -260px -101px;
    cursor: pointer;
}

/*news*/

.news_item {
	border-bottom: 4px solid #ccc;
	padding-bottom: 57px;
	margin-bottom: 49px;
}

.txt_news_item time {
	display: block;
	margin-bottom: 41px;
	font-size: 34px;
	font-family: "Tahoma";
}

.img_news_item img{
	max-width: 220px;
	height: auto;
	margin-right: 40px;
}

/*new*/

.date_new {
	display: block;
	font-size: 34px;
	line-height: 145%;
	color: #999;
	font-family: "Tahoma";
	margin-bottom: 20px;
}
.date_new a{
	color: #999;
}

.content article.intro_new img {
	margin-right: 30px;
	margin-bottom: 0px;
}

/*contacts*/
.contacts_info {
	font-size: 0;
}

.contacts_info h4 {
    margin-bottom: 10px;
}

.content .contacts_info p {
    font-size: 34px;
}

.transport + .write_to_us_btn{
	color: #000;
}

.transport + .write_to_us_btn h4 {
    margin-top: -20px;
}

.transport + a:hover{
	text-decoration: none;
}
.content .caption a,
.content .caption{
    color: #777;
}

.pluso-wrap a {
    margin-right: 5px !important;
}

/*excursion*/

.opening_hours {
	margin-bottom: 35px;
}
.opening_hours h4 {
	margin-bottom: 3px;
    font-size: 55px
}
.schedule table {
    width: 100%;
    margin-bottom: 35px;
}
.schedule table tr td {
	width: 9%;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 22px;
}
.schedule table tr td:first-child {
	max-width: 110px;
    text-align: left;
}
.schedule h4 {
    margin-bottom: 12px;
    font-size: 32px;
}

.submenu a {
	margin-right: 10px;
	padding: 3px 7px;
	border: 1px solid #999;
	display: inline-block;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 16px;
    text-decoration: navajowhite;
}

@media screen and (max-width:860px) {
	.intro_txt {
    	max-height: 160px;
    	max-width: 600px;
	}
	.intro_txt h2 {
    	font-size: 50px;
    	margin-bottom: 10px;
	}
	.intro_txt p {
    	font-size: 30px;
    	line-height: 120%;
	}
	.content_text h4 {
	    font-size: 50px;
	}
	.content_text p {
	    font-size: 28px;
	}
}
@media screen and (max-width:768px) {
	header .logo {
		width: 300px;
		height: 70px;
		margin-top: 0px;
		margin-left: 0%;
		background-size: 100%;
	}
	.top_header nav >ul >li {
		padding-left:0; 
	}
	.top_header nav >ul >li .btn_menu {
    	display: block;
    	width: 66px;
    	padding: 33px 0;
	}
	.top_header nav >ul >li .btn_menu:before {
	    width: 37px;
	    height: 37px;
	    background-size: 100%;
	}
	.top_header li.leng span {
		padding: 18.5px 0;
	    font-size: 24px;
	    width: 65px;
	}
	.top_header li.search a {
	    padding: 33px 0;
	    width: 40px;
	}
	.top_header li.search a:before {
	    width: 40px;
	    height: 40px;
	    background: url(/mob/_/i/search.png);
	    background-size: 100%;
	    margin-top: -20px;
	    margin-left: -11px;
	}
	header .bottom_header {
	    margin: 35px auto 0 auto;
	}
	header .bottom_header a {
	    font-size: 22px;
	}

	#slider_top .owl-controls .owl-buttons div {
	    width: 30px;
	}
	#slider_top .owl-controls .owl-buttons .owl-next {
	    background-position: -107px -78px;
	}
	.content_text {
	    max-height: 330px;
	}
	.content_text h3 {
    font-size: 22px;
	}
	.content_text h4 {
	    font-size: 36px;
	    margin-bottom: 10px;
	}
	.content_text p {
	    font-size: 24px;
	    max-height: 170px;
	}
	.content_text a {
	    margin: 35px auto;
	}
	.bottom_footer .copi {
	    max-width: 700px;
	    font-size: 24px;
	}
	.single_titlepage {
		padding-top: 190px;
		padding-bottom: 63px;
	}
	.img_description >div {
		display: table-cell;
		vertical-align: top;
		width: 40%;
		max-width: 320px;
		padding-right: 40px;
	}
	.opening_hours h4 {
    	margin-bottom: 5px;
    	font-size: 45px;
	}
	.content .opening_hours b {
    font-size: 28px;
	}
	.schedule h4 {
    	font-size: 26px;
	}
	.schedule table tr td {
    width: 9%;
    font-size: 18px;
	}

}	

@media screen and (max-width:680px) {
	header .logo {
		width: 250px;
		height: 50px;
		margin-top: 10px;
	}
	.bg_page {
		min-height: 480px;
	}
	.intro_txt {
		max-width: 530px;
    	max-height: 140px;
    	margin-bottom: auto;
	}
	.intro_txt h2 {
	    font-size: 38px;
	    margin-bottom: 10px;
	}
	.intro_txt p {
	    font-size: 24px;
	}
	.top_header nav{
		margin-left: 240px;
		text-align: right;
	}
	.single_titlepage {
		padding-top: 190px;
		padding-bottom: 60px;
	}
	.single_titlepage h1 {
		width: 90%;
		font-size: 50px;
		line-height: 110%;
	}
	header .bottom_header a {
		font-size: 22px;
		line-height: 170%;
		margin: 0 2.5% !important;
	}
	/*gallery_list*/
	.gallery_item {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.gallery_item a > div, 
	.news_item a > div {
		display: block;
	}
	.img_gallery_item, 
	.txt_gallery_item{
		display: block;
		vertical-align: top;
	}
	.img_gallery_item img {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 5px 0 20px 0;
	}
	ul.pagination li {
		font-size: 18px;
		margin-right: 10px;
	}
	ul.pagination li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.content article.intro_new img {
		margin-right: 30px;
		margin-bottom: 0px;
		width: 35%;
	}
	.date_new {
		font-size: 28px;
		line-height: 125%;
	}
	.opening_hours h4 {
    	margin-bottom: 10px;
    	font-size: 40px;
	}
	.content .opening_hours b {
    	font-size: 22px;
	}
	.schedule h4 {
    	font-size: 22px;
	}
	.schedule table tr td {
    	font-size: 14px;
    }
   
}

@media screen and (max-width:480px) {
	header .logo {
	    width: 60px;
	    height: 40px;
	    margin-top: 12px;
	    float: left;
	    background-image: url(/mob/_/i/mob_logo.png);
	    background-position: 0;
	}
	.top_header nav {
	    margin-left: 0px;
	    text-align: right;
	}
	header .bottom_header {
	    margin: 25px auto 0 auto;
	}
	header .bottom_header a {
	    font-size: 18px;
	    line-height: 180%;
		display: inline-block;
	}
	.intro_txt {
	    max-height: 90px;
    	margin-bottom: auto;
	}
	.intro_txt h2 {
	    font-size: 32px;
	    margin-bottom: 10px;
	    line-height: 100%;
	}
	.intro_txt p {
	    font-size: 20px;
	}
	.content_text {
	    max-height: 360px;
	}
	.content_text h3 {
	    font-size: 18px;
	}
	.content_text h4 {
	    font-size: 28px;
	    margin-bottom: 10px;
	}
	.content_text p {
	    font-size: 18px;
	    max-height: 255px;
	}
	.content_text a {
	    margin: 36px auto;
	}
	#slider_top .owl-controls .owl-buttons div {
	    width: 20px;
	}
	#slider_top .owl-controls .owl-buttons .owl-next {
	    background-position: -117px -78px;
	}
	.parteners ul li {
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	    margin: 0;
	    margin-bottom: 35px;
	}
	#slider_top .owl-controls {
    	top: initial;
	}
	.bottom_footer {
		overflow: hidden;
		padding-bottom: 51px;
	}
	.parteners {
	    padding: 35px 0px;
	}
	.bottom_footer .copi {
    	font-size: 18px;
	}
	.social_btn {
		margin-top: 35px;
	}
	.social_btn a {
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    margin-right: 20px;
	}
	.social_btn a.vk {
		background-position: -189px -113px;
	}
	.social_btn a.fb {
		background-position: -232px -113px;
	}
	.social_btn a.ok {
		background-position: -189px -157px;
	}
	.social_btn a.g {
		background-position: -231px -157px;
	}
	#dropdown_menu >ul {
		font-size: 22px;
	}
	#dropdown_menu >ul > li {
		margin-bottom: 16px;
	}
	#dropdown_menu ul.drop_menu li a {
		font-size: 18px;
		padding-left: 25px;
	}
	#dropdown_menu ul.drop_menu {
		display: block;
		font-size: 20px;
		border-top: 0;
		border-bottom: 0;
		margin-top: 0px;
		margin-bottom: 25px;
		padding: 15px 0 10px 0;
	}
	#dropdown_menu ul.drop_menu li {
		margin-bottom: 20px;
	}
	/**/
	.content {
		padding: 0 4%;
	}
	.single_titlepage {
		padding-top: 180px;
		padding-bottom: 60px;
		min-height: 70px;
	}
	.single_titlepage h1 {
		width: 90%;
		font-size: 32px;
	}
	.content p {
		font-size: 18px;
		line-height: 140%;
		margin-bottom: 30px;
	}
	.content b {
		font-size: 20px;
		font-family: "PTSerifBold";
		line-height: 120%;
	}
	.img_description >div {
		width: 50%;
		padding-right: 20px;
	}
	.img_description >span {
		font-size: 24px;
	}
	.content h3 {
		font-size: 32px;
	}
	.content h4 {
		font-size: 24px;
	}
	.content blockquote p {
		font-size: 18px;
		line-height: 140%;
	}
	.img_big_size {
		margin: 35px 0;
	}
	.img_big_size p {
		margin: 20px 4%;
		padding-bottom: 20px;
		font-size: 20px;
		padding-right: 0;
	}
	.news_item {
		border-bottom: 4px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	.gallery_item h3, .news_item h3 {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.txt_news_item time {
		display: block;
		margin-bottom: 15px;
		font-size: 20px;
		font-family: "Tahoma";
	}
	.content article.intro_new img {
		margin-right: 15px;
		margin-bottom: 0px;
		width: 35%;
		min-width: 130px;
	}
	.date_new {
		font-size: 17px;
		line-height: 120%;
	}
	.content .contacts_info p {
	    font-size: 22px;
	}
	.schedule table tr:first-child td {
	    border-top: 1px solid #999;
	}

	.schedule table tr td {
	    font-size: 10px;
	    border-left: 1px solid #999;
	    padding: 5px 0;
	}
	.schedule table tr td:last-child {
    	border-right: 1px solid #eee;
	}
}	

@media screen and (max-width:320px) {
	body{
		min-width: 320px;
		margin: 0 auto;
	}
	header .bottom_header a {
	    font-size: 16px;
	}
	.bg_page {
	    min-height: 400px;
	}
	ul.pagination li {
		font-size: 16px;
		margin-right: 10px;
	}
	ul.pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#dropdown_menu >ul {
		font-size: 26px;
	}
	#dropdown_menu ul.drop_menu li a {
		font-size: 22px;
	}
	div#photogallery a {
		width: 50%;
	}
	.schedule table tr td {
    	font-size: 10px;
	}
}	
.clear{
	clear: both;
}

@media screen and (max-width:700px){
	.parteners img {
		margin-top: 20px;
	}
}

.parteners img {
	max-width: 320px;
}

#map h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: "PTSerifRegular";
}