body{
	font-family: Open Sans, sans-serif;
	color: #3a3a3a;
	font-size: 14px;
	/*min-width: 1100px;*/
}
.header{
	/*height: 182px;*/
	box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.12);
}
.header>.container{
	/*padding-left: 280px;
	height: 182px;*/
}
.logo{
	/*position: absolute;
	display: block;
	display: inline-block;
	top: 36px;
	left: 23px;*/
	margin-top: 36px;
	/*margin-left: 23px;*/
	display: block;
}
.logo img {
	margin: 0 auto;
	display: block;
}
.cat-label{
	/* width: 260px; */
	width: 100%;
	height: 49px;
	/*bottom: 0;
	left: 0;
	position: absolute;*/
	display: block;
	line-height: 49px;
	color: #fff;
	background: linear-gradient(to top, #1b0874, #0611f7);
	padding-left: 19px;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
}
.header-menu{
	/*height: 182px;
	display: inline-block;*/
}
.menu-top{
	border-bottom: 1px solid #dfdfdf;
	min-height: 36px;
}

.menu-top .phone{
	float: left;
	line-height: 35px;
	font-weight: 600;
	color: #3a3a3a;
	text-shadow: 0 0 0;
}

.menu-top .lang{
	position: relative;
	float: right;
	line-height: 35px;
	color: #808080;
	font-size: 12px;
	margin-left: 28px;
}
.selecter{
	font-weight: bold;
	margin-left: 5px;
	cursor: pointer;
	color: #3a3a3a;
	
}

.top-reg, .top-in{
	font-weight: 500;
	float: right;
	line-height: 35px;
	color: #808080;
	font-size: 12px;
	cursor: pointer;
}

.top-reg{
	margin-left: 28px;
}

.menu-middle{
	min-height: 97px;
}

.iconix{
	float: right;
	display: inline-block;
	height: 36px;
	margin-top: 36px;
	font-size: 12px;
	color: #808080;
}

.iconix:after{
	content:"";
	clear: both;
	display: block;
}

.iconix img{
	float: right;
}
.iconix .title{
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	text-shadow: 0 0 0;
	color: #3a3a3a;
}

.basketus{
	padding-right: 50px;
	background: url(/images/elements/cart.svg) no-repeat 100% 50%;
	/* margin-left: 49px; */
	float: right;
}

.facebookus{
	padding-right: 50px;
	background: url(/images/common/facebook.svg) no-repeat 100% 50%;
	/* margin-left: 49px; */
	float: right;
}

.searchus{
	padding-right: 50px;
	background: url(/images/common/search.svg) no-repeat 100% 50%;
	cursor: pointer;
}

.menu-middle strong{
	/* float: left; */
	line-height: 36px;
	margin-top: 36px;
	color: #1108c2;
	font-size: 22px;
	font-weight: 600;
	text-shadow: 0 0 0;
	display: block;
}

.mobile-menu-title {
    color: #fff;
    float: left;
    line-height: 48px;
    margin-left: 20px;
	display: none;
}

@media (max-width: 599px) {
	.menu-top .phone {
		float: none;
		text-align: center;
	}
	.top-reg, .top-in{
		float: left;
	}
	.top-reg{
		margin-left: 0px;
	}
	.top-in{
		margin-left: 28px;
	}
	.menu-middle strong {
		margin-top:20px;
		margin-bottom: 20px;
	}
	.slogan {
		text-align: center;
	}
	.basketus, .facebookus, .searchus, .block_search {
		float: none;
		margin: 0 auto;
		/* width: 50%; */
		display: block;
		margin: 20px auto 0;
	}
	.mobile-menu-title {
		display: block;
	}	
}	


.menu-bottom{
	/* height: 49px; */
	background: linear-gradient(to top, #1b0874, #0611f7);
	border-radius: 5px 5.5px 0 0;
}

.menu-bottom li{
	/* float: left;
	position: relative;
	height: 49px;
	display: inline-block;
	border-top: 1px solid #0611f7; */
}
.menu-bottom .navbar-nav>li{
	border-right:1px solid #332899;
}

.menu-bottom .navbar-nav>li:last-child{
	border-right:0px solid #332899;
}

.menu-bottom .navbar-nav>li>a{
	/* display: inline-block;
	width: 100%; */
	/*margin-left: 5%; */
	/* height: 29px; */
	line-height: 48px;
	margin: 20px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}


.menu-bottom .navbar-nav>li:hover{
	background: linear-gradient(to top, #67666b, #ebeaf2);
	transition: background 0.25s;
}
.menu-bottom .navbar-nav>li:hover>a{
	color: #0d26cb;
	transition: color 0.15s;
	text-shadow: 0 0 0;
}



#footer{
	background: url(/images/bg/cont_bg.jpg) repeat-x;
}
.f1{
	min-height: 251px;
}
.f2{
	min-height: 127px;
	background: #110bc2;
}

.footer-logo {
	padding-top: 35px;
}

/* 	.leftus>.col-md-3{
		width: 306px;
		padding-right: 20px;
		padding-top: 30px;
	}
	.leftus>.col-md-3:nth-child(1){
		width: 280px;
	}
	.leftus>.col-md-9{
		width: 920px;
	} */


.leftus .col-md-3 h1, .leftus .col-md-3 h2, .leftus .col-md-3 h3{
	font-family: Roboto, Open Sans, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}

.chevrons{
	padding-top: 35px;
	color: #fff;
	line-height: 27px;
	text-transform: uppercase;
}




.pageconent{
	min-height: 555px;
	background: url(/images/bg/cont_bg.jpg) repeat-x;
}


.left-menu{
	/* float: left;
	width: 280px;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 70px; */
	top: -49px;
}

@media (max-width: 599px) {
	.left-menu{
		/* float: left;
		width: 280px;
		padding-right: 20px;
		padding-top: 18px;
		padding-bottom: 70px; */
		top: 20px;
	}
}	

.menucontainer{
	overflow: hidden;
}

.menucontainer ul {
	list-style:none;
	padding:0;
	margin:0;
}

.menucontainer .dropdown-menu {
	position: relative;
	float: none;
}

.menucontainer .navbar-header {
	position: absolute;
    right: 14px;
    top: 0px;
}

.cell{
	background: #f9f9f9;
	position: relative;
}

.cell.cellone:before{
	content: "";
}

.cell.cellone.active:before{
	content: "";
	color: #f8f8f8;
}

.cell:before{
	
	content: "\f0d7";
	font: normal normal normal 12px/1 FontAwesome;
	position: absolute;
	z-index: 3;
	top: 8px;
	right: 8px;
	color: #676767;
}
.cell.active:before{
	content: "\f0d8";
	color: #f8f8f8;
}

.cell .title{
	height: 50px;
	line-height: 1.1;
	padding-left: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2f2f2f;
	text-shadow: 0 0 0;
	padding-top: 13px;
	position: relative;
}

.cell .title a{
	display: inline-block;
	cursor: pointer;
}

.cell .content{
	color: #f8f8f8;
	border-top: 1px solid #a7a6ac;
	display: none;
}

.cell.active{
	/*background: #96959c;*/
	background: rgba(150, 149, 156, 0.71);
}
#page .cell.active .title,#page .cell .title:hover{
	color: #f8f8f8;
	text-shadow: none;
	background: #96959c;
}

.cell .content>div{
	padding: 3px 0;
}

.cell .content a{
	display: inline-block;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    width: 100%;
}

.cell .content a:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #f8f8f8;
	border-radius: 8px;
	margin-right: 10px;
}
.cell .content a:hover{
	color: #665;
	transition: all 0.2s;
}
.cell .content a:hover::before{
	border: 2px solid #dcdcdc;
	transition: all 0.2s;
}

