/*---reset-стили---*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; font-style:normal; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
input, textarea {margin: 0;border: 0;}
strong, b {font-weight:bold;}
textarea {resize:none;}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
small {font-size:13px;color:gray;}
a {text-decoration:none; display: inline-block;}
ul {list-style: none;}
:focus, :active, :visited {outline: 0;}
.btn:disabled, .radio label:before:disabled {cursor:default;}
/* автозаполнение */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);  
}
input:focus::-webkit-input-placeholder, 
input:focus::-moz-placeholder,        
input:focus:-moz-placeholder,          
input:focus:-ms-input-placeholder {
	opacity: 0; 
	line-height:24px;
	transition: opacity 0.3s ease;
}
/*-------------------------------*/
.w45 {width: 45%;}
.w33 {width: 33.3%;}
.w30 {width: 30%;margin-right:5%;}
.w30:last-child{margin-right:0;}
.w50 {width: 50%;}
.w50:nth-child(odd) {float: left;}
.w50:nth-child(even) {float: right;}
.w100{width: 100%;}
img {display:block;max-width:100%;}
.fl {display: block;float: left;}
.fr {display: block;float: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}
.hidden{display: none;}
.visible{display: block;}
.ttu {text-transform: uppercase;}
.clearfix:after {visibility: hidden; display: block; content: ""; clear: both; height: 0;}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.to_top {
    width: 73px;
    height: 73px;
    background: url(https://tman.su/vrb_project/themes/tman/images/to-top.png) no-repeat;
    position: fixed;
    right: 5%;
    bottom: 3%;
    z-index: 9998;
    display: none;
}

/*---кнопки---*/

.btn {
	cursor: pointer; 
	border: 0;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
.btn-gr {
	color: #5f5f5f;
	font-size: 13px;
	background-color: #fff; 
	background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #fff 100%);
	background: linear-gradient(bottom, #e9e9e9 0%, #fff 100%); 
}
.btn-bg {
	padding: 22px 0;
	text-transform: uppercase;
	font: 18px/18px "RussoOneRegular";
	text-shadow: 0 1px 0 rgba(0,1,1,.2);
	background: url(https://tman.su/vrb_project/themes/tman/images/background/search-bg.png) repeat;
}
.buy-yel {
	display: inline-block;
	padding: 18px 45px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffbd00;
	color: #fff;
	font: 16px/16px "RussoOneRegular";
	text-transform: uppercase;
}
.buy-yel:hover {
	background-color: #ffd45a;
	color:#000;
}
html,body {
	height: 100%; 
	line-height: 1; 
	/*min-width:1170px;*/
	font: 14px "RobotoRegular", "Arial","Helvetica", sans-serif;
}
/* для прижатия footer к низу */
.wrapper {min-height: calc(100vh - 150px);  /*---140px - высота footer---*/}

h1 {
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 42px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;   
}

/*---форма---*/

.row-elem {
	margin-bottom: 15px;
}
.row-elem-cond {
	display:none;
}
.row-elem label {
	display: block;
	color: #5f5f5f;
/*	opacity: .6;*/
	margin-bottom: 7px;
}
.enter_form_links {
	margin-left: 15px;
}
.reg-link {
	color: #b8b8b8;
	opacity: .7;
	display: block;
}
.pass-link {
	color: #ffbe00;
	font-size: 16px;
	text-decoration: underline;
}
.pass-link:hover {
	color: #ffd45a; 
}
.reg-link a {
	text-decoration: underline;
	color: #b8b8b8;
}
.reg-link a:hover {
	color: #ffbe00;
	text-decoration: underline;
}
.enter_form {
	height: 46px;
}
.enter_panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/enter-panel-bg.jpg) repeat;
	z-index: 9999;
	padding-top: 28px;
	display: none;
}
.enter_panel .buy-yel {
	padding: 15.5px 72px;
	height: 100%;
	text-shadow: 0 1px 0 rgba(0,1,1,.2); 
	font-size: 18px;
}
.enter_panel .buy-yel:hover {
	background-color: #ffd45a;
	color: #000;
}
.enter_panel .field-item.error  {
	background-color:#ffdddd;
}
.enter_panel .field-item.error::-webkit-input-placeholder {
  color: red;
}
.enter_panel .field-item.error::-moz-placeholder {
  color: red;
}
.enter_panel .field-item.error:-moz-placeholder  {
  color: #red;
}
.enter_panel .field-item.error:-ms-input-placeholder {
  color: red;
}
.enter_panel .field-item,
.enter_panel .buy-yel {
	height:46px;
}
.field-item.field-bord {
	border: 1px solid #d0d0d0;
}
.field-item.invalid {
	border: 1px solid #ff7e00; 
	background-color: #ffece5;
}
.field-item.invalid::-webkit-input-placeholder {
  color: #ff7e00;
}
.field-item.invalid::-moz-placeholder {
  color: #ff7e00;
}
.field-item.invalid:-moz-placeholder  {
  color: #ff7e00;
}
.field-item.invalid:-ms-input-placeholder {
  color: #ff7e00;
}
.field-item {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	background-color: #fff; 
	-moz-box-shadow: inset 0 2px 5px rgba(0,1,1,.1);
	-webkit-box-shadow: inset 0 2px 5px rgba(0,1,1,.1);
	box-shadow: inset 0 2px 5px rgba(0,1,1,.1);
	padding: 16px;
}
.field-item.form_inval {
	border: 1px solid #e91111 !important;
}
.field-item.form_valid {
	border: 1px solid green !important;
}
.error_message {
	background: #f9e4e4;
    padding: 15px;
    margin-bottom: 10px;
    color: #e91111;
}
.row-elem.sign {
	width: 300px;
	margin-right: 10px;
	height: 100%;
	position:relative;
}
.row-elem.sign .error_message {
	top: 50px;
    position: absolute;
    display: block;
    color: red;
    background: #fff;
    padding: 3px 5px;
    width: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin:0;
}
.row-elem.call {
	width: 360px;
	margin-right: 10px;
	height: 100%;
}
.btn-close {
	height: 46px;
	line-height: 46px;
	width: 77px;
	text-align: center;
}
.btn-close:hover {
	color: #969696;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #e9e9e9 0%, #fff 100%);
	background-image: -o-linear-gradient(top, #e9e9e9 0%, #fff 100%);
	background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #fff 100%);
	background-image: linear-gradient(top, #e9e9e9 0%, #fff 100%); 
}
#reg-form,
#forgotpass-form,
#login-form {
	/*width: 460px;*/
}
form .field-item {
	width: 100%;
}
#reg-form .radio label {
	opacity: 1;
}
.bottom-form,
.bottom-form a {
	color: #5f5f5f;
}
.bottom-form {
	margin-top: 5px;
}
.bottom-form a {
	text-decoration: underline;
}


/* основные стили */

header,section,footer {min-width: 1170px;}
.box {width: 1140px;margin: auto;}
.mw {min-width: 1170px;}
.top-line{height: 35px; padding-top: 7px; background-color: #f8f8f8;}
.top-line-box{
	position: relative;
	overflow: hidden;
	background-position: bottom;
	padding-bottom: 10px;
}
.mnu-top li {
	float: left;
	margin-right: 35px;
}
.mnu-top li a {
	font-size: 13px;
	color: #1f1f1f;
}
.mnu-top li a:hover {
	color: #ffbd00;
	text-decoration:underline;
}
.mnu-top li a:before {
	margin-right: 4px;
	content:"";
	display: inline-block;
	vertical-align: top;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.mnu-top li.about a:before { 
	width: 16px;
	height: 14px;
	margin-top: 3px;
	background-position: -2px -2px;
}
.mnu-top li.service a:before { 
	width: 14px;
	height: 17px;
	margin-top: 2px;
	background-position: -21px -2px;
}
.mnu-top li.delivery a:before { 
	width: 24px;
	height: 11px;
	margin-top: 5px;
	background-position: -40px -2px;
}
.mnu-top li.contacts a:before { 
	width: 14px;
	height: 16px;
	margin-top: 3px;
	background-position: -67px -2px;
}
.mnu-top li.articles a:before { 
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background-position: -307px -92px;
}
.mnu-top li.news a:before { 
	width: 16px;
	height: 16px;
	margin-top: 1px;
	background-position: -327px -92px;
}
.soc-sety li {
	float: left;
	margin-right: 35px;
}
.soc-sety li:last-child{margin-right: 0;}
.soc-sety li a {
	display: block;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite-socsety.png);
}
.soc-sety li:nth-child(1) a {
	width: 15px;
	height: 15px;
	background-position: 0 0;
}
.soc-sety li:nth-child(1) a:hover {
	width: 15px;
	height: 15px;
	background-position: 0 -16px;
}
.soc-sety li:nth-child(2) a {
	width: 16px;
	height: 14px;
	background-position: -50px 0;
}
.soc-sety li:nth-child(2) a:hover {
	width: 16px;
	height: 14px;
	background-position: -50px -15px;
}
.soc-sety li:nth-child(3) a {
	width: 21px;
	height: 14px;
	background-position: -97px 0px;
}
.soc-sety li:nth-child(3) a:hover {
	width: 21px;
	height: 14px;
	background-position: -97px -15px;
}

/*---header-main---*/

.header-main {
	padding: 15px 0;
	position: relative;
}
.logo {
	margin-right: 142px;
}
header .location-info {
	padding-top: 17px;
	margin-right: 75px;
}
header .phone-box {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/phone-bg.png) no-repeat;
	padding-left: 48px;
	min-height: 40px;
	margin-right: 40px;
}
.phone-box {
	font: 16px "RobotoCondensed";
}
.phone-box span {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
.link {
	font-family: "RobotoRegular";
	font-size: 14px;
	color: #a3a3a3;
	display: block;
}
.link:hover,
.email:hover {
	color: #ffb300; 
	text-decoration:underline;
}
header .address-box {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/address-bg.png) no-repeat;
	padding-left: 48px;
	min-height: 40px;
}
.email {
	color: #5f5f5f;
}
.cart-box {
	font-size: 13px;
	color: #5f5f5f;
}
.cart-box:hover,
.accaunt-box:hover {
	color: #ffb300; 
} 
.cart-box {
	position: relative;
	display:block;
	padding-top: 42px;
	width:100%;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/cart-bg.png) no-repeat;
}
.cart-box span {
	position: absolute;
	top: -6px;
	right: 0;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	text-align: center;
	background-color: #ffb300;
	padding-top: 6px;
	color: #fff;
	font: 13px/13px "RobotoSlabBold";
}
/*.accaunt-box {
	position: relative; 
	padding-top: 45px;
	width: 40px;
	text-align: center;
	margin-top:10px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/accaunt-bg.png) center 0 no-repeat;
}*/

/*---search-box---*/

.search-box {
	position: relative; 
	z-index: 5;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/search-bg.png) repeat-x;
}
.search-box.fixed {
	position:fixed;
	top:0;
	width:100%;
}
.search-box .cell-input-box {
	width:810px;
}
.search-box.fixed .cell-input-box {
	width:725px;
}
.search-wrap {
	position: relative;  
	padding: 5px 0px 5px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 100%;
}
.search-wrap-contain {
	position: relative;
    z-index: 4;
	height: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*-moz-box-shadow: 0 2px 4px rgba(0,1,1,.1); 
	-webkit-box-shadow: 0 2px 4px rgba(0,1,1,.1); 
	box-shadow: 0 2px 4px rgba(0,1,1,.1); */
}
.mnu-slide {
	position: relative;
	background: #fff;
	-moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color:#fff;
}
.catalog-link {
	display: block;
	width: 262px;
	height: 50px;
	padding: 17px 0px 17px 22px;
	border-right: 1px solid #e7e7e7; 
}
.column-menu-sub {
	border-right:1px solid #e7e7e7;
}
.column-menu-sub:last-child {
	border-right:0;
}
.column-menu-sub li a:hover .title {
	color:#ffb400;
} 
.sub-mnu-last.sub-mnu-one-attach .column-menu-sub li a {
	padding:15px;
}
.column-menu-sub .info .title {
	display:block;
	font: 14px "RobotoRegular";
    color: #242424;
}
.column-menu-sub .info .quan {
	position: absolute;
    bottom: 15px;
    color:#cbcbcb;
    font-size:14px;
}
.column-menu-sub .info {
	width:144px;
}
.column-menu-sub .info .quan:after {
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
	width:16px;
	height:11px;
	background:url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) 0 -206px;
}
.mnu-slide:hover .menu-left.sub-mnu-parrent {
	display: block;
}
.mnu-slide .menu-left,
.menu-left.sub-mnu-parrent {
	position: absolute;
	width: 262px;
	top:100%;
	left: 0;
	z-index: 4;
	border-top:0;
}
.catalog-link span,
.catalog-link p {
	display: inline-block;
}
.catalog-link span {
	width: 18px;
	height: 12px;
	margin-right: 18px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -2px -88px;
}
.catalog-link p {
	color: #ffbe00;
	font: 15px/15px"RussoOneRegular";
	text-transform: uppercase;
}
.diap-price {
	color:#a9a9a9;
	font-family:"RobotoRegular";
}
.diap-price .price {
	color:#ffb400;
	font:16px "RobotoBold";
}
.rub {
	font-family: 'ALS Rubl';
}
.diap-price .rub {
	font-size: 16px;
	color:#ffb400;
}
.cell-input-box {
	/*width: 810px;*/
	height:100%;
	background: #fff;
}
.cell-input-box input {
	border:0;
	padding-left:22px;
	height: 50px;
	width: 100%;
	font-size:15px;
}
.search-link {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	top: 16px;
	left: 26px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -27px -88px;
}
.search-link-box {
	display: block;
	width: 67px;
	height: 100%;
	background-color: rgba(231, 231, 231, .3);
	background: -moz-linear-gradient(bottom, rgba(0,1,1,.1) 0%, rgba(255,255,255,.1) 100%), #fff; 
	background: -o-linear-gradient(bottom, rgba(0,1,1,.1) 0%, rgba(255,255,255,.1) 100%), #fff;  
	background: -webkit-linear-gradient(bottom, rgba(0,1,1,.1) 0%, rgba(255,255,255,.1) 100%), #fff; 
	background: linear-gradient(bottom, rgba(0,1,1,.1) 0%, rgba(255,255,255,.1) 100%), #fff; 
}
.cart-wrap {
	position: relative;
	padding-top:10px;
}
.cart-scroll {
	width:72px;
	position: absolute;
    z-index: 3;
    right: 0;
    height: 50px;
	display:none;
	text-align:center;
	padding:5px 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f1f1f1;
	-moz-box-shadow: 1px 2px 4px rgba(0,1,1,.1);
	-webkit-box-shadow: 1px 2px 4px rgba(0,1,1,.1);
	box-shadow: 1px 2px 4px rgba(0,1,1,.1);
}	
.search-cell {
	height:100%;
	overflow:hidden;
	position:relative;
	z-index:5;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.stock-catalog-list {
	position: absolute;
	top: 17px;
	left: 15px;
}
.stock-item {
	margin-bottom: 5px;
}
.stock-item:last-child {
	margin-bottom:0;
}
.product_name {
	width: 930px;
}
.product-top-info {
	position: relative;
	z-index:5;
	margin-bottom: 20px;
}
.stock-item-label {
	font-size: 13px;
}
.new-label {
	color: #53b96d; 
}
.discount-label {
	color: #ff7800;
}
.top-sales-label {
	color: #147bd2;
}
.stock-item-label:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	width: 26px;
	height: 26px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.new-label:before {
	background-position: -1px -55px;
}
.discount-label:before {
	background-position: -30px -55px;
}
.top-sales-label:before {
	background-position: -60px -55px;
}
.quant-reviews {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 31px;
	height: 29px;
	color: #fff;
	font-family: "RobotoBold";
	text-align: center;
	padding-top: 4px; 
}
.quant-reviews.quant-reviews-has {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -117px -103px;
}
.quant-reviews.quant-reviews-diz {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -154px -103px;
	cursor: default;
}

/*---content-box---*/

.content-box {
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
	background-color: #fff;
	-moz-box-shadow: inset 0 202px 202px -150px rgba(0,1,1,.09); 
	-webkit-box-shadow: inset 0 202px 202px -150px rgba(0,1,1,.09);
	box-shadow: inset 0 202px 202px -150px rgba(0,1,1,.09);
}
.content-internal {
	padding: 25px 0;
}
.content-box.content-box-mod {
	box-shadow: none;
}

/*---menu-left---*/

.sidebar-left {
	width: 262px;
}
.menu-left {
	position:relative;
	padding: 0 0 18px 0;
	border: 1px solid #e7e7e7;
	border-bottom:4px solid #ffbe00;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background:#f5f5f5;
}
.menu-left li a {
	position: relative;
	display: block;
	padding: 15px 30px 15px 50px;
	color: #343434;
	line-height: 18px;
}
.line-before {
	height:5px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/search-bg.png) repeat-x;
}
.menu-left li a:hover,
.menu-left li:hover{
    background-color: #fff;
    color: #feba16;
}

