/*
  (c) Mediaweb Studio
*/

/* COMMON
-------------------------------------------- */
html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; }
html, body, img, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 15px Arial, sans-serif;
	color: #5A6164;
	overflow-x: hidden;
}
legend {
	display:none;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin:0;
}
img {
	max-width: 100%;
	height: auto !important;
}
hr{
	border-bottom: 1px;
}
.yamap {
	max-width: 100%;
}
input:focus, a:focus, textarea:focus {
	outline:none;
}
.print_block {
	display: none;
	visibility: hidden;
}
.nowrap {
	white-space: nowrap;
}
br.clear,
.clear {
	line-height: 0;
	clear: both;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
.parent-link, .showall {
	margin-top: 20px;
}

.load-gif {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	background: url('/img/mobile/load.gif') center center no-repeat rgba( 255, 255, 255, .7 );
	display: none;
}

#body::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 17px;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAARCAYAAAAcw8YSAAAAKklEQVQI12NQUVGMZmJgYPgOJ34wMTAw/ERl/YITv5kYGBj+oLL+ohL/AZwdEI3Dap4lAAAAAElFTkSuQmCC") repeat-x scroll 0% 0%;
}
.homeblock #body::before{
	display:none;
}

/* CONTENT
-------------------------------------------- */
body{
	overflow-x: hidden;
}
.page-wrap {
	/*height: 100%;*/
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
}
.wrapper {
	min-height: 100%;
	position: relative;
	background-color: #fff;
}
.menu-wrap{
	position: absolute;
	height: 100%;
	width: 250px;
	left: -250px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.menu-wrap:after {
	display: block;
	content: "";
	position: absolute;
	width: 9px;
	right: 0px;
	top: 0;
	bottom: 0;
	background: url('/img/mobile/menu-shadow.png') repeat-y;
}

.mainmenu {
	position: relative;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.body {
	width: 92%;
	padding: 20px 4%;
	overflow: hidden;
	position: relative;
}



/* MENU
-------------------------------------------- */
.mainmenu{
	font-family: Tahoma;
}
.mainmenu ul,
.mainmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mainmenu ul {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.mainmenu #authline{
	background: #FFF none repeat scroll 0% 0%;
	position: relative;
	padding: 20px 20px 20px 44px;
}
#authline span{
	position: absolute;
	top: 22px;
	width: 19px;
	height: 19px;
	left: 16px;
}
.nosvg #authline span{
	top: 24px;
	background: url(/img/mobile/icons.png) no-repeat scroll -47px 0px;
}
.nosvg #authline span img{
	display:none;
}
.mainmenu #authline a{
	font: 18px Tahoma;
	border: medium none;
	text-shadow: none;
	display: inline;
	padding: 0;
	background: #FFF none repeat scroll 0% 0%;
	text-decoration: underline;
}
#auth.sideblock{
	width: 220px;
	left: -44px;
	display:none;
	padding: 20px 15px;
	margin: 15px 0px 10px;
}
.mainmenu #authline #authn{
	text-decoration: none;
}

#auth.sideblock a{
	background:transparent;
}
.mainmenu a {
	display: block;
	padding: 20px 30px 20px 20px;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}
.mainmenu a.headpage {
	background: #fff;
	color: #4A4A4A;
	font: 26px Tahoma;
	border: none;
	text-shadow: none;
}
.mainmenu a.back {
	padding-left: 50px;
	text-decoration: none;
	border: none;
	text-shadow: none;
	position: relative;
}
.mainmenu a.have-sub span{
	position: absolute;
	right: 16px;
	top: 26px;
	background: url(/img/mobile/icons.png) no-repeat scroll -58px -19px;
	width: 9px;
	height: 9px;
}
.mainmenu .back span{
	position: absolute;
	left: 28px;
	top:20px;
	width: 9px;
	height: 9px;
}
.nosvg .mainmenu .back span{
	background: url(/img/mobile/icons.png) no-repeat scroll -48px -19px;
	top: 26px;
}
.nosvg .mainmenu .back span img{
	display:none;
}

.mainmenu .first-level {
	right: 0;
}

