
a{
	 color:#333;
 }
 a:hover{
	 color:#000;
 }
 .order-help{
	 margin-bottom:25px;
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #000000;	 
 }
 .orderbutton{
	 font-family:InterMedium;
	 height:48px!important;
	 line-height:48px!important;
	 padding:0!important;
	 width:100%!important;
	 display:inline-block!important;
	 margin-bottom:20px;
	 background: #FFFFFF;
border: 2px solid #B0D9F7;
border-radius: 20px;
max-width:728px;
text-decoration:none;
text-align:center;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 48px;
text-align: center;

color: #000000;
 }
 .orderbutton:hover{
	 background-color:#B0D9F7!important;
	 color:#fff;
 }
 .tablinks{
		z-index:10;
		margin-top:-3px;
		position:absolute;
	}
	.tablinks a{
		cursor:pointer;
		display:inline-block;
		padding:0 20px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
	}
	.tablinks a.active{
		border-bottom:1px solid #fff;
		background-color:#fff;
	}
	.div-tab{
		margin-top:38px;
		display:none;
		
		background-color:#fff;
		
	}
	.div-tab.active{
		display:block;
	}
	.label-header{
		display:block;
		margin-top:20px;
		margin-bottom:10px;
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 22px;
color: #000000;
	}
	.shop-group{
		margin-bottom:30px;
}
.required{
	color:#c0392b!important;
	font-weight:bold!important;
}
.balance-info{
	color:#333;
	margin-bottom:20px;
	font-weight:bold;
	font-family:InterLight;
	
}
.reqlist{
	display:flex;
	width:100%;
}
.req-col{
	padding:20px;
	flex:0 0 20%;
}
.req-col:nth-of-type(2){
	flex:0 0 60%;
}
.req-text{
	margin-top:20px;
	color:#999;
	font-style:italic;
}

.order-head{
	min-height:40px;
	background-color:#B0D9F7;
	color:#fff;
	padding:7px;
}
.order-body{
	min-height:50px;
	padding:7px;
}
.order-row{
	background-color:#fff;
	transition:all ease 0.3s;
	margin-bottom:30px;
}
.order-row:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	transition:all ease 0.3s;
}
.order-type{
	
}
span.label{
	font-weight:bold;
	color:#333;
	font-size:16px;
}
.order-shop a{
	text-decoration:underline;
}
.order-comment{
	font-style:italic;
	margin-top:10px;
	border-top:1px dotted #bbb;
}
.order-shop{
	display:inline-block;
	vertical-align:top;
}
.order-sum{
	
	vertical-align:top;
}
.order-buttons{
	display:inline-block;
	vertical-align:top;
	float:right;	
}
.order-status{
	
	margin-top:10px;
}
.order-pay{
	
	vertical-align:top;
}

.sbutton i{
	font-size:20px;
}
.order-products{
	display:inline-block;
	vertical-align:top;
}
.order-wrap{
	display:flex;
	justify-content:space-between;
	
}
.shop-new{
	display:inline-block;
	width:100%;
max-width: 488px;
margin-left:auto;
margin-right:auto;
border: 2px solid #B0D9F7;
border-radius: 23px;
padding:26px 34px;
}
 .shoplist{
	 display:flex;
	 flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin:50px 0!important;
 }
 .shop{
	 flex:0 0 32%;
	 display:block;
	 transition:ease all 0.3s;
	 padding:10px;
 }
 .shop:hover{
	 box-shadow:0 0 10px rgba(0,0,0,0.2);
	 transition:ease all 0.3s;
 }
 .shop img{
	 width:100%;
 }
 .shop-title{
	 text-decoration:none;
	 text-align:center;
	 margin-top:10px;
	 font-size:20px;
 }
 .lang-div{
	 margin-top:20px;
 }
