.new-class{
	font-size:10px;
}

.header .logo a
{
	padding: 12px;
	background: #000;
	height: 154px;
	display: block;
}

.header .logo a img
{
	width: 100%;
	max-height: 100%;
}

.header.header-inner .logo
{
	width: 208px;
}

.header.header-inner .logo a
{
	height: 137px;
}

.header.header-inner .logo .t .t1
{
	text-align: center;
}

.top-head div.tel,
.header-inner .top-head div.tel
{
	width: 187px;
	padding-top: 8px;
	margin-right: 6px;
}

.top-head a.adr
{
	color: #fff;
	text-decoration: none;
	width: 149px;
}

.top-head a.adr:hover
{
	text-decoration: underline;
}

.top-head .tel a img
{
	position: relative;
	top: 4px;
}

.top-head div.tel > a,
.header-inner .top-head div.tel > a,
.top-head .ya-phone > a,
.header-inner .top-head .tel .ya-phone > a
{
	font-size: 17px;
}

.header-inner div.basket
{
	width: 100px;
	background-color: #af4a43;
	background-size: 100%;
	background-position: 0 50%;
}

.header-inner .basket a
{
	padding-left: 50px;
}

.header div.right
{
	width: 740px;
}

.ownd-showroom-slider
{
	height: 457px;
}

.ownd-showroom-slider div
{
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}

.ownd-showroom-slider .slick-prev,
.ownd-showroom-slider .slick-next
{
	font-size: 0;
	position: absolute;
	top: calc(50% - 30px);
	width: 40px;
	height: 60px;
	background: url('/images/showroom_arrow_right.svg') 50% 50% / contain no-repeat #000;
	border: none;
	outline: none;
	cursor: pointer;
}

.ownd-showroom-slider .slick-prev
{
	left: -50px;
	transform: rotate(180deg);
}

.ownd-showroom-slider .slick-next
{
	right: -50px;
}




@media (max-width: 992px)
{
	.ownd-showroom-slider
	{
		height: 380px;
	}
}


@media (max-width: 767px)
{
	.header.header-inner .logo
	{
		width: unset;
	}
	
	.header.header-inner .logo a
	{
		height: 100%;
	}
	
	.header-inner .logo .t2
	{
		text-align: center;
	}
	
	.top-head .tg a + a
	{
		margin-left: 10px;
	}
	
	.tb2 .right
	{
		display: block !important;
		position: static !important;
	}
	
	.ownd-showroom-slider .slick-prev
	{
		left: 10px;
	}

	.ownd-showroom-slider .slick-next
	{
		right: 10px;
	}
}