/*---sub-menu---*/

.menu-left li > .sub-mnu {
	position:absolute;
	display:none;
	z-index:20;
	top:0;	
	left:100%;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	width:262px;
	height:100%;
	background-color:#fff;
	border-bottom:4px solid #ffbe00;
}
.menu-left.menu-left-slide li > .sub-mnu {
	top:5px;
}
.menu-left li:hover > .sub-mnu {
	display:block;
}

.menu-left li > .sub-mnu li a {
	padding-right: 35px;
	padding-left: 20px;
}
.menu-left li:hover:after {
	background-position: -54px -99px;
}

/*---стрелки после пункта меню---*/

.menu-left > li > a:after,
.sub-mnu-parrent > li > a:after {
	content:"";
	position: absolute;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -54px -88px;
	width: 6px;
	height: 9px;
	right: 13px;
	top: 20px;
}

/*---sum-menu-last*/

.menu-left li > .sub-mnu-last {
	width:620px;
}
.sub-mnu-last.sub-mnu-one-attach {
	width:878px !important;
}
.sub-mnu-last li a:hover {
	background-color:#f4f4f4;
}
.sub-mnu-last h3 a {
	padding: 13px 35px 14px 20px;
	font:15px "RobotoBold";
	color:#242424;
	border-bottom:1px solid #e7e7e7;
}
.sub-mnu-last h3 a:hover {
	background-color:#fff;
	color:#242424;
}

/*---иконки перед пунктом меню---*/