.cell:nth-child(even) .title{
	background: #eaeaea;
}

.promos{
	margin-top: 45px;
	border: 1px solid #dedede;
	background: #f8f8f8
}

.page-wrap{
	float: left;
	width: 920px;
}

.select-list-menu{
	width: 213px;
	background: #96959c;
	position: relative;
	top: 9px;
	display: inline-block;
	padding: 22px 0;
	border-radius: 0 0 4px 4px ;
	z-index: 1;
	display: none;
}

#page .select-list-menu a{
	color: #fff;
	display: block;
	width:160px;
	line-height: 1.5;
	width: 100%;
	padding: 5px 10px;
	font-weight: 600;
	cursor: pointer;
	text-transform:uppercase;
}



.select-list-menu a:hover{
	cursor: pointer;
	background: #8c8b91;
}

span.addmenu:hover .select-list-menu {
  display: block;
  	
}


a.searchus:hover {
	background: url(/images/common/search_act.svg) no-repeat 100% 50%;
}

a.facebookus:hover span.title{
	color: #3b5998;
}

a.facebookus:hover{
	background: url(/images/common/facebook_act.svg) no-repeat 100% 50%;
}


a.basketus:hover span.title{
	color: #1108c2;
}

a.basketus:hover{
	background: url(/images/common/cart_act.svg) no-repeat 100% 50%;
}

