@import url(http://allfont.ru/allfont.css?fonts=jakobctt);
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
h1, h2 {
	text-align: center;
}
img {
      border: none;
}
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.break-word {
     word-wrap: break-word;
}
a {
	text-decoration: none;
	color: #460200;
}
a:hover {
	text-decoration: none;
	color: #A81A00;
}
.wrapper {
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(254,252,250,1.00) 0%,rgba(250,231,212,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,252,250,1.00) 0%,rgba(250,231,212,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,252,250,1.00) 0%,rgba(250,231,212,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,252,250,1.00) 0%,rgba(250,231,212,1.00) 100%);
}
.block {
	margin: 0 auto;
	min-width: 1100px;
	max-width:1400px;
	position: relative;
}
header {
	min-width: 1100px;
	padding-top: 16px;
	text-align: center;
	background-color: #FADCBC;
}
.site {
	display: block;
	font-size: 23px;
	font-weight: bold;
}
.name {
	display: block;
	color: #574242;
	font: bold 36px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#hmenu,
#hmenu ul,
#hmenu ul li,
#hmenu ul li a,
#hmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hmenu:after,
#hmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#hmenu #menu-button {
	display: none;
}
nav {
	background-color: #574242;
	z-index: 9;
	height: 58px;
	width: 100%;
	position: relative;
	padding-top: 4px;
	margin-top: 20px;
}
#hmenu {
	width: 596px;
	margin: 0 auto;
}
#menu-line {
	position: absolute;
	top: 6px;
	left: 0;
	height: 3px;
	background-color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#hmenu > ul > li {
	float: left;
	width: auto;
	text-align: center;
	font-weight: bold;
}
#hmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#hmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#hmenu.align-center ul ul {
	text-align: left;
}
#hmenu.align-right > ul > li {
	float: right;
}
#hmenu.align-right ul ul {
	text-align: right;
}
#hmenu > ul > li > a {
	padding: 20px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#hmenu > ul > li:hover > a,