/* HEADER
-------------------------------------------- */
.header {
	min-height: 60px;
	padding-bottom: 15px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.header .logo {
	display: block;
	margin: 0 auto 0;
	width: 158px;
	padding: 0px 4%;
	height: 35px;
	max-width: 92%;
}
.header .logo img {
	max-width: 100%;
}

/* buttons */
.header-panel {
	overflow: hidden;
	width: 100%;
	display:table;
}
.header-panel .left,
.header-panel .center,
.header-panel .right {
	display: table-cell;
	vertical-align: middle;
	min-height: 45px;
}
.header-panel .left{
	width: 25%;
}
.header-panel .center {
	width: 50%;
	padding: 10px 0 0 0;
	height: 45px;
}
.header-panel .center a{
	text-decoration:none;
}
.header-panel .right {
	text-align: right;
	width: 25%;
}

.nosvg .header-panel .menu,
.nosvg .header-panel .search,
.nosvg .header-panel .cart,
.nosvg .header-panel #basket,
.nosvg .header-panel #lang {
	background-image: url(/img/mobile/icons.png);
	background-repeat:  no-repeat;
	display: block;
	margin-top: 10px;
}
.header-panel .menu{
	float: left;
	width: 24px;
	height: 18px;
	margin-top: 14px;
	margin-right: 12px;
	cursor: pointer;
	margin-left: 12px;
}
.nosvg .header-panel .menu img,
.nosvg .header-panel .search img,
.nosvg .header-panel  #basket img{
	display:none;
}
.header-panel .search {
	display: block;
	margin-top: 10px;
	float: right;
	width: 23px;
	height: 23px;
	cursor:pointer;
	margin-right: 12px;
}
.nosvg .header-panel .search{
	background-position: -24px 0px;
}
.header-panel #basket{
	float: right;
	width: 24px;
	height: 25px;
	cursor:pointer;
	position: relative;
	margin-right: 12px;
	text-decoration:none;
	display: block;
	margin-top: 10px;
}
.nosvg .header-panel #basket{
	background-position: 0 -18px;
}
.header-panel #basket span{
	position: absolute;
	top: -12px;
	right: -11px;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 5px;
	border-radius: 100px;
	line-height: 13px !important;
	width: 13px;
	text-align: center;
}
.header-panel #basket.empty_baskt{
	opacity:0.3;
}

/* search */
.search-form {
	display: none;
	margin-top: 10px;
	width: 92%;
	padding: 0 4%;
}

/* PAGE
-------------------------------------------- */
.breadcrumbs {
	margin: 10px 0 30px;
	font-size:18px;
	font-family:Tahoma;
	line-height: 145%;
}
.breadcrumbs span{
	font-size:20px;
	font-weight:bold;
	color:#494949;
	padding: 0 8px 0 6px;
	font-family:Trebuchet MS;
}

/* Pagenavigation */
.wrapper .typography .pagenav, .wrapper .typography .pagenav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wrapper .typography .pagenav {
	text-align: center;
	margin: 10px 0;
	color: red !important;
}
.wrapper .typography .pagenav li {
	padding: 3px 6px;
}
.pagenav li {
	display: inline-block;
}
.pagenav a, .pagenav span {
	display: block;
	padding: 3px 6px;
	font-weight: bold;
	text-decoration: none;
}
.pagenav a {
	background-color: #fff;
}

/* product page */
.product-grid {
	overflow: hidden;
	margin: 0 -8px;
	text-align: center;
	width: 100%;
}

.product-grid .item {
	display: inline-block;
	margin: 0 8px 25px;
	width: 228px;
	text-align: center;
}
.product-grid .item img {
	border: 2px solid #9D9D9E;
}
.product-grid .item .title {
	display: inline-block;
	font: 24px Georgia, serif;
	color: #0157B3;
	padding-top: 15px;
}

