/*
* Use this file if you want to put custom styles and do not want to use Sass and Gulp
* Readmore - http://docs.imagecms.net/rabota-s-shablonom-multishop/rabota-s-css-i-javasctipt-dlia-razrabotchikov
*/
.pic-block{
	margin-top:10px;
}
.user-panel{font-size:0}.user-panel--align-center{text-align:center}.modal__footer,.user-panel--align-right{text-align:right}.user-panel--valign-middle .user-panel__item{vertical-align:middle}.user-panel--valign-bottom .user-panel__item{vertical-align:bottom}.user-panel__item{display:inline-block;font-size:.9rem;vertical-align:top;position:relative;border-right:1px solid #dfe4eb;border-top:0;border-bottom:0}.user-panel__item:hover .user-panel__drop{display:block}.user-panel__item--active .user-panel__link{color:#ff8001}.user-panel__link,.user-panel__link:hover{color:#487ebb;text-decoration:none}.user-panel__link{padding:7px 15px;display:block;font-size:.9rem;cursor:pointer;white-space:nowrap}.user-panel__link--empty,.user-panel__link--empty:hover{color:#666!important;text-decoration:none;cursor:default;pointer-events:none}.user-panel__ico{float:left;margin-right:5px;color:#ff8001}.user-panel__ico--wishlist{width:16px;height:15px}.user-panel__ico--compare{width:13px;height:15px}.user-panel__ico--profile{width:16px;height:16px}.user-panel__link--empty .user-panel__ico{color:#666;fill:#666}.user-panel__arrow{display:inline-block;fill:#487ebb;position:relative;top:-1px}.user-panel__arrow--down{width:8px;height:5px}.user-panel__drop{display:none;position:absolute;z-index:1000;top:100%;left:0}.user-panel__drop--rtl{right:0;left:auto}
@media screen and (min-width:900px){
.cont-xs{
	display:table;
}.cont-xs-1{
	display:table-cell;
	vertical-align: top;
	width:50%;
	padding-right: 3%;
}
.cont-xs-2{
	display:table-cell;
	width:50%;
}
.frame-contacts{
	height:550px!important;
}
}
.cont-xs-2{
	margin-top: 1%;
}
.contacts__inner{
	width:90%;
	border-bottom: 1.5px solid rgb(179, 179, 179);
	padding-bottom: 3%;
	padding-top: 4%;
}
.contacts_text{
	font-weight: normal;
	font-size: 20px;
}
.contacts-info{
	margin-top:7px;
	font-size: 16px;
}
.contacts-info__aside{
	display:table-cell;
	padding-right: 20px;
	vertical-align:middle;
	text-align: -moz-center;
	text-align: -webkit-center;
}
.contacts_ico{
	background: url("../_img/sprite_old.png") no-repeat;
}
.contacts_ico-phone{
	width: 36px;
	height: 36px;
	background-position: 0 0;
}
.contacts_ico-mail{
	width: 36px;
	height: 36px;
	background-position: -339px -72px;;
}
.contacts_ico-work{
	width: 36px;
	height: 36px;
	background-position: -40px 0;
}
.contacts_ico-adress{
	width: 36px;
	height: 40px;
	background-position: -378px -79px;
}
.frame-contacts{
	height:300px;
}

}
.product-container {
float: left;
}

.sign {
float: left;
border: 1px solid #FF6600;
padding: 7px;
margin: 10px 0 5px 5px;
background: #fff;
}

.clarity {
opacity:0.5;
filter:alpha(opacity=50);
}

.clarity:hover {
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
opacity:1;
filter:alpha(opacity=100);
}
@media (min-width: 796px){
	.banner-simple__item .banner-simple__image{
		min-height: 160px;
	}
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:-20px;
	overflow:hidden;
	width:86px;
	height:51px;
	border:none;
	/*text-indent:100%;*/
	opacity: 0.8;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	background:url(../_img/ui.totop.png) no-repeat left top;
	text-align: right;
	font-size: 12px;
}

#toTopHover {
	background:url(../_img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:none;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}