.menu-left > li > a:before {
	content:"";
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
	position: absolute;
	left: 10px;
}
.menu-left li.drill a:before {
	top: 17px;
	width: 25px;
	height: 20px;
	background-position: -2px -26px;
}
.menu-left li.tools a:before {
	top: 13px;
	width: 22px;
	height: 22px;
	background-position: -32px -26px;
}
.menu-left li.rake a:before {
	top: 8px;
	width: 17px;
	height: 25px;
	background-position: -61px -26px;
}
.menu-left li.light a:before {
	top: 10px;
	width: 22px;
	height: 22px;
	background-position: -82px -26px;
}
.menu-left li.pipe a:before {
	top: 12px;
	width: 22px;
	height: 20px;
	background-position: -109px -26px;
}
.menu-left li.dustpan a:before {
	top: 12px;
	width: 22px;
	height: 22px;
	background-position: -137px -26px;
}
.menu-left li.steering a:before {
	top: 11px;
	width: 22px;
	height: 22px;
	background-position: -165px -26px;
}
.menu-left li.grill a:before {
	top: 9px;
	width: 20px;
	height: 24px;
	background-position: -191px -26px;
}
.menu-left li.tap a:before {
	top: 11px;
	width: 20px;
	height: 22px;
	background-position: -219px -26px;
}
.menu-left li.trowal a:before {
	top: 11px;
	width: 13px;
	height: 24px;
	background-position: -243px -26px;
}
.menu-left li.screws a:before {
	top: 11px;
	width: 22px;
	height: 22px;
	background-position: -262px -26px;
}
.menu-left li.saw a:before {
	top: 13px;
	width: 26px;
	height: 16px;
	background-position: -290px -26px;
}
.menu-left li.percentage a:before {
	top: 11px;
	width: 22px;
	height: 22px;
	background-position: -320px -26px;
}
.menu-left li.jackhammer a:before {
	top: 17px;
	width: 26px;
	height: 26px;
	background-position: -296px -55px;
} 
.menu-left li.voltmeter a:before {
	top: 17px;
	left: 15px;
	width: 16px;
	height: 25px;
	background-position: -144px 0px;
}
.menu-left li.grind-car a:before {
	top: 17px;
	width: 33px;
	height: 12px;
	background-position: -234px -55px;
}
.menu-left li.power-engin a:before {
	top: 12px;
	width: 29px;
	height: 20px;
	background-position: -162px 0px;
} 
.menu-left li.helmet a:before {
	top: 17px;
	width: 25px;
	height: 17px;
	background-position: -194px 0px;
}
.menu-left li.lawn-mower a:before {
	top: 12px;
	width: 30px;
	height: 20px;
	background-position: -203px -55px;
}
.menu-left li.machine-tools a:before {
	top: 15px;
	width: 31px;
	height: 20px;
	background-position: -222px 0px;
}
.menu-left li.electro a:before {
	top: 12px;
	width: 28px;
	height: 24px;
	background-position: -175px -55px;
}
.menu-left li.service a:before {
	top: 17px;
	left:18px;
	width: 20px;
	height: 24px;
	background-position: -325px -55px;
}
.menu-left li.delivery a:before {
	top: 13px;
	left:18px;
	width: 27px;
	height: 17px;
	background-position: -115px -2px; 92 2
}
.menu-left li.contacts a:before {
	top: 12px;
	width: 15px;
	height: 22px;
	background-position: -92px -2px;
}
.menu-left li.history_order a:before {
	top: 10px;
	left:18px;
	width: 19px;
	height: 24px;
	background-position: -255px -1px;
}
.menu-left li.delivery_address a:before {
	top: 13px;
	left:18px;
	width: 27px;
	height: 21px;
	background-position: -276px 0px;
}
.menu-left li.settings a:before {
	top: 10px;
	width: 23px;
	height: 23px;
	background-position: -304px 0px;
}
.menu-left li.exit a:before {
	top: 10px;
	width: 18px;
	height: 20px;
	background-position: -306px -144px;
}
.menu-left li.accum-technik a:before {
	top: 25px;
	width: 25px;
	height: 20px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/accum_technik.png);
}


/*---news-box---*/

.news-box {
	margin-top: 55px;
}
.news-item {
	margin-bottom: 30px;
}
.news-item:last-child {
	margin-bottom: 0;
}
/*.news-item  .img-box {
	width: 200px;
	height: 120px;
	overflow: hidden;
}*/
.news-box h3 a {
	font: 24px "RobotoBold";
	margin-bottom: 15px;
	color: #000;
	display: block;
}
.news-box h4 a {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	margin:7px 0;
}
.news-box h4 a:hover {
	color: #ffbd00;
    text-decoration: underline;
}


/*---main-content---*/

.main-content {
	padding-top: 30px;
	width: 845px;
}
.stock-box {
	display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	height: 370px;
	margin-bottom: 100px;
}
.stock-box:after {
	content:"";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 10px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/slider-after.png) no-repeat;
}

/*---owl-carousel-stock---*/

.owl-carousel.owl-carousel-stock {
	/*height: 370px;*/
}
.owl-carousel.owl-carousel-stock img {
	/*width: auto;
	height: auto;*/
}
.stock-box .img-box {
	/*width: 360px;
	height: 369px;
	margin-left: -1px;
	text-align: center;
	display: table;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/stock-bg.jpg) no-repeat;*/
}
.img-box-inline {
	display: table-cell;
	position:relative;
	vertical-align: middle;
	padding:0 15px 15px 15px;
}
.img-box-inline.img-box-inline-two img.img-visible {
	position:relative;
	z-index:3;
}
.catalog-item .img-box img.hidden {
	position:absolute;
	top:0px;
	left:15px;
	z-index:4;
    opacity: 0;
}
.img-box-inline.img-box-inline-two img.img-visible,
.img-box-inline.img-box-inline-two img.hidden {
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.img-box-inline.img-box-inline-two:hover img.hidden {
	opacity:1 !important;
}
.img-box-inline.img-box-inline-two:hover img.img-visible {
	opacity:0;
}
.stock-box .img-box img {
	display: inline-block;
	vertical-align: middle;
}
.stock-info {
	padding: 40px 35px;
	text-align: left;
	width: 479px;
	height: 371px;
	position: relative;
	background-color: transparent;
}
.stock-label {
	border: 2px solid #f70; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	padding: 5px 20px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font: 12px/12px "RobotoCondensed";
}
.stock-info h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font: 42px/35px "RussoOneRegular";
	text-transform: uppercase;
}
.stock-text {
	color: #ff7800;
	font: 24px/24px "RobotoMedium";
	text-transform: uppercase;
	margin-bottom: 26px;
}
.stock-date {
	position: absolute;
	bottom: 15px;
	left: 35px;
	font-size: 18px;
	opacity: .3;  
}

/*---catalog-box---*/

.catalog-box-mod {
	margin-top: 20px;
}
.catalog-box-mod .catalog-item {
	background-color: transparent;
}
.catalog-item {
	position: relative;
	width: 281px;
	float: left;
	margin-bottom: 60px; 
	background-color: #fff;
	border-right: 1px solid #ededed;
}
.catalog-item-none .price-info {
	color:#c5c5c5;
	
}
.catalog-item-none .buy-yel {
	background-color:#e8e8e8;
	cursor:default;
}
.catalog-item-none .buy-yel:hover {
	background-color:#e8e8e8 !important;
	color:#fff !important;
}
.tabs-container .catalog-item {
	margin-bottom:20px;
}
.catalog-title {
	margin-bottom: 30px;
}
.catalog-title h4,
.catalog-title h4:after,
.link-more,
.link-more:after {
	display: inline-block;
	vertical-align: middle;
}
/*.catalog-title h4 {
	font-size: 24px;   
}*/
.catalog-title h4:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	margin: 0 20px;
	background-color: #d9d9d9;
}
.link-more {
	color: #ffbe00;
	font-size: 16px;
	padding-top: 2px;
}
.link-more:hover {
	text-decoration:underline;
}
.link-more:after {
	content:"";
	width: 12px;
	height: 8px;
	margin-left: 6px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -148px -89px;
}
.catalog-item:nth-last-child(2) .catalog-item-info:after,
.catalog-item:nth-last-child(3) .catalog-item-info:after,
.catalog-item:nth-last-child(1) .catalog-item-info:before,
.catalog-item:nth-last-child(2) .catalog-item-info:before {
	content:"";
	position: absolute;
	width: 111px;
	height: 1px;
	background-color: #ededed;
}
.catalog-item:nth-last-child(3) .catalog-item-info:after {
	right: 0;
	bottom: -25px;
}
.catalog-item:nth-last-child(2) .catalog-item-info:after {
	right: 0;
	bottom: -25px;
}
.catalog-item:nth-last-child(2) .catalog-item-info:before {
	left: 0;
	bottom: -25px;
}
.catalog-item:nth-last-child(1) .catalog-item-info:before {
	left: 0;
	bottom: -25px;
}
.catalog-item:after,
.catalog-item:before {
	content:"";
	position: absolute;
	top: 0;
	width: 111px;
	height: 1px;
	background-color: #ededed;
}
.catalog-item:after {
	right: 0;
}
.catalog-item:nth-child(3n) {
	margin-right: 0;
	border-right: 0;
}
.catalog-item:nth-child(3n+2):before {  /* 2, 5, 8 */
	left: 0;
}
.catalog-item:nth-child(3n+1):before { /* 1, 4, 7 */
	right: 0;
}
.catalog-item:nth-child(3n):after {   /* 3, 6, 9 */
	left: 0;
}
.catalog-item .img-box {
	/*width: 280px;
	height:240px;*/
	overflow: hidden;
	display: table;
	width:100%;
	text-align: center;
}
.catalog-item .img-box img {
	/*max-width: 100%;
	max-height:220px;*/
	display: inline-block;
	vertical-align: middle;
}
.catalog-item-info {
	position: relative;
	padding: 0 15px 15px;
}
.catalog-item-info h3 {
	font-size: 17px;
	line-height: 21px;
	/*margin-right: 12px;*/
	margin-bottom: 15px;
}
.catalog-item-info h3 a {
	display: block;
	color: #222;
}
.catalog-item-info h3 a:hover {
	color: #ffbd00; 
	text-decoration:underline;
}
.catalog-item-reviews {
	color: #828282;
	margin: 7px 0;
}
.price-box {
	height: 45px;
}
.price-box.catalog-item-none .price-info {
	border: 1px solid #f0efef;
}
.quant-lable {
	color: #cbcbcb;
}
.price-info {
	display: inline-block;
	vertical-align: top;
	padding: 11px;
	width: 130px;
	height: 45px;
	border: 1px solid #f0efef;
	border-right: 0;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	color: #343434;
	background-color: rgba(255,190,0,.01);
}
.price-info.discount {
	padding: 2px 10px;
}
.price-info.discount .real-price {
	font-size: 20px;
    color: #cb1d1d;
}
.price-info.discount .old-price {
	font-size: 15px;
}
.price-info i {
	font-family: 'ALS Rubl';
	color: #b8b8b8;
	font-weight: 100;
}
.price-box .buy-yel {
	padding: 15px 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	height: 45px;
	font-size: 15px;
}
.buy-btn:hover {
	background-color: #ffd45a;
	color: #000;
}
.state-label {
	color: #b8b8b8;
	font-size: 12px;
	margin-top: 8px;
}
.state-label.not-avail:before {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -199px -130px;
}
.state-label.in-stock:before {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -67px -88px;
}
.state-label.in-order:before {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -199px -148px;
}
.state-label:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	width: 16px;
	height: 16px;
}