.select-lang{
	position: absolute;
    right: -15px;
    width: 41px;
    height: 41px;
    border: 1px solid #dfdfdf;
    margin: auto;
    border-radius: 3px;
    top: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    background: #fff;
    display: none;
}

.lang:hover .select-lang{
	display: block;
}


.lang{
	margin-right:14px;
	cursor: default;
}

.menu-top .lang:before{
    content: "\f0d7";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    z-index: 3;
    top: 14px;
    right: -11px;
    color: #b8b8b8;
}

.menu-top .lang:hover:before{
	content: "\f0d8";
}

.top-reg:hover ,.top-in:hover{
	color: #1108c2;
}



.addmenu1:before{
	content: "\f0d7";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 25px;
    color: #fff;
}

.addmenu1:hover:before{
	content: "\f0d8";
    color: #0611f7;
}





.banner-one{
	width: 100%;
	display: block;
	border: 1px solid #e3e3e3;
	margin-top: 44px;
	overflow: hidden;
	
}
.banner-one img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

@media (max-width: 599px) {
	.banner-one {
		display: none;
	}	
}	

.righ-menu{
	/*float:right;
	width: 920px;*/
}

/* Slider */
.righ-menu{
	margin-top: 18px;

}

.bx-wrapper {
	height: auto !important;
}

.bx-viewport{
	top: 0px;
}

ul.bxslider li{
	padding: 0 0px;
}

.content-part{
	width: 600px;
	float: left;
	/* height: 290px; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    position:absolute;
    top: 55px;
    z-index: 999;
    padding-left: 55px;
	max-width: 100%;
}



.content-part h3{
	text-transform: uppercase;
	color: #c3001a;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 60px 0 30px 0;
	
}

.content-part p{
	color: #2a2a2a;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}





.images-part{
	/*float: right;*/
	position:relative;
	width: 920px;
	/* height: 400px; */
	max-width: 100%;
}

#info_produs{
	border-bottom: 1px solid #e3e3e3;
	margin: 30px 0 20px 0;
}

.head_cont{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #1f1f1f;

}

#news-info .head_cont{
	padding-bottom: 10px;
	    border-bottom: 1px solid #e3e3e3;
}

#info_produs p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}



.apr_produs{
	/* float: left; */
	margin: 14px 0px;
	/* width: 218px;
	height: 330px; */
	border: 1px solid #e3e3e3;
	text-align: center;
	overflow: hidden;
	background: #fff;

}


.apr_produs img{
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
}

.apr_produs .button_list a {
	margin-bottom: 10px;
    display: block;
}

.all-content-produs{
	padding: 15px 10px;
	overflow: hidden;
}

.all-content-produs .price{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #d10210;
}

.price span{
	font-size: 12px;
	text-transform: uppercase;
}


