.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*свойства текста*/
body {
	font: normal normal normal 12px/16px 'Open Sans', sans-serif;
	background: #eeeeee;
	margin: 0;
	position: relative
}
#header-wrapper, #content-wrapper, #footer-wrapper {
	width: 1170px; /*ширина сайта*/
	margin: 0 auto;
	position: relative;
}
/*параметры левой колонки*/
#left-sidebar {
	float: right;
	width: 289px;
	margin-right: 0;
	height: 100%;
	padding-bottom: 20px;
	border-right: 1px solid #eaeaea;
}
/*параметры контентной области*/
#content {
	float: right;
	width: 879px;
	padding-bottom: 0px;
	margin-left: -1px;
	border-left: 1px solid #eaeaea;
}	
/*параметры правой колонки*/
#right-sidebar {

}
/*параметры footer*/
footer {

}

body h1 {
	font: normal bold normal 22px/24px 'Open Sans', sans-serif;
	color: #000;
	margin: 0 0 10px;
	padding-top: 13px;
}

body h2 {
	font: normal bold normal 20px/22px 'Open Sans', sans-serif;
	color: #000;
	margin: 0 0 10px;
}

body h3 {
	font: normal bold normal 18px/20px 'Open Sans', sans-serif;
	color: #000;
	margin: 0 0 10px;
}

body h4 {
	font: normal bold normal 16px/18px 'Open Sans', sans-serif;
	color: #000;
	margin: 10px 0;
}
body h5 {
	font: normal bold normal 14px/16px 'Open Sans', sans-serif;
	color: #000;
	margin: 10px 0;
}
body h6 {
	font: normal bold normal 12px/14px 'Open Sans', sans-serif;
	color: #000;
	margin: 10px 0;
}
a {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-color: #eaeaea;
}
table td {
	border-color: #eaeaea;
}
ul, ol {
	list-style-position: inside;
	padding: 0;
}
body label {
	font: normal normal normal 12px/14px 'Open Sans', sans-serif;
}
body p {
	margin: 0 0 7px;
}
.item-page p, .blog p {
	font-size: 14px;
    line-height: 1.3;
}
#header-wrapper{
	margin: 20px auto;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
#header-top{
	padding: 20px 30px;
	box-sizing: border-box;
	background: #fff;
}
#header-bottom {
	
}
#logo-wrapper{
	float: left;
}