/*---filter-box---*/

.filter-box-body {
	padding: 23px;
	border: 1px solid #e7e7e7;
	border-bottom:0;
}
.filter-box-bottom {
	border: 1px solid #e7e7e7;
	-moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.filter-box-bottom .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.filter-button {
	display:block;
	text-transform: uppercase;
	color:#000;
	padding:15px 0;
	border-radius:0;
	font-family: "RussoOneRegular";
}
.filter-item {
	margin-bottom: 25px;
	position:relative;
}
.filter-item:last-child {
	margin-bottom: 0;
}
.filter-item h5 {
	font: 15px "RobotoBold";
	margin-bottom: 7px;
	position:relative;
}
.filter-item .help-wrap {
	display:none;
}
.filter-head {
	position: relative;
}
.filter-item.filter-item-help h5 {
	display:inline-block;
}
.filter-item.filter-item-help .help-wrap {
	/*display: block;
    position: absolute;
    right: 0;
    top: 0;*/
   	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
}
.filter-item.filter-item-help .help-box {
	display:none;
}
.filter-item.filter-item-help .help-box p {
	margin-bottom:10px;
}
.filter-item.filter-item-help .help-box p:last-child {
	margin-bottom:0px;
}
.filter-item.filter-item-help .help-icon {
	width:16px;
	height:16px;
	/*position:absolute;
	right:0;
	top:0;*/
	display: inline-block;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -169px -81px;
}
.filter-item.filter-item-help .help-icon:hover {
	background-position: -187px -81px;
}
.filter-item ul li {
	font-size: 13px;
	line-height: 21px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}
.filter-item ul li:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	width: 20px;
	height: 1px;
	top: 10px;
	background-color: #ffbe00;
}
.filter-item ul li a {
	text-decoration:none;
	display: block;
	width: 200px;
	color: #5f5f5f;
}
.help-box {
	position: absolute;
	z-index:10;
    /*left: 15px;
    top: -20px;*/
	left: 30px;
    top: -20px;
	padding:13px;
	color:#222222;
	font:13px/17px "RobotoCondensed";
	width:250px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: 0 0 8px rgba(0,1,1,.11);
	-webkit-box-shadow: 0 0 8px rgba(0,1,1,.11);
	box-shadow: 0 0 8px rgba(0,1,1,.11);
}
.help-box:before {
	content:"";
	width:15px;
	height:29px;
	position:absolute;
	top:15px;
	left:-15px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/help-box-before.png);
}
.filter-item .rub {
	font: 26px/26px "ALS Rubl";
	opacity: .5;
	font-weight: normal;
	color: #b8b8b8;
}
.price_input,
.filter-item .rub,
.quan-brand-box,
.filter-item h6 {
	display: inline-block;
	vertical-align: middle;
}
.filter-item h6 {
	width:179px;
}
.filter-item .radio-item.w50 h6 {
	width:65px;
}
.filter_input {
	font-size: 16px;
	line-height:24px;
}
.filter_input:disabled {
	background: #fff;
}
.filter-item .price-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px 10px 25px;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 5px rgba(0,1,1,.1);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,1,1,.1);
}
.price-box.focus-input {
	border: 1px solid #ffbd00;
}
.price-box.focus-input input {
	color:#e1a300;
}
.price-box input.bold-i {
	font-weight:bold;
}
.filter-item .price-box:first-child {
	margin-right:10px;
}
.filter-item .price-box span {
	position:absolute;
	opacity:0.5;
	left:5px;
	top:12px;
}
.filter-item .price-box .close {
	width: 12px;
    height: 12px;
    display:none;
    position: absolute;
    right: 12px;
    top: 16px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -88px -102px;
}
.unit-lable {
	position:absolute;
	overflow: hidden;
	width:36px;
	left: 93%;
    bottom: 10px;
    font-size: 21px;
    opacity: .5;
    font-weight: normal;
    color: #b8b8b8;
    cursor:default;
}
.loader {
	height:80px;
	position:relative;
	float: left;
    width: 100%;
}
.loader_inner {
    background-image: url("https://tman.su/vrb_project/themes/tman/images/preloader.gif");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 32px;
    width: 32px;
    margin:0 auto;
}
.unit-lable span {
	opacity:.5;
	position: absolute;
}
.filter_input::-webkit-input-placeholder,
.filter_input:-moz-placeholder,
.filter_input:-ms-input-placeholder {
	color: #000;
	opacity: .3 !important;
}
.radio-item {
	position: relative;
	margin-bottom: 4px;
}
.radio-item:last-child {
	margin-bottom: 0;
}
.radio input[type=checkbox] {
	display: none;
}
.radio label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	width: 26px;
	height: 26px;
	border: 1px solid #cfcfcf; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: inset 0 1px 5px rgba(0,1,1,.1);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,1,1,.1);
	box-shadow: inset 0 1px 5px rgba(0,1,1,.1);
}
.radio label {
	display: block;
	color: #5f5f5f;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}
.radio input[type=checkbox]:checked + label:before {
	content: "";
	border: 1px solid #ffbd00; 
	background-color: #fffcf4;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -115px -77px;
	-moz-box-shadow: inset 0 1px 5px rgba(215,137,0,.4);
	-webkit-box-shadow: inset 0 1px 5px rgba(215,137,0,.4); 
	box-shadow: inset 0 1px 5px rgba(215,137,0,.4); 
}

/*---selection_elements_body---*/

.selection_elements_body {
	margin-top: 15px;
}
.selection_elements_body .select-product-item {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	padding: 6px 40px 6px 8px;
	border: 1px solid #ffb300;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff; 
	-moz-box-shadow: inset 0 1px 5px rgba(215,137,0,.4);
	-webkit-box-shadow: inset 0 1px 5px rgba(215,137,0,.4);
	box-shadow: inset 0 1px 5px rgba(215,137,0,.4); 
}
.select-product-item.select-product-item-all {
	border: 1px solid #d5d5d5;
	-moz-box-shadow: inset 0 1px 5px rgba(215,137,0,0);
	-webkit-box-shadow: inset 0 1px 5px rgba(215,137,0,0);
	box-shadow: inset 0 1px 5px rgba(215,137,0,0); 
	background-color: rgba(172,172,172,.05);
}
.select-product-item.select-product-item-all h5 {
	color:#000;
	opacity: .5;
}
.selection_elements_body .select-product-item .del {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 12px;
	top: 9px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -88px -102px;
}
.select-product-item h5 span {
	color: #a2a2a2;
}
.quant-product {
	font-size: 15px;
	padding-top: 15px;
	opacity: .4;
}
.quant-product span {
	font-family: "RobotoBold";
}

/*---navigate---*/

.navigate {
	margin-bottom:10px;
}
.navigate li {
	display: inline-block;
	vertical-align: middle;
	color: #a2a2a2;
	font: 15px/15px "RobotoCondensedLight";
}
.navigate li:last-child:after {
	display: none;
}
.navigate li:after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	width: 6px;
	height: 9px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -54px -88px;
}
.navigate li a {
	color: #a2a2a2;
}

/*--about-company---*/

.about-company h3 {
	font-size: 20px;
	opacity: .6;
	margin-bottom: 20px;
}
.about-info {
	position: relative;
}
.hidd {
	display: none;
}
.about-info p {
	opacity: .4;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}
