@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);

* {font-family: 'PT Sans', sans-serif;}


a {color: #678b2f;}
a:hover {color: #CD0707;}

.logo_img {margin: 10px 0;}
.logo_img img {max-width: 100%;}
.logo_text {
	font-size: 150%;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px; 
}

.langlbl {margin: 5px 0;}

.phone, .conacts {
	background: #f5f5f5;
}

p > img {
	max-width: 100%;
}
.padding10 {
	padding: 10px 20px 20px;
}

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

.contacts {
	padding-top: 20px;
	color: #888;
}
.contacts p {	
	font-size: 12px;
}
.navbar-default .navbar-toggle {
	border: none;
	margin: 0;
	height: 50px;
	border-radius: 0;
}
.nav-justified > li > a {
	margin: 0;
}

.good_item {
	margin-bottom: 40px;
	text-align: center;
}
.good_item > div {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
}
.good_item > div:hover {
	border: 1px solid #ddd;
}
.item_img {
	width: 100%;
	height: 320px;	
	line-height: 320px;
}
.good_item img {
	width: 100%;
	max-width: 100%;
	max-height: 250px;
	border-radius: 10px;
}
.good_item .price, .good_item strong, .good_info .price {
	font-weight: bold;
	font-size: 18px;
}
.good_info {}
.good_img img {
	width: 90%;	
	margin-bottom: 10px;
}

.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}
.basket {
	font-size: 16px;
}
.basket {
	border-top: 3px solid green;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	border-radius: 6px !important;
}
.shadow {
	display: block;
	width: 100%;
	height: 50px;
}
.shadow img {
	max-width: 100%;
}

.order {
	padding-left: 0;
	list-style: none;
}
.order li {position: relative;height:30px}
.order li:last-child {height:50px}
.order span {
	position: absolute;
	left: 100px; 
}


@media (min-width: 768px) {
	.langlbl {margin: 25px 0;}
	.logo_text {text-align: left;margin-top: 25px;padding-right: 50px;}
}
@media (min-width: 992px) {
	.logo_text {text-align: left;}
}
@media (min-width: 1200px) {
	.logo_text {text-align: left;}
}

.jumbotron {
	padding: 0px;
	margin: 0;
	overflow: hidden;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 0px;
    padding-right: 0px;
}
.carousel p {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 15px;
}
.carousel-caption h3, .carousel-caption p {
	margin: 0;
	background: rgba(0,0,0,0.3);
}

.footer_menu li {
	list-style: none;
	float: left;
	margin-right: 20px;
}
.main_menu {padding-top: 25px;}
.navbar-default { border: none; background: none;box-shadow: none;margin: 0px;}
.nav-justified {
    background-color: #eee;
    border: 0px solid #ccc;
    border-radius: 5px;
}
.nav-justified > li > a {
    background-color: #259853;
    background-image: -moz-linear-gradient(center top , #259853 0%, #247745 100%);
    background-repeat: repeat-x;
    border: 0px solid #c1cfba;
    color: #fff;
    font-weight: bold;
	font-size: 12px;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: center;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
    background-color: #CD0707;
    background-image: none;
}
.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0 none;
    border-radius: 0 0 5px 5px;
}
.navbar-toggle {
	background: #245580;
	color: #fff;
	width: 100%;
	text-align: center;
}
.navbar-toggle:hover {
	background: #888 !important;
}

.soc-block {
	position: fixed;
	left: 50%;bottom: 0px;margin: 0 0 0 -175px;
	width: 350px; height:26px
	z-index: 9999;
}
.ya-share2__container_size_m .ya-share2__icon {
	height: 20px !important;
	width: 20px !important;
}
.helpbtn {
	position: fixed;
/*
	right: 10px;top: 0px;margin: 0;
	width: 100px; height: 30px;
*/
	right: 0px;top: 50%;margin-top: -100px;
	width: 30px; height: 100px;

	padding: 0;
	z-index: 9999;

writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl; 
/*
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
*/
}
.bestdealbtn {
	position: fixed;
/*
	right: 10px;top: 0px;margin: 0;
	width: 100px; height: 30px;
*/
	right: 0px;top: 50%;margin-top: -100px;
	width: 30px; height: 200px;

	padding: 0;
	z-index: 9999;

writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl; 
/*
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
*/
}


@media (min-width: 768px) {
.nav-justified {}
.nav-justified > li:first-child > a {
    border-left: 0 none;
    border-radius: 5px 0 0 5px;
}
.nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0 none;
}
.soc-block {
	position: fixed;
	left: 0;top: 50%;margin:-200px 0 0 0;
	width: 26px; 
	z-index: 9999;
}
.ya-share2__container_size_m .ya-share2__icon {
	height: 30px !important;
	width: 30px !important;
}
.helpbtn {
	font-weight: bold;
/*	right: 50%;top: 0px;margin: 0 0 0 -100px;*/
}
.helpbtn:hover {
	background: #174166;
	width: 35px;
	padding-right: 5px;
}
}
@media screen and (min-width: 768px) {
.masthead, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
}
}


.number {display: inline;}
.number span {cursor:pointer; }
.number .minus, .number .plus {
	font-size: 150%;
	width:30px;
	height:40px;
	background:#f2f2f2;
	padding:5px 10px 5px 10px;
	border: 1px solid #ddd;
	margin:0;
}
.number .minus {color: red; font-weight: bold}
.number .plus {color: green; font-weight: bold}
.number input {
	font-size: 150%;
	height:40px;
	width: 50px;
	border:1px solid #ddd;
	padding:0 5px;
	margin:0;
}
.raty {
	display: inline;
}
.ritem {
	margin-bottom: 15px;
}
.ritem .text-muted {
	font-size: 80%;
}
.rreating {
	background: url(/js/raty/images/star-on.png) repeat-x;
	display: block;
	height: 16px;
	float: left;
	margin-right: 10px;
}
.rr1 {width: 16px;}
.rr2 {width: 32px;}
.rr3 {width: 48px;}
.rr4 {width: 64px;}
.rr5 {width: 80px;}

.brd {
	display: block !important;
	text-align: left;
	width: 110px;
	margin: 0 auto;
}
.brd .rreating {
	display: block !important;
	position: relative;
}
.brd .rreating span {
	position: absolute;
	left: 80px;top:-2px;
}

.inst {
	display: none;
	position: fixed;
	left: 10px;bottom: 10px;
	background: #fefefe;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
	max-width: 400px;
}
.inst img {
	float: left;
	max-width: 100px;
	max-height: 100px;
	margin-right: 20px;
}
.inst p {
	display: block;
	margin-top: 10px;
}

.bam {
	margin: 5px 0;
}
.pagination {
	margin: 0;
}