@media screen and (max-width: 767px) {
	.owl-carousel .owl-dots.owl-dots-svg .owl-dot {
		width: 10px;
		height: 10px;
	}
	.main-slider .owl-dots {
		bottom: 0.5rem;
	}
}

@media screen and (max-width: 450px) {
	.owl-carousel .owl-dots.owl-dots-svg .owl-dot {
		width: 5px;
		height: 5px;
	}
}

.main-slider .item .background-image, .main-slider .owl-item .background-image {
	background-size: auto;
    background-repeat: no-repeat;
    object-fit: inherit !important;
}

.area-catalog-description {
	margin-bottom: 50px;
}
.area-catalog-description strong {
	color: #666;
}

.row.small-up-2.large-up-3 {
	display: none;
}

.product-question {
	/*position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;*/
}

.logo-1 {

}

header {
	position: relative;

}
.advanced-container.inline-block-container.relative > div {

}
@media (max-width: 997px) {
	.logo-1 {
		max-height: 40px;
	}
}

#garland {
  position: absolute;
  top: 29px;
  left: 0;
  background-image: url('http://imapo.ru/img/christmas.png');
  height: 36px;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  pointer-events: none;
}


#news-items > li .table-item {
        padding-left: 2rem; 
}

.photo-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.photo-flex img {
	width: 49%;
	margin-bottom: 1rem;
}

.text-red {
	color: #dc2623;
	text-transform: uppercase;
	font-weight: 800;
}

@media (max-width: 1000px) {
	#garland {
		display: none;
	}
}

.header-line-top {
	position: relative;
	z-index: 108;
}

#nums_1 {
/*  padding: 100px*/
/*display: none;*/
}

.garland_1 {
  background-position: 0 0
}

.garland_2 {
  background-position: 0 -36px
}

.garland_3 {
  background-position: 0 -72px
}

.garland_4 {
  background-position: 0 -108px
}


.product-carousel .item .img-wrap img {
	transition: .6s;
}
.product-carousel .item:hover .img-wrap img {
	transform: scale(1.3);
}

.products-flex-item .item .img-wrap img {
	transition: .6s;
}

.products-flex-item .item:hover .img-wrap img {
	transform: scale(1.3);
}

.header-logo {
	transition: .6s;
}
.header-logo:hover {
	transform: scale(1.08);
}

.main-news-carousel .owl-item .item {
	overflow: hidden;
}
.main-news-carousel .owl-item .item img {
	transition: .6s;
	transform-origin: center center;
}
.main-news-carousel .owl-item:hover .item img {
	transform: scale(1.18);	
}

.main-brand-carousel .item img {
	transition: .6s;
	transform-origin: center center;
}
.main-brand-carousel .item:hover img {
	transform: scale(1.21);	
}

.main-slider .owl-item .button{
	transition: .6s;
}
.main-slider .owl-item:hover .button {
	transform: scale(1.08);	
}

.header-cart {
}
.header-cart svg.icon.vertical-middle {
	transition: .6s;	
}
.header-cart:hover svg.icon.vertical-middle {
	transform: scale(1.12);
}

.inline-block-container svg {
	transition: .6s;
}
.inline-block-container:hover svg {
	transform: scale(1.12);
}
.header-phone .header-phone-link span {
	transition: .6s;
	display: inline-block;
}
.header-phone:hover .header-phone-link span {
	transform: rotate(-360deg);
}

.search-from button[type=submit] .icon {
	animation: search_anim infinite 4s;
}

