strong, .bold{
	font-family: 'latobold';
	font-weight: normal;
}
i, .italic{
	font-family: 'latoitalic';
}
body {
	background-color: #3a3a3a;
	font-weight: normal;
	font: 14px/18px 'latoregular', Arial, sans-serif;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-family: 'museo_sans_cyrl700', Arial,sans-serif;
	color: #fff;
}
h1,
.h1{
	font: 30px/40px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 0 0 40px;
	padding-bottom: 10px;
}
.inner-page-container h1{
	margin: 0 0 20px;
}
.mb40 .border-bottom .content {
	color: #fff;
}
h2,
.h2{
	font: 24px/30px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 30px 0 20px;
}
h3,
.h3{
	font: 18px/24px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 20px 0 10px;
}
h4,
.h4{
	font: 17px/18px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 10px 0;
}

p{
	margin: 0 0 10px 0;
}


/*LINKS*/
a.h1, a.h2, a.h3, a.h4, a.h5{
	margin: 0 !important;
}
a {
	color: #ffffff;
	text-decoration: none;
}

.sub-menu li ul li a {
	color: #9d9d9d;
}
a:hover {
	color: #00d5ff;
	text-decoration: none;

}
.dotted{
	border-bottom: 1px dotted #4c4c4c;
}
.dashed{
	border-bottom: 1px dashed #3a3a3a;


}

.dotted:hover{
	border-bottom: 1px dotted transparent;
}
.dashed:hover{
	border-bottom: 1px dashed transparent;
}


.link-call {
	padding: 10px 5px;
    outline: none;
    text-align: center;
    background: #4c4949;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    max-width: 200px;
    border-radius: 10px;
    border: 1px solid #c1c0c0;
    margin-top: 5px;
	font-size: 24px;
	color: #fff;
	transition: all 0.3s;
}
.link-call:hover {
    border: 1px solid #00d5ff;
    color: #00d5ff;
}

.menu-main-title_moibile  {
	text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    font: 16px/18px 'museo_sans_cyrl700';
    color: #fff;
	display: none;
}



p a{
	/* border-bottom-style: solid;
	border-bottom-width: 1px;
	transition: all .1s ease-out .1s; */
}
p a:hover{
	border-bottom-color: transparent;
}
/*END LINKS*/


/*HEADER*/
/*.additional{
	margin-bottom: -18px;
}*/
.header-top{
	background: #ffffff;
	border-bottom: 1px solid #474747;
}
.btn-top{
	padding: 4px 0;
	font-size: 0;
	line-height: 0;
}
.header-top-city-select {
	border-bottom: 1px dashed #999;
	color: #999;
}
.header-top-city-select:hover {
	border-color: #4c4c4c;
	color: #4c4c4c;
}
.table-btn span{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	padding: 5px;
	font: 12px 'museo_sans_cyrl700';
	text-align: center;
	color: #fff;
	background: #4c4c4c;
	transition: all .1s ease-out .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	cursor: pointer;
}
.table-btn span::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #5f5f5f;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.list.table .price-block{
   display: inline-block;
   line-height: 18px;
   vertical-align: middle;
   margin-right: 20px;
}
.list.table .price-block .price{
   font: 14.5px/16px 'latobold';
}
.list.table .price-block .old-price{
   font-size: 12px;
}
.btn-top>a{
	display: inline-block;
	width: 31px;
	height: 31px;
	border-left: 1px solid #e4e4e4;
	position: relative;
	cursor: pointer;
	transition: all .2s ease-out .2s;
}
.btn-top>a:last-child{
	border-right: 1px solid #e4e4e4;
}
.btn-top>a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 9px;
	top: 10px;
}
.relative{
	position: relative;
}
.item-price-block-wrapper{
	z-index: 10;
	margin-bottom: 10px;
	min-height: 30px;
}
.btn-top>a.btn-dispatches:before{
	background: url('../images/sprite.svg') -120px -120px no-repeat;
	opacity:0.4;
}
.btn-top>a.btn-favorites:before{
	background: url('../images/sprite.svg') -150px -120px no-repeat;
	opacity:0.4;
}
.btn-top>a.btn-compare:before,
.btn-top>a.btn-compare.active:hover:before{
	background: url('../images/sprite.svg') -180px -120px no-repeat;
	opacity:0.4;
}
.btn-top>a:hover.btn-dispatches:before,
.btn-top>a:active.btn-dispatches:before{
	opacity:1;

}
.btn-top>a:hover.btn-favorites:before,
.btn-top>a:active.btn-favorites:before{
	opacity:1;
}
.btn-top>a:hover.btn-compare:before,
.btn-top>a:active.btn-compare:before,
.btn-top>a.btn-compare.active:before{
	opacity:1;
}
.logo-header{
	display: inline-block;
	position: relative;
	top:-5px;
	margin-right: 10px;
}
.logo-header img {
	height: 50px;
	object-fit: contain;
}
.menu-top{
	font-size: 0;
}
.menu-top li{
	display: inline-block;
	margin-left: 1px;
}
.menu-top li a{
	padding: 2px 10px 0 10px;
	display: inline-block;
	height: 36px;
	font: 13px/30px 'latoregular';
	position: relative;
	top:4px;
}
.menu-top li.active a{
	font: 15px/30px 'latobold';
}
.menu-top li a:after{
	left: 0;
	right: 0;
	height: 2px;
	bottom: -9px;
	opacity: 0;
	transition: all .2s ease-out .2s;
}
.tabs-small li a:after{
	left: 0;
	right: 0;
	height: 3px;
	bottom: -10px;
	opacity: 0;
	transition: all .2s ease-out .2s;
}
.tabs-large li a:after{
	left: 0;
	right: 0;
	height: 5px;
	bottom: -11px;
	opacity: 0;
	transition: all .2s ease-out .2s;
	}
.descriptions-tabs.tabs-large li a.active::after{
   bottom:-1px;
}
.tabs-large.general-tabs li a::after{
	background-color:#f5f8f9;
	opacity: 1;
	bottom: 0px;
}
.tabs-large.general-tabs li a{
	padding: 13px 30px 14px 30px;
}
.menu-top li.active a:after{
	margin-bottom: 4px;
}
.menu-top li a:after{
	margin-bottom: 5px;
}
.tabs-small li a:after,
.tabs-large.cart-steps li a:after{
	bottom: 0;
	opacity: 1;
	background:#f5f8f9;
}
.tabs-large.cart-steps li a:after{
	height: 5px;
}
.menu-top li a:hover:after,
.menu-top li.active a:after,
.tabs-small li a:hover:after,
.tabs-small li a.active:after,
.tabs-large li a:hover:after,
.tabs-large li a.active:after{
	opacity: 1;
	bottom: -2px;
}
.tabs-small li a:hover:after,
.tabs-small li a.active:after,
.tabs-large li a:hover:after,
.tabs-large li a.active:after{
	bottom: 0;
}
.logo{
	margin: 40px 0 40px;
	display: inline-block;
	font: 30px/32px 'latobold';
}
.logo:hover{
	opacity: .8;
}
.contacts-top{
	margin: 18px 0px 10px 0px;
}
.opening-hours{
	font: 14px/20px 'latoregular';
	color:#fff;
	margin-bottom: 5px;
}
.opening-hours span{
	font-family: 'latobold';
}
.phone-top{
	font: 24px/30px 'latobold';
	color: #fff;
}
.uk-notification {
  top: 100px;
  box-shadow: 0 0 2px #333;
}
.uk-notification-message {
  padding:20px;
  margin-bottom: 0px;
  background: #fff;
}
.hidden-trade-offers{
	display: none;
}
.modal .hidden-trade-offers{
	display: block;
}
.modal-hidden{
	display: none;
}
.modal-price .price-block{
	text-align: left!important;
}

/*search*/
.search{
	padding: 0 40px 0 10px;
	overflow: hidden;
	margin: 37px 0 0;
	height: 42px;
	position: relative;
	background: #4c4949;
	border-radius: 25px;
}
.search-wrap{
	position: relative;
}
.search input[type='text']{
	text-transform: lowercase;
	font: 15px/10px 'latoregular';
	width: 100%;
	background: none;
	border: none;
	outline: 0;
	padding: 13px 0 10px 10px;
	color: #3a3a3a;
}
/*QUICK SERACH*/
.search-content{
	position: absolute;
	z-index: 2000;
	padding: 10px;
	right:0;
	top: 50px;
	left: 0;
	padding: 20px 30px 50px;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 7px rgba(0,0,0,0.36);
}
.search-results-title{
	margin-bottom: 10px;
	font: 20px/53px 'museo_sans_cyrl700';
	color:#4c4c4c;
}
/*museo_sans_cyrl500*/

/*Quick serach item*/
.search-results-items .search-results__item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font: 14px/16px 'museo_sans_cyrl500';
}
.search-results-items .search-results-item-content a{
	border-bottom: none;
}
.search-results-item-content {
	max-width: 200px;
}
.search-results-item-img-wrapper {
	display: flex;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	justify-content: center;
	align-items: center;
}
.search-results-item-img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.search-results-item-content__article {
	font: 12px/16px 'museo_sans_cyrl500';
	padding-top: 10px;
	color: #48494a;
}
.search-results-item-price {
	font: 18px/20px 'museo_sans_cyrl500';
	color: #48494a;
}
.search-results-item-price__old {
	text-decoration: line-through;
	color: #48494a;
	font: 14px/16px 'museo_sans_cyrl500';
}
.search-results-item-price__new{
	color: #c00;
	font: 18px/20px 'museo_sans_cyrl500';
}
/*Quick serach item*/
/*END QUICK SERACH*/