.title-content{
	font-size: 13px;
	font-weight: 400;
	color: #535353;
	height: 36px;
	overflow: hidden;
	margin: 16px 0;
}


.button-style{
	background: linear-gradient(to top, #1b0875, #0d18f7);
    display: inline-block;
    border-radius: 3px;
    width: 93px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: background 0.25s;
}

.button-style:hover{
	background: linear-gradient(to top, #68676c, #ebeaf2);
    transition: background 0.25s;
    color: #0d23ca;
}



.img_styls{
	width: 100%;
	/*height: 177px;*/
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}


.img_styls img{
	align: center;
	/*position: absolute;*/
	display: block;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
}

.apr_category{
	text-align: center;
	/*width: 290px;*/
	display: inline-block;
	margin: 0 7px;
}

.apr_category:hover .img_styls{
	border: 1px solid #100dba;
	
}
.apr_category:hover .name_category a{
	color: #100dba;
}
.breadcrumbs{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

.breadcrumbs a{
	font-size: 12px;
	font-weight: 600;
	color: #808080;
	margin-right: 5px;
}

.breadcrumbs a:hover,.breadcrumbs a.active{
	color: #1108c2;
}
.breadcrumbs a:after{
	content: "/";
}

a:last-child:after{
	content: "";
}


.name_category{
	text-transform: uppercase;
	font-weight: 600;
	padding: 13px 5px;
    font-size:16px;
}

.name_category a{
	/*height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;*/
	display: block;
}

#content_category .head_cont{
	padding-bottom: 35px;
}

#content_category {
	margin: 55px 0;
}



#detail_page .price{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #d10210;
	margin: 10px 0px 22px 0;
}

#detail_page .price span{
	font-size: 15px;
}


.style_content_detail{
	color:  #535353;
	font-size: 13px;
	font-weight: 600;
	line-height: 21px;
}

.style_content_detail span{
	color:  #535353;
	font-size: 13px;
	font-weight: 400;
}

.documentation a{
	color:  #1108c2;
	font-size: 13px;
	font-weight: 500;
	line-height: 25.409px
}


.select-qty{
	display: block;
	margin: 26px 0;
}

.qty-spin,.select-qty .button{
	display: inline-block;
}


