body {
	color: #333
}

a {
font-family: arial;
color: #319bb9;
text-decoration: none;
}


a.top {
font-family: arial;
color: #ffffff;
font-size: 9pt;
text-decoration: none;
}

a:hover 
{
color: #ff0000;
text-decoration: underline;

}

#ask_question {
	position: fixed;
	top:50%;
	right:-63px;
	-webkit-transform: rotate(-90deg); transform: rotate(-90deg);
	display: inline-block;
	padding: 5px 20px 15px 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #5faa11;
	opacity: 0.8;
	color: #fff;
}

#ask_question:hover {
	text-decoration: none;
	opacity: 0.95;
}

#back_link {
	clear: both;
	padding-top: 20px
}

#back_link img {
	vertical-align: middle
}

.blocker {
	margin: 20px; 
	color: #666; 
	padding: 20px 40px 20px 40px; 
	background: #ffebf4; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F7F7F7),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #F7F7F7 0%, #E8E8E8 100%);
}

.blocker li {
	margin: 0 0 25px 0
}

#bottom_counter {
	float: right;
	padding: 10px
}

#bottom_developer {
	float: left;
	clear: left;
	padding: 10px;
}

#bottom_menu {
	float: left;
	padding: 10px;
}

#bottom_menu a {
	color: #9a9a9a;
	font-family: Tahoma;
	font-size:10px;
}

#brands img {
	border: 0
}

#brands li {
	list-style-type: none;
	margin: 10px 0 10px 0;
}

#call_designer {
	width: 400px;
	min-height: 350px;
	background: #b1cae3;
	position: fixed;
	top: 150px;
	left: 50%;
	z-index: 9999999999999;
	margin-left: -200px;
	padding: 20px;
	border: 3px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.50);
	opacity:0.95;
	filter:alpha(opacity=95);
}

@media screen and (max-height: 600px) {
	#call_designer {
		top: 0;	
		min-height: 250px;
		font-size: 11px;
		padding: 10px;
		position: absolute;
	}
	
	#call_disigner_head {
	font-size: 14px !important;
	font-weight: bold
}

	#call_designer p {
		font-size: 11px
	}
	
	#call_designer li {
		font-size: 11px
	}
	
	#claim {
		font-size: 11px !important;
		padding: 5px !important;
	margin: 0 auto 0 auto !important; 
	font-weight: bold;
	border: 2px dashed #d56a6a;
	color: #505050;
	min-height: 20px;
	}
	
}

#call_disigner_head {
	font-size: 16px;
	font-weight: bold
}

#call_designer_table {
	width: 100%
}


#cats {
	width: 100%;
	text-align:center
}

#cats td {
	padding-bottom: 30px;
	border-bottom: 1px dashed #CCCCCC
}

#cats img {
	border: none;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding: 20px; 
	font-weight: bold;
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
	min-height: 30px;
}

#claim_price {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	float: right;
	width: 330px
}

#contacts {
 background: #E1E8EF;
 font-size: 14px;
 font-family: Arial, Helvetica, sans-serif;
 margin: 10px 0 10px 0;
 width: 100%;
 border: 1px solid #688996;
}

#index_last_news {
	border: 1px solid #666666; margin:20px;
	padding: 15px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #D2D2D2)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #D2D2D2 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #D2D2D2 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D2D2D2 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #D2D2D2 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #D2D2D2 100%);
}


#index_last_news .last-divader {
	border-top: 1px solid #B1B1B1;
	margin: 25px 0 0 0;
	height: 25px
}

#index_last_news .last-link {
	font-size: 11pt;
	margin: 10px 0 0 0
}

#full-img {
	float: left;
}

#full-img img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 250px
}

.landing {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 18pt
}

#lasnews p {
	margin: 0
}

#left_menu {
	list-style-type: none;
	margin:0;
	padding: 0;
}

#left_menu li {
	border-bottom: 1px dotted #a6a6a6;
}

#left_menu li a {
	height: 23px;
	padding-top: 4px;
	display: inline-block;
	font-size: 17px;
	width: 98%;
	padding: 0 0 0 2%
}

#left_menu li a:hover {
	background: #E1E8EF;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	text-decoration: none
}

#left_menu li ul li a {
	font-size: 12px;
}

#left_menu li ul li a:hover {
	font-size: 12px;
	background: none
}


#left_menu li ul {
	margin:0;
	padding: 0;
}

#left_menu li ul li {
	margin: 5px 0 10px 10px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: none;
	background: url(/img/bull.gif) 0 50% no-repeat 
}

#left_menu li ul li a {
	height: auto
}

.logo {
	float: left
}

.logo img {
	border: 0;
}

#manufacturers {
	list-style-type: none;
	margin: 0;
	padding:0;
}

