

/* Start:/local/templates/d1/css/catalog.css?17013296274675*/
.catalog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
}
.catalog-item {
	width: 294px;
	-ms-flex-preferred-size: 294px;
	flex-basis: 294px;
	max-width: calc(50% - 20px);
	margin: 0 10px 24px;
	border: 1px solid #ebedee;
	background-color: #fff;
	padding: 25px 20px 17px;
	min-height: 425px;
	position: relative;
}
.catalog-item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 175px;
	max-width: 254px;
	margin: 0 auto 20px;
}
.catalog-item-img img {
	display: block;
	/*max-width: 100%;
	max-height: 100%;*/
}
.catalog-item-img img {
	max-height: 100%;
}
.catalog-item-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.33;
	min-height: 70px;
	max-width: 254px;
	margin: 0 auto 5px;
}
.catalog-item-title a {
	display: block;
	color: #171717;
}
.catalog-item-title a:hover {
	color: #296bb1;
}
.catalog-item-price {
	text-align: center;
	margin-bottom: 15px;
}
.catalog-item-price .old {
	color: #99a1a6;
	font-size: 12px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.catalog-item-price .old span {
	text-decoration: line-through;
}
.catalog-item-price .discount {
	background-color: #c00;
	padding: 3px 5px 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}
.catalog-item-price .new {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
}
.catalog-item-props {
	list-style: none;
	padding: 0;
	margin: 10px -20px 0;
}
.catalog-item-props li {
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #333;
}
.catalog-item-props li:nth-child(odd) {
	background: #f4f4f4;
}
.catalog-item-btn {
	width: 100%;
	display: flex;
	flex-direction: row;
	/*margin: 0 -10px;*/
	justify-content: space-between;
	/*align-items: center;*/
}
.catalog-item-btn .styled-btn {
	width: 47%;
	display: inline-block;
	color: #171717;
	margin: 0;
}
/*.catalog-item-buy.border {
	color: #171717;
	width: 206px;
	padding: 0 10px;
	margin: 0 auto;
	display: block;
}*/
.catalog-item-buy.border .text-2 {
	display: none;
}
.catalog-item-buy.border._active {
	background-color: #296bb1;
	color: #fff;
	transition: none;
}
.catalog-item-number {
	border: 1px solid #ebedee;
	background-color: #fff;
	position: absolute;
	padding: 0 10px;
	width: auto;
	max-width: 95%;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	color: #99a1a6;
	font-size: 12px;
	font-weight: 400;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.catalog-item-label {
	padding: 0 12px 0 10px;
	position: absolute;
	left: 0;
	top: 34px;
	height: 25px;
	line-height: 25px;
	background-color: #c00;
	color: #fff;
	pointer-events: none;
}
.catalog-item-label:before, .catalog-item-label:after {
	content: "";
	position: absolute;
	right: -11px;
}
.catalog-item-label:before {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 20px solid #c00;
	top: 0;
}
.catalog-item-label:after {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 20px solid #c00;
	bottom: 0;
}
.catalog-item .rating {
	position: absolute;
	right: 30px;
	top: 37px;
	pointer-events: none;
}
.catalog-list.full-width .catalog-item {
	max-width: calc(25% - 20px);
}
#card .full-width .catalog-item {
	max-width: none;
}
.catalog-list.full-width .catalog-item .rating {
	right: 30px;
}
.catalog-list.full-width .catalog-item-img {
	max-width: none;
}
.catalog-list.full-width .catalog-item-title {
	max-width: none;
}
@media (max-width: 1279px) {
	.catalog-item {
		width: 349px;
		-ms-flex-preferred-size: 349px;
		flex-basis: 349px;
	}
	.catalog-list.full-width .catalog-item {
		max-width: calc(33.333333333333% - 20px);
		width: 294px;
		-ms-flex-preferred-size: 294px;
		flex-basis: 294px;
	}
}
@media (max-width: 1279px) and (min-width: 756px) {
	.catalog-list:not(.full-width) .catalog-item .rating {
		right: 55px;
	}
}
@media (max-width: 1144px) {
	.catalog-list.full-width .catalog-item {
		max-width: calc(50% - 20px);
	}
}
@media (max-width: 550px) {
	.catalog-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catalog-list.full-width .catalog-item {
		max-width: calc(100% - 20px);
	}
	.catalog-item {
		max-width: calc(100% - 20px);
	}
	.catalog-item-title {
		max-width: none;
	}
	.catalog-item-img {
		max-width: none;
	}
}

/* End */


/* Start:/local/templates/d1/css/specials.css?15667430681412*/
.specials-header {
	margin-bottom: 16px;
	padding-left: 20px;
}
.specials-header .styled-btn {
	height: 32px;
	line-height: 28px;
	min-width: 98px;
	padding: 0 10px;
}
.specials-title {
	display: inline-block;
	margin: 0 28px 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	padding: 0;
}
.specials-list {
	margin: 0 -10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.specials-item {
	width: calc(25% - 20px);
	margin: 0 10px 20px;
	padding: 25px 20px;
	border: 1px solid #ebedee;
	background-color: #fff;
}
.specials-item .img {
	height: 200px;
	display: block;
	margin-bottom: 20px;
}
.specials-item .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.specials-item .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	padding: 0 10px;
}
.specials-item .title a {
	color: #2e77c6;
	text-decoration: underline;
}
.specials-item .title a:hover {
	color: #296bb1;
	text-decoration: none;
}
@media (max-width: 1279px) {
	.specials-item {
		max-width: calc(33.333333333333% - 20px);
		width: 294px;
	}
	.specials-item:nth-of-type(3) ~ .specials-item {
		display: none;
	}
}
@media (max-width: 1144px) {
	.specials-item {
		max-width: calc(50% - 20px);
	}
	.specials-item:nth-of-type(2) ~ .specials-item {
		display: none;
	}
}

/* End */


/* Start:/local/templates/d1/css/brands.css?15667431321756*/
.brands-section {
	padding: 40px 0;
}
.brands-section-title {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 20px;
	margin: 0 0 25px;
	position: relative;
}
.brands-section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	width: 35px;
	background-color: #2e77c6;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.brands-list {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.brands-list-wrapper {
	background-color: #f8f9f9;
}
.brands-item {
	width: calc(25% - 20px);
	margin: 25px 10px;
	height: 100px;
	border: 1px solid #ebedee;
	background-color: #fff;
	position: relative;
}
.brands-item img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brands-all-link {
	display: none;
}
@media (max-width: 1279px) {
	.brands-item {
		max-width: calc(33.3333333333333333% - 20px);
		width: 294px;
	}
	.brands-item:nth-of-type(9) ~ .brands-item {
		display: none;
	}
}
@media (max-width: 755px) {
	.brands-section {
		padding-top: 0;
	}
}
@media (max-width: 550px) {
	.brands-item {
		width: calc(100% - 20px);
		max-width: none;
		margin-bottom: 0;
	}
	.brands-item:nth-of-type(3) ~ .brands-item {
		display: none;
	}
	.brands-all-link {
		display: block;
		text-align: center;
		padding: 30px 0;
	}
	.brands-all-link a {
		color: #000;
		font-size: 14px;
		font-weight: 400;
		text-decoration: underline;
	}
}