/* FOOTER
-------------------------------------------- */
.footer {
	height: auto;
	overflow: hidden;
	width: 92%;
	font-size: 16px;
	padding: 20px 4% 0;
}
.footer .contacts p {
	margin-bottom: 6px;
}
.footer .contacts p.copy {
	margin-bottom: 12px;
}
.full-version {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

.social-net {
	width: 400px;
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}
.social-net a {
	display: inline-block;
	width: 45px;
	height: 43px;
	margin: 0 5px 5px;
	background-image: url(/img/mobile/icons/sn2.png);
	background-repeat: no-repeat;
}
.social-net a.fb { background-position: 0 -43px; }
.social-net a.tw { background-position: 0 -86px; }
.social-net a.ytb { background-position: 0 -129px; }
.social-net a.picasa { background-position: 0 -173px; }
.social-net a.insta { background-position: 0 -217px; }

/*
@media (max-width: 430px) {
	.footer {
		height: 270px;
	}
}
@media (max-width: 390px) {
	.footer {
		height:320px;
	}
	.body {
		padding-bottom: 330px;
	}
}
@media (max-width: 250px) {
	.footer {
		height: 370px;
	}
	.body {
		padding-bottom: 375px;
	}
}

*/



/* ****************** */
#homelink{
	overflow:hidden;
	width:23px;
	height:22px;
	display: block;
	float: left;
	position: relative;
	top: 1px;
}
.nosvg #homelink{
	background: url(/img/mobile/icons.png) no-repeat -24px -23px;
	text-indent:-1000px;
	width:24px;
}
.nosvg #homelink img{
	display:none;
}

aside{
	/*padding-bottom:190px;*/
	font-family: Tahoma;
}
aside .sbhead{
	font-size:26px;
	line-height:26px;
	margin: 0 0 15px;
}
aside .sbbody{
	color:#4A4A4A;
}
.sbbody .date{
	
}
.sideblock{
	width: 92%;
	font-size:18px;
	line-height:145%;
	padding: 20px 4%;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
}
.sideblock .title{
	font-size:18px;
}
.sideblock .item{
	padding: 0 0px 25px 0px;
}
#novelty,
#popular{
	padding: 20px 4% 10px;
}
#novelty .item,
#popular .item{
	padding: 25px 0px;
}
#novelty .item.last,
#popular .item.last{
	border:0;
}
#novelty .item .im,
#popular .item .im{
	display: table-cell;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	height: 120px;
	background-color: #FFF;
	border: 3px solid #FFF;
}
#novelty .item .imbg,
#popular .item .imbg{
	display: table;
	width:120px;
	height: 120px;
	float: left;
	margin: 0px 15px 0px 0px;
}
#novelty p,
#popular p{
	margin: 0 0 10px 0;
}


#news img {
	max-width: 108%;
	margin: 20px -4%;
}
#news .arc{
	font-size:18px;
	line-height:145%;
}
/* news */
.NewsHolder .item{
	margin: 0 0 30px 0;
	clear: both;
}
.NewsHolder  p.title{
	font-size: 16px;
    margin: 0 0 10px;
	font-weight:bold;
}
.NewsHolder  p{margin:0;}
.NewsEntry .date{
	font-size: 14px;
	color: #4A4A4A;
}




/* new 26.05.15 */
#news_main{
	padding: 0 4%;
}
#news_main.NewsHolder .imlnk{
	text-decoration:none;
}
.homeblock{
	margin: 0 0 30px;
}
.homeblock h1{
	padding: 0 4%;
}
.homeblock .text{
	padding: 0 4%;
}
.homeblock .text h1{
	padding: 0;
}
.home_slider {
	position: relative;
	overflow: hidden;
	/*width: 696px;*/
}
.home_slider p{
	position: absolute;
	left: 0px;
	right: 0px;
	padding: 10px;
	color: #FFF;
	margin: 0px;
	background: url(/img/slider/slidebg.png) repeat 0 0;
	line-height: 120%;
	bottom: 0px;
}
.home_slider .withnav p{
	padding: 10px 10px 37px 10px;
}
.home_slider p a{
	color: #fff;
	text-decoration:none;
}
.home_slider p span{
	display:block;
	overflow:hidden;
	white-space: nowrap;
}


.homeblock #maintext h1{
	padding:0;
}

.home_random{
	display: table;
	width: 100%;
	padding: 0 4%;
	margin: 0 auto;
}
.home_random div{
	display: table-cell;
	text-align:center;
	padding: 0 15px;
	vertical-align: middle;
}
.home_random .first{
	padding-left:0;
}
.home_random .last{
	padding-right:0;
}
.home_random div p{
	text-align:center;	
}
.home_random img{
	margin: 0 auto 15px;
	max-width: 95%;
}