.shadow-about {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 4em;
	z-index: 4;
	background: rgba(255,255,255,.4);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

/*---owl-carousel-product---*/

/*.slider-wrap {
	padding-top: 20px;
}*/
.big-photo {
	width: 550px;
	height: 460px;
}
.big-photo img {
	max-width:100%;
}
.owl-carousel.owl-carousel-product {
	width: 555px;
	height: 60px;
	padding: 0 90px;
	margin-top: 20px;
}
.owl-carousel.owl-carousel-product .owl-prev, 
.owl-carousel.owl-carousel-product .owl-next {
	position: absolute;
	top: 0;
	width: 68px;
	height: 60px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.owl-carousel.owl-carousel-product .owl-prev {
	left: 0;
	background-position: -353px -68px;
}
.owl-carousel.owl-carousel-product .disabled {
	cursor:default;
}
.owl-carousel.owl-carousel-product .owl-prev.disabled {
	background-position: -353px 0px;
}
.owl-carousel.owl-carousel-product .owl-next {
	right: 0;
	background-position: -427px -68px;
}
.owl-carousel.owl-carousel-product .owl-next.disabled {
	background-position: -427px 0px;
}
.owl-carousel.owl-carousel-product .item {
	margin-right: 10px;
	padding: 5px;
	width: 67px;
	height: 60px;
	display: block;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.owl-carousel.owl-carousel-product .item.active {
	border-bottom: 4px solid #ffbd00;
}


/*---.product-info---*/

.product_full_description h1 {
	width:900px;
}
.product-info {
	width: 460px;
}
/*.product-info .order-reviews:before {
	left:11px;
}*/
.product-info .price-info {
	width: 220px;
	height: 67px;
	font-size: 32px;
	background-color: #fff;
	border: 1px solid #ffbd00;
}
.product-info .price-info.discount .real-price {
	font-size: 32px;
}
.product-info .price-info.discount .old-price {
	font-size: 22px;
}
.product-info .price-box {
	height: 67px;
}
.product-info .buy-yel {
	height: 67px;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(0,1,1,.2);
	width: 160px;
	text-align: center;
	padding: 25px 0 0 0;
	margin-left: -5px;
}
.product-info .price-info span {
	font-family: "RobotoBold";
}
.price-wrapper {
	padding: 35px 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f7f7f7;
}
.price-wrapper .state-label {
	font-size: 19px;
}
.price-wrapper .state-label:before {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.price-wrapper .state-label.in-stock:before {
	background-position: -195px -103px;
}
.price-wrapper .state-label.not-avail:before {
	background-position: -272px -99px;
}
.price-wrapper .state-label.in-order:before {
	background-position: -272px -126px;
}

/*---soc-sety-box---*/

.soc-sety-box {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.soc-sety-box p {
	font-size: 18px;
	opacity: .5;
	padding-top: 6px;
}
.soc-sety-box li,
.soc-sety-box li a {
	display: inline-block;
	vertical-align: top;
}
.soc-sety-box li a {
	width: 40px;
	height: 40px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/soc-sety.png);
}
.soc-sety-box ul li:nth-child(1) a {
	background-position: -1px -1px;
}
.soc-sety-box ul li:nth-child(2) a {
	background-position: -47px -1px;
}
.soc-sety-box ul li:nth-child(3) a {
	background-position: -92px -1px;
}
.soc-sety-box ul li:nth-child(4) a {
	background-position: -136px -1px;
}
.soc-sety-box ul li:nth-child(5) a {
	background-position: -180px -1px;
}

/*---charact-box---*/

.charact-box {
	margin-top: 30px;
}
.charact-box h5 {
	font: 16px/16px "RobotoBold";
	margin-bottom: 15px;
}
.charact-box span {
	color: #a0a0a0;
	font-size: 15px;
}
.charact-item {
	margin-bottom: 10px;
}

/*---tabs-container---*/

.tabs-container {
	margin-top: 20px;
	position: relative;
}
.tabs-container:after {
	content: "";
	position: absolute;
	top: 52px;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #e9e9e9;  
}
.tabs-box ul#tab-link-list {
	width: 542px;
	margin:0;
	padding:0;
	list-style:none;
	/*display:table-row;*/
}
.tabs-box ul#tab-link-list li {
	display:table-cell;
	position: relative;
	vertical-align:top;
	border-right:1px solid white;
}
.tabs-box ul#tab-link-list li > a:first-child {
	text-decoration:none;
	position: relative;
	color:#000000;
	text-align:center;
	display:table-cell;
	height:50px;
	line-height:50px;
	width:542px;
	background: none;
	padding: 0 23px;
	font-size: 18px;
	border-bottom: 3px solid transparent;
}
.tabs-box ul#tab-link-list li:last-child > a:after {
	display: none;
}
.tabs-box ul#tab-link-list li:nth-child(2) > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 11px;
	width: 1px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #e9e9e9;  
}
.tabs-box ul#tab-link-list li.active > a:first-child {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #f9f9f9;
	border-bottom: 3px solid #ffbe00;
	padding: 0;
}
.tabs-box ul#tab-link-list li.active > a:after {
	display: none;
}
.tabs-box .content-tabs .tabs-item {
	display:none;
}
.tabs-box .content-tabs {
	padding:35px 0;
	overflow:hidden;
}
.tabs-box .quant-reviews {
	top: 11px;
	right: 11px;
}
.title-product-info {
	margin-bottom: 30px;
}
.title-product-info h2 {
	font-size: 24px;
	color: #b5b5b5;
}
.title-product-info span {
	color: #000;
}
.tabs-info {position: relative;}


/*---charact-product---*/

.charact-product {
	border:0;
}
.charact-product td {
	padding: 10px;
	border:0;
}
.charact-product td:first-child {
	color: #838383;
	font-size: 15px;
	width: 55%; 
}
.charact-product tr:first-child td {
	padding-top:0;
}

/*---reviews-list---*/

.reviews-list {
	width: 650px;
}
.reviews-item {
	padding: 40px 0;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #f4f4f4;
}
.reviews-box {
	width:650px;
}
.reviews-item:first-child {
	padding-top: 0;
	border-top:0;
}
.reviews-item:last-child {
	padding-bottom: 0;
	border-bottom:0;
}
.reviews-header {
	margin-bottom: 10px;
}
.reviews-header h3 {
	font: 16px "RobotoBold";
}
.reviews-header .date {
	color: #767676;
}
.reviews-form {
	width: 455px;
	position: relative;
	padding: 28px;
	border: 1px solid #ffc109;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f8f8f8; 
}
.reviews-form textarea {height: 120px;}
.reviews-form:before {
	content: "";
	position: absolute;
	left: -7px;
	top: 33px;
	width: 7px;
	height: 11px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -231px -105px;
}
.reviews-form .title-product-info {
	margin-bottom: 10px;
}
.catalog-box-product .catalog-item:before,
.catalog-box-product .catalog-item:after,
.catalog-box-product .catalog-item-info:before,
.catalog-box-product .catalog-item-info:after {
	display:none;
}
.catalog-box-product .catalog-item:nth-child(4n) {
	margin-right: 0;
	border-right: 0;
}
.catalog-box-product .catalog-item:nth-child(4n) {
	margin-right: 0;
	border-right: 0;
}
.catalog-box-product .catalog-item:nth-child(3n) {
	border-right: 1px solid #ededed;
}


/*---news-list---*/

.news-list {
	margin-bottom: 20px;
}
.news-list .news-item {
	position:relative;
	overflow: hidden;
	padding: 35px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e7e7e7;
}
.news-list .news-img {
	width:360px;
}
.news-list .news-item:first-child {
	padding-top: 0;
}
.news-list .news-item:first-child {
	padding-top: 0;
}
.news-list .news-title a {
	display: block;
	color: #222;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}
.news-list .news-title a:hover {
	color:#ffbd00;
	text-decoration: underline;
}
.news-list .news-text {
	color: #000;
	font-size: 16px;
	opacity: .5;
	line-height: 22px;
	position:relative;
}
.news-text p:last-child {
	position: relative;
}
.news-list .news-info {
	width:455px;
}
.news-list .news-date {
	/*position: absolute;
	bottom: 35px;
	left: 390px;*/
	margin-top:20px;
	color: #000;
	opacity: .4;
	font-family: "RobotoItalic";
}

/*---pagination---*/

.pagination {
	position: relative;
	text-align:center;
}
.pagination-category {
	width: 555px;
}
.pagination li,
.pagination a {
	display:inline-block;
	vertical-align:middle;
}
.pagination li {	
	margin-right:35px;
}
.pagination li a {
	font-size: 22px;
	line-height: 1;
	color:#343434;
}
.pagination li.active {
	margin-right: 25px;
}
.pagination li.active a {
	color:#797979;
	padding:14px 17px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	border-bottom: 2px solid #ffbe00;
}
.nav-btn {
	position: absolute;
	top: 0;
	width: 56px;
	height: 50px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.nav-btn a {
	width: 56px;
	height: 50px;
	display:block;
}
.prev-nav {
	left: 0;
	background-position: -353px -134px;
}
.prev-nav.disabled {
	background-position: -353px -187px;
}
.next-nav {
	right: 0;
	background-position: -427px -134px;
}
.next-nav.disabled {
	background-position: -427px -187px;
}

/*---select---*/

/*select {
	position: relative;
	color: #343434;
	font-size: 15px;
	border: 1px solid #dadada;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	background-color: #f6f6f6;	
	padding: 17px 75px 17px 20px;
}*/
.select-box {
	position: relative;
}
/*.select-box:before {
	content:"";
	display: block;
	width: 26px;
	height: 10px;
	position: absolute;
	z-index: 3;
	right: 4px;
	top: 22px;
	background:url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -246px -105px, #f6f6f6;
}*/

/*---menu-left-internal---*/

.menu-left-internal {
	border:0;
	padding-top: 25px;
	background-color:#fff;
}
.menu-left-internal li {
	margin-bottom: 15px;
}
.menu-left-internal li:last-child {
	margin-bottom:0;
}
.menu-left.menu-left-internal > li a:after {
	width: 6px;
	height: 10px;
	background-position: -54px -100px;
}
.menu-left-internal li.active a,
.menu-left-internal li a:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	background-color: #f6f6f6;
	-moz-box-shadow: inset 0 1px 2px rgba(0,1,1,.09);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,1,1,.09);
	box-shadow: inset 0 1px 2px rgba(0,1,1,.09);
}
.menu-left-internal li a:before {
	left:21px;
}
.menu-left-internal li.about a:before {
	width: 22px;
	height: 18px;
	top: 9px;
	background-position: -93px -55px;
}
.menu-left-internal li.news a:before {
	width: 20px;
	height: 20px;
	top: 9px;
	background-position: -122px -55px;
}
.menu-left-internal li.state a:before {
	width: 20px;
	height: 20px;
	top: 9px;
	background-position: -150px -55px;
}
.menu-left-internal li a {
	font-size: 16px;
	padding: 12px 19px 12px 60px;
}
.menu-left-internal li:first-child a {
	padding-top: 12px;
}