#hmenu > ul > li.active > a {
	color: #FFF;
}
#hmenu > ul > li.parent > a {
	padding-right: 25px;
}
#hmenu ul ul {
	position: absolute;
	left: -9999px;
}
#hmenu li:hover > ul {
	left: auto;
}
#hmenu.align-right li:hover > ul {
	right: 0;
}
#hmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#hmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#hmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#hmenu ul li:hover > ul > li {
	height: auto;
}
#hmenu ul ul li a {
	padding: 10px 20px;
	width: 170px;
	font-size: 14px;
	background-color: #7C3C3C;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: left;
}
#hmenu ul ul li:hover > a,
#hmenu ul ul li a:hover {
	color: #FFF;
	background-color: #630909;
}
#hmenu ul ul li.parent > a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#hmenu.align-right ul ul li.parent > a::after {
	right: auto;
	left: 10px;
	border-right: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#hmenu ul ul li.parent:hover > a::after {
	border-color: #FFF;
}
.middle {
	width: 100%;
	padding: 0 0 168px;
	position: relative;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
article {
	padding: 0 80px 0 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.text-ds {
	padding: 0 8px 30px 10px;
	font-size: 18px;
}
.lev-tovar {
	width: 390px;
	margin: 150px 14px 26px 0;
	float: left;
	height: auto;
	position: relative;
}
.lev-tovar img {
	width: 100%;
    height: auto;
	border: 5px solid #FFF;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 12px #7F7D7D;
    box-shadow: 2px 2px 12px #7F7D7D;
}
.pr-tovar {
	margin: 5px 0 10px 1%;
	width: 57%;
	float: right;
	text-align: center;
	padding-top: 20px;
	height: auto;
	position: relative;
	font: 25px 'JakobCTT', arial;
}
.pr-tovar-pr {
	margin: 5px 0 10px 1%;
	width: 57%;
	float: right;
	text-align: justify;
	padding-top: 90px;
	height: auto;
	position: relative;
	font-size: 20px;
}
.pr-tovar2 {
	margin: 5px auto 10px auto;
	width: 90%;
	text-align: center;
	padding-top: 20px;
	height: auto;
	position: relative;
	font-size: 20px;
}
aside {
	width: 1100px;
	margin: 0 auto 40px auto;
	position: relative;
	padding-top: 10px;
	text-align: center;
}
.srd {
	text-align: center;
}
#owl-demo .item{
	margin: 15px;
	border: 6px solid rgba(244,214,150,1.00);
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-carousel:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.owl-carousel .owl-wrapper{
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.blr {
	border-radius: 4px;
	margin: 5px 0;
	border: 4px solid #A40B06;
}
.blr:hover {
	border-color: rgba(235,98,5,1.00);
}
.srd2 {
	text-align: center;
	margin-left: -2.2em;
}
.thumbnails {
	text-align: center;
	margin-left: -3.5em;
}
.thumbnail {
	float: left;
}
.blr {
	border-radius: 4px;
	margin: 5px 0;
	border: 4px solid #A40B06;
}
.blr:hover {
	border-color: rgba(235,98,5,1.00);
}
.thum {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin: 14px 0 16px 5%;
	width: 200px;
	height: auto;
	background-color: #F8FBFD;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	padding: 5px 5px 12px 5px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}
.niz {
	width: 56px;
	height: auto;
	position: fixed;
	right: 1px;
	bottom: 190px;
}
footer {
	margin: -168px auto 0 auto;
	height: 168px;
	min-width: 1100px;
	background-color: #574242;
	position: relative;
	color: #FFFCFC;
	font-size: 14px;
}
.copi {
	padding: 35px 50px;
}
.made {
	position: absolute;
	top: 108px;
	right: 58px;
	font-size: 11px;
	font-weight: bold;
}
.lmade {
    margin-bottom: -12px;
}
footer a:link, footer a:visited, footer a:hover {
	color: #FFF;
}
footer a:hover {
	color: #E6EEFF;
}
.tekst {
	padding: 20px 120px 30px 120px;
	text-align: justify;
	margin-bottom: 70px;
}
.ogst {
	font-weight: bold;
	font-size: 20px;
}
.statia {
	margin: 20px 45px 0 45px;
	padding: 15px 31px;
	-webkit-box-shadow: 0px 0px 7px #999;
	box-shadow: 0px 0px 7px #999;
	background-color: rgba(255,247,247,1.00);
}
.img-body {
	margin: 6px 12px 6px 1px;
	float: left;
}
.sviaz a:link, .sviaz a:visited, .sviaz a:hover {
	color: #FFF;
	text-shadow: 2px 2px rgba(61,61,61,1.00);
}
.zaiavka {
	background-color: #A70002;
	padding: 6px 29px 7px 16px;
	font: bold 15px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	position: fixed;
	bottom: 0;
	right: 6%;
	display: block;
	width: auto;
	border-left: 4px solid #CBCBCB;
	border-right: 4px solid #CBCBCB;
	border-top: 4px solid #CBCBCB;
	border-top-right-radius: 40px;
	border-top-left-radius: 9px;
}
.zaiavka:hover  {
	background-color: #2DA83E;
}
.panel {
    background-color: #444;
    height: 34px;
    padding: 10px;
}
.panel a#login_pop, .panel a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
a#login_pop:hover, a#join_pop:hover {
    border-color: #eee;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup, .panel a#join_form {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
input, label, textarea{
    display: block;
}
input, textarea{
    margin: 0 0 10px 0;
    border: 2px solid #CDCDCD;
    padding: 5px;
    border-radius: 6px;
}
input.submit_button{
    background-color: #574242;
    border: 3px solid #574242;
    padding: 5px 10px;
    border-radius: 3px;
    font: 13px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    cursor: pointer;
}
input.submit_button:hover{
    background-color: #876F6F;
}
span.required,
span.error{
   color: #ff0000;
}
span.required{
    font-size: 18px;
}
span.error{
    font-size: 11px;
}
.alter{
	position: absolute;
	right: 6px;
	top: 7px;
}
.pagination{
	clear: both;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	display: inline-block;
}
.pagination ul{
    list-style:none;
}
.pagination ul li{
    display:inline;
}
.pagination a {
	margin: 3px;
	padding: 4px 7px 2px;
	text-decoration: none;
	color: #000;
	border: 1px solid #002B02;
	display: inline-block;
	width: 18px;
	float: left;
}
.activs {
	background-color: #E5E9EE;
}
.pagination a:active {
    background:#FFF;
}
.pagination a:hover{
	background-color: #0E9AFB;
	color: #FFF;
}
.clear {
	clear: both;
}
.otstup {
    box-sizing: border-box;
}
@media only screen and (max-width : 1224px),
only screen and (max-device-width : 1224px){
article {
	padding: 10px 0 14px 40px;
}
.srd {
	margin-left: 0;
}

}