.minus,.plus{
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	background: linear-gradient(to top, #67666b, #ebeaf2);
	transition: background 0.25s;
	cursor: pointer;
	border-radius: 4px;
	color:  #4c4c4c;
	font-size: 20px;
	font-weight: 400;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    line-height: 34px;
    transition: all 0.25s;
    
}

.minus:hover,.plus:hover{
    background: linear-gradient(to top, #1b0874, #0611f7);
    color: #fff;
    transition: all 0.25s;
}
.minus{
	line-height: 18px;
	position: relative;
	bottom: 8px;
}
.qty{
	width: 105px;
	height: 34px;
	border: 1px solid #e3e3e3;
	display: inline-block;
	border-radius: 3px;
	color:  #535353;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	text-align: center;
}


.button{
	display: inline-block;
	width: 186px;
	line-height: 34px;
	color:  #ffffff;
	font-size: 12px;
	font-weight: 700;
	background: linear-gradient(to top, #1b0874, #0611f7);
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	bottom: 3px;
	margin: 0 3px;
	cursor: pointer;
	transition: all 0.25s;
}

.button:hover{
	background: linear-gradient(to top, #67666b, #ebeaf2);
	color: #0d23ca;
	transition: all 0.25s;
	
}

.left_detalio{
	/* width: 377px;
	float:left; */
}


.right_detalio{
	/* width: 520px;
	float: right; */
}


.head_img{
	width: 100%;
	height: 407px;
	position: relative;
	border: 1px solid #e3e3e3;
	background: #fff;
	cursor: pointer;
	margin-bottom: 9px;
}

.head_img img{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.availability{
	position: absolute;
	width: 120px;
	line-height: 32px;
	border-radius: 4px 0 0 4px;
	background: #426e2c;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	right: -9px;
	top: 28px;
}

.availability:after{
	content: '';
    position: absolute;
    border: 3px solid transparent;
    border-bottom: 2px solid #345b20;
    border-left: 5px solid #345b20;
    top: -5px;
    right: 0;
}



.last_img{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.last_img a img{
	width: 122px;
	height: 96px;
	position: relative;
	border: 1px solid #e3e3e3;
	background: #fff;
	cursor: pointer;
}
.last_img a{
	margin-right: 7px;
}

.last_img a:last-child{
	margin-right: 0;
}

.chevronus{
		margin-right: 25px;
}

.style_links a{
	
	font-family: 'Roboto', sans-serif;
	color:  #ffffff;
	font-size: 14px;
	font-weight: 300;
	margin-right: 10px;
}

.style_links a:hover,.chevrons a:hover{
	border-bottom: 1px solid #fff;
}
.chevronus span{
	background: url(/images/common/doblerow.png) no-repeat;
    display: inline-block;
    width: 5px;
    height: 10px;
}


.website_lnk{
	color: #fff;
	padding: 45px 0;
	font-size: 13px;
}

.bpay-info {
	padding-top: 102px;
}

.bpay-info span{
	display: block;
	color:  #ee3926;
	font-size: 17.38px;
	font-weight: 400;
	padding-bottom: 10px;
}



.to-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;;
	cursor: pointer;
	opacity: 0;
}
.list_gds{
	width: 100%;
	border-radius: 8px 8px 0 0;
	border: 1px solid #e3e3e3;
	color:  #535353;
	font-size: 13px;
	font-weight: 600;
	
}

.head_gds{
	border-bottom:1px solid #e3e3e3;
}

.bcol{
	display: inline-block;
	line-height: 40px;
}


.b-num{
	width: 50px;
	text-align: center;
	border-right: 1px solid #e3e3e3;
}

.b-inf{
	padding-left: 14px;
	width: 393px;
}
.b-inf img{
	width: 94px;
	height: 74px;
	border: 1px solid #f2f2f2;
}

.b-price{
	width: 126px;
}

.b-qty{
	width: 150px;
	text-align: center;
}

.tittle{
	display: inline-block;
    line-height: normal;
    width: 263px;
    vertical-align: middle;
    padding-left: 10px;
}

.bcol-produs{
	display: inline-block;
	line-height: 104px;
}

.bcol-produs .qty{
	width: 50px;
	background: #fff;
	position: relative;
    top: -1px;
}

.produss{
	border-bottom:1px solid #e3e3e3;
	color:  #1f1f1f;
	font-size: 13px;
	font-weight: 600;
}


.b-del{
	    width: 40px;
}


.b-del img{
	float: right;
	cursor: pointer;
	opacity: 1;
	transition: all 0.2s;
}

.b-del img:hover{
	opacity: 0.7;
	transition: all 0.2s;
}

.b-sum{
	width: 125px;
	padding-left: 15px;
}

.basket_style{
	margin-top: 70px;
}

.total_list_styl{
	background: #eaeaea;
    border-radius: 0 0 8px 8px;
    line-height: 50px;
    height: 50px;
}

.tittle_sum{
    display: inline-block;
    width: 720px;
    text-align: right;
    text-transform: uppercase;
    color:  #333333;
	font-size: 13px;
	font-weight: 600;
}

.total_sum{
	display: inline-block;
	color:  #1f1f1f;
	font-size: 15px;
	font-weight: 600;
	padding-left: 25px;
}
.total_sum span{
	text-transform: uppercase;
}


.basket_style .head_cont{
	margin-bottom: 13px;
}

#name-form,#phone-form{
	margin-right: 10px;
}

.styl-f{
	display: inline-block;
}
.styl-f input{
	width: 297px;
	padding: none;
}
.formgroup input{
	height: 36px;
	line-height: 36px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 10px;
}

.formgroup label{
	display: block;
}
#adress-form input{
	width: 100%;
}
.formgroup{
	margin-top: 11px;
	color:  #2c2c2c;
	font-size: 13px;
	font-weight: 400;
}
.formgroup label{
	padding-left: 2px;
	line-height: 24px;
}

.formgroup label span{
	color: #e9052b;
}

.filter-item{
	line-height: 22px;
	vertical-align: middle;
	display: block;
	color:  #666;
	font-size: 12px;
	font-weight: 600;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.filter-item a{
	color: #110bc2;
	text-decoration: underline;
}

.filter-item:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    margin-right: 9px;
    border:1px solid #e1e1e1;
     position: relative;
    top: 6px;

}
.filter-item.active:before {
    background: #110bc2;
}
.formgroup textarea{
	width: 100%;
	height: 68px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 10px;
	resize: none;
	margin-bottom: 18px;
}

.chbox{
	float: left;
}

.form-pay .button{
	float: right;
	margin: 0 0 50px 0;
}

.formgroup input.error , .error{
	border: 1px solid #e9052b;
    background: rgba(255, 192, 203, 0.1);
}

.contacts_content_list{
	padding-top: 30px;
}
.contacts_content_list h3{
	margin: 10px 0;
}
.contacts_content_list p{
	margin: 6px 0;
}

#contact_page .styl-f{
	display: block;
}

#contact_page .styl-f input{
	width: 100%;
	padding: none;
}


.left_info_contact{
	/* float:left;
	width: 50%; */
}

.right_info_contact{
	/* float:right;
	width: 50%; */
}


#map-simple{
	margin-top: 70px;
    width: 100%;
	/* height: 400px; */
}