.lang-div li{
	display:inline-block;
	margin-right:0px;
	
} 
.lang-div li a span{
	margin-left:0!important;
}
.lang-div li:nth-of-type(1){
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid #fff;
}
.lang-div li.current-lang{
    border-bottom: 2px solid #000;
	position:relative;
}
.lang-div li.current-lang:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 4px solid #B0D9F7;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin-top: -4px;
	transform:rotate(-90deg);
}
.filter{
	background-color:#fff;
	padding:20px;
}	
.filter-item{
	margin-bottom:10px;
}
.filter-item input{
	border: 1px solid #aeaeae;
	height:30px;
	line-height:30px;
}
.form-group{
	text-align:left;
	max-width:729px;
	margin:0 auto;
}
.order-form .form-group{
	text-align:center;
}
.form-group label{
	font-size:16px;
	color:#aeaeae;
	font-weight:300;
	text-align:left;
}
.form-control{
border-radius:0!important;
width: calc(100% - 20px);
height: 31px;
background: #F8F8F8;
border: 1px solid #E6E6E6;
line-height:31px;
padding:0 10px;

}
.btn.btn-primary{
	background-color:#B0D9F7;
	border-radius:0!important;
	color:#fff!important;
	font-size:16px;
	border:0!important;
}
.page-section{
	margin-bottom:30px;
}

.pageheader{
font-size:150%;
text-transform:uppercase;
font-weight:bold;
margin-top:10px;
margin-bottom:30px;
border-bottom:1px solid #ccc;
padding-bottom:7px;
}

.top-button{
	text-align:left;
}
.filter{
	margin-bottom:30px;
}
.sbutton{
	border-radius:20px;
	cursor:pointer;
	display:inline-block;
	padding:0px 0px;
	text-align:center;
	color:#fff!important;
	background-color:#B0D9F7;
	margin:0px 10px 10px 0;
	text-decoration:none;
	border:0;
	margin-bottom:10px;
	height:40px;
	width:154px;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
text-align: center;

color: #FFFFFF;	
}
.sbutton:hover{
	background-color:#555555;
	color:#fff;
	text-decoration:none;
}
.flex{
	display:flex;
	align-items:flex-start;
}
.flex-col{
	flex:0 0 50%;
	height:100%;
}
.flex-col-3{
	flex:0 0 33%;
}
.table{
	width:100%;
	height:100%;
}
.table td{
	background-color:#fff;
	padding:7px;
}
.table .tdleft{
	text-align:right;
	font-weight:bold;
}

.editform input,.editform select,.editform textarea{
	border-radius:0;
}
.descr{
	height:200px;
}
.form-label{
	font-weight:bold;
	margin-bottom:5px;
}
.form-input{
	background-color:#fcfcfc;
	padding:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.slab{
	width:100%;
	display:flex;
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
	align-items:center;
}
.slab:hover{
	background-color:#ececec;
}
.slab .artikul{
	width:60px;
	text-align:center;
}
.slab .image {
	width:200px;
	text-align:center;
	margin-right:20px;
}
.slab .image img{
	height:100px;
}
.slab .name{
	flex: 0 0 15%;
}

.poroda{
	font-size:1.5em;
	font-weight:600;
}

.slab-size{
	font-size:1.3em;
	font-weight:600;

}
.img-button{
	display:none;
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	padding:10px;
	width:100%;
}
.slab-img{
	position:relative;
	display:inline-block;
}
.slab-img img{
	max-width:200px;
	max-height:200px;
}
.slab-img:hover .img-button{
	display:block;
	margin-top:-60px;
}
#slabimages{
	border: 1px solid #ccc;
	border-radius:10px;
	padding:20px;
	margin-bottom:40px;
}
.modal-title{
	height:30px;
	line-height:30px;
	background-color:#B0D9F7;
	padding:0 20px;
	color:#fff;
	font-size:20px;
	margin-bottom:30px;
}
#correction textarea{
	width:100%;
	height:100px;
	margin-bottom:30px;
}
.modal{
	display:none;
	position:fixed;
	background-color:#fff;
	padding:20px;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
	top:50%;
	left:50%;
	width:600px;
	height:600px;
	margin-left:-300px;
	margin-top:-300px;
	z-index:10000;
	text-align:center;
}
.shadow{
	position:fixed;
	background-color:rgba(0,0,0,0.4);
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:9999;
}
.modal-close{
	float:right;
	width:20px;
	height:20px;
	margin-right:-20px;
	margin-top:-20px;
}
.modal-close a{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
}
.modal-close i{
	font-size:2em;
}
.pl-image{
	max-height:320px;
	max-width:320px;
	text-align:center;
	background-color:#00B259;
}
.pl-image img{
	max-height:320px;
	max-width:320px;
	
}
#pl-content{
	display:inline-block;
	text-align:left;
}
.primenenie-div{
	text-align:left;
}
.primenenie-div label{
	display:inline-block;
	margin-right:40px;
	margin-bottom:10px;
}