input::-webkit-input-placeholder {color:#9d9d9d;}
input::-moz-placeholder {color:#9d9d9d;}
input:-moz-placeholder {color:#9d9d9d;}
input:-ms-input-placeholder {color:#9d9d9d;}
.search-submit{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 30px;
	height: 30px;
	border: 0;
	outline: 0;
	padding: 0;
	background: url('../images/sprite.png') no-repeat -60px -120px;
	cursor: pointer;
}
.search-submit:hover{
	opacity: 1;
}
/*end search*/


/*menu*/
.menu-catalog{
	color: #3a3a3a;
	padding: 0px 16px 0px 24px;
	position: relative;
	float: left;
	height: 54px;
	line-height: 52px;
}
.menu-main-title{
	vertical-align: middle;
	display: inline-block;
	font: 16px/18px 'clear_sansbold';
}

.menu-catalog-arrow{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.svg') no-repeat -150px -30px;
}
.menu-main{
	font-size: 0;
	margin: 0 280px 0 260px;
}
.menu-main li{
	display: inline-block;
	margin-right: 1px;
}
.menu-main li a{
	display: block;
	padding: 17px 10px;
	font: 13px/20px 'museo_sans_cyrl700';
	color: #fff;
	transition: .1s ease-out .1s;
}
/*end menu*/


.personal{
	position: absolute;
	right: 35px;
	top: 0;
	font-size: 0;
	line-height: 54px;
	color: #3a3a3a;
}
.personal>a.office,
.personal>a.basket{
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.personal>a.office{
	padding: 0 5px 0 40px;
}
.personal>a.basket{
	padding: 0 5px 0 40px;
}
.personal>a:hover{
	color: #3a3a3a;
}
.personal>a:before{
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	left: 5px;
	top: 50%;
	margin-top: -15px;
}
.personal>a.office:before{
	background: url('../images/sprite.png') no-repeat 0px -30px;
}
.personal>a.basket:before{
	background: url('../images/sprite.png') no-repeat 0 -240px;
}
.ware-counter{
	min-width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	position: absolute;
	top: 5px;
	left: 20px;
	text-align: center;
	font: 11px/14px 'latoregular';
}
.menu-main-text{
	font: 14px/14px 'latoregular';
	text-transform: none;
}
.inner-page-container{
	padding-top: 57px;
	color: #fff;
	/* background: white; */
	/*padding-bottom: 50px;*/
}

.main-h1{
	margin-bottom: 15px!important;
	font: 30px 'museo_sans_cyrl700', Arial,sans-serif !important;
}
/*END HEADER*/


/*SIDEBAR*/
.sidebar-nav{
	font: 18px/24px 'clear_sansbold', Arial, sans-serif;
	color: #3a3a3a;
}
.sidebar-nav>li>a{
	margin-bottom: 0px;
	display: block;
	font:20px/26px 'museo_sans_cyrl700';
	color:#fff;
	padding: 15px 0px;

}
.sidebar-nav>li:not(:last-child){
	border-bottom: 1px solid #9d9d9d;
}
.sidebar-nav.additional >li{
	border-bottom: 1px solid #ebeff2;
}
 .sidebar-submenu{
	display: block;
	margin-bottom: 19px;
	margin-top:-10px;
}
.sidebar-nav li ul li a{
	text-transform: none;
	font: 14px 'latoregular';
}
/*END SIDEBAR*/


/*FOOTER*/
.footer::before,
.footer::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}
.footer::after {
	top: 1px;
	background: #fff;
}
.top-footer{
	padding-bottom: 35px;
}
.footer {
	padding-top: 20px;
	border-top: 1px solid #313131;
	background: #313131;
}
.footer .h3{
	margin-top:0px!important;
	padding-bottom: 20px;
}

.footer a:hover {
	color: #00d5ff;
}
.f-header{
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.f-header a{
	position: relative;
	display: inline-block;
}
.f-header a:before,
.f-header a:after{
	position: absolute;
	content: '';
	height: 1px;
	left: 0;
	width: 100%;
	bottom: -6px;
	background: #fff;
	transition: all .1s ease-out .1s;
}
/* .f-header a:hover:before{
	bottom: -4px;
	opacity: 0;
} */
.f-header a:after{
	bottom: -10px;
	opacity: 0;
}
/* .f-header a:hover:after,
.f-header a.active:after{
	bottom: -6px;
	opacity: 0;
} */
.f-menu li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 7px;
}
.f-menu li:before,
.f-menu li:after{
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 1px;
	left: 0;
	transition: all .2s ease-out .2s;
}
.f-menu li:after{
	top: 5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.f-menu li:before{
	top: 9px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.f-menu li:after{
	top: 6px;
}
.f-menu li:before{
	top: 10px;
}
.f-phone{
	font: 24px/24px 'latobold';
	color:#fff ;
}
.f-phone span{
	font: 24px/24px 'latobold';
	color:#fff;
}
.sitemap{
	padding-left: 15px;
}
.sitemap:before{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 6px;
	left: 0;
	background: url('../images/sprite.svg') -180px -90px;
}
.sitemap:hover:before{
	background-position: -180px -60px;
}
.footer-bottom{
	padding: 11px 0;
	background: #282f34;
}
.footer-bottom .uk-grid>div{
	line-height: 50px;
}
.footer a{
 color:#fff;
}

.telephone_text{
	color:#ffffff;
	font:14px/18px 'latobold';
}

/*share*/
.share{
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}
.share-title{
	font:14px 'latobold';
 }

.footer .share-title{
	top: -6px;
}
.feacher-block-object .share-title{
	top: -13px;
}
.ya-share2{
	display: inline-block;
}
.ya-share2__title{
	font-size: 0;
}
.ya-share2 li {
	margin: 0 5px;
	display: inline-block;
}
.share-inside .ya-share2 li{
	margin:0px 0px 0px 5px;
	padding-top:6px;
}
.share-inside{
	margin-right: 26px;
}
.ya-share2 li a .ya-share2__icon{
	display: inline-block;
	opacity: .7;
}
.footer .ya-share2 li a .ya-share2__icon{
	width: 30px;
	height: 30px;
	background: url('../images/social.png') no-repeat;
}
.footer .ya-share2 li.ya-share2__item_service_vkontakte a .ya-share2__icon{
	background-position: 0  0px;
}
.footer .ya-share2 li.ya-share2__item_service_twitter a .ya-share2__icon{
	background-position: -72px  0px;
}
.footer .ya-share2 li.ya-share2__item_service_facebook a .ya-share2__icon{
	background-position: -36px 0px;
}
.footer .ya-share2 li.ya-share2__item_service_gplus a .ya-share2__icon{
	background-position: -107px 0px;
}

.feacher-block-object .ya-share2 li a .ya-share2__icon{
	width: 30px;
	height: 30px;
	background: url('../images/social_grey.png') no-repeat;
	opacity:0.4;
}
.feacher-block-object .ya-share2 li.ya-share2__item_service_vkontakte a .ya-share2__icon{
	background-position: 0 0px;
}
.feacher-block-object .ya-share2 li.ya-share2__item_service_twitter a .ya-share2__icon{
	background-position: -63px 0px;
}
.feacher-block-object .ya-share2 li.ya-share2__item_service_facebook a .ya-share2__icon{
		background-position: -32px 0px;
}
.feacher-block-object .ya-share2 li.ya-share2__item_service_gplus a .ya-share2__icon{
	background-position: -95px 0px;
}
.ya-share2 li a:hover .ya-share2__icon{
	opacity: 1;
}
/*end share*/

.copyright,
.designer-copyright{
	font: 13px/13px 'latoregular';
	vertical-align: middle;
	color: #fff;
}
.designer-copyright img {
	max-width: 90px;
	max-height: 90px;
	-o-object-fit: contain;
	object-fit: contain;
}
.social-networks>li{
	display: inline-block;
	margin: 0 2px;
}
/*END FOOTER*/


/*CONTENT*/
.inner-page-container .h2{
	font: 30px/40px 'museo_sans_cyrl700', Arial,sans-serif !important;
	padding-bottom: 10px;
}
.content h1,
.content  .h1{
	font: 30px/40px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 0 0 40px;
	padding-bottom: 10px;
}
.slider-general h2,
.slider-general .h2,
#news h2,
#visited h2,
.buy_with_tile_objects h2{
	font: 30px/52px 'museo_sans_cyrl700', Arial,sans-serif;
	color:#fff;
}
.inner-page-container .slider-general h2,
.inner-page-container .slider-general .h2,
.inner-page-container #news h2,
.inner-page-container #articles_block h2{
   margin-top:10px;
}
.content h2,
.content .h2{
	font: 26px/30px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 30px 0 20px;
	color:#fff;
}
.content h3,
.content .h3{
	font: 22px/24px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 30px 0 15px;
}
.content h4,
.content  .h4{
	font: 20px/22px 'museo_sans_cyrl700', Arial,sans-serif;
	margin: 30px 0 20px;
}
.content_line p{
	position:relative;
	top:-5px;
}
.content>h2:first-child,
.content>h3:first-child,
.content>h4:first-child{
	margin-top: -0px;
}
.content{
	font: normal 16px/24px 'latoregular';
}
.content-small{
	font: normal 18px/24px 'latoregular';
	color:#363f45;
}
.spot{
text-decoration: none;
border:none;
}
.content img[style*="right"], article a.fancybox[style*="right"]{
	margin: 0 0 30px 30px;
	position: relative;
	z-index: 1;
}
.content img[style*="left"], article a.fancybox[style*="left"]{
	margin: 0 30px 30px 0;
	position: relative;
	z-index: 1;
}


/*нумерованные списки*/
.content ol{
	counter-reset: list;
}
.content ol>li:before{
	position: relative;
	top: -1px;
	counter-increment: list;
	content: counter(list)'.';
	font-size: 14px;
	margin-left: -20px;
	width: 20px;
	display: inline-block;
}
/*end нумерованные списки*/

/*маркированные списки*/
.content ul,
.content ol{
	position: relative;
	left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.content ul li,
.content ol li{
	position: relative;
	margin-bottom: 10px;
	color: #9d9d9d;
}
.content li ul,
.content li ol{
	margin-top: 10px;

}
.content ul li:before{
	position: absolute;
	content: '';
	top: 8px;
	width: 5px;
	height: 5px;
	margin-left: -15px;
	transform: rotate(-45deg);
	transition: all .2s ease-out .2s;
}
/*end маркированные списки*/


.left_down.content ul>li,
.left_down.content ol>li{
	font-family: 'latoregular';

}
.category-placeholder {
	position: relative;
	padding-left: 45px;
}
.category-placeholder-merker {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.category-placeholder-merker::before, .category-placeholder-merker::after {
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -10.5px;
	background: #fff;
}
.bg-main {
	background: #00fbff;
}
.category-placeholder-merker::after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.category-placeholder-merker::before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.content table thead{
	background: #363636 !important;
	color:white !important;
	font:16px 'latobold'!important;
}
.content table thead th{
	padding: 13px 20px;

}
table.compare td.name{
	font-family: 'latobold'!important;
	color:#fff;
}
.content table,
.zebra{
	width: 100%;
	border-collapse: collapse;
}
.content table tbody td,
.content table tbody th,
.zebra tbody td,
.zebra tbody th{
	background: #f7f7f7;
	padding: 15px 20px;
	font:15px 'latoregular';
	text-align: center;
	border-bottom:2px solid white;
}
.zebra.cart-table tbody tr td,#tab-current-order .zebra.cart-table tbody tr:nth-child(2n) td{
	background: #fff;
	border-bottom: 1px solid #ebeff2!important;
}
.zebra.cart-table tbody tr:nth-child(2n) td{
	background: #f5f8f9;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child,
.zebra tbody tr:last-child td,
.zebra tbody tr:last-child th{
   border-bottom:2px solid transparent;
}
.compare.zebra tfoot tr:last-child td {
	border-bottom: 1px solid transparent;
}
.content table th,
.zebra th{
	font-weight: normal;
	text-align: center;
}



#tab-orders-list{
	padding: 0px;
}
.repeat_order_link{
	float:right;
	top:5px;
	margin-right: 30px;
}
.cart-table-prop .rub{
	font: 16px 'latoregular'!important;
}
.cart-table-delivery-rub{
font:13px 'latobold';
margin-left:5px;
}
.delivery_price,
.zebra.cart-table .price_basket,
.zebra.cart-table .price_basket .rub,
.zebra.cart-table .price_basket_discount span,
.zebra.cart-table .price_basket_discount .rub{
	font:17px 'latobold'!important;
}

.table-properties td{
	color: #363f45;
	width: 50%;
}
/*END CONTENT*/

/*BREADCRUMBS*/
.breadcrumbs{
	margin: -20px 0 30px 0 !important;
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs a:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 15px;
	vertical-align: bottom;
	background: url('../images/sprite.svg') no-repeat -90px -30px;
}
/*END BREADCRUMBS*/

/*BANNER*/
.bx-wrapper .bx-loading {
	position: absolute;
	z-index: 2000;
	min-height: 50px;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('/templates/ushopmega/images/bx_loader.gif') center center no-repeat #ffffff;
}

#banner_top {
	position: relative;
}

#banner_top .slick-arrow {
	top: 0;
	bottom: 0;
	width: 60px;
}

#banner_top .bx-next {
	right: 0;
}

#banner_top .bx-prev {
	left: 0;
}

#banner_top .banner-content {
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, .8);
	padding-top: 10px;
	top: 60px;
	left: 100px;
	margin-right: 60px;
}