.category_description_img{
	display:none;
}
.moduletable_toptext{
	float: left;
	margin-left: 50px;
	width: 245px;
	margin-top: 23px;
}
.moduletable_toptext p{
	font-size: 18px;
	font-weight: 600;
  	color: rgb( 44, 50, 54 );
  	line-height: 1.222;
}
.moduletable_call, .moduletable_phone{
	float: right;
	margin-top: 38px;
}
.moduletable_call .writeus{
	background: url(../images/mail.png) no-repeat left center;
}
.moduletable_call .callus{
	background: url(../images/call.png) no-repeat left center;
	margin-left: 30px;
	margin-right: 30px;
}
.moduletable {
	padding-top: 20px
}
.pathway {
	color: #E6321D;
}
.breadcrumb {
	font-weight: bold;
	list-style-type: none;
	padding-left: 27px;
	display: flex;
}
.divider {
	padding-left: 2px;
	padding-right: 2px;
}
.moduletable_call a {
  	font-size: 15px;
  	color: rgb( 44, 50, 54 );
  	text-decoration: underline;
  	line-height: 1;
	padding-left: 30px;
	font-weight: 600;
}
.moduletable_call a:hover{
	text-decoration: none;
}
#feedBackIcon{
	display: inline;
}
.textTelephone {
	display: flex;
	align-items: center;
}
.textTelephone.first {
	margin-bottom: 8px;
}
.textTelephone > a{
	text-decoration: none;
	color: unset;
	display: flex;
	align-items: center;
}
#iconTelegramm {
	padding-left: 740px;
}
span.textFeedBack {
	font-size: 12px;
	opacity: 0.7;
}
#iconWat {
	padding-left: 747px;
	margin-right: 6px;
}
.moduletable_phone p a{
  	font-size: 26px;
  	color: #e6321d;
  	line-height: 0.577; 
  	text-align: left;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.moduletable_phone p b{
	font-weight: 600;
	color: rgb( 44, 50, 54 );
}
.moduletable_mainmenu{
	background: #2c3236;
	width: 875px;
	float: left;
}
.moduletable_mainmenu ul{
	margin: 0;
	list-style: none;
}
.moduletable_mainmenu ul li a {
  	font-size: 15px;
  	color: rgb( 255, 255, 255 );
  	line-height: 55px;
  	text-align: left;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	padding: 0 30px;
	float: left;
}
.moduletable_mainmenu ul li a:hover {
  	color: rgb( 162, 164, 166 );
	transition: 0.3s;
}
.moduletable_order p{
	line-height: 55px;
	background: #e6331d;
	color: #fff;
  	font-size: 18px;
	text-align: center;
	font-weight: 600;
	transition: 0.3s;
	cursor: pointer;
	margin: 0;
}
.moduletable_order p:hover{
	color: rgb( 44, 50, 54 );
	background: #fff;
	
}
#content {
	padding-top: 0px;
}
#content-wrapper{
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.moduletable_slider{
	float: left;
	margin-left: -0.1px;
}
.moduletable_fastorder{
	float: left;
	width: 290px;
	padding: 30px;
	box-sizing: border-box;
	background: url(../images/fastorder.jpg)no-repeat center center;
}
#content-top{

}
.moduletable_fastorder p{
  	font-size: 22px;
  	color: rgb( 254, 254, 254 );
  	line-height: 1.273;
  	text-align: left;
	margin-bottom: 0;
}
.moduletable_fastorder p a{
  	box-shadow: 0.5px 0.866px 5px 0px rgba( 29, 29, 27, 0.2 );
 	background: #fff;
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	color: rgb( 44, 50, 54 );
	transition: 0.3s;
	text-decoration: none;
	font-weight: 600;
	margin-top: 39px;
	font-size: 18px;
}
.moduletable_fastorder p a:hover{
	background: #e6331d;
	color: #fff;
}
#zone-content{
	background: #fff;
}
.moduletable_contentcat{
	float: right;
	width: 100%;
}
.moduletable_contentcat ul li{
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 33.33333%;
	height: 293px;
	float: left;
	position: relative;
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: center center;
	list-style: none;
}
.moduletable_contentcat ul{
	margin: 0;
}
.moduletable_contentcat ul li .img{
	position: absolute;
	width: 100%;
	height: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.moduletable_contentcat ul li:hover:before{
	content: "";
	-webkit-box-shadow: inset 293px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 293px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: inset 293px 0px 0px 0px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor:pointer;
}
.moduletable_contentcat ul li:nth-child(3), .moduletable_contentcat ul li:nth-child(6), .moduletable_contentcat ul li:nth-child(9){
	border-right: none;
}
.moduletable_contentcat ul li:nth-child(7), .moduletable_contentcat ul li:nth-child(8), .moduletable_contentcat ul li:nth-child(9){
	border-bottom: none;
}
.moduletable_contentcat ul li a{
  	font-size: 18px;
  	color: rgb( 44, 50, 54 );
  	line-height: 1;
  	text-align: center;
	display: block;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -75px;
	z-index: 1;
}
#section-footer{
	width: 1170px;
	margin: 0 auto;
}
.moduletable_text{
	margin-top: 50px;
}
.moduletable_text h2{
  	font-size: 22px;
  	color: rgb( 44, 50, 54 );
  	line-height: 1.273;
  	text-align: left;
	margin-bottom: 15px;
	font-weight: 600;
}
.moduletable_text p{
  	/*font-size: 15px;*/
  	color: rgb( 44, 50, 54 );
  	line-height: 1.733;
  	text-align: left;
	margin-bottom: 15px;
}
#footer-wrapper-content{
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
	margin-top: 55px;
}
.moduletable_order.bottom{
	float: left;
  	background: -moz-linear-gradient( -180deg, rgb(233,79,31) 0%, rgb(230,50,29) 100%);
  	background: -webkit-linear-gradient( -180deg, rgb(233,79,31) 0%, rgb(230,50,29) 100%);
  	background: -ms-linear-gradient( -180deg, rgb(233,79,31) 0%, rgb(230,50,29) 100%);
  	box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0, 0.2 );
	width: 235px;
	transition: 0.3s;
}
.moduletable_order.bottom p{
	background: transparent;
}
.moduletable_order.bottom p:hover{
	color: #000;
}
.moduletable_order.bottom:hover{
	background: #fff;
	transition: 0.3s;
}
.moduletable_toptext.bottom{
	margin-top: 0;
}
.moduletable_toptext.bottom p{
  	font-size: 14px;
  	color: rgb( 230, 50, 29 );
  	font-weight: bold;
  	line-height: 1.429;
  	text-align: left;
}
.moduletable_call.bottom, .moduletable_phone.bottom{
	margin-top: 5px;
}
#footer-wrapper-bottom{
	padding-top: 30px;
	padding-bottom: 15px;
}
#footer-wrapper-bottom .copyright{
	float: left;
	line-height: 28px;
	margin-right: 65px;
}
#footer-wrapper-bottom .wework{
	float: right;
}
#footer-wrapper-bottom p{
  	font-size: 14px;
  	color: rgb( 162, 164, 166 );
  	line-height: 1;
}
#footer-wrapper-bottom p a{
	font-family: 'Maven Pro', sans-serif;
  	font-size: 22px;
  	color: rgb( 230, 50, 29 );
  	line-height: 1;
	text-align: right;
	text-decoration: none;
}
.moduletable_mainbottom{
	float: left;
}
.moduletable_mainbottom ul{
	list-style: none;
	margin: 0;
}
.moduletable_mainbottom ul li{
	margin-right: 35px;
	float: left;
}
.moduletable_mainbottom ul li a{
  	font-size: 14px;
  	color: rgb( 44, 50, 54 );
  	line-height: 28px;
  	text-align: left;
	text-decoration: none;
	font-weight: 600;
}
.moduletable_mainbottom ul li a:last-child{
	margin-right: 0;
}
.moduletable_mainbottom ul li a:hover{
	color: rgb( 162, 164, 166 );
}
.moduletable_leftcat{
	padding: 30px 30px 0px 30px;
	clear: both;
}
.moduletable_leftcat h3{
  	font-size: 18px;
  	color: rgb( 44, 50, 54 );
  	line-height: 1.111;
}
.moduletable_leftcat ul li{
	list-style: none;
}
.moduletable_leftcat a{
  	font-size: 15px;
  	color: rgb( 44, 50, 54 );
  	line-height: 3.067;
	background: url(../images/arrow.png)no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
}
.moduletable_leftcat a:hover{
	color: rgb( 230, 50, 29 );
    text-decoration: underline;
}
.moduletable_minut{
	padding: 0 30px;
	margin-top: 190px;
}
.moduletable_minut p{
  	font-size: 22px;
  	color: rgb( 44, 50, 54 );
  	line-height: 1.273;
  	text-align: left;
	font-weight: 600;
	margin-bottom: 25px;
}
.moduletable_minut p strong{
	color: rgb( 230, 50, 29 );
	font-weight: 600;
}
#mxcpr{
	display: none;
}
body .jshop h1{
	margin-top: 30px;
	font-size: 22px;
	padding-left: 30px;
}
.popup {
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
    z-index: 103;
	max-width: 400px;
	min-width: 400px;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
.popup .formResponsive .btn-primary{
	box-shadow: 0.5px 0.866px 5px 0px rgba( 29, 29, 27, 0.2 );
    background: #fff;
    width: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    color: rgb( 44, 50, 54 );
    transition: 0.3s;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
	cursor: pointer;
	border: none;
	border: 2px solid #e6331d;
}
.popup .formResponsive .btn-primary:hover{
	background: #e6331d;
    color: #fff;
}
.popup .thanks{
	font-size: 14px;
	text-align: center;
}
.popup h2{
	margin-bottom: 20px;
}
.popup-shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    background: rgba(250,250,250, 0.5);
}