#contact_page .button{
	margin: 0 auto;
	display: block;
}


.authorization,.pass-recovery{
    width: 400px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 5px solid #1108c2;
    border-radius: 0 0 5px 5px;

}
.req_pas{
	margin-top: 25px;
	display: inline-block;
}
.popap_page input{
	width: 100%;
}

.authorization .button{
    margin: 0;
    margin-top: 23px;
    float: right;
}

.pass-recovery .button,.register-user .button{
	margin: 20px auto 0 auto;
	display: block;
}
.popap_page .head_cont{
	text-align: center;
}

.popap_page a{
	clear:both;
	float left;
}
.req_pas a:hover{
	color: #1108c2;
}

.autor_cform{
	height: 225px;
	
}

.search input{
	width: 94px;
	border:none;
	font-size: 12px;
    color: #808080;
}

@media (max-width: 599px) {
	.search input{
		bottom: 32px;
	}
}	

.register-user{
	width: 600px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 5px solid #1108c2;
    border-radius: 0 0 5px 5px;
}

.block-half .formgroup{
	width: 270px;
	display: inline-block;
}

.fl-righ{
	float: right;
}





.new-contain{
	width: 294px;
	margin: 30px 5px;
	position: relative;
	border: 1px solid #e1e1e1;
	text-align: center;
	display: inline-block;
}

.new-contain img{
	max-width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.date-publication{
	position: absolute;
    top: 10px;
    right: -7px;
    color: #fff;
    background: #1108c2;
    height: 22px;
    line-height: 22px;
    width: 80px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.date-publication:after{
	    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-bottom: 2px solid #0611f7;
    border-left: 3px solid #0611f7;
    top: -5px;
    right: 0;
}

.info-block-new{
	padding: 15px;
}

.info-block-new .new-tittle{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    height: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.info-block-new .content-news{
	font-size: 13px;
    height: 56px;
    overflow: hidden;
    width: 100%;
}

.content-news:hover,.new-tittle:hover{
	transition: all 0.2s;
    color: #808080;
}

.list-result span{
	display: block;
	font-size: 16px;
	margin: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	text-align: left;
}


.list-result span:hover{
	transition: all 0.2s;
	color: #1108c2;
}

#result-search h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	display: block;
}

.button.change-btn{
	display: block;
    margin: 0 auto;
    clear: both;
}


#edit-persoanl-data{
	float: left;
	width: 60%;
	height: 273px;
	padding: 20px;
}
.ftyl,.ftyr{
	width: 330px;
	display: inline-block;
}
.ftyl{
	float: left;
}
.ftyr{
	float: right;
}

#edit-persoanl-data  input{
	width: 100%;
	display: inline-block;
}



