body {
	margin: 0px auto;
	background: #fff;
	color: #5b5b5b;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

a {
	color: #BE9A89;
}
a img {border: none}
.text a {
	color: #6a75bd;
	font-style: italic;
}
p {
	margin: 5px 0;
}
h1 {
	margin: 0 0 10px 0;
	color: #0079C0;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0 0 10px 0;
	color: #0079C0;
	font-size: 14px;
	font-weight: bold;
}
.h1-line {
	color: #A2A2A2;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 2px solid #DEDEDE;
}
hr {
	border-top: 2px solid #DEDEDE;
	height: 1px;
}
.clear {clear: both}
#main {
	width: 1000px;
	margin: 20px auto;
	min-height: 500px;
}

#header {
	min-height: 70px;
}
#logo {
	float: left;
	padding: 10px 0;
}
#slogan {
	float: left;
	padding: 7px 0 7px 20px;
	margin-left: 20px;
	border-left: 1px solid #000;
}
#hdr-right {
	float: right;
	text-align: right;
}
#hdr-contacts {
	margin-bottom: 15px;
}
#hdr-contacts span {
	font-size: 14px;
}
#hdr-contacts p:first-child {
    font-size: 24px;
}
#main-menu {
	list-style: none;
	border-bottom: 2px solid #000;
	height: 30px;
}
#main-menu li.top {
	float: left;
	position: relative;
	text-transform: uppercase;
}
#main-menu li a, #main-menu li span {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 15px;
}
#main-menu li.top:hover, #main-menu li.top.active {
	background: #000;
}
#main-menu li.top:hover a {
	color: #fff;
}
#main-menu li span { color: #fff; }

.mm-sub, .mm-sub-sub  {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #BE9A89;
}
.mm-sub {
	left: 0px;
	top: 30px;
	z-index: 50;	
}
.mm-sub-sub {
	top: 0px;
	left: 200px;
	border-left: 1px solid #b49180;
}
.mm-sub li, .mm-sub-sub li {
	width: 200px;
	text-align: left;
}
.mm-sub li.sub {
	position: relative;
}
.sub-arrow {
	background: url(/img/cm_arr.png) 180px center no-repeat;
}
.mm-sub li a {
	padding: 5px 15px;
}
.mm-sub li a:hover, .mm-sub li.sub:hover {
	color: #fff;
}
.mm-sub li.sub:hover {
 	background: #000 url(/img/cm_arr.png) 180px center no-repeat;
}
#main-menu li.top:hover .mm-sub { display: block;}
.mm-sub li.sub:hover .mm-sub-sub { display: block; z-index: 60;}
.mm-sub-sub a:hover {
	background: #000;
}
/********** rotator *****************/
#rotator {
	position: relative;
	margin: 30px 0;
	height: 400px;
}
#rotator > div {
	position: absolute;
	left: 0px;
	top: 0px;
}
#rotator-buttons {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
}
#rotator-buttons li {
	float: left;
	width: 14px;
	height: 14px;
	background: #0079C0;
	margin-left: 5px;
	border-radius: 3px;
}
#rotator-buttons li:hover, #rotator-buttons li.act {
	background: #000;
}
#rotator-images, #rotator-text {
	width: 1000px;
	height: 400px;
	list-style: none;
	position: relative;
}
#rotator-images li {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 400px;
	display: none;
}
#rotator-images li img {
	width: 1000px;
	height: 400px;
}
#rotator-images li.act {
	display: block;
}
#rotator-images li img {
	max-width: 1000px;
	max-height: 400px;
}

#rotator-text > li {
	position: absolute;
	top: 50px;
	right: 20px;
	text-transform: uppercase;
	width: 400px;
	display: none;
}
#rotator-text > li.tleft {
	top: 20px;
	left: 20px;
}
#rotator-text > li.act {
	display: block;
}
#rotator-text > li div {
	background: #414040;
	color: #fff;
	padding: 10px;
	margin: 5px;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	opacity: 0.8;
}
#rotator-text li a {
	color: #fff;
}
#rotator-text > li div ul {
	margin: 0;
	padding: 0 0 0 20px;
}


/******** CONTENT - INDEX*******/
#index-content, #content-box {
	overflow: hidden;
}
#news-n-text {
	float: left;
	width: 550px;
	min-height: 300px;
}
#partner-form {
	float: right;
	width: 400px;
	padding-left: 20px;
	border-left: 1px solid #000;
	min-height: 300px;
}

#news-n-text h2 {
	text-transform: uppercase;
}

#last-news {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#last-news li {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#last-news li p:nth-child(2) {
	font-size: 10px;
}
#last-news li p:last-child {
	text-align: right;
}

#index-text {
	margin-top: 20px;
}

#partner-form {
	position: relative;
}
#loader {
	display: none;
	position: absolute;
	left: 48%;
	top: 100px;
	z-index: 100;
}
.pf-txt {
	font-size: 16px;
}
#pf-content {
	margin-top: 20px;
}
#pf-content input[type=text], #pf-content select {
	width: 99%;
	height: 24px;
	border: 1px solid #006AA3;
	font-family: Arial;
	font-size: 12px;
}
#pf-content textarea {
	width: 99%;
	height: 60px;
	border: 1px solid #006AA3;
	resize: none;
}
.line {
	margin: 5px auto;
	position: relative;
}
.line-msg {
	position: absolute;
	right: 10px;
	top: 5px;
	background: red;
	color: #fff;
	padding: 2px 5px;
	display: none;
}

.submit {
	display: inline-block;
	padding: 5px 15px;
	background: #0079C0;
	color: #fff;
	border-radius: 3px;
	margin-top: 10px;
}
.submit:hover {
	cursor: pointer;
	background: #006AA3;
}
#form-answer {
	padding: 10px;
	border: 1px solid #0079C0;
}
#form-answer span {
	font-size: 120%;
}