#manufacturers li {
	margin-bottom: 15px;
}

#manufacturers img {
	border: 0;
	width: 162px;
	height: 62px
}

#navigation {
	margin: 20px 0 0 0
}

#navigation a {
	margin-right: 8px;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navigation a:hover {
	background: #FBF9E3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	text-decoration: none;
}

#navigation div {
	display: inline-block;
	margin-right: 4px;
	background: #FBF9E3;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#product-list {
	width:100%
}

#product-list td.catalog-kratk, td.imgcat {
	vertical-align: top;
	padding-top: 15px;
	border-bottom: 1px dashed #CCCCCC
}


#product-list h2 {
	margin-top: 0
}

#sidebar_left {
	padding-left: 10px;
	width: 220px;
	vertical-align: top;
	float: left
}

#sidebar_right {
	float: right;
	vertical-align: top;
	width: 70%;
	padding: 10px 15px 50px 15px;
}

#show_claim_form {
	float: right;
	clear: right
}

#curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	opacity: 0.85;
	background: #000;
}

#top_shapka {
	background: url(/images/shap2.jpg) right no-repeat;
	height: 311px;
	clear: both;
	width: 98%;
	margin: 0 auto 15px auto;
	border: 1px solid #636363;
	position: relative
}

#top_slogan {
	position: absolute;
	top: 100px;
	right: 100px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}

#top_slogan span {
	font-size: 25px;
}

#top-nav {
	color: grey; 
	font-size: 11px;
	margin:0;
	text-align: left
}

#top-nav img {
	vertical-align: middle;
	margin: 0 10px 0 10px;
}

#top-nav strong {
	margin: 0 10px 0 0;
}

.whatsapp-icon {
width: 45px;
height: 67px;
background: url(/img/whatsapp-icon.png) no-repeat center;
background-size: 45px 67px;
position: fixed;
z-index: 11;
right: 30px;
bottom: 20px;
}


.additional_img {
	float: right;
	margin: 5px
}

.additional_img img {
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
	max-width: 60px
}

.brand_logo {
	float: right;
	margin: 0 0 0 10px
}

.button_blue {
	border: 1px solid #999;
	padding: 5px 20px 5px 20px;
	color: #fff;
	text-decoration: none;
	background: #7FBB41;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	-moz-box-shadow:    1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	box-shadow:         1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	margin: 20px 0 20px 0;
	display: inline-block
}

.button_blue:hover {
	border: 1px solid #C0C02C;
	background: #FFC;
	color: #666;
		-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	text-decoration: none
}

.button_white {
	border: 1px solid #999;
	padding: 5px 20px 5px 20px;
	color: #666;
	text-decoration: none;
	background: #F0F0F0;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #EBEBEB)
);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EBEBEB 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	-moz-box-shadow:    1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	box-shadow:         1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	margin: 20px 0 20px 0;
	display: inline-block
}

.button_white:hover {
	border: 1px solid #C0C02C;
	background: #FFC;
	color: #666;
		-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.close {
	border: none;
	float: right
}

.photo {
	text-align:center
}

.photo img {
	border: 0;
}

form p {
	margin: 10px;
}

.prod {
	background-color: #c0c0c0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.prod td {
	background-color: #fff;
}

.claim {
	background: #D7D5F0; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding: 0 10px 10px 10px; 
	border: 2px dashed #d56a6a;
	color: #505050;
}

.content_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_img_left {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: left; 
	margin: 0 15px 15px 0
}

.content_img_right {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: right; 
	margin: 0 0 15px 15px
}

.ramka-h2 {
	background: #ADDEF8;
	padding: 5px;
	border: 1px solid #829AEC
}

.tov50 {
	width: 100%;
	max-width: 300px
}

.tr_head td {
	background: #D6D6D6
}

.catalog-kratk {
	vertical-align:top;
}

.catalog-kratk p {
	text-align: left
}

.img_title {
	font-size: 12px;
	color: #666
}

.imgcat {
	text-align:center;
	padding-bottom:20px;
	width: 200px
}

.imgcat img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 200px;
	max-width: 200px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
}

.imgcat img:hover {
	background: #d6d6d6;
}

.last-short {
	margin: 0 0 10px 0
}

.liquid {
	border: 1px solid #688996; 
	margin:auto; 
	width: 98%;
	max-width: 1100px;
	overflow: hidden;
	min-width: 950px;
}

.list-proizvod {
	font-weight: bold;
	text-align:right !important;;
	padding:0
}

.news_list_date, .last-date {
	color: #999;
	font-size: 11px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	width: 75%;
	border-bottom: 1px dashed #CCC
}

.news_list_tab {
	border: 1px solid #CCC;
	margin: 5px 0 5px 0;
	padding: 10px;
	overflow: hidden
}