#banner_top .slick-slide {
	position: relative;
}

#banner_top .slick-dots {
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

#banner_top .slick-dots li {
	margin: 0 5px;
}

#banner_top .slick-dots li button {
	width: 8px;
	height: 8px;
}

.slick-slide:focus {
	outline: none;
}

.banner-header a {
	font: 33px/38px 'museo_sans_cyrl500';
	color: #363636;
}

.banner-header a p strong {
	font: 33px/38px 'museo_sans_cyrl900';
}

/*banner controls*/
.slick-list {
	margin-bottom: 20px;
}

.slick-dots {
	display: flex;
	justify-content: center;
}

.slick-dots li {
	margin: 0 3px;
	
}

.slick-dots li button {
	font-size: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	padding: 0;
	background-color: #707070;
}

.slick-dots li.slick-active button {
	height: 8px;
	width: 8px;
}

.slick-dots li button:focus, .slick-dots li button:active {
	outline: none;
}

#brands_slider .slick-dots {
	display: none !important;
}

.bx-prev,
.bx-next {
	position: absolute;
	z-index: 100;
	width: 60px;
	top: -52px;
	transition: all .15s ease-out .15s;
}

.bx-prev {
	right: 46px;
	border-right: none !important;
}

.bx-next {
	right: 15px;
}

.bx-prev:hover,
.bx-next:hover {
	background: rgba(0, 0, 0,
	.2);
}

.bx-prev:before,
.bx-next:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 50%;
	margin-left: -12px;
}

#banner_top .bx-prev:before,
#brands_banner_top .bx-prev:before {
	background: url("/templates/ushopmega/images/sprite.png") no-repeat -30px -150px;
}

#banner_top .bx-next:before,
#brands_banner_top .bx-next:before {
	background: url("/templates/ushopmega/images/sprite.png") no-repeat -30px -183px;
	margin-left: -9px;
}

#brands_banner_top .bx-pager {
	bottom: 30px;
}

.slick-dots li.slick-active button {
	background: #313131;
}
/*end banner controls*/

/*timer*/
.timer-title{
	padding: 3px 30px 0px 30px;
	display: inline-block;
	background: #00bbff;
	font: 15px/37px 'latoregular';
	color: #fff;
}
.timer{
	min-height: 38px;
	background: #e81d62;
	color: #fff;
	padding: 10px 20px 0;
}
.timer figure {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
.timer figcaption {
	text-align: center;
	position: relative;
	top: -4px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	margin-left: 3px;
	font-family: 'latoregular';
}
.timer figure:first-child figcaption{
	font-size: 21px!important;
}
.timer div {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 20px !important;
	height: 31px !important;
	font: 36px/30px 'museo_sans_cyrl500' !important;
	text-align: left;
}
.timer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
.timer ul li {
		margin: 0;
		padding: 0;
		list-style: none;
}
/*end timer*/
/*END BANNER*/

/*ADVANTAGES*/
#advantages{
	margin: 25px 0 57px;
}
#advantages label{
	display: inline-block;
	width: 100%;
	min-height: 179px;
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	color:#252525;
}
#advantages label span,#advantages label div{
	position: relative;
	z-index: 1;
}
#advantages input:checked+label:after,
#advantages input+label:hover:after{
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	border-width: 3px;
	border-style: solid;
	transition: all .1s ease-out .1s;
}
#advantages .active label:before{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	z-index: 1;
}
.tab-content{
	display: none;
	font: 15px/24px 'latoregular';
	color: #555;
}
#tab-orders-list.tab-content table thead{
	font: 14px/18px 'latoregular';
}
.tab-content-object{
	font: 16px/24px 'latoregular';
	color: #3a3a3a;
}
.tabs-content-wrap div.tab-content:first-child{
	display: block;
	color: #fff;
}
span[class*='adv-pict']{
	width: 90px;
	height: 90px;
	margin: 30px 0 0;
}
#advantages .h3{
	padding: 0 20px;
}


/*END ADVANTAGES*/