#footer {
	overflow: hidden;
	margin-top: 20px;
}

#copy {
	float: left;
}
#counters {
	float: right;
}


/********
********
	INNER
********
******/
#sidebar {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#content {
	float: left;
	width: 730px;
}


#sidebar-menu {
	list-style: none;
}
#sidebar-menu li {
	border-bottom: 1px solid #b49180;
}
#sidebar-menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	
	color: #fff;
}
#sidebar-menu li a.fst {
	padding: 10px 5px;
	text-transform: uppercase;
	background: #BE9A89;
	text-decoration: none;
}
.sm-sub {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #d2b3a4;
}
.sm-sub li a {
	padding: 10px 5px 10px 15px;
}
#sidebar-menu li a:hover, #sidebar-menu li.act {
	background: #000;
	
}

#sidebar-form {
	margin: 20px 0;
	position: relative;
}

#products-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#products-list li {
	float: left;
	margin: 10px;
	text-align: center;
	border: 1px solid #7584CA;
	padding: 5px;
}
#products-list li:hover {border: 1px solid #000;}
#products-list li img {
	max-width: 200px;
}
#products-list .price {
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
	font-size: 14px;
}
#products-list .price span {
	font-weight: bold;
}

#breadcrumbs {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#breadcrumbs li {
	float: left;
	margin-right: 5px;
}



/**   PRODUCT **/
.prod-info {
	display: flex;
	justify-content: space-between;
}
.product-images {
	width: 48%;
}
.prod-prices {
	width: 48%;
}
.prod-prices-price {
	font-size: 16px;
}
.prod-prices-price span {
	font-weight: bold;
	color: #364356;
}
.prod-buy {
	position: relative;
	display: inline-block;
	padding: 10px 25px;
	background: #BE9A89;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}
.prod-prices .prod-buy {
	margin-top: 30px;
}
.prod-buy:hover .prod-buy-select {
	display: block;
}
.prod-buy-select {
	display: none;
	position: absolute;
	left: 0;
	top: 99%;
	
	background: #d2b3a4;
}
.prod-buy-select a {
	display: block;
	padding: 10px 25px;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
}
.prod-buy-select a:hover {
	background: #b49180
}
#product-panel {
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#product-panel li {
	float: left;
	padding: 5px 40px;
	border-left: 1px solid #b49180;
	border-left: 1px solid #b49180;
	background: #BE9A89;
	color: #fff;
	text-transform: uppercase;
}
#product-panel li:hover, #product-panel li.act {
	cursor: pointer;
	background: #000;
}

#tab-content-wrapper {
	position: relative;
}
.prodTab {
	
}
.hideTab {
	display: none;	
}
.showTab {
	display: block;
}

.news-img {
	float: left;
	margin: 10px 20px 20px 0;
}

/*--------------------*/
.clearB {clear: both;}
.ovfl {overflow: hidden;}
.mrgB10 {margin-bottom: 10px;}
.zero-mp {
	margin: 0;
	padding: 0;
}

/*   border:1px solid #000;  */

/* PAGES */
div.pages {
overflow: hidden;
}
div.page-button {
width: 17px;
height: 17px;
float: left;
font-family: Tahoma, serif;
font-size: 12px;
color: #fff;
text-align: center;
margin-right: 10px;
}
div.page-button div {margin-top: 0px;}
.pb-on {background: #5C8BD0;}
.pb-off {background: #F64141;}
div.pb-on:hover {cursor: pointer;background: #F64141;}
div.page-button a {
text-decoration: none;
color: #fff;
display: block;
}
.pages-text {
float: left;
margin-right: 20px;
color: #537EBE;
}

/*.hdr-banner {
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
	background: #0079C0;
	color: #fff;
	font-sizE: 120%;
}*/
.hdr-banner {
	background: #0079C0;
	font-size: 120%;
}
.hdr-banner * {
    box-sizing: border-box;
}
.hdr-banner div {
	color: #fff;
	padding: 5px 0;
}
.hdr-banner ul {
	list-style: none;
    margin: 20px 10px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
}
.hdr-banner ul li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.hdr-banner ul li p {
	padding-left: 0px;
	color: #fff;
    font-size: 90%;
}
.hdr-banner ul li p:first-child {
	font-weight: bold;
	color: #fff;
	padding-left: 0px;
}
.hdr-banner ul li:not(:first-child) p:last-child {
	padding-left: 0px;
}

.hdr-banner ul li:not(:first-child) p:first-child:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 11px;
	height: 14px;
	background: url(/img/marker.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.hdr-banner ul li:first-child {width: 100%}
.hdr-banner ul li:first-child p {padding: 10px 0 0 0; margin: 0;}

.popup-win {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	border: 3px solid #e7e7e7;
	background: #fff;
	box-shadow: 0px 0px 500px 100px rgba(0, 0, 0, 0.6);
}
.popup-win .hdr {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #000;
}
.popup-win .sub-hdr {
	font-size: 14px;
	margin: 0 0 20px 0;
}
.popup-wrap {
	position: relative;
}
.popup-close {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
}
.popup-close .svg {
	fill: red;
	width: 30px;
	height: 30px;
}
.popup-close:hover .svg {
	fill: #000;
	cursor: pointer;
}

.popup-cont {
	padding: 20px;
}
.popup-cont .submit-form .line {
	width: 100%;
}
.popup-cont input[type=text],
.popup-cont textarea
{
	width: 100%;
	font-size: inherit;
	font-family: inherit
}
.popup-cont .btn {
	background: #BE9A89;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	margin: 0 auto;
	
}
.popup-cont .btn:hover {
	background: #9d7f71;
	cursor: pointer;
}