.home_manual{
	/*width: 635px;*/
	margin-bottom: 25px;
	position: relative;
	padding: 0 30px;
	margin-top: 20px;
}
.home_manual ul.bxslider,
.home_manual ul.bxslider li{
	height:100%;
}
.home_manual ul.bxslider li{
	display: table;
}
.home_manual.columnnum5 .bx-wrapper img {
    max-width: 90%;
}

.home_stepmany.columnnum2 img,
.home_stepone.columnnum2 img,
.home_manual.columnnum2 img{
	width:260px;
}
.home_manual.columnnum3 img,
.home_stepmany.columnnum3 img,
.home_stepone.columnnum3 img{
	width:180px;
}
.home_manual.columnnum4 img,
.home_stepmany.columnnum4 img,
.home_stepone.columnnum4 img{
	width:135px;
}
.home_manual.columnnum5 img,
.home_stepmany.columnnum5 img,
.home_stepone.columnnum5 img{
	width:110px;
}


.home_random img{
	width:135px;
}


.home_manual li p, 
.home_stepone li p,
.home_stepmany  li p{
	text-align:center;
	padding: 5px 10px;
	line-height:120%;
}

.home_stepone li,
.home_stepmany li{
	display: table;
}
.home_stepone li div,
.home_stepmany li div{
	display: table-cell;
	vertical-align:middle;
	text-align:center;
}
.home_manual li div{
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	height:100%;
}

.home_stepone,
.home_stepmany{
	/*width: 635px;*/
	margin-bottom: 25px;
	position: relative;
	/*padding: 0;*/
	padding: 0 30px;
	margin-top: 20px;
}





#SearchForm_SearchForm .Action{
	margin-top: 5px;
}

#grafanons.sideblock,
#banners.sideblock{
	padding:0;
	width: 100%;
	text-align: center;
	background-color: transparent;
}
#banners img{
	margin-bottom:5px;
}
#banners a{
	text-decoration:none;
}

#weather .sbbody{
	padding-top:0;
}
#weather table{
	margin: 0 auto;
	width: auto;
}
#weather table{
	width:100%;
	max-width: 330px;
}
#weather .title{
	font-weight: bold;
	height: 27px;
	vertical-align: middle;
	text-align:center;
}
#weather .date{text-align:left;}
#weather .date span{font-weight: bold;}
#weather .more{
	/*font-size: 14px;*/
	text-align: center;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 5px 0 0 10px;
}
#weather td{
	text-align:center;
	border-width: 0 0 1px;
	border-style: solid;
	padding: 8px 0;
}
#weather p{
	margin-bottom:3px;
}
#weather img{
	float:left;
	max-height: 25px;
	background-color: #BDDDFB;
    border: 1px solid #A2A2A2;
    margin: 2px 2px 1px 0;
}
#weather .weatbl{
	clear:both;
	margin-bottom:3px;
}

#anons .sbbody{
	text-align:center;
} 
#anons .title{
	margin: 0 0 5px;
}
#anons .sbbody .anonsbl-body div{
	text-align:left;
}


#events form{
	display:table;
}
#events select{
	box-sizing: border-box;
	padding: 5px 10px;
	font: 16px "Trebuchet MS",Helvetica,sans-serif !important;
	text-align: left;
	resize: none;
	margin-right: 5px;
}
#events input{
	height: 36px;
	padding: 0px 10px;
	margin: 0px;
	border: medium none;
	border-radius: 5px;
	cursor: pointer;
	font: 18px/38px Verdana;
	text-align: center;
}
#events select,
#events input{
	display: table-cell;
}
#events .sbbody table{
	/*font-size:16px;*/
	margin: 15px auto 0;
}
#events td{
	padding:10px;
}
.Calendar .event-item{
	margin-bottom:25px;
}
.Calendar .date {margin:0; padding:0; line-height:18px; font-size:14px;}
.Calendar .title {font-size:16px; margin:5px 0;}
.Calendar .eventtitl {font-size:16px;margin:0 0px 10px;}