/*MENU*/
.menu-main-wrap{
	color: #fff;
	padding: 0;
	position: relative;
	/*margin: 13px 0 20px 0px;*/
}
.menu-catalog{
	float: left;
	height: 54px;
	line-height: 52px;
}
.wr-submenu{
	background: transparent;
	display: none;
	position: absolute;
	top:74px;
	right: 0;
	left: 0;
	z-index: 1001;
	min-height:220px;
	box-shadow: 0 0 10px #c0c0c0;
}
.lessMenu.wr-submenu {
	right: auto;
	left: auto;
}
.lessMenu .submenu {
	padding: 0 50px;
}
.lessMenu .submenu>ul>li:not(:last-child):after {
	right: 0;
}
.submenu-grid{
	border: 1px solid #e4e4e4;
	margin-left: 0;
	background: #4a4a4a;
	position:relative;
}
.submenu-grid:before,
.submenu-grid:after{
	width: 0;
	height: 0;
	border-bottom: 14px solid #c0c0c0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	margin-left: -7px;
	top: -14px;
	content: '';
	display: block;
	position: absolute;
	left:35px;

}
.submenu-grid::after {
	border-bottom: 14px solid #fff;
	top: -13px;
}
.submenu{
	padding: 0px 20px 0px 50px;
	margin: 32px 0;
	display: block;
}
.submenu:before{
	top: 0;
	right: 10px;
	bottom: 0;
	left: 10px;
}
.submenu>ul>li{
	font: 20px/20px 'latobold';
	color: #fff;
	position: relative;
}
.submenu>ul>li:not(:last-child):after{
	position: absolute;
	display: block;
	content:'';
	height:1px;
	background: #ebeff2;
	left:0;
	bottom: 0px;
	right:-30px;
}
.submenu-title{
	display: block;
	padding: 15px 0;
	line-height: 21px;
}
.submenu-title:hover{
	color: #00d5ff;
	background-color: #3a3a3a;
}
.special{
	padding-top:28px;
	padding-right:10px;
	margin-top:15px;
	z-index: 100000000000;
	display:none;
	margin-bottom: 10px;
}
.sub-menu-menu{
	display: none;
	/* background: #fff; */
	position: relative;
	margin: 0 -20px;
}
.sub-menu-menu>li>a{
	display: block;
	padding: 10px;
	display: inline-block;
	margin-left: 10px;
}

/*.sub-menu-menu>li>a:before{
	content: '»';
	display: inline-block;
	min-width: 20px;
}*/
.sub-menu-menu>li>ul{
	display: none;
}
.sub-menu{
	padding-top: 10px;
	position:relative;
	border-top: 1px solid #ebeff2;
}
.sub-menu>li>ul{
	display: block;
	margin-top:5px;
	margin-bottom: 10px;
}
.sub-menu>li>a{
	display: block;
	font: 15px 'latobold';
	margin-bottom: 10px;
	color:#9d9d9d;
}
.sub-menu>li>a:hover{
	color:#fff;
	background-color: #3a3a3a;
}
.sub-menu>li>ul>li{
	font: 14px 'latoregular';
	margin-bottom:5px;
	padding-left: 20px;
	position:relative;
	color:#636363;

}
.sp{
	font: 18px/38px 'latobold';
	color:#fff;
	padding:15px 0px;
	position: relative;
	top:-4px;
}
.submenu>ul>li{
	border-bottom: 1px solid #9d9d9d;
	position:relative;
	cursor: pointer;
}

.submenu li:last-child{
	border:none;
}
.close-menu{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.png') 0px -90px;
	right:0.6%;
	top:17px;
	opacity:1;
}
.close-menu:hover{
	opacity:0.7;
}
.submenu_aside li ul li{
	float:none;
	border:none;
	width:100%;
	line-height: 2;
}
.submenu_aside li ul li a{
	font: 16px 'latoregular';
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 15px;

}
.submenu_aside li ul li a:before{
	position: absolute;
	width: 5px;
	height:5px;
	display: block;
	content: '>';
	left:-15px;
}

.menu-open{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.menu-main-title{
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	font: 16px/18px 'museo_sans_cyrl700';
	color: #fff;
}
.cabinet-main{
	text-transform: none;
	font: 16px/18px 'museo_sans_cyrl500';
}
.cabinet-main span{
	color: #fff;
}
.hamburger{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	background: url('../images/sprite.png') no-repeat 0px -150px;
}
.menu-catalog-arrow{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 20px;
	background: url('../images/sprite.png') no-repeat 0px -180px;
	margin-left:10px;
	margin-top:14px;
}
.menu-main{
	font-size: 0;
	margin: 0 280px 0 240px;
}
.menu-main li{
	display: inline-block;
	margin-right: 1px;
}

.breadcrumbs li>span{
	color:#9d9d9d;
}
/*END MENU*/

/*SCROLL TOP*/
#scroll-top{
	cursor: pointer;
	position: fixed;
	top: 50%;
	right: -100px;
	width: 65px;
	height: 65px;
	font: 14px/14px 'ProximaNova-Regular';
	border-radius: 40px;
	border: 1px solid #e4e4e4;
	text-align: center;
	z-index: 500;
	background: rgba(255,255,255,
.7);
	transition: all .2s ease-out .2s;
}
#scroll-top:before, #scroll-top:after{
	content: '';
	display: block;
	background: #9d9d9d;
	position: absolute;
	width: 30px;
	height: 3px;
	top: 30px;
	transition: all .2s ease-out .2s;
}
#scroll-top:before{
	left: 8px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#scroll-top:after{
	right: 8px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*END SCROLL TOP*/

/*FIX UMI PANEL*/
.u-eip-add-button,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
#popupLayerScreenLocker div{
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

#popupLayer_save{
	width: 260px !important;
}
#popupLayer_save .hidden{
	display: block !important;
	visibility: visible !important;
}
/*END UMI PANEL*/

/*BORDER DECOR*/
.border-top {
	border-top: 1px solid #ebeff2;
}
.border-bottom {
	border-bottom: 1px solid #9d9d9d;
}
/*END BORDER DECOR*/


