@charset "utf-8";
/*#333333			#012e33
#FFCC00			#d64d55
#669966				#35838d	#94c8d6
#993366 			#960f16*/

.tablebodytext{
	display: none;
}

body{
        width: 100%;
	font-family: Roboto,Arial,sans-serif;
	padding:0;
	margin:0;
	/*background-color: #e3e3e3;*/
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:none;
}

h1, h2{
	margin-top:5px;
}

.responsive{
	max-width:100%;
}


/*
.container-fluid{
	max-width: 1400px;
	min-width: 1150px;
	box-sizing:border-box;
}*/

.clear{
	clear:both;
}



.page-wrapper{
	/*background-image: -o-linear-gradient(top,#fff,#fff 50%,#e3e3e3);
	background-image: linear-gradient(to bottom,#fff,#fff 50%,#e3e3e3);
	background-repeat: repeat-x;
	background-size: 100% 290px;*/
}


.content-wrapper .container-fluid{
	padding: 0 30px;
}

.article{
	padding: 20px;
}

.header-top{
	padding: 0;
}

.header-logo{
	font-size:32px;
	text-transform:uppercase;
}

.header-middle{
    padding: 20px 0;
}

.header-menu{
	float:left;
}

.header-contacts{
	display: inline-block;
	padding-top: 3px;
}

.header-cart{
	display: inline-block;
	float: right;
}

.header-cart.fixed{
	position: fixed;
	top:0;
	right: 20px;
	background: #ffffff;
	z-index: 10000;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	padding: 0px 20px;
}

.header-cart.fixed .cart-items-num{
	right:5px;
}

.phone-number{
    font-size:20px;
    color:#012e33;
    font-weight:500;
    padding: 0 0 0 8px;
}

.phone-prefix{
    font-size:14px;
    color:#838383;
    font-weight: 300;
}

.header-bottom{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b512+0,38a82a+44,00c43a+66,1dd600+100 */
	background: #00b512; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #00b512 0%, #38a82a 44%, #00c43a 66%, #1dd600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #00b512 0%,#38a82a 44%,#00c43a 66%,#1dd600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #00b512 0%,#38a82a 44%,#00c43a 66%,#1dd600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#1dd600',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
}


/*** CATALOG-MENU***/

.catalog-menu-block{
	float:left;
	position: relative;
}

.catalog-menu-block .catalog-menu-vertical{
	display: none;
}

.catalog-menu-block:hover .catalog-menu-vertical{
	display: block;
}

.catalog-search{
	float:left;
}


.catalog-link{
	display: block;
	font-size: 16px;
	padding: 12px 15px;
	font-weight: 500;
	margin-right:3px;
}

.catalog-menu-block:hover .catalog-link{
	color:inherit;
}

.footer{
	background: #3E4753;
	padding: 40px 40px;
	font-size: 14px;
	border: 0 solid transparent;
	border-width: 2px 0;
}

.footer-social{
	text-align: right;
	margin-top: -10px;
}

.footer-copyright{
	text-align: right;
	color:#ffffff;
}


.item-price{
	font-weight: 700;
	font-size: 26px;
    display: block;
}

.item-price-2000{
	color:#9f9f9f;
	font-weight: 300;

}

.discount{
    display: block;
    color: #ED1C24;
}

.item-price-before{

    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
}


.buy-block{
	border: 1px solid #e1e1e1;
	padding: 13px 15px 18px 25px;
	margin-bottom: 10px;
}

.buy-block-available{
	display: block;
	font-weight: 700;
	padding: 5px 0;
}

.buy-block-available .fa.fa-check{
	color:#38A128;
}

.buy-block-available .fa{
	color:#838383;
}

.buy-button, .link-to-cart{
	display: block;
	width: 100%;
	background: #38A128;
	color:#ffffff;
	text-align: center;
	padding: 10px 0;
	margin:10px 0 0;
	font-size: 18px;
	outline: none;
	border: none;
}

.buy-button:hover{
	background-color:#138C00;
}

.buy-button.ask-price {
	background: #0295A2;
	margin-bottom: 20px;
	margin-top: 20px;
}

.link-to-cart{
	display: none;
	background: #0295A2;
}

.link-to-cart:hover{
	color:#ffffff;
	text-decoration: underline;
}

.link-to-cart.visible{
	display: block;
}


/*** CONTENT-BLOCK ***/

.content-block{
	padding: 10px 0 30px;
	min-height: 50vh;
}


/*** CART ***/

.cart-order-block{
	margin: 10px 0;
	padding: 10px 20px;
	border: solid 1px #DDDDDD;
}
.cart-order-block-h2{
	font-size: 22px;

}

.cart-order-block .form-control{
	margin: 0 0 10px;
}

.cart-order-total-sum-title{
	padding: 0 15px 10px;
}

.label-required:before{
	content: "*";
	color: #ED1C24;
	position: absolute;
	margin-left: -8px;
}

.label-required.not-fill:after{
	content: " Не заполнено!";
	color: #ED1C24;
	font-size: 14px;
	font-weight: 400;
}

.required-description{
	font-weight: 400;
	font-size: 12px;
}

.required-description:before{
	content: "*";
	color: #ED1C24;
	position: absolute;
	margin-left: -8px;
}




/*** PHONE CONSULTATION ***/

.consultation{
	padding: 20px;
	border: 1px solid #ddd;
}

.consultation-wrapper{
	width:230px;
	margin:0 auto;
	background: url('/images/consultation-phone.png') no-repeat 0 3px;
}

.consultation-h3{
	margin:0 0 15px;
	padding: 0 0 0 60px;
}

.consultation-tel{
	font-size: 24px;
	font-weight: 700;
	color:#0295A2;
}


/*** BOOTSTRAP MODIFY ***/

.form-control{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

label{
	font-size: 15px;
	font-weight: 500;
}

textarea{
	resize: none;
}

img.pull-left{
	margin-right: 20px
}


/***SORT-ITEMS***/
.sort-title{
	color:#9f9f9f;
}

.sort-select{
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #ddd;
	cursor: default;
	margin-left: 5px;
	z-index: 9;
}

.sort-select-list{
	display: none;
	position: absolute;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.25);
	padding: 5px 20px;
	list-style-type: none;
	background: #ffffff;
	z-index: 10;
	margin-top: 2px;
	margin-left: -10px;
}

.sort-select-list li a{
	padding: 5px 10px;
	display: block;
}

.sort-select:hover .sort-select-list{
	display: block;
}

.sort-select:hover{
	background: #ddd;
}


/* Наверх страницы */

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 2;
	background-color: rgba(119, 119, 119, 0.7);
	color: #eeeeee;
	width: 80px;
	/*height: 60px;*/
	line-height: 16px;
	right: 30px;
	bottom: 30px;
	padding: 10px 0;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	font-size: 28px;
	line-height: inherit;
}
/* Наверх страницы  конец*/