#kurs .sbbody table{
	max-width: 330px;
	margin: 0px auto;
}
#guests .sbbody div{
	margin: 0px auto;
}

/* photo block */
.photobl-body {padding:10px 10px 20px 10px; text-align:center;}
.photobl-body IMG {border:0; margin:8px 0;}


/* on-line consult block */
.consult-body {
	padding: 7px 0px 8px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	max-width: 330px;
}
.consult-body td{
	padding: 5px 0;
}
.consult-body.last{
	border:0;
	padding-bottom:0;
}
.consult-name {
padding: 0px 0px 5px 0;
font-weight: bold;
width: 100px;
}
.consult-img {padding:5px 5px 5px 0;width:50px;}
.consult-jb{
vertical-align: middle;
font-style: italic;
padding: 5px 5px 5px 0;
}
.consult-mail a {
	text-decoration: none;
}
.consult-mail img{vertical-align:middle;}
.consult-icq img,
.consult-skype img{vertical-align:middle;}

/* poll block */
.poll-body .news-label{
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	display: block;
}
.poll-body .radio{position: relative;top:3px;} 
.poll-body .input{
	padding: 10px 10px;
	border: 1px solid #CCC;
	width: 50%;
	font-size: 16px;
}
.poll-body .pol-ans {margin-bottom:10px;}
.poll-body .poll-submit INPUT{
	margin: 0 auto 15px;
	width: 100%;
	height: 44px;
	padding: 0px;
	border: medium none;
	border-radius: 5px;
	cursor: pointer;
	font: 18px/44px Verdana;
	text-align: center;
}
.poll-submit {margin:10px 0px 10px; text-align:center;}
.pol-ans div{	padding:5px 0;}
.poll-quest {display:block; margin-bottom:8px;}
.poll-tab TD {padding:2px 0;}
.poll_answer_result span {
  display: block;
  float: left;
  height: 10px;
  margin: 0px;
}

h6.pollTitle {
    font-size: 14px;
    line-height: 15px;
    margin: 0px 0px 8px;
	font-style: normal;
}
.poll_answer_result span{
    display: block;
    float: left;
    height: 10px;
    margin: 0px;
}
.poll_answer_caption{
	font-size:14px;
}
.poll_answer_result{
	width:280px;
	max-width:100%;
	height:10px;
	margin: 3px 0 7px;
}
.side-block .poll_answer_result{
	width:195px;
	max-width:100%;
}

/** end-new **/

/* pubs block */
.pubsbl-body .date{
	text-align:right;
	margin:0;
	padding: 5px 0 0;
}
.pubsbl-body .title {
    font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
}
.pubsbl-body .item {
    margin-bottom: 20px;
}


.PublHolder hr, .Publication hr {
    border-style: solid none none;
    border-width: 1px 0 0;
}
.PublHolder .publ_foot, .Publication .publ_foot {
    text-align: right;
}
.Publication .publ_foot{
	padding-top:15px;
}
.PublHolder .publ_foot a, .Publication .publ_foot a {
    text-decoration: underline;
}
.PublHolder .item{
	margin-bottom:25px;
	clear: both;
}
.typography .PublHolder p{
    margin: 0;
}
.typography  .Publication p {
	margin-bottom: 7px;
}
.PublHolder .author,
.Publication .author{
	font-weight:bold;
}
.PublHolder .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px !important;
}
.Publication .pict {
	float:left; 
	margin:0 10px 0 0;
	max-width: 135px;
	height: auto;
}

.PublHolder .pict img{
	float:left; 
	max-width: 135px;
	height: auto;
	margin:4px 10px 0 0;
}


.PhotoGalleryPage .item{
	float: left;
	margin-bottom: 45px;
	width: 180px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px;
}

.PhotoGalleryPage .item img{
	margin-bottom:5px;
	border-width: 1px;
	border-style:solid;
	padding:2px;
}
.PhotoGalleryPage .item a{
	font-size:16px;
	font-weight:bold;
}
.PhotoGalleryPage .item .descr,
.PhotoGalleryPage .item .name{
	padding: 0 10px;
}
.PhotoGalleryPage .item .name{
	margin: 0px 0px 15px;
	overflow: hidden;
	height: 41px;
}
.PhotoGalleryPage .imgblock{
	width:180px;
	height:150px;
	text-align:center;
	vertical-align:top;
	display:table-cell;
}