/*---blockquote---*/

blockquote {
	position: relative;
	padding-left: 97px;
}
blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 45px;
	height: 35px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -112px -138px;
}
blockquote p {
	font-size: 20px;
	line-height: 32px;
	opacity: .8;
}
blockquote h5 {
	font-family: "RobotoBold";
	font-size: 16px;
	margin-top: 30px;
}
blockquote i {
	font-family: "RobotoItalic";
	color: #787878;
}

/*---table---*/

table {
	border: 2px solid #ffbd00;
	border-collapse: collapse;
}
table th {
	font-family: "RobotoBold";
	background-color: #f6f6f6;
}
table th,
table td {
	padding: 10px 15px;
	text-align:left;
	font-size: 15px;
	border: 1px solid #e0e0e0;
}

/*---ul.simple-list, ol.decimal-list---*/

ol {list-style: none;}
ul.simple-list li,
ol.decimal-list li {
	font-size: 16px;
	line-height: 16px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}
ul.simple-list li:before,
ol.decimal-list span {
	content:"";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
ul.simple-list li:before {
	width: 20px;
	height: 1px;
	top: 5px;
	background-color: #ffbe00;
}
ol.decimal-list span {
	width: 24px;
	height: 24px;
	padding-top: 3px;
	top: -4px;
	text-align: center;
	font-family: "RobotoBold";
	font-size: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffbd00;
	background-color: rgba(255,190,0,.1);
}


/*---.owl-carousel.owl-simple---*/

.owl-carousel.owl-simple .owl-prev,
.owl-carousel.owl-simple .owl-next {
	position: absolute;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	top:50%;
	width: 60px;
	height: 60px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.owl-carousel.owl-simple .owl-prev {
	left: 23px;
	background-position: -223px -165px;
}
.owl-carousel.owl-simple .owl-next {
	right: 23px;
	background-position: -285px -165px;
}

/*---footer---*/

footer { 
	position: relative;
	margin-top: 14px;
	background-color: #f4f4f4;
}
.footer-box {
	padding: 30px 0;
}
footer .location-info {
	margin-right: 50px;
}
footer .logo p {
	color: #5f5f5f;
	opacity: .4;
	font-size: 12px;
	margin-top: 10px;
}
footer .phone-box,
footer .address-box {
	font-size: 14px;
	font-family: "RobotoRegular";
}
footer .phone-box {
	margin-bottom: 10px;
}
footer .link,
footer .email {
	font-size: 13px;
}
footer .link {
	color: #53b96d;
}
footer:before {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 14px;
	top: -14px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/footer-before.png) repeat;
}
.mnu-footer li {
	margin-bottom: 4px;
}
.mnu-footer li a {
	color: #7e7e7e;
	font-size: 13px;
}

/*---other---*/

.width750 {
	width: 750px;
}

/*---cart-list---*/

.cart-item,
.cart-list-header,
.itogo-cost {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}
.cart-list-header span {
    opacity: .5;
    color: #000;
    font-size: 15px;
}
.cart-item .img-box,
.cart-item .title,
.cart-item .price-small,
.cart-item .add-cart-box,
.cart-item .cost-product,
.delete-product,
.cart-list-header span,
.delete-product-box {
    display: table-cell;
    vertical-align: middle;
    padding-right:15px;
}
.itogo-cost b,
.itogo-cost .cost-product {
	display: inline-block;
    vertical-align: middle;
}
.cart-item .img-box, .cart-list-header span.img-prod {
	width: 175px;
}
.cart-item .title, .cart-list-header span.title {
    width: 355px;
}
.cart-item .price-small, .cart-list-header span.price-prod {
    width: 150px;
}
.cart-item .add-cart-box, .cart-list-header span.quant-prod {
    width: 180px;
}
.cart-item .cost-product, .cart-list-header span.cost-prod {
    width: 150px;
}
/*.cart-item .img-box, .cart-list-header span:nth-child(1){
    width: 175px;
}
.cart-item .title, .cart-list-header span:nth-child(2) {
    width: 355px;
}
.cart-item .price-small, .cart-list-header span:nth-child(3) {
    width: 150px;
}
.cart-item .add-cart-box, .cart-list-header span:nth-child(4) {
    width: 180px;
}
.cart-item .cost-product, .cart-list-header span:nth-child(5) {
    width: 150px;
}*/
.cart-list-header span {
	padding:0;
}
.price-small .price {
	font:22px "RobotoBold";
}
.price-small .rub {
	color:#b8b8b8;
	font-size:22px;
}

.cart-item .title a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #343434;
}
.delete-product {
    width: 16px;
    height: 16px;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -218px -130px;
}
.cart-item .quant-product {
	opacity:1;
	font-size:14px;
	color:#acacac;
	padding:0;
}
.cart-item .quant-product span {
	color:#212121;
	font-family: "RobotoBold";
}
.cart-item .sub-link,
.cart-item .add-link,
.cart-item .quan-lable {
    height: 46px;
}
.cart-item .quan-lable {
    font-size: 24px;
    line-height: 46px;
}
.cart-item .sub-link:before {
    top: 20px;
}
.cart-item .add-link:before {
    top: 15px;
}
.itogo-cost {
    text-align: right;
}
.itogo-cost .price,
.itogo-cost .rub {
	font-size:26px;
}
.text_cart {
    padding: 30px 25px;
}
.itogo-cost b {
    color: #b7b7b7;
    font-size: 26px;
    margin-right: 10px;
}
.itogo-cost {
	padding:20px 175px 20px 0;
}
.title-mod-box {
    padding: 30px 25px;
}
.title-mod-box h3 {
    margin-bottom: 0;
}
.add-cart {
	display:inline-block;
	border: 1px solid #ffb300;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff; 
}
.sub-link:before,
.add-link:before {
    content: "";
    width: 16px;
    position: absolute;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}

.sub-link:before {
    top: 25px;
    left: 9px;
    height: 4px;
    background-position: -115px -201px;
}

.add-link:before {
    top: 19px;
    left: 9px;
    height: 16px;
    background-position: -146px -196px;
}

.quan-lable,
.sub-link,
.add-link {
    float: left;
    position: relative;
}
.quan-lable {
    width: 60px;
    height: 54px;
    color: #333;
    font: 22px/54px "RobotoBold";
    text-align: center;
}
.sub-link,
.add-link {
    width: 34px;
    height: 54px;
	background-image: -moz-linear-gradient(bottom, rgba(0,1,1,.2) 0%, rgba(255,255,255,.2) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,1,1,.2) 0%, rgba(255,255,255,.2) 100%); 
	background-image: -webkit-linear-gradient(bottom, rgba(0,1,1,.2) 0%, rgba(255,255,255,.2) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,1,1,.2) 0%, rgba(255,255,255,.2) 100%);
	background-image: linear-gradient(bottom, rgba(0,1,1,.2) 0%, rgba(255,255,255,.2) 100%); 
}
.info-order {
	border:1px solid #ffb400;
	margin-bottom:30px;
}
.info-order .btn-bg {
	width:330px;
	float:right;
}
.info-order-top {
	padding:40px;
	border-bottom:1px solid #eaeaea;
}
.info-order-body {
	padding:40px;
}
.info-order-body .row-elem {
	margin-bottom:30px;
}
.info-order-body .radio .row-elem {
	margin-right:20px;
	margin-bottom:0;
}
.info-order-body .radio .row-elem:last-child {
	margin-right:0px;
}
.info-order-body .label-form,
.info-order-body input {
	display:inline-block;
	vertical-align:middle;
}
.info-order-body .label-form {
	margin-right:30px;
	width:150px;
	text-align:right;
}
.info-order-body .field-item {
	height:48px;
}
.info-order-body .field-item,
.info-order-body .radio-wrap {
	width:652px;
}
.info-order-body .radio-wrap {
	margin-left:180px;
}
.info-order-body .radio-wrap h4 {
	margin-bottom:7px;
}
.info-order-body .radio-wrap .radio {
	padding:15px 20px;
	border:1px solid #e7e7e7;
}
.info-order-body .radio input[type=radio] {
	display: none;
}
.info-order-body .radio label {
	display: block; 
    cursor: pointer;
    position: relative;
}
.info-order-body .radio label h6 {
	font-size: 18px;
	color: #222222;
	display: inline-block;
    vertical-align: middle;
}
.info-order-body .radio label:before {
	content: "";
	display: inline-block;
	vertical-align:middle;
	margin-right:9px;
	width: 23px;
	height: 23px;
	border: 1px solid #c8c8c8;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #ededed;
	-moz-box-shadow: inset 0 1px 6px rgba(0,1,1,.21);
	-webkit-box-shadow: inset 0 1px 6px rgba(0,1,1,.21);
	box-shadow: inset 0 1px 6px rgba(0,1,1,.21); 
}
.info-order-body .radio input[type=radio]:checked + label:before {
	content: "";
	background-color: #ffb300 !important;
	border-color:#ffb300;
	-moz-box-shadow: inset 0 2px 6px rgba(0,1,1,.21);
	-webkit-box-shadow: inset 0 2px 6px rgba(0,1,1,.21);
	box-shadow: inset 0 2px 6px rgba(0,1,1,.21);
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -227px -78px;
}
.info-order-bottom {
	padding:23px 27px;
	background-color:#fbfbfb;
}