/*CATALOG ITEMS*/
ul[class*='catalog-tile'],
ul[class~='catalog-list']{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
ul[class*='catalog-tile']>li,
ul[class~='catalog-list']>li{
	position: relative;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
ul[class*='catalog-tile']>li{
	margin-bottom: 30px;
	/* background: #363f45; */
}



.name{
	font:14px/20px 'latobold';
	color:#3a3a3a;
	height:20px;
	overflow: hidden;
}
.catalog-item-wrap{
	z-index: 1;
	margin: 0;
	transition: all 0.2s ease-out .2s;
	background: #4c4949;
	border-radius: 25px;
}

ul[class~='catalog-list']>li .back a img{
	max-height: 165px;
}
.catalog-item-caption{
	font-size: 14px;
	color:#3a3a3a;
	margin-bottom: 10px;
	text-align: center;
}
.catalog-item-caption a{
	font-family: 'latobold';
}
.catalog-list .catalog-item-caption a{
	font: 18px/20px'latobold';
}
.item-img{
	line-height: 250px;
}
.item-img img {
	height: 170px;
	width: 170px;
	-o-object-fit: contain;
	object-fit: contain;
}
.item-img .flip-container {
	width:100%;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	cursor: pointer;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.item-img .flipper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
.item-img .back {
   width:100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
.item-img .back {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.item-img a{
	display: inline-block;
	max-width: 190px;
}
.old-price .rub{
	font:14px/18px 'latoregular';
}

/*stickers*/
.stickers-block{
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 70px;
  z-index: 20;
}
.sticker{
  position: relative;
  z-index: 10;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 0;
  line-height: 0;
}
.sticker-text{
  vertical-align: middle;
  color: #fff;
  position: relative;
  font: 10px/10px 'latobold';
  text-transform: uppercase;
}
.sticker-bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.product-card-img .stickers-block{
  left: 20px;
}
.stickers-block.stickers-large .sticker{
  padding: 11px 20px 10px 20px;
  margin-bottom: 5px;
}
.stickers-block.stickers-large{
  left:0px;
}
.stickers-block.stickers-large .sticker-text{
  font: 16px 'latobold';
}
/*end stickers*/

.catalog-item-props{
	display: none;
}
.catalog-item-props li{
	font: 14px/16px 'latoregular';
	margin-bottom: 5px;
}
.price-block,
.price-block .price .rub{
	font-size: 14px;
}
.price-block-object,
.price-block-object .price .rub{
	font-size: 18px;
}
.old-price{
	position: relative;
	color: #999999;
}
.old-price:after{
	width: 100%;
	height: 1px;
	background: #c7c7c7;
	top: 50%;
	left: -3px;
	right: -5px;
}
.price-block-object .price .rub {
	font-size: 24px;
}
.catalog-list .item-price-block-wrapper{
	display: table;
	height: 105px;
	width: 100%;
}
.catalog-list .price-block {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.list_item_catalog_add #rate_result{
	text-align: left;
	display: inline-block;
}
.separate{
	display: none;
}
.catalog-list .separate{
	display: block;
}
.catalog-item-caption{
	min-height: 40px;
}
.catalog-list .catalog-item-text{
	padding-top: 10px;
}
.catalog-list .item-price-block-wrapper .old-price,
.catalog-list .item-price-block-wrapper .old-price .rub{
	font: 18px/47px 'latoregular';
}
.catalog-list .item-price-block-wrapper .price,
.catalog-list .item-price-block-wrapper .price .rub{
	font-size: 30px;
}
.catalog-list .item-price-block-wrapper .old-price,
.catalog-list .item-price-block-wrapper .price{
	margin-right:0px;
	margin-left: 30px;
}
.price{
	color: #fff;
	font: 22px/24px 'latobold';
}
.price .rub{
	font-size: 16px;
}
.price-block-object{
	padding:24px;
	background: #313131;
}
.mb5 {
	color: #9d9d9d;
}
.amount-block-object .bootstrap-touchspin{
	margin-right: auto;
	margin-left: auto;
}
.price-block-object .price{
	font: 33px/33px 'latobold';
}
.basket-full{
	font:15px/18px'museo_sans_cyrl700';
}
.feacher-block-item>div{
	text-align: center;
	margin-bottom: 10px;
}
.feacher-block-item .catalog-item-control-btn>a{
	width: 30px;
	height: 30px;
	padding: 0 5px;
}
.feacher-block-item .catalog-item-control-btn>a:before{
	top: 0;
	left: 50%;
	margin-left: -15px;
}
.feacher-block-item .catalog-item-control-btn>a:last-child:after{
	content: none;
}
/*end блок с кнопками в каталоге*/

/*общее описание кнопок (для списка и карточки)*/
div[class*='control-btn']{
	font-size: 0;
	line-height: 0;
}
div[class*='control-btn']>a{
	position: relative;
	display: inline-block;
}
div[class*='control-btn']>a:before{
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
}
div[class*='control-btn']>a:hover:before{
	opacity: 1;
}

/*в карточке товара*/
.feacher-block-object>div{
	width: 50%;
	float: left;
}
.feacher-block-object .card-control-btn>a{
	width: 50px;
	height: 50px;
}
.feacher-block-object .card-control-btn>a:before{
	top: 10px;
	left: 10px;
}
/*end в карточке товара*/


/*кнопка "Быстрый просмотр" в каталоге*/
.quick-view-catalog:before{
	background: url('../images/sprite.png') no-repeat -30px -120px;
}
.quick-view-catalog:hover:before{
	background: url('../images/sprite.png') no-repeat 0 -120px;
}
/*end кнопка "Быстрый просмотр" в каталоге*/

/*кнопка "Сравнение" в каталоге*/
.compare-catalog:before{
	background: url('../images/sprite.png') no-repeat -30px 0px;
	opacity: 1 !important;
}
.compare-catalog:hover:before{
	background: url('../images/sprite.png') no-repeat 0 0;
}
.del-compare-catalog:before{
   background: url('../images/sprite.png') 0 0;
}
.del-compare-catalog:hover:before{
	background: url('../images/sprite.png') no-repeat -30px 0px;
}
/*end кнопка "Сравнение" в каталоге*/

/*кнопка "Купить" в каталоге*/
.basket-catalog:before{
	background: url('../images/sprite.png') -30px -240px;
}
.basket-catalog-unable::before {
	background: url('../images/sprite.png') -60px -240px;
	cursor: default;
}
.basket-catalog:hover:before{
	background: url('../images/sprite.png') 0 -240px;
}
/*end кнопка "Купить" в каталоге*/

/*разделитель*/
.card-control-btn>a:after,
.catalog-item-control-btn>a:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color:#e4e4e4;
}

/*Обертка для вспомогательных кнопок*/
.item-catalog-add-func{
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
	line-height: 20px;
	text-align: center;
}
.item-catalog-add-func li{
	margin-bottom: 8px;
}

/*in store */
.catalog-item-store{
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #aaa;
	cursor: pointer;
}
.catalog-item-store:after{
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
}
.store-note{
	display: none;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -18px;
	right: 20px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	white-space: nowrap;
	background: #fff;
	opacity: 0;
	transition: .2s ease-out .2s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.store-note:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: -9px;
	top: 50%;
	margin-top: -6px;
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.catalog-item-store:hover .store-note{
	display: block;
	opacity: 1;
}
.catalog-item-store.in-store{
	background-color: #272727;
}
.catalog-item-store.in-store:after{
	border-color: #272727;
}
/*end in store */

/*кнопки в карточке товара*/
.like-object:before{
	background: url('../images/sprite.png') -60px -30px;
	opacity: 0.4;
}
.print-object:before{
	background: url('../images/sprite.png') -60px -60px;
	opacity: 0.4;
}
.delivery-object:before{
	background: url('../images/sprite.png') -60px -90px;
	opacity: 0.4;
}
.compare-object:before{
	background: url('../images/sprite.png') -60px 0px;
	opacity: 0.4;
}
.del-compare-object:before{
   background: url('../images/sprite.png') -60px 0px no-repeat;
   opacity: 1!important;
}
/*end кнопки в карточке товара*/


.stars{
	line-height: 30px;
}
.rating span,
.object_rating span{
	font: 14px/14px 'latoregular';
	vertical-align: middle;
	margin-right: 2px;
}
.object_rating span{
	font: 14px/21px 'latoregular';
}
.stars-off,
.stars-on{
	height:17px;
	width: 85px;
	display: inline-block;
}
.stars-off{
	background: url('../images/sprite.svg') no-repeat -85px -300px;
}
.stars-on{
	background: url('../images/sprite.svg') no-repeat 0px -300px;
}
.sitemap_list .sitemap_list .sitemap_list .sitemap_list li ul {
	display: none;
}
#catalog-table-tab,
#catalog-tile-tab {
	display: none;
}
#catalog-table-tab.active,
#catalog-tile-tab.active{
	display: block;
}
.count{
	display: block;
	position: absolute;
	top: 14px;
	left: 20px;
	margin: 0;
	padding: 7px 19px ;
	font-size: 12px;
	font-family: 'latoregular', Arial,sans-serif;
	line-height: normal;
	color: #fff;
	transition: background-color .3s;
}
.buy_with_tile_objects h2{
	margin-top: -5px;
}
.title-slider-tk{
	min-height: 55px;
	/* overflow-y: hidden; */
}
#buy_with .title-slider-tk,
#similar_items .title-slider-tk{
	margin-bottom: 14px!important;
}
#bestsellers_slider .slide-wrap .title-slider-tk{
	margin-top: 5px;
}
#bestsellers_slider .slide-wrap .price {
	margin-top: 10px;
}

/* END CATALOG ITEMS*/


/*CARD*/
.optioned-property li label{
  font-size:14px;
}
.catalog_option_props:before{
	content: '';
	display: block;
	position: absolute;
	width:100%;
	height:1px;
	background: #ebeff2;
	bottom:-18px;
}
.optioned-property li label span{
	font:16px 'latobold';
}
.option .title-options{
	font-size: 17px;
}
/*END CARD*/


/*SLIDER GENERAL*/
.special_offers
.uk-container-large #special_offers {
	padding-top: 10px;
}

#special_offers h2, #bestsellers h2, #brands h2 {
	margin-bottom: 0;
}

#special_offers hr, #bestsellers hr, #brands hr {
	margin-top: 0;
	border: none;
	height: 1px;
	background: #313131;
}

#special_offers_slider a, #bestsellers_slider a, #brands a {
	display: block;
}

#special_offers_slider, #bestsellers_slider, #brands_slider {
	margin: 0 -15px;
}

#special_offers_slider .slick-slide, #bestsellers_slider .slick-slide, #brands_slider .slick-slide {
	background-color: #4c4949;
	border-radius: 15px;
	margin: 0 17px 2px;
}

.slick-track {
	display: flex;
}

#brands_slider img {
	margin: 0 auto;
	width: 180px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.slider-general {
	overflow: hidden;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('/templates/ushopmega/images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.slider-general .bx-prev,
.slider-general .bx-next {
	width: 30px;
	height: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: .5;
	border: 1px solid #313131;

}

.slider-general .bx-prev {
	border-right: 1px solid #9d9d9d;
	background: url('/templates/ushopmega/images/sprite.svg') no-repeat -52px 8px;
	background-color: #666060;
}

.slider-general .bx-next {
	background: url('/templates/ushopmega/images/sprite.svg') no-repeat -82px 8px;
	background-color: #666060;
}

.slick-arrow {
	position: absolute;
}

.slider-general .bx-prev:hover,
.slider-general .bx-next:hover {
	opacity: 1;
}

.slide-wrap {
	padding: 20px;
	background-color: #4c4949;
	border-radius: 15px;
	margin: 0 10px;
}

.slide-wrap:after {
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-width: 3px;
	border-style: solid;
	color: transparent;
	transition: all 0.2s linear;
}

.recent-pages-list-item:after,
.item-wrap:after {
	position: absolute;
	z-index: 0;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-color: transparent;
}

.recent-pages-list-item:hover:after,
.item-wrap:hover:after {
	border-width: 3px;
	border-style: solid;
}

.buy_with_tile li .item-wrap,
#modal-buy .slide-wrap,
#buy_with .slide-wrap {
	background: #424242;
}

#brands_slider .slide-wrap {
	line-height: 67px;
}

#bestsellers .slide-wrap,
#buy_with .slide-wrap,
#similar_items .slide-wrap {
	/*min-height: 260px !important;*/
}

.slide-wrap {
	/* border: 1px solid #e4e4e4;
	transition: all 0.2s linear; */
}

.slide-wrap:hover {
	/* border: 1px solid transparent; */
}

.slider-general h2 {
	position: relative;
	z-index: 1;
}

.timer-block {
	margin-top: -15px
}

/*END SLIDER GENERAL*/


/*NEWS*/
.more {
	font-family: 'clear_sansitalic';
	text-decoration: underline;
	font-size: 12px;
}

#news {
	padding: 40px 0 30px;
	background: #3a3a3a;
}

.news_container img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
/*END NEWS*/