.gallery {width:100%;margin-bottom:20px;padding: 20px 0 0 0;}
.gallery h2{
	margin-top:0;
}
.gallery .photo{
	float: left;
	width: 150px;
	padding: 5px 8px;
	margin: 0 0 20px;
	text-align: center;
}
.gallery .photo p{
	text-align: center;
	padding-top:8px;
}
.gallery img{
	max-width: 135px;
	max-height: 135px;
}
.gallery .photo_bd{
	background-color: #FFF;
	display: table-cell;
	width: 148px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

h1.faqtitl{
	position: relative;
}
.faqtitl #showall{
	position: absolute;
	top:5px;
	right:0;
	text-decoration: underline;
	cursor:pointer;
	font-size: 12px;
}
#anspack{
	margin-bottom:20px;
}
#anspack  div.ans{
	display: none;
	padding: 5px 0;
}
#anspack a{
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	cursor:pointer;
}
#anspack li a{
	line-height: 18px;
    margin-bottom: 5px;
}
#anspack div.opened{
	display: block !important;
}
#anspack li p{
	margin:0;
}
.faq-form h4{
	font-weight:normal;
}

#htmlExampleTarget{
	padding:20px 0;
}

.vphoto.grid > .element{
	margin: 0px 6px 40px !important;
}
.vphoto .imbg{
    width: 150px;
    margin: 0px auto;
}
.vphoto .imbg .im{
    height: 150px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    width: 150px;
    text-align: center;
    background-color: #FFF;
}

.vphoto.grid p.title{
	height: 36px;
	overflow: hidden;
	padding: 0px !important;
	margin: 10px 0px !important;
}
.vphoto p.avail{
	padding: 10px 0px !important;
	color: green;
}
.vphoto p.price{
	padding:0 !important;
}
.vphoto .shop-buttons{
	padding:10px 0 0;
}
.vphoto .shop-buttons input{
	width: 100%;
	height: 44px;
	padding: 0px;
	margin: 0px;
	border: medium none;
	border-radius: 5px;
	cursor: pointer;
	font: 18px/44px Verdana !important;
	text-align: center;
}
.active-sort-down a,
.active-sort-up a{
	text-decoration:none;
}
.pric_ord{
	padding:20px 0;
}
.pric_ord form{
	padding:20px 0;
	white-space: nowrap;
}
.pric_ord .kolvo{
	width: 33%;
	box-sizing: border-box;
	padding: 9px;
	font: 16px "Trebuchet MS",Helvetica,sans-serif;
	text-align: center;
	resize: none;
	border: 1px solid #839FB6;
	position: relative;
	top: -2px;
}
.pric_ord .addtobask{
	width:65%;
	height: 44px;
	padding: 0px;
	margin: 0px;
	border: medium none;
	border-radius: 5px;
	cursor: pointer;
	font: 18px/44px Verdana !important;
	text-align: center;
}
.pric_ord .tours input{
	width:100%;
	height: 44px;
	padding: 0px;
	margin: 0px;
	border: medium none;
	border-radius: 5px;
	cursor: pointer;
	font: 18px/44px Verdana !important;
	text-align: center;
}

#fancybox-wrap #fancybox-left, #fancybox-wrap #fancybox-right {
	visibility: visible; /* IE6 */
}

#fancybox-wrap #fancybox-left span {
	left: 20px;
}

#fancybox-wrap #fancybox-right span {
	left: auto;
	right: 20px;
}
#fancybox-wrap{
	/*padding: 0 !important;*/
}
#fancybox-outer{
	overflow: hidden;
}
#fancybox-overlay {
    position: fixed !important;
}
.home_slider .bx-wrapper img{
	min-width: 100%;
}
#fancybox-wrap #fancybox-right span {
    right: 2px !important;
}
#fancybox-wrap #fancybox-left span {
    left: 2px !important;
}

.main-content.clearfix{
	margin-bottom:30px;	
}
.main-content .content-scroll {
    overflow-x: auto;
    overflow-y: visible;
}