/*---sort-box---*/
	
.sort-box li {
	display:inline-block;
	vertical-align:middle;
}
.sort-box li {
	margin-right:20px;
	position:relative;
	font-size:13px;
}
.sort-box li.dec-arrow:after,
.sort-box li.inc-arrow:after {
	content:"";
	width:7px;
	height:10px;
	margin-left:3px;
	display:inline-block;
	vertical-align:middle;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.sort-box li.dec-arrow:after {
	background-position: -207px -82px;
}
.sort-box li.inc-arrow:after {
	background-position: -217px -82px;
}
.sort-box li:last-child {
	margin-right:0px;
}
.sort-box li:first-child a {
	color:#1f1f1f;
	border-color:transparent;
}
.sort-box li.active a,
.sort-box li a:hover {
	color:#1f1f1f;
	border-color:#1f1f1f;
}
.sort-box li a {
	color:#8a8a8a;
	border-bottom:1px dashed #8a8a8a;
}
.sort-box li i {
	width:7px;
	height:10px;
	background:url(https://tman.su/vrb_project/themes/tman/images/background/sparite.png) -207px -82px;
}
.state-product .state-product-img {
	width:140px;
	margin-right:20px;
}
.state-product .state-product-info {
	width:300px;
	padding-top:15px;
}
.state-product .state-product-title {
	color:#343434;
	font-size:28px;
	line-height:28px;
	margin-bottom:12px;
}
.state-product .state-product-text {
	color:#797979;
	font-size:15px;
	line-height:18px;
}
#map {
	width:100%;
	height:420px;
	margin-bottom:20px;
}
/*---order-list---*/

.order-item {
	border: 1px solid #ffc109;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff; 
	margin-bottom:30px;
}
.order-item:last-child {
	margin-bottom:0;
}
.time-order {
	padding:30px 25px;
	font-size:24px;
	line-height:24px;
}
.time-order span {
	color:#8d8d8d;
}
.table-head-order,
.table-body-order {
	display:table;
	width:100%;
}
.table-head-order {
	padding:0 24px 13px 24px;
}
.table-head-order .table-td {
	color:#000;
	opacity:0.5;
	font-size:15px;
}
.table-td {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding-right:10px;
}
.table-td a {color:#000;}
.table-td b {
	font-family: "RobotoBold";
}
.table-td.delivered {
	color:#328f00;
}
.table-td.in-processing {
	color:#aeaeae;
}
.table-td.canceled {
	color:#d12020;
}
.table-td.decorated-online {
	color:#ffbe00;
}
.table-td.decorated-admin {
	color:#281471;
}
.table-td.paid {
	color:#24542c;
}
.table-td.sent {
	color:#65107e;
}
.table-order .table-td:nth-child(1) {
	width:130px;
}
.table-order .table-td:nth-child(2) {
	width:390px;
}
.table-product {
	padding:25px 20px;
	display:none;
}
.table-product a {
	color:#ffb400;
	font-size:15px;
}
.table-order .table-td:nth-child(3) {
	width:110px;
}
.table-body-order {
	font-size:16px;
	padding:15px 24px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.table-body-order:hover {
	cursor:pointer;
	background-color:#f8f8f8;
}
.table-product-item {
	margin-bottom:20px;
}
.table-product-item:last-child {
	margin-bottom:0px;
}
.table-product .table-td:nth-child(1) {
	width:160px;
}
.table-product .table-td:nth-child(2) {
	width:480px;
}
.table-product .table-td:nth-child(3) {
	width:160px;
}
.price-order {
	font-size:16px;
	margin-top:3px;
}
.price-order .quant {
	display: inline-block;
	vertical-align:top;
	margin-right:50px
}
.table-td .btn {
	font-size:13px;
	padding:18px 0;
	width:100%;
}
.order-reviews {
	position:relative;
	display:none;
	margin-top:20px;
	position: relative;
	padding: 28px;
	border: 1px solid #ffc109;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#eee;
	z-index:999;
}
.order-reviews:before,
.order-reviews:after {
	content: ''; 
	position: absolute;
	z-index:4;
}
.order-reviews:before {
	left: 13px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffc109;
}
.order-reviews:after {
	left: 11px;
	top: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #eee;
}
.our-service-item {
	text-align:center;
	padding:25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: 0 7px 18px rgba(0,1,1,.06);
	-webkit-box-shadow: 0 7px 18px rgba(0,1,1,.06);
	box-shadow: 0 7px 18px rgba(0,1,1,.06);
	/*-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;*/
    transition: all 0.5s;
}
.our-service-item .img-box {
	display:table;
	width:100%;
	position: relative;
    z-index: 3;
}
.our-service-item .img-visible {
	position: relative;
    z-index: 3;
}
.our-service-item .hover-img {
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
}
.our-service-item:hover {
	background-color: #ffbd00;
	/*-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;*/
    transition: all 0.5s;
}
.our-service-item:hover img.hover-img {
	opacity:1;
}
.our-service-item:hover img.img-visible {
	opacity:0;
}
.our-service-item .img-box-cell {
	display:table-cell;
	vertical-align: middle;
}
.our-service-item .img-box img {
	display:inline-block;
	vertical-align: middle;
}
.our-service-item h5 {
	font-size:22px;
	margin-top:30px;
	color:#000;
}


/*---account-wrap---*/

.account-wrap {
	position:relative;
/*	padding-top: 45px;*/	
	min-width: 40px;
	margin-top:10px;
}
.account-box {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/accaunt-bg.png) center 0 no-repeat;
}
.account-box-sign {
	background: url(https://tman.su/vrb_project/themes/tman/images/background/account-sign-bg.png) center 0 no-repeat;
}
.account-wrap > a {
	padding-top: 42px;
    text-align: center;
    font-size: 13px;
    color: #5f5f5f;
    display:block;
}
.account-settings {
	width:250px;
	display:none;
	position:absolute;
	right:-17px;
	top:70px;
	z-index:10;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f8f8;
	-moz-box-shadow: 0 1px 3px rgba(0,1,1,.35), inset 0 1px 1px rgba(255,255,255,.65);
	-webkit-box-shadow: 0 1px 3px rgba(0,1,1,.35), inset 0 1px 1px rgba(255,255,255,.65);
	box-shadow: 0 1px 3px rgba(0,1,1,.35), inset 0 1px 1px rgba(255,255,255,.65);
}
.account-settings:before,
.account-settings:after {
	content: ''; 
	position: absolute;
	z-index:4;
}
.account-settings:before {
	right:36px;
    top: -18px;
    border: 9px solid transparent;
    border-bottom: 9px solid rgba(0,1,1,.04);
}
.account-settings:after {
	right:35px; 
	top: -17px;
	border: 10px solid transparent;
	border-bottom: 10px solid #f8f8f8;
}
.account-settings ul li.history a {
	color:#5f5f5f;
	display:block;
	padding:15px 20px;	
	font-size:15px;
}
.account-settings ul li:first-child {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow:hidden;
	z-index: 5;
    position: relative;
}
.account-settings ul li a {
	position:relative;
	color:#5f5f5f;
	display:block;
	padding:15px 30px;	
	font-size:15px;
}
.account-settings ul li a:before {
	content: "";
	display:inline-block;
	position: absolute;
    left: 9px;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png);
}
.account-settings ul li.history_order a:before {
	width:12px;
	height:15px;
	margin-top:3px;
	background-position: -307px -110px;
}
.account-settings ul li.delivery_address a:before {
	width:15px;
	height:11px; 
	margin-top:5px;
	background-position: -320px -110px;
}
.account-settings ul li.settings a:before {
	width:16px;
	height:15px;
	margin-top:2px;
	background-position: -336px -110px;
}
.account-settings ul li.exit a:before {
	width:14px;
	height:16px;
	margin-top:3px;
	background-position: -307px -128px;
}
.account-settings ul li a:hover {
	background-color:#eee;
}
.account-settings-body b {
	display:block;
	color:#242424;
	font: 15px "RobotoBold";
	padding:15px 20px;
}
.account-settings-bottom {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.account-settings-bottom .btn {
	display:block;
	position:relative;
	text-align:left;
	color:#5f5f5f;
	font-size:15px;
	padding:15px 30px;
	background-color: #eee;
	border-radius:0;
}
.account-settings-bottom .btn-exit:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 9px;
    background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -307px -128px;
    width: 14px;
    height: 16px;
    margin-top: 3px;
}
.account-settings-bottom .btn-exit:hover:before {
	background-position: -323px -128px;
}
.account-settings-bottom .btn:hover {
	background-color: #ffb300;
	color:#fff;
}
.form-box {
	padding-right:60px;
	border-right:1px solid #eee;
}
.help-box-form {
	padding-left:60px;
	color:#5f5f5f;
	font-size:18px;
}
.help-box-form a {
	color:#5f5f5f;
	text-decoration:underline;
}

/*---form-pup---*/

.form-pup {
	display:block;
	width:460px;
	margin:auto;
	padding:35px 45px;
	border: 2px solid #ffc109;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	-moz-box-shadow: 0 13px 24px rgba(0,1,1,.31); 
	-webkit-box-shadow: 0 13px 24px rgba(0,1,1,.31); 
	box-shadow: 0 13px 24px rgba(0,1,1,.31); 
}
.form-pup h3 {
	font-size:28px;
	margin-bottom:25px;
	width: 90%;
}
.form-pup .mfp-close {
	width:19px;
	height:19px;
	top:45px;
	right:45px;
	opacity:1;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -161px -138px;
}

@font-face {
	font-family: "ProximaNovaRegular";
	src: url(https://tman.su/vrb_project/themes/tman/fonts/ProximaNovaRegular/ProximaNovaRegular.ttf);	
}
@font-face {
	font-family: "RobotoItalic";
	src: url(https://tman.su/vrb_project/themes/tman/fonts/Roboto/Roboto-Italic.ttf);	
}
@font-face {
	font-family: "RobotoRegular";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoBold";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoMedium";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoCondensed";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoCondensedLight";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoSlabBold";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RussoOneRegular";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ALS Rubl";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.col-1 {
		width:70%;
	}
	.col-2 {
		width:30%;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.col-1 {
		width:10%;
	}
	.col-2 {
		width:90%;
	}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.col-1 {
		width:100%;
	}
	.col-2 {
		width:100%;
	}
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	/**/
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	/**/
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	/**/
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/**/
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/**/
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}




/* 
 *  Core Owl Carousel CSS File
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* prev-next */

.owl-carousel.owl-carousel-stock .owl-next,
.owl-carousel.owl-carousel-stock .owl-prev {
  background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  top:400px;
  z-index:9999999;
}
.owl-carousel.owl-carousel-stock .owl-prev {background-position: -1px -161px;left: 0;}
.owl-carousel.owl-carousel-stock .owl-next {background-position: -47px -161px;right: 0;}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  }*/

/* 
 *  Owl Carousel - Animate Plugin
 */
 .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut;animation-name: fadeOut;}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
 .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0;display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}

/* No Js */
.no-js .owl-carousel {display: block;}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
 .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://tman.su/vrb_project/themes/tman/vrb_project/themes/tman/css/owl_carouselxLoader.gif) no-repeat center center
}