/*BRANDS*/
.line-height-brand {
	line-height: 230px;
}

.brands .uk-grid .uk-width-1-3\@s .slide-wrap {
	line-height: 85px;
}

.brands-list .mb20 {
	margin-bottom: 40px !important;
}
.mb20 p {
	color: #ff0000f9;
}
.text_down {
	color: #fff;
}
#brands {
	margin-top: -8px;
}

.inner-page-container #brands {
	margin-top: 12px;
	padding-bottom: 0 !important;
}

.slide-wrap:hover::after {
	z-index: 1;
}

.slide-wrap a {
	position: relative;
	z-index: 10;
}
/*END BRANDS*/


/*ARTICLES_BLOCK*/
#articles_block{
   padding: 58px 0 45px;
   margin-top:26px;
}
.bg-black h2 a:hover{
	color: #fff;
}
.btn-article{
	color: #fff;
	padding: 13px 34px 13px 34px;
	display: inline-block;
	background: #e81d62;
	outline: none;
	text-align: center;
	background: #4c4949;
	color: #fff;
	font: 14px/16px 'museo_sans_cyrl700';
	box-sizing: border-box;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: background 1000ms;
	transition: background 1000ms;
	cursor: pointer;
}
.btn-article::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #646161;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
a.btn-article:hover{
	color: #00d5ff;
}
.btn-title-article{
	font:14px/18px 'latobold';
}
.article-block{
	color: #fff;
}
.article-block>li img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}
.article-block>li:first-child img {
	height: 400px;
}
.articles-block-title{
	position:relative;
	font:18px/24px 'latobold';
}
.articles-block-title:before{
	width:20px;
	height:2px;
	background: #e81d62;
	position:absolute;
	content:'';
	display:block;
	left:0px;
	top:-13px;
}
.articles-block-text{
	padding:36px 20px 20px 20px;
}
.content-small{
	font: 15px/24px 'latoregular';
	color:#fff;
}
.article-block .content-small p{
	font:13px/16px 'latoregular'!important;
	color: #fff;
}

#news .content-small{
	color:#fff;
	font:14px/18px 'latoregular';
}
#news .content-small p{
	margin-bottom: 0px;
}
.anons .h3{
	font:20px/20px 'museo_sans_cyrl700';
	margin-top: -3px;

}
.anons{
	margin-top: 21px;
}
.anons li:last-child{
	margin-bottom: 0px;
}
/*END ARTICLES_BLOCK*/


/*visited*/
#visited{
	margin-top: -10px;
}
#visited h2{
	position: relative;
}
#visited h2:before{
	position: absolute;
	content: '';
	display: block;
	width:100%;
	height:1px;
	left:0;
	bottom:0;
	background: #313131;
}
.recent-pages-list{
	padding-bottom: 50px;
	display: flex;
}
.recent-pages-list>li{
	padding-bottom: 50px;
}
.recent-pages-list-item{
	margin-right: 5px;
	height: 100%;
	position: relative;
	padding: 0 5px;
	border:0px solid #313131;
	background-color: #4c4949;
	border-radius: 15px;
	overflow: hidden;
}
.recent-pages-list-item a{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
}
/*end visited*/


/*FORM ELEMENTS*/
/*buttons*/
.btn{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	outline: none;
	border:none;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	font: 14px/16px 'museo_sans_cyrl700';
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	cursor: pointer;
}

.btn:not(.unactive-btn):hover::before,
.btn.btn-grey:hover::before,
.btn-article:hover:before,
.btn.btn-grey.active:before,
.table-btn span:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-small,
.btn-small-wrapper .btn{
	padding: 7px 15px 7px 15px;
	font: 12px/13px 'museo_sans_cyrl700';
	text-transform: none;
}
.btn-big,
.btn-big-wrapper .btn{
	min-width: 250px;
	padding: 22px 20px 20px;
	font: 16px/18px 'museo_sans_cyrl700'!important;
	color: #fff;
}
#form-for-comments .btn-big input {
	line-height: 60px !important;
	min-width: 250px;
}
#before,
#before_restore,
#before_login,
#before_call,
#before_forget,
#order-oneclick-btn,
#before_comments,
#make_rating,
#before_end,
.save-changes{
	border: none;
	font: 16px/16px 'museo_sans_cyrl700'!important;
	color: white!important;
	text-transform: uppercase;
}
#before:focus,
#before_login:focus,
#before_call:focus,
#before_forget:focus,
#order-oneclick-btn:focus,
#before_comments:focus,
#make_rating:focus,
#before_end:focus{
	outline: -webkit-focus-ring-color auto 0px;
}
.btn-grey{
	background: #464646!important;
}
.forget_email{
	margin-top:6px;
}
.btn-unactive,
.btn-unactive:hover,
a.btn-unactive,
a.btn-unactive:hover{
	color: #5f5f5f !important;
	background: #fbfbfb;
}
.unactive-btn,
.btn.unactive-btn{
	display: inline-block;
	background: #9d9d9d;
	cursor: not-allowed;
}
.catalog_item_btn .unactive-btn{
	background:transparent;
}
.catalog_item_btn .unactive-btn:before{
	background: url('../images/basket-unabel.png') no-repeat;
	margin-top: 4px;
	margin-left: 5px;
	cursor: default;

	}

.btn.button-status-loading{
	opacity: 0;
}
.btn-print{
	padding-left: 30px;
}
.btn-print:after{
	content: '';
	display: block;
	position: absolute;
	left: 26px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url('../images/print.png') no-repeat ;
}
.finger,
input[type="submit"],
input[type="reset"],
a.btn,
.close{
	cursor: pointer;
}
/*End buttons*/

label{
	display: block;
	margin-bottom: 5px;
}
label.checkbox:before {
	position: absolute;
	top: -2px;
	left: 0;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #9d9d9d;
	background: rgba(255,255,255,.2);
	cursor: pointer;
}
label.checkbox:after  {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	display: none;
}
input[type='checkbox']:checked+label.checkbox:after {
	display: block;
}
label.checkbox,
label.radio{
	position: relative;
	padding-left: 30px;
	font: 16px 'latoregular';
}
label.radio{
	padding-left: 25px;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
label.radio:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #e1e1e1;
	border-radius: 8px;
	cursor:pointer;
}
label.checkbox,
label.radio{
	cursor: pointer;
}

input[type='text'],
input[type='search'],
textarea,
input[type='tel'],
input[type='password'],
select{
	font: 16px/24px 'latoregular';
	color: #363f45!important;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
}
form input[type='text'],
form textarea,
form input[type='tel'],
form input[type='password'],
form select{
	border: 3px solid transparent;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgb(198, 238, 241) !important;
}
.forget_email{
	background: #f5f8f9!important;
	color: #acacac;
}
.input_dispachers,
.login-field,
.password-field{
	height: 50px;
	position: relative;
	background: #f5f8f9;
	width: 100%;
	overflow: hidden;
}

#order-oneclick  input[type="text"],
input[type="text"].form-input-grey,
input[type="password"].form-input-grey,
#order-oneclick textarea,
.input_dispachers input[type="text"],
.login-field input[type="text"],
.password-field input[type="password"],
#callback input[type="text"]{
	background: #f5f8f9;
	color: #3a3a3a !important;
}
#order-oneclick  input[type="text"]:focus,
input[type="text"].form-input-grey:focus,
input[type="password"].form-input-grey:focus,
#order-oneclick textarea:focus,
.input_dispachers input[type="text"]:focus,
.login-field input[type="text"]:focus,
.password-field input[type="password"]:focus{
	background: #fff;
}
.input_dispachers input[type="text"]::-moz-placeholder,
.login-field input[type="text"]::-moz-placeholder,
.password-field input[type="password"]::-moz-placeholder{
	font: 15px/10px 'latoregular';
	width: 100%;
	background: none;
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	outline: 0;
	color: #3a3a3a;
	border: 3px solid transparent;
}
.filter-block input[type='text']{
   border: 1px solid #9d9d9d;
}
textarea{
	resize: vertical;
	min-height: 100px;
}
input.input-small{
	padding: 10px 15px;
	border-width: 3px;
}
label{
	font: 15px/17px 'latoregular';
	color: #9d9d9d;
}

ul li strong {
	color: #9d9d9d;
}
/*disabled*/
input[disabled='disabled'],
input[disabled='disabled'] + label,
input[disabled='disabled'] + label:before {
	cursor: not-allowed;
}
input[disabled='disabled'][type='checkbox']+label:before,
input[disabled='disabled'][type='radio']+label:before{
	background: #e1e1e1;
}

/*end disabled*/

/*END FORM ELEMENTS*/