@keyframes search_anim {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

.header-line-top .header-additional-menu li.active a, .header-line-top .header-additional-menu li:hover a {
	color: #fff;
}
.header-line-top .header-additional-menu li {
	position: relative;
}
.header-line-top .header-additional-menu li a:after {
	content: " ";
	height: 3px;
	width: 0%;
	background: #fff;
	transition: .6s;
	position: absolute;
	right: 1rem;
	bottom: 0px;
}
.header-line-top .header-additional-menu li:hover a:after {
	width: calc(100% - 2rem);
}
.header-line-top .header-additional-menu li.active a:after {
	width: calc(100% - 2rem);
}

.header-line-top .header-additional-menu li a:before {
	content: " ";
	height: 3px;
	width: 0%;
	background: #fff;
	transition: 1.1s;
	position: absolute;
	left: 1rem;
	top: 0px;
}
.header-line-top .header-additional-menu li:hover a:before {
	width: calc(100% - 2rem);
}
.header-line-top .header-additional-menu li.active a:before {
	width: calc(100% - 2rem);
}

.header-line-top .button.add2compare:hover, .header-line-top .button.add2liked:hover {

}

.products-flex-item .img-wrap {
	overflow: hidden;
}
.products-flex-item .img-wrap img {
	transition: .6s;	
}
.products-flex-item:hover .img-wrap img {
	transform: scale(1.1);
}


.product-info-button-primary.button.add2cart {
	animation: add2cart_anim infinite 4s cubic-bezier(0.4, 0, 0.2, 1);
}


@keyframes add2cart_anim {
	0% {
		transform: scale(.98);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(.98);
	}
}


#bx_3218110189_5750 .button, #bx_3218110189_5998 .button, #bx_3218110189_6013 .button {
	display: none !important;
}

#bx_3218110189_5998 .main-slider-caption, #bx_3218110189_6013 .main-slider-caption{
	display: none !important;
}

.main-slider .item img {
	transition: .6s;
}
.main-slider .item:hover img {
	transform: scale(1.04);
}

.content-tables {}
.content-tables table {
	width: 100%;
}
.content-tables table * {
	box-sizing: border-box;
	border-color: #000;
}
.content-tables tr td {
	font-weight: 400;
	text-align: left;
	padding: 10px;
	color: #000;
	font-size: 1em;
}
.content-tables tr{
	transition: background .3s;
}
.content-tables tr:nth-child(even) {
	background: #fff;	
}
.content-tables tr:nth-child(odd) {
	background: #ebebeb;	
}
.content-tables tr:hover {
	background: #dc262330;	
}

.content-tables tr th {
	background: #dc2623;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	font-size: 1.2em;
}

@media (max-width: 500px) {
	.content-tables {
		width: 100%;
		overflow: hidden;
	}
	.content-tables table {

	}
	.content-tables tr td {
		font-weight: 400;
		text-align: left;
		padding: 8px;
		color: #000;
		font-size: 14px;
	}
	.content-tables tr th {
		background: #dc2623;
		color: #fff;
		text-align: center;
		font-weight: 700;
		padding: 4px;
		font-size: 12px;
	}

}
#header-main-menu {

}
#bx_4145281613_233 {
	display: none;
}

.menu>li>a {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}



.index-title {
	padding-top: 2rem;
	padding-bottom: 1.4rem;
	text-align: center;
}

.coming-soon-product-text {
	color: blue;
}

.events-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.events-list {
	box-sizing: border-box;

}
.events-list * {
	box-sizing: border-box;
}
.events-list .item {
	width: calc(100% / 3 - 30px);
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.events-list .item a.area {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
}
.events-list .item {
	transition: .6s;	
}
.events-list .item .img {
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}
.events-list .item .img img {
	width: 100%;
	transition: .6s;
	height: auto;
}
.events-list .item:hover {
		-webkit-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.3);
box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.3);
}
.events-list .item:hover .img img {
	transform: scale(1.05);
}
.events-list .item .date {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: #dc2623;
	text-align: right;
	/* width: 100%; */
	font-weight: 700;
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 0.75rem;
}
.events-list .item .city {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	text-align: left;
	/* width: 100%; */
	font-weight: 700;
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 0.75rem;
}
.section-red {
	background: rgb(255,250,250);
	background: radial-gradient(circle, rgba(255,250,250,1) 0%, rgba(255,240,240,1) 28%, rgba(255,255,255,1) 50%, rgba(254,229,229,1) 79%, rgb(255 219 219) 100%);
	box-sizing: border-box;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	margin-bottom: 4rem;
}
.section-red h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	font-size: 2rem;
}
.section-gray {
	background: rgb(255,250,250);
	background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(221 221 221) 28%, rgb(215 215 215) 50%, rgb(211 211 211) 79%, rgb(205 205 205) 100%);
	box-sizing: border-box;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	margin-bottom: 4rem;
}
.section-gray h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	font-size: 2rem;
	line-height: 1.25;
}
.title {
	position: relative;
	z-index: 2;
	background: #dc2623;
	text-align: left;
	font-weight: 400;
	display: block;
	padding: 5px;
	color: #fff;
	width: 100%;
}