/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

 .owl-theme .owl-nav .disabled {
 	opacity: 0.5;
 	cursor: default; 
 }

 .owl-theme .owl-nav.disabled + .owl-dots {
 	margin-top: 10px; 
 }

 .owl-theme .owl-dots {
 	text-align: center;
 	position: absolute;
 	top: 415px;
 	left: 50%;
 	z-index: 3;
 	-webkit-transform: translate(-50%, 0%);
 	-moz-transform: translate(-50%, 0%);
 	-o-transform: translate(-50%, 0%);
 	transform: translate(-50%, 0%);
 }
 .owl-theme .owl-dots .owl-dot {
 	display: inline-block;
 	zoom: 1;
 	*display: inline; 
 	margin-right: 5px;
 	cursor: pointer;
 }
 .owl-theme .owl-dots .owl-dot span {
 	width: 10px;
 	height: 10px;
 	display: inline-block;
 	margin-right: 14px;
 	-webkit-border-radius: 10px;
 	-khtml-border-radius: 10px;
 	-moz-border-radius: 10px;
 	-o-border-radius: 10px;
 	border-radius: 10px;
 	-webkit-backface-visibility: visible;
 	transition: opacity 200ms ease;
 	cursor: pointer;
 	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -88px -88px;
 }
 .owl-theme .owl-dots .owl-dot.active span, 
 .owl-theme .owl-dots .owl-dot:hover span {
 	background-position: -101px -88px;
 }

@font-face {
	font-family: "RobotoRegular";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoBold";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoMedium";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoCondensed";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoCondensedLight";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RobotoSlabBold";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RussoOneRegular";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/RussoOne/RussoOneRegular/RussoOneRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ALS Rubl";
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.eot");
	src: url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.eot?#iefix")format("embedded-opentype"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.woff") format("woff"),
	url("https://tman.su/vrb_project/themes/tman/fonts/Rouble/rouble.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/*---reset-стили---*/

.about-article h1, .about-article h2, .about-article h3, .about-article h4, .about-article h5, .about-article h6, .about-article p, 
.about-article blockquote, .about-article pre, .about-article a, .about-article strike, .about-article sub, .about-article ol, .about-article ul, .about-article li,
.about-article fieldset, .about-article form, .about-article label, .about-article legend, .about-article table {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	font-style:normal; 
	vertical-align: baseline;
}
.about-article input, .about-article textarea {margin: 0;border: 0;}
.about-article strong, .about-article b {font-weight:bold;}
.about-article sup{vertical-align: super;font-size: smaller;}
.about-article a {text-decoration:none; display: inline-block; color: #feba16;}
.about-article a:hover {text-decoration:underline;}

/* .about-article.about-info */

.about-article.about-info > * {
	font-size: 13px;
	line-height: 15px;
	opacity: .4;
	color: #000000;
}
.about-article.about-info p {
	margin:5px 0;
}
.about-article.about-info p,
.about-article.about-info ul li,
.about-article.about-info ol li {
	font-size: 13px;
	line-height: 15px;
}
.about-article.about-info ul li {
	margin-bottom: 10px;
}
.about-article.about-info ol li {
	margin-bottom: 15px;
}
.about-article.about-info ol li:before {
	font-size: 13px;
}

/*---about-article---*/

.articel-item {
	padding:30px;
	border-bottom:1px solid #eee;
}
.articel-item:last-child {
	border-bottom:0;
}
.about-article hr {
	height:1px;
	width:100%;
	background:#eee;
	border:0px;
}
.about-article p {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
}
.about-article p:first-child,
.about-article h3:first-child {
	margin-top:0;
}
.about-article p:last-child,
.about-article h3:last-child  {
	margin-bottom:0;
}
.about-article h3 {
	font-size: 20px;
	margin: 20px 0;
	font-family: "RobotoBold", sans-serif;
}
.about-article h4 {
	font-size: 16px;
	margin: 20px 0;
	font-family: "RobotoBold", sans-serif;
}

/*---table---*/

.about-article table {
	border: 2px solid #ffbd00;
	border-collapse: collapse;
}
.about-article table th {
	font-family: "RobotoBold";
	background-color: #f6f6f6;
}
.about-article table th,
.about-article table td {
	padding: 10px 15px;	
	text-align:left;
	font-size: 15px;
	border: 1px solid #e0e0e0;
}
.about-article table.not-border {
	border: 0;
}

/*---ul, ol---*/

.about-article ol {
	list-style: none;
	counter-reset: li;
}
.about-article ol li:before {
	content: counters(li,".");
	counter-increment: li;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding-top: 0;
	top: -4px;
	text-align: center;
	font-family: "RobotoBold";
	font-size: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffbd00;
	background-color: rgba(255,190,0,.1);
}
.about-article ul li,
.about-article ol li {
	font-size: 16px;
	line-height: 21px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}
.about-article ul li:before {
	content:"";
}
.about-article ul li:before,
.about-article ol li:before {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
.about-article ul li:before {
	width: 20px;
	height: 1px;
	top: 10px;
	background-color: #ffbe00;
}

/*---blockquote---*/

.about-article blockquote {
	position: relative;
	padding-left: 97px;
}
.about-article blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 45px;
	height: 35px;
	background: url(https://tman.su/vrb_project/themes/tman/images/background/sprite.png) -112px -138px;
}
.about-article blockquote p {
	font-size: 20px;
	line-height: 32px;
	opacity: .8;
}
.about-article blockquote h5 {
	font-family: "RobotoBold";
	font-size: 16px;
	margin-top: 30px;
}
.about-article blockquote i {
	font-family: "RobotoItalic";
	color: #787878;
}


/*--- Продукты в новостях ---*/

.about-article .catalog-item-info h3 {
	font: normal 17px/21px "RobotoRegular";
}
.about-article .price-box .buy-yel {
	color: #fff;
	font: 16px/16px "RussoOneRegular";
}
.about-article .price-box .buy-yel:hover {
	color:#000;
	text-decoration:none;
}
.about-article .catalog-item {
	border:0;
	margin:0;
}
.about-article .catalog-item:after,
.about-article .catalog-item:before,
.about-article .catalog-item-info:before {
	display:none;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: transparent; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.white-popup-block {
	position: relative;
	background: #FFF;
	margin: auto;
}
.my-mfp-slide-bottom .white-popup-block {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .white-popup-block {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .white-popup-block {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}