/*FILTER*/
.block-caption{
	border: 1px solid #e4e4e4;
}
.catalog-filter-wrapper{
	position: relative;
}
.filter-title{
	padding: 12px 20px;
	font: 17px 'latobold';
	color: #363f45;
	background: #f5f8f9;
}
.filter-block{
	border: 1px solid #e4e4e4;
}
.filter-block .input-small{
	padding: 2px 10px;
}
.filter-spoiler-link{
	display: inline-block;
	vertical-align: bottom;
	width: 16px;
	height: 16px;
	background: url('../images/sprite.svg') -120px 0;
}
.filter-spoiler-link-up{
	display: none;
	vertical-align: bottom;
	width: 16px;
	height: 16px;
	position:relative;
	top:-2px;
	background: url('../images/sprite.svg') -120px 0;
	 -moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.block_caption.open .filter-spoiler-link{
	display:none;
}
.block_caption.open .filter-spoiler-link-up{
	display: inline-block;
}
.filter-spoiler-link.filter-spoiler-close{
	background-position: -120px 0px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter-reset{
	display: block;
	position: absolute;
	right: 10px;
	top: 13px;
	width: 14px;
	height: 14px;
	background: url(../images/close_table.png) no-repeat;
}

.filter-block.active .filter-reset{
	background-position: -150px -360px;
}
.filter-reset:hover,
.filter-block.active  .filter-reset{
	background: url(../images/sprite.png) no-repeat 0px -90px;
}
.filter-data{
	padding: 20px 20px 8px 20px;
}
.ui-slider-handle{
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid #ececec;
	background: linear-gradient(to top left,#fff,#e2e2e2);
	border-radius: 9px;
	position: absolute;
	z-index: 100;
	top: -3px;
	left: 0;
}
.slider-range{
	margin-right: 15px;
	background: #f5f8f9;
	margin-top: 25px;
	margin-bottom: 20px;
}
.ui-slider-range{
	height: 6px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin: 0 -5px 0 5px;
}
.catalog-filter label{
   color:#fff;
   margin-bottom: 10px;
   font-size: 14px !important;
   word-break: break-all;
}
.range span{
	font-size:15px;
}
.result-label-wrapper{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
}
.result-label{
	position: absolute;
	z-index: 100;
	display: block;
	margin-left: -100px;
	padding: 14px 19px;
	font: 16px/16px 'latobold';
	color: #fff;
	background: #4fa7e6;
	transition: all .1s ease-out .1s;
	cursor: pointer;
}
/*END FILTER*/

/*TABLE*/
table.list.table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.list.table thead{
	background: #2fbdf9;
	color: #fff;
}
table.list.table thead tr th{
	padding:20px;
	border:1px solid #50c8fa;
	font:13px 'museo_sans_cyrl700';
}
table.list.table tbody tr td{
	text-align: center;
	border: 1px solid #e4e4e4;
	font: 12.5px 'latoregular';
}
table.list.table tbody tr td {
	padding: 10px;
}
.catalog-table-wrapper{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.catalog-table-wrapper table.list.table{
	max-width: 100%;
}
/*END TABLE*/



/*PAGING & SORT*/
.paging,
.catalog-controls{
	display: inline-block;
}
.catalog-controls a{
	position: relative;
	border: 1px solid #ebeff2;
	border-right: none;
	min-width: 39px;
	display: inline-block;
	font: 14px/36px 'latoregular';
	vertical-align: baseline;
	color: #fff;
	transition: all .2s ease-out .1s;
}
.paging a, .paging span{
	position: relative;
	min-width: 39px;
	display: inline-block;
	font: 14px/36px 'latoregular';
	vertical-align: baseline;
	color: #ffffff;
	text-align: center;
}
.paging a:before{
	content: '';
	position: absolute;
	display: block;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	border: 1px solid #ebeff2;
	border-right: 1px solid transparent;
}
.paging span:before{
	position: absolute;
	content: '';
	display: block;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	border: 1px solid transparent;
}
.paging a.next:hover:before,
.paging a.prev:hover:before{
	border-left:1px solid transparent!important;
	border-right:1px solid transparent!important;
}
.paging span.dots:before{
	border: 1px solid #ebeff2;
	border-right: 1px solid transparent;
}
.paging .next:hover:after{
	/*background: url('../images/sprite.png') no-repeat -89px 0px!important;*/
	opacity: 0.5;
}
.paging .prev:hover:after{
	/*background: url('../images/sprite.png') no-repeat -60px 0px!important;*/
	opacity: 0.5;
}
.paging a:hover:before{
	top:-1px;
	bottom:-1px;
	border-top:1px solid transparent!important;
	border-bottom: 1px solid transparent!important;
	border-right:1px solid white!important;
	border-left:1px solid white!important;
	}
.paging>*:last-child,
.catalog-controls>*:last-child{
	border-right: 1px solid #ebeff2;
}
.paging a:hover,
.paging span{
	color: #fff;
	border-color: transparent;
}
.paging span.dots {
	background-color: transparent;
	border-right:1px solid transparent!important;
	color:#666;
}
.catalog-controls a:hover,
.catalog-controls a.active{
	color:#3a3a3a;
}
.catalog-controls a:hover:before,
.catalog-controls a.active:before{
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 100;
}
.paging .prev:after,
.paging .next:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 11px;
	width: 16px;
	height: 16px;
	background: url('../images/sprite.svg') no-repeat -60px 0;
	opacity: .5;
}
.paging .next:after{
	background-position: -90px 0;
}
#catalog-tile:after,
#catalog-list:after,
#catalog-table:after{
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	opacity: .25;
	background: url('../images/sprite.svg') no-repeat -150px -180px;
}
#catalog-table:after{
	background: url('../images/sprite.svg') no-repeat -180px -330px;
}
#catalog-list:after{
	background-position: -180px -180px;
}
.catalog-sort a:after{
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	width: 13px;
	height: 13px;
	background: url('../images/sprite.svg') no-repeat -180px 0;
	opacity: .8;
}
.catalog-list {
	margin-bottom: 20px;
}
.catalog-sort a.active.sort_down:after{
	background-position: -180px 0px!important;
}
.catalog-sort a.sort_up:after,
.catalog-sort a.sort_up.active:after{
	background-position:  -180px -30px;
}
.paging .prev:hover:after,
.paging .next:hover:after,
#catalog-table:hover:after,
#catalog-tile:hover:after,
#catalog-list:hover:after,
#catalog-table.active:after,
#catalog-tile.active:after,
#catalog-list.active:after,
.catalog-sort a:hover:after,
.catalog-sort a.active:after{
	opacity: 1;
}
.catalog-controls a:hover,
.catalog-controls a.active{
	background: #f5f8f9;
}
.catalog-list .catalog-item-caption{
	text-align: left;
}
/*END PAGING & SORT*/