/* End */


/* Start:/local/templates/d1/css/pageHome.css?17659732095410*/
.home-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 268px;
	margin-bottom: 25px;
}
.home-advantages .item {
	width: 25%;
}
.home-advantages .item:first-of-type .home-advantages-item:after {
	display: none;
}
.home-advantages-item {
	height: 180px;
	text-align: center;
	background-color: #f8f9f9;
	padding: 24px 10px;
	position: relative;
}
.home-advantages-item:after {
	content: "";
	height: 140px;
	margin-top: -70px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	background-color: #ebedee;
}
.home-advantages-item .img {
	width: 85px;
	height: 74px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.home-advantages-item .img:after {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 36px;
	height: 3px;
	background-color: #2e77c6;
	left: 50%;
	margin-left: -18px;
}
.home-advantages-item .img img {
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.home-advantages-item .text {
	font-size: 14px;
	line-height: 1.29;
}
.home-categories-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
}
.home-categories-item {
	margin: 0 10px 25px;
	width: calc(27% - 20px);
	background-color: #ebedee;
	height: 298px;
	position: relative;
	padding: 20px 20px 190px;
	color: #2e77c6;
	font-size: 24px;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.home-categories-item img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 85%;
}
.home-categories-item.n2 img {
	max-width: 60%;
}
.home-categories-item.n3 img {
	max-width: 75%;
}
.home-categories-item.wide {
	width: calc(46% - 20px);
}
.home-categories-item.img-offset img {
	bottom: 15px;
	right: 15px;
}
.home-categories-item.img-offset-right img {
	right: 15px;
}
.home-catalog-tabs {
	list-style: none;
	margin: 0 0 25px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ebedee;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.home-catalog-tabs li {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 0 0;
	padding: 0;
}
.home-catalog-tabs li:last-of-type {
	margin-right: 0;
}
.home-catalog-tabs a {
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	color: #171717;
}
.home-catalog-tabs a:after {
	content: "";
	position: absolute;
	background-color: #2e77c6;
	width: 100%;
	height: 3px;
	left: 0;
	top: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.18s ease-in-out;
	-o-transition: opacity 0.18s ease-in-out;
	transition: opacity 0.18s ease-in-out;
}
.home-catalog-tabs a:hover {
	color: #296bb1;
}
.home-catalog-tabs a.active {
	color: #171717;
}
.home-catalog-tabs a.active:after {
	opacity: 1;
}
@media (max-width: 1279px) {
	.home-advantages .item {
		width: 33.33333333333333333%;
	}
	.home-advantages .item:nth-of-type(4) {
		display: none;
	}
	.home-catalog-section .catalog-item:nth-of-type(6) ~ .catalog-item {
		display: none;
	}
}
@media (max-width: 1144px) {
	.home-categories-item {
		font-size: 24px;
		width: calc(39% - 20px);
	}
	.home-categories-item.wide {
		width: calc(61% - 20px);
	}
	.home-categories-item:last-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: calc(50% - 20px);
	}
	.home-categories-item:nth-of-type(3) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: calc(50% - 20px);
	}
	.home-catalog-section .catalog-item:nth-of-type(4) ~ .catalog-item {
		display: none;
	}
}
@media (max-width: 755px) {
	.home-specials {
		display: none;
	}
	.home-categories-item {
		margin-bottom: 12px;
		width: calc(100% - 20px);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.home-categories-item.wide {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: calc(100% - 20px);
	}
	.home-categories-item:last-of-type {
		width: calc(100% - 20px);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.home-categories-item:nth-of-type(3) {
		width: calc(100% - 20px);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.home-categories-item.n2 img {
		max-width: 40%;
	}
	.home-categories-item.n3 img {
		max-width: 65%;
	}
}
@media (max-width: 550px) {
	.home-advantages {
		display: block;
		margin-left: -10px;
		margin-right: -10px;
	}
	.home-advantages *:focus {
		outline: none;
	}
	.home-advantages .slick-prev, .home-advantages .slick-next {
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: -10px;
		padding: 12px;
		border: solid #ccc;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.home-advantages .slick-prev {
		border-width: 0 0 2px 2px;
		left: 19px;
	}
	.home-advantages .slick-next {
		border-width: 2px 2px 0 0;
		right: 19px;
	}
	.home-advantages .item:nth-of-type(4) {
		display: block;
	}
	.home-advantages-item:after {
		display: none;
	}
	.home-categories-item {
		margin-right: 0;
		width: 100%;
		margin-left: 0;
	}
	.home-categories-item.wide {
		width: 100%;
	}
	.home-categories-item:last-of-type {
		width: 100%;
	}
	.home-categories-item:nth-of-type(3) {
		width: 100%;
	}
	.home-categories-item.n2 img {
		max-width: 60%;
	}
	.home-catalog-section {
		display: none;
	}
}
/* End */


/* Start:/local/components/d1/home.slider/templates/.default/style.css?17659729691993*/
.home-top-slider {
	margin-left: 268px;
	margin-bottom: 25px;
	height: 485px;
	overflow: hidden;
	position: relative;
}
.home-top-slider *:focus {
	outline: none;
}
.home-top-slider:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background-color: #2e77c6;
	z-index: 1;
}
.home-top-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.home-top-slider .slick-dots button {
	display: none;
}
.home-top-slider .slick-dots li {
	margin: 0 4px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-color: #dfe1e3;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: background-color 0.18s ease-in-out;
	-o-transition: background-color 0.18s ease-in-out;
	transition: background-color 0.18s ease-in-out;
}
.home-top-slider .slick-dots li.slick-active {
	background-color: #c5c5c5;
}
.home-top-item {
	height: 485px;
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 30px 0 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
.home-top-item .styled-btn {
	min-width: 150px;
	padding: 0 10px;
	position: absolute;
	bottom: 95px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home-top-title {
	color: #dfe1e3;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.11;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
@media (max-width: 1144px) {
	.home-top-slider,
	.home-advantages {
		margin-left: 0;
	}
}
@media (max-width: 755px) {
	.home-top-slider {
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.home-top-slider {
		display: none !important;
		/*margin-left: -10px;
		margin-right: -10px;*/
	}
}
/* End */
/* /local/templates/d1/css/catalog.css?17013296274675 */
/* /local/templates/d1/css/specials.css?15667430681412 */
/* /local/templates/d1/css/brands.css?15667431321756 */
/* /local/templates/d1/css/pageHome.css?17659732095410 */
/* /local/components/d1/home.slider/templates/.default/style.css?17659729691993 */