.moduletable-callme{
	width: 100%;
	box-sizing: border-box;
}
.formResponsive .formControlLabel{
	display: none;
}
.rsform-block.rsform-block-send input{
	box-shadow: 0.5px 0.866px 5px 0px rgba( 29, 29, 27, 0.2 );
    background: #fff;
    width: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    color: rgb( 44, 50, 54 );
    transition: 0.3s;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
	cursor: pointer;
	border: none;
	border: 2px solid #e6331d;
	padding: 0;
	margin: 0;
}
.rsform-block-send input:focus{
	outline: none;
}
.rsform-block-send input:hover{
	background: #e6331d;
    color: #fff;
}
.rsform-block input{
	width: 100%;
	box-sizing: border-box;
}
.formResponsive input[type="text"], .formResponsive input[type="password"]{
	height: 40px;
}
.formResponsive select{
	
}
.formResponsive textarea{
	height: 80px;
	padding: 10px 20px;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	width: 100%;
	margin-bottom: 20px;
}
.formResponsive textarea:focus{
	outline: none;
}
.item-page{
	padding: 0 30px;
}
.item-page .page-header h2{
	margin-top: 30px;
    font-size: 22px;
    padding-left: 0px;
}
.jshop_list_category{
	padding: 0 30px;
}
.category_description{
	padding: 0 30px;
}
.rsform-block input{
	margin-bottom: 20px;
	line-height: 40px;
	padding-left: 20px;
	outline: none;
}
@media screen and (max-width:768px){
	.popup {
		top: 10%;
		left: 50%;
		margin-left: -150px;
		z-index: 103;
		max-width: 300px;
		min-width: 300px;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
		text-align: center;
	}
	
}