/*CATALOG OBJECT*/
.preview{
	background-color: #4c4949;
	border-radius: 15px;
	height:50px;
	width:50px;
}
.thumbnails{
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.q_reviews{
	position: absolute;
	width:100px;
	right:128px;
	height:15px;
	display:block;
	bottom:5px;
	font-family: 'latobold'!important;
}
.block_object_reviews{
	margin-top: -36px;
}
.availability-list-title,
.availability {
	font: 14px 'latobold';
	color: #3a3a3a;
}
.availability-list-amount{
	color: #ff3377;
}
.availability li{
	font-size:14px;
	color:#3a3a3a;
}
.thumbnails-link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.feacher-block-object{
	line-height: 50px;
}
.availability li{
	position: relative;
}
.availability li:before{
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.availability.availability-false li:before{
	background: #f00;
}
.price-block-object .old-price,
.price-block-object .old-price .rub{
	font:21px 'latoregular';
	color:#9d9d9d;
}
.trade_offers_item{
	margin-bottom: 20px;
}

/*таблица во вкладках*/
.option table{
   border-top: 1px solid #e4e4e4;
   color: #3a3a3a;
   width: 100%;
}
.option table td label{
   margin-bottom: 0px;
}
.option table .red_price{
	font:17px 'latobold';
	color:#e81d62;
}
.option table label.radio{
	font-size: 14px;
}
.option table tr td{
	border-bottom:1px solid #e4e4e4;
	padding: 20px 0px;
	color: #9d9d9d;
}
.tabs-small,
.tabs-large{
	font-size: 0;
}
.tabs-small>li{
	display: inline-block;
}
.tabs-large>li{
	display: block;
}
.tabs-small>li>a,
.tabs-large>li>a{
	display: block;
	padding: 10px;
}
.tabs-large>li>a{
	padding: 18px 30px 14px 30px;
	font:18px 'museo_sans_cyrl700';
	color:#fff;
}
.reviwes-pictogram{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.svg') no-repeat -30px -240px;
}
.captcha-reset{
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -30px -120px;
	opacity: 1;
	vertical-align: middle;
}
.captcha-reset:hover{
	opacity: .7;
}
#recaptcha-popup-callback{
	margin-bottom: 20px;
}
/*END CATALOG OBJECT*/


/*CART*/
#cart-tab table tbody tr td:first-child span,
#tab-current-order table tbody tr td:first-child span,
#tab-current-order table tbody tr td:nth-child(3) a,
#cart-tab table tbody tr td:nth-child(3) a{
   font:15px 'latobold';
   color:#363636;
}
#cart-tabs .tab-content{
	padding: 0px!important;
}
.tab-content:not(.pd0){
	padding: 0px 20px;
}
#cart-tab .zebra.cart-table tbody tr:nth-child(2n) td{
	background: #fff;
}
#cart-tab .zebra.cart-table th {
	padding: 20px 5px 17px 5px;
}
.zebra.cart-table th{
	padding: 13px 0 10px 5px;
	border-top:1px solid #ebeff2;
	border-bottom:1px solid #ebeff2;
}
.zebra.cart-table tr td{
	padding: 18px 0 18px 5px;
}
.zebra.cart-table .price_card{
   font:27px 'latobold'!important;
   margin-left:10px;
}
.zebra.cart-table .rub{
	font: 20px 'latobold';
}
.zebra.cart-table{
	font-size: 14px;
	color: #363f45;
}
.zebra.cart-table thead{
	background: #f5f8f9!important;
	color: #363f45!important;
}
.zebra.cart-table strong{
	font-size: 17px;
}
.zebra.cart-table tr th,
.zebra.cart-table tr td{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#purchasing-one-step #cart-tab .tabs-small{
	margin-top: -21px;
}
.bootstrap-touchspin {
	width: 120px;
	text-align: center;
	margin: 0 auto;
}
.cart-summary .result-sum{
	color: #ff3377;
	font: 27px 'latobold';
}
.cart-summary .rub{
	color: #ff3377;
	font: 20px 'latobold';
}
.basket_clear a{
	font-size: 17px;
}
.tabs-large.cart-steps>li:before{
	right: 8px;
	height: 12px;
	width: 2px;
	top: 16px;
	background: #e4e4e4;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tabs-large.cart-steps>li:after{
	right: 8px;
	height: 12px;
	width: 2px;
	bottom: 17px;
	background: #e4e4e4;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
table.compare thead{
	background: #313131;
}
table.compare  tbody td{
	background: #313131;
	border-bottom: 1px solid #ebeff2;
}
table.compare thead th{
	padding:10px 20px 16px 20px;
}
table.compare thead th a{
	font-size: 17px;
}
.delete,
.delete:before{
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
}
.delete:before{
	background: url('../images/close_table.png') no-repeat;
}
.delete:hover:before{
	background: url(/templates/ushopmega/images/sprite.png) no-repeat 0px -90px;
}


/*spinner*/
.input-group .bootstrap-touchspin{
	vertical-align: bottom;
}
.input-group.bootstrap-touchspin>*{
	display: inline-block !important;
}
.input-group-btn button{
	background: transparent;
	height: 30px;
	width: 30px;
	background: #4c4949;
	color:#b8c0c6;
}
.input-group-btn button,
.bootstrap-touchspin input{
	border: 1px solid transparent;
}
.bootstrap-touchspin input{
	height: 30px;
	width: 40px;
	padding: 2px;
	text-align: center;
	font:15px 'latobold';
	margin-left: 5px;
	margin-right: 5px;

}
button[disabled='disabled']{
	color: #ddd;
	cursor: not-allowed;
}
button:not(:disabled){
	cursor: pointer;
}
/*end spinner*/
/*END CART*/


/*MODAL*/
.mask,
.fake-mask{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.modal-body-wrapper{
	padding: 65px;
}
.mask{
	background:  rgba(0,0,0,.8);
}
.dropdown,
.modal{
	display: none;
	z-index: 10001;
}
.dropdown{
	box-shadow: 0 0 10px #c0c0c0;
}
#cookie-note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background: black;
    color: #888;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    gap: 25px;
    z-index: 99999;
    align-items: center;
}
@media (min-width: 576px){
    #cookie-note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie-note.show{
        display: block;
        text-align: left;
    }
}
.file {
min-height: 28px;
  padding-left: 38px;
 
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;

  margin-left: 140px;
}
.pdf{
  background: url(/templates/ushopmega/images/pdf.png) 0 0 no-repeat;
}
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.modal .h2{
	color: #363f45;
	font: 22px/24px 'latobold';
}
.modal .h3{
	font: 18px/22px 'latobold';
	margin-top:-3px;
}
.modal-prop li{
	margin-bottom: 2px;
}
.modal{
	width: 500px;
	background: black;
	box-shadow: 0 0 40px #000;
}
.modal.moda-wide{
	width: 840px;
}
.modal-photo{
	padding-top: 30px;
}
.modal-photo img {
	max-width: 100% !important;
}
.close-modal{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 13px;
	height: 25px;
	background: url('../images/close_table.png') no-repeat;
}
.close-modal:hover{
	background: url('../images/sprite.png') no-repeat 0 -90px;
}
.del-compare{
	width: 21px;
	height: 21px;
	background: url('../images/close_table.png') no-repeat;
	display:inline-block;
	left: 10px;
	position: relative;
	top: 9px;
}
.del-compare:hover{
  background: url('../images/sprite.png') no-repeat 0px -90px;
}
.modal .close-modal{
	top: 20px;
	right: 20px;
}
.text-error{
	color: #f0506e;
	font-size: 18px;
}
.modal-text{
	font-size: 18px;
}
/*END MODAL*/


/*REVIEWS*/
.star{
	width: 17px;
	height: 17px;
	background: url('../images/sprite.svg') no-repeat -85px -300px;
}
.star.gold,
.star.think-gold{
	background-position: 0 -300px;
}
#rate_result .star.think-gold{
  color: #9d9d9d!important;
}
/*END REVIEWS*/


/*DROPDOWN*/
.dropdown{
	position: absolute;
	top: 10px;
	width: 370px;
	background: #fff;

	min-height: 40px;
}
.dropdown-user{
	top: 70px;
	right: 5px;
}
.dropdown-dispatches{
	top: 60px;
	left: 0;
}
.dropdown:before,
.dropdown:after{
	width: 0;
	height: 0;
	border-bottom: 12px solid #e6e4e4;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	left: 50%;
	margin-left: -7px;
	top: -12px;
}
.dropdown:after{
	border-bottom: 12px solid #fff;
	top: -11px;
}
.dropdown-dispatches:before,
.dropdown-dispatches:after{
	left: 15px;
}
.registration-link,
.forget-link{
	padding-left: 20px;
	font:14px 'latobold';
}
.forget-link{
	color:#4c4c4c;
}
.registration-link{
	color:#e81d62;
}
.dropdown-note{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font: 14px 'latobold';
	color: #fff;
}
/*END DROPDOWN*/


/*SEARCH CITY*/
.search-input-wrapper{
	position: relative;
}
.search-input-wrapper *{
	box-sizing: border-box;
}
.search-input-wrapper input[type='search'],
.search-input-wrapper input[type='search']:focus{
	width: 100%;
	padding-right: 40px;
	height: 44px;
}
.search-input-wrapper button{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 44px;
	border: none;
	outline: none;
	background: none;
}
.search-input-wrapper button:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -60px -120px;
}
.search-results{
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 0;
	right: 0;
}
.search-results ul{
	border: 1px solid #a9a9a9;
}
.search-results li{
	padding: 10px 15px;
	font: 16px/16px 'latoregular';
	color: #363f45;
	border-bottom: 1px solid #a9a9a9;
	background: #fff;
	cursor: pointer;
}
.search-results li:last-child{
	border-bottom: none;
}
.search-results li:hover{
	background: #f5f8f9;
}
.city-select-wrapper{
	max-height: 300px;
}
.city-select-list>li{
	margin-bottom: 5px;
}
/*SEARCH CITY*/



/*BRANDES*/
.banner-content-wrapper{
	position: absolute;
}
.banner-full-col .banner-content-wrapper{
	width: 100%;
	top: 0;
	right: 0;
}
.banner-half-col .banner-content-wrapper{
	bottom: 0;
	left: 0;
	right: 0;
}
.bg-half-white{
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,.7);
}
.banner-full-col p,
.banner-half-col p{
	font-family: 'latoregular';
	margin-bottom: 0;
}
.banner-full-col strong,
.banner-half-col strong{
	text-transform: none;
}
.banner-full-col strong{
	font-size: 28px;
}
.banner-half-col strong{
	font-size: 24px;
}
.banner-half-col-link:after,
.banner-half-col-link:before{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 1px;
	right:16px;
	transition: all .2s ease-out .2s;
	cursor: pointer;
}
.banner-half-col-link::before {
	top: 38px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.banner-half-col-link::after {
   top: 29px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.banner-full-col-link{
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
}
.banner-half-col-link{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 10px;
	background-position: -30px -330px;
}
.border-big{
	border: 6px solid #f5f8f9;
}
/*END BRANDES*/


/*LOADER*/
.mask-with-loader{
	position: relative;
}
.mask-with-loader:before{
	position: absolute;
	content: '';
	z-index: 101;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255, .5);
}
.mask-with-loader:after,
.loader{
	position: absolute;
	z-index: 102;
	content: '';
	width: 44px;
	height: 44px;
	margin-left: -22px;
	margin-top: -22px;
	left: 50%;
	top: 50%;
	background: url("../images/loading.gif") no-repeat 50% 50%;
}
/*END LOADER*/


/*CONTACTS*/
.map>ymaps{
	width: 100% !important;
}
/*END CONTACTS*/

article img {
	width: 400px;
	height: 380px;
	object-fit: cover;
}

article img.article_full_img {
	width: 100%;
}

#big-pict-link img {
	width: 700px;
	height: 500px;
	object-fit: contain;
	background-color: #4c4949;
	border-radius: 15px;
}

.title-slider-tk  {
	transition: all 0.3s;
	color: #fff;
}

.first-block {
	min-width: 341px;
}
.contact-phone-block {
	min-width: 245px;
}

.no-wrap {
	flex-wrap: nowrap;
}

@media (max-width:1100px) {
	.no-wrap {
		flex-wrap: wrap;
	}

}
.main-page-additional-text p {
	color: #fff;
}