.news_list_tab h2 {
	font-size: 18px;
	margin: 0 0 15px 0
}

.news_list_tab_img {
	float: right;
	width: 200px;
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0 15px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
}

.not_more {
	margin: 0 0 30px 0 !important;
	clear: both
}

.real {
	background-color: #c0c0c0; 
	margin: auto;
	margin-top: 15px;
	width: 100%;
}

.real th {
	background: #DCE0E4
}

.real td {
	background-color: #fff;
}

.top_menu {
	list-style-type: none;
	float: right;
	padding: 60px 20px 0 0
}

.top_menu li {
	position: relative; 
	display: inline-block;
	border-right: 1px dotted #666666
}

.top_menu a {
	font-family: Verdana;
	color: #666;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	margin: 0 10px 0 10px;
}

.top_menu a:hover {
	color: #F00;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.top_menu .last {
	border:0
}

.topphone_wrap {
    float: left;
	margin: 20px 0 0 80px;
    
    color: #656565
}

.topphone_wrap div {
    font-size: 9pt;
}
.topphone {
	font-size: 19pt;
}

.bolding {
	text-align: right;
	font-weight: bold;
	vertical-align: top
}

#product-list {
	width:100%
}

#product-list td {
	vertical-align: top;
	border-bottom: 1px dashed #CCCCCC
}

#product-list h2 {
	margin-top: 3px
}

#top-nav {
	color: grey; 
	font-size: 11px;
	margin:0
}

#top-nav img {
	vertical-align: middle;
	margin: 0 10px 0 10px;
}

#full-img {
	text-align: center !important;
}

#full-img img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 250px
}

#artik {
	font-weight: bold;
	text-align:right;
	margin:0 !important;
	padding:0
}

#list-proizvod {
	font-weight: bold;
	text-align:right;
	padding:0
}

.big-central-link {
	text-align:center;
	font-size: larger;
	margin: 10px
}

#right-float {
	float: right;
}

/* Begin of Shadowbox style */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;cursor:pointer}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/img/close.png);}
#sb-nav-next{background-image:url(/img/next.png);}
#sb-nav-previous{background-image:url(/img/previous.png);}
#sb-nav-play{background-image:url(/img/play.png);}
#sb-nav-pause{background-image:url(/img/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* End of Shadowbox style */

/* ============================== */

p {

font-family: arial;
font-size: 10pt;
text-align: justify;

}
.biglink {
	text-align: center;
}

.biglink a {
	font-size: 16px;
}

div {
font-family: arial;
font-size: 10pt;
}

.down {
	color: #9a9a9a;
	font-family: Tahoma;
	font-size:10px;
	border-top: 1px solid #688996;
	clear: both
}

.toptxt1 {
color:#FFFFFF;
font-family: Verdana;
font-size: 11px;
}
.toptxt {
margin-top: 120px;
margin-right: 10px;
color:#FFFFFF;
font-family: Verdana;
font-size: 11px;
text-align:center;
}

h1 {
font-size: 15pt;
font-weight: bold;
color: #4A4A4A;
margin-top: 10px; 
margin-bottom: 0px;
font-family: arial;
}

h2 {
font-size: 13pt;
font-weight: bold;
color: #4A4A4A;
margin-top: 10px; 
margin-bottom: 10px;
font-family: arial;
}

.bolded12 {
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

.biglink {
font-size: 13pt;
font-weight: bold;
color: #319bb9;
margin-top: 10px; 
margin-bottom: 10px;
font-family: arial;
}

.biggrey {
font-size: 13pt;
font-weight: bold;
color: #4A4A4A;
margin-top: 10px; 
margin-bottom: 10px;
font-family: arial;
}

.ul {
	list-style-position: inside;
	padding:0px;
	margin: 0px;
	
}

.bigh {
font-size: 15pt;
font-weight: bold;
color: #4A4A4A;
margin-top: 10px; 
margin-left: 10px;
margin-bottom: 0px;
font-family: arial;
}

#content {
	margin:10px 0 10px 0
}

#content img {
	margin: 0 20px 10px 10px
}

#content p {
	margin-bottom:10px
}

.fatlink {
	font-size: 15pt; 
	font-family: Arial; 
	font-weight: bold;
}

@media (max-width: 1199px) {
.whatsapp-icon {
right: 20px;
bottom: 30px
}
}

@media screen and (max-width: 1024px) {
.topphone {

	margin: 40px 0 0 60px
}
	
}

@media screen and (max-width: 900px) {
.topphone {
	font-size: 17pt;
	margin: 40px 0 0 30px
}
	
}

@media screen and (max-width: 800px) {
.topphone {
	font-size: 16pt;
	margin: 40px 0 0 0
}
	
}