.order-list{
	display:table;
	width:100%;
}
.order-row{
	
}
.order-row:hover .order-td{
	background-color:#eee;
}
.order-td{
	display:table-cell;
	background-color:#fff;
	padding:7px;
	border:1px solid #ddd;
	text-align:center;
}
.order-th{
	display:table-cell;
	font-weight:Bold;
	text-align:center;
}
.order-items img{
	height:50px;
}
.pagination{
	margin-top:20px;
	border-top:1px dotted #777;
	padding-top:20px;
	text-align:center;
}
.pagination .page{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:#fff;
	color:#848484;
	margin:10px;
}
.pagination .page:hover,.pagination .page.active{
	color:#fff;
	background-color:#848484;
}

.chat{
	background-color:#fff;
	display:inline-block;
	vertical-align:top;
	width:200px;
	min-height:150px;
	text-align:center;
	padding:20px;
}
.chat .username span{
	font-weight:bold;
}
.chat-div{
border: 2px solid #B0D9F7;
border-radius: 23px;
padding:14px 20px;
}
	#messages{
		height:400px;
		width:100%;
		background-color:#fff;
		overflow-y:auto;
		
	}
	#NewMessage{
		width:80%;
		max-width:728px;
		height: 44px;
left: 335px;
top: 776px;
background: #F8F8F8;
border: 1px solid #E6E6E6;
vertical-align:center;
	}
.msg{
	width:80%;
	margin:10px 17% 10px 0;
	background-color:#fff;
	padding:10px;
}
.msg.my{
	margin:10px 0 10px 17%;
	background-color:#fff;
	padding:10px;
}
.msg  .date{
	font-size:13px;
	color:#777;
	margin-bottom:5px;
}
.msg.my  .date{
	text-align:right;
}
.msg .uname{
	text-align:left;
}
.msg.my .uname{
	text-align:right;
}
.msg.my .text{
	text-align:right;
}

div.table{
	width:100%;
	display:table;
}

div.table-row{
	display:table-row;
}
div.table-td{
	display:table-cell;
	padding:7px;
	background-color:#fff;
border:1px solid #ddd;	
}
div.table-th{
padding:7px;
background-color:#B0D9F7;
color:#fff;	
font-weight:bold;
text-align:center;
display:table-cell;
border:1px solid #fff;

}
.td-center{
	text-align:center;
}
.td-left{
	text-align:left;
}
.td-right{
	text-align:right;
}
.align-right{
	text-align:right;
}
#sendmsg{
	margin:-40px 0 0 20px!important;
	vertical-align:middle;
	
}
.msg a{
	text-decoration:underline;
}
.user-left ul li a.active{
	font-weight:bold;
	color:#333;
}
.filter-item{
	display:inline-block;
	margin:10px;
}
.nowrap{
	white-space:nowrap;
}

#balance-div{
	display:none;
	position:fixed;
	width:500px;
	height:260px;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-130px;
	background-color:#fff;
	z-index:100;
	padding:0px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	text-align:center;
}
#balance-div.active{
	display:block;
}

.balance-head{
	background-color:#B0D9F7;
	color:#fff;
	padding:20px;
}
#balance-inner{
	padding:20px;
}
.balance-head h2{
	color:#fff!important;
	text-align:center!important;
}
.h-100,.h-100 p{
	color:#fff;
}

.editorder .label-header{
	margin-top:0;	
}

.buyinfo{
	display:none;
}
.buyinfo.active{
	display:block;
	border: 1px dotted #fff;
	padding:10px;
}

.buyinfolink{
	color:#fff;
	cursor:pointer;
}
.buyinfolink i{
	font-size:20px;
	color:#fff;	
}
.sub-header{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #000000;	
margin:8px 0 17px 0;
}
.form-help{
	font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #000000;
margin-bottom:21px;
}