#change-password{
	float:right;
	width: 40%;
	padding: 20px;
	margin-bottom:100px;
}
.sty-section{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

#order-history{
	clear:both;
	margin-bottom: 100px;
}

#change-password input{
	width: 100%;
}

#order-history{
	margin-top:100px;
}

#order-history .b-price{
	    width: 90px;
}

#order-history .b-qty{
	    width: 70px;
}

#order-history .b-sum{
	    width: 120px;
}
#order-history .b-date{
	    width: 120px;
}

#order-history .b-wpay{
	    width: 150px;
}

#order-history .b-adres{
	    width: 175px;
	    display: inline-block;
	    line-height: normal;
    	vertical-align: middle;
}
#order-history .min-tittel{
    margin-bottom: 20px;
}
.min-tittel{
    font-size: 18px;
    font-weight: 500;
}


.all-sum-history{
	float:right;
	padding-right: 40px;
}

.history_pay{
	    padding-top: 15px;
}

#filter-cat{
	margin-top: 30px;
}

.frist-filter{
	    border: 1px solid #eaeaea;   
}


.tittle-filter{
	width: 100%;
    line-height: 32px;
    background: #eaeaea;
    padding-left: 14px;
    color:  #525252;
	font-size: 14px;
	font-weight: 600;
}

.frist-filter span{
	display: block;
	padding-left: 14px;
	margin:7px 0;
	cursor: pointer;
	color:  #535353;
	font-size: 13px;
	font-weight: 400;
}

.frist-filter span:before{
	content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    margin-right: 13px;
    border: 1px solid #e1e1e1;
    position: relative;

}

.frist-filter span.active:before{
	content: "";

    background: #110bc2;
    margin-right: 13px;
    border: 3px solid #e1e1e1;


}


.row-pages{
	display: block;
	margin-left:20px;
	padding:7px 0 0 0;
}

.row-pages span a:hover{
	color: #1108c2;
}


li.ui-menu-item {
	   
	
		list-style-type: none;
        font-size: 12px;
        text-decoration: none;
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        cursor:pointer;
    }
    
li.ui-menu-item:hover{
	color: #1108c2;
}    
#ui-id-1{
	 box-shadow: 0 0 10px rgba(0,0,0,0.5);
	 width:360px;
	 z-index: 99999;
	 background: #fff;
	 padding:0 10px;
	 position:relative;
}

.images-partener{
	margin:30px 10px 0 10px;
	display: inline-block;
	width: 284px;
	height: 186px;
	text-align: center;
	/*cursor: pointer;*/
}

.images-partener img{
	max-width: 100%;
}



.pagination{
	list-style: none;
	margin: 18px 0;
	font-size: 13px;
    font-weight: 400;
    color: #535353;
    text-align: center;

}

.pag-style{
	margin-top: 25px;
	width: 100%;
	border-top: 1px solid #d6d6d6;
}

.pagination li{
	display: inline-block;
	width: 12px;
}


.backlink{
	background: url(/images/common/arrow_left.svg) no-repeat;
	width: 7px;
	height: 8px;
	cursor: pointer;
	margin-right: 15px;
}

.backlink:hover{
	background: url(/images/common/arrow_left_h.svg) no-repeat;
	transition: all 0.2s;
}
.forwardlink:hover{
	background: url(/images/common/arrow_right_h.svg) no-repeat;
	transition: all 0.2s;
}
.forwardlink{
	background: url(/images/common/arrow_right.svg) no-repeat;
	width: 7px;
	height: 8px;
	cursor: pointer;
	margin-left: 15px;
}

a.activepage,.pagination li a:hover{
	border-bottom: 1px solid #1108c2;
	color: #1108c2;
	transition: all 0.2s;
}

.date_news{
	font-size: 13px;
	cursor: default;
}