.events-footer {
	padding-top: 2rem;
}

.event-form {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
	margin: 2rem auto 2rem;
}


@media (max-width: 997px) {
	.section-gray, .section-red {
		padding: 40px 15px 15px;
	}
	.events-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.events-list .item {
		width: calc(100% / 2 - 30px);
		margin-bottom: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
}


@media (max-width: 758px) {
	.section-gray h2 {
		font-size: 1.5rem;
	}

	.section-gray, .section-red {
		padding: 40px 15px 15px;
	}
	
	.events-list .item {
		width: calc(100% / 2 - 30px);
		margin-bottom: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.events-list .item .title {
		font-size: 12px;
	}
}

@media (max-width: 516px) {
	.section-gray h2 {
		font-size: 1.25rem;
	}

	.section-gray, .section-red {
		padding: 25px 15px 15px;
	}
	
	.events-list .item {
		width: calc(100% / 1 - 30px);
		margin-bottom: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.events-list .item .title {
		font-size: 12px;
	}
}

.event-content {

}

.event-thumbnail {
	position: relative;
	margin-bottom: 2rem;	
}

.event-date {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: #dc2623;
	text-align: right;
	/* width: 100%; */
	font-weight: 700;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 1.75rem;
}

.event-city {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	text-align: left;
	/* width: 100%; */
	font-weight: 700;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 1.75rem;
}

.form-event-area {
	background: rgb(255,250,250);
	background: radial-gradient(circle, rgba(255,250,250,1) 0%, rgba(255,240,240,1) 28%, rgba(255,255,255,1) 50%, rgba(254,229,229,1) 79%, rgb(255 219 219) 100%);
	box-sizing: border-box;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 72px -10px rgba(0,0,0,0.15);
	width: 100%;
	max-width: 600px;
	margin: 4rem auto 4rem;
}

.form-event-area h2 {
	color: #000;
	font-size: 2rem;
	margin-bottom: 2.5rem;
	text-align: center;
	line-height: 1;
}

form.form-event {
	display: flex;
	align-items: center;
	flex-direction: column;
}

form.form-event input {
	border: 1px solid #ed9494;
	border-radius: 8px;
	height: 60px;
	font-size: 1.1rem;
	color: #000;
	padding: 0 15px;
}

form.form-event input::placeholder {
	color: #000;
}

.btn-submit {
	color: #fff;
	border-radius: 8px;
	background: #dc2623;
	display: block;
	margin: 1rem auto 0;
	line-height: 2.5;
	font-size: 1.3rem;
	cursor: pointer;
	padding-left: 2rem;
	padding-right: 2rem;
	transition: .6s;
}

.btn-submit:hover {
	opacity: .9;
	transform: scale(1.08);
}

@media (max-width: 600px) {
	.form-event-area {
		padding: 40px 15px;
	}
	.form-event-area h2 {
		font-size: 1.75rem;
	}
	.event-city {
		font-size: 0.9rem;
	}
	.event-date {
		font-size: 0.9rem;		
	}
}



.catalog-content .label.warning{
	display: none !important;
}
.advanced-container-medium .label.warning{
	display: none !important;
}
.asd {}

@media (max-width: 517px) {
	.index-content-area .container {
/*		width: 100%;*/
	}
}

.main-menu-base li:first-child {
/*	display